Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
AlanCoding
/
GitPython
Public
forked from
gitpython-developers/GitPython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 8, 2020
Only resolve globs if path does not exist on disk
Show description for 0420b01
Byron
committed
0420b01
View commit details
Copy full SHA for 0420b01
Browse repository at this point
Commits on Feb 25, 2020
Remove now unnecessary explicit Unicode string literal prefixes
Harmon758
committed
d39bd53
View commit details
Copy full SHA for d39bd53
Browse repository at this point
Commits on Feb 24, 2020
Fix links in v3.0.6 changelog
Harmon758
committed
ac28616
View commit details
Copy full SHA for ac28616
Browse repository at this point
Add changelogs for v2.1.14 and v2.1.15
Harmon758
committed
2810e8d
View commit details
Copy full SHA for 2810e8d
Browse repository at this point
Remove now unnecessary setup.cfg
Harmon758
committed
607df88
View commit details
Copy full SHA for 607df88
Browse repository at this point
Fix param format of Repo.commit
Show description for d7b401e
tkdchen
authored and
Byron
committed
d7b401e
View commit details
Copy full SHA for d7b401e
Browse repository at this point
Bump version to 3.1.0
Byron
committed
8c9da73
View commit details
Copy full SHA for 8c9da73
Browse repository at this point
v3.1.0
Harmon758
committed
c859019
View commit details
Copy full SHA for c859019
Browse repository at this point
v3.0.9
Harmon758
committed
4f358e0
View commit details
Copy full SHA for 4f358e0
Browse repository at this point
Commits on Feb 20, 2020
Replace invalid bytes when decoding TagObject stream
Show description for a244bd1
Harmon758
committed
a244bd1
View commit details
Copy full SHA for a244bd1
Browse repository at this point
Commits on Feb 18, 2020
Use UTF-8 encoding when getting information about a symbolic reference
Show description for 863abe8
Harmon758
committed
863abe8
View commit details
Copy full SHA for 863abe8
Browse repository at this point
Commits on Feb 17, 2020
Remove old TODO file
Harmon758
committed
84c3f60
View commit details
Copy full SHA for 84c3f60
Browse repository at this point
Remove and replace references to nose with unittest in documentation
Harmon758
committed
e9de612
View commit details
Copy full SHA for e9de612
Browse repository at this point
Remove nose from test requirements
Harmon758
committed
0059f43
View commit details
Copy full SHA for 0059f43
Browse repository at this point
Replace nose with unittest in tox configuration
Show description for 14a7292
Harmon758
committed
14a7292
View commit details
Copy full SHA for 14a7292
Browse repository at this point
Replace nose with unittest in Travis CI script
Show description for 72a2f7d
Harmon758
committed
72a2f7d
View commit details
Copy full SHA for 72a2f7d
Browse repository at this point
Improve changelog for v3.0.6 and v3.0.7
Harmon758
authored
c563b72
View commit details
Copy full SHA for c563b72
Browse repository at this point
Added changelog for unreleased changes
Harmon758
authored
6804e73
View commit details
Copy full SHA for 6804e73
Browse repository at this point
Improve changelog for v3.0.8
Harmon758
authored
73feb18
View commit details
Copy full SHA for 73feb18
Browse repository at this point
Restrict gitdb2 version to <4
Harmon758
authored
e81fd54
View commit details
Copy full SHA for e81fd54
Browse repository at this point
bump version to 3.0.8
Byron
committed
bc553d6
View commit details
Copy full SHA for bc553d6
Browse repository at this point
Commits on Feb 16, 2020
Remove test.lib.asserts and use unittest.mock.patch directly
Harmon758
committed
99b6dff
View commit details
Copy full SHA for 99b6dff
Browse repository at this point
Replace assert_false with assertFalse
Harmon758
committed
8a5a78b
View commit details
Copy full SHA for 8a5a78b
Browse repository at this point
Replace assert_true with assertTrue
Show description for 7fd8768
Harmon758
committed
7fd8768
View commit details
Copy full SHA for 7fd8768
Browse repository at this point
Replace raises with assertRaises
Harmon758
committed
eca6951
View commit details
Copy full SHA for eca6951
Browse repository at this point
Replace assert_raises with assertRaises
Harmon758
committed
c8c63ab
View commit details
Copy full SHA for c8c63ab
Browse repository at this point
Replace assert_not_equal with assertNotEqual
Harmon758
committed
24d04e8
View commit details
Copy full SHA for 24d04e8
Browse repository at this point
Replace assert_equal with assertEqual
Show description for ab361cf
Harmon758
committed
ab361cf
View commit details
Copy full SHA for ab361cf
Browse repository at this point
Remove and replace assert_match with assertRegex
Show description for 99471bb
Harmon758
committed
99471bb
View commit details
Copy full SHA for 99471bb
Browse repository at this point
Remove old, no longer used assert methods
Show description for 45a5495
Harmon758
committed
45a5495
View commit details
Copy full SHA for 45a5495
Browse repository at this point
Remove references to old mock library in documentation
Harmon758
committed
61fef99
View commit details
Copy full SHA for 61fef99
Browse repository at this point
Remove outdated checks for unittest.mock existence
Harmon758
committed
909ee3b
View commit details
Copy full SHA for 909ee3b
Browse repository at this point
Fix Python version requirement in documentation
Harmon758
committed
7d94159
View commit details
Copy full SHA for 7d94159
Browse repository at this point
Remove badges for no longer existing Waffle site from README
Harmon758
authored
0412f6d
View commit details
Copy full SHA for 0412f6d
Browse repository at this point
Add support for Python 3.8
Harmon758
committed
9e47352
View commit details
Copy full SHA for 9e47352
Browse repository at this point
Previous
Next
You can’t perform that action at this time.