Skip to content
Navigation Menu
Toggle navigation
Sign in
Product
GitHub Copilot
Write better code with AI
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
All features
Documentation
GitHub Skills
Blog
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Reseting focus
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 }}
gitpython-developers
/
GitPython
Public
Notifications
You must be signed in to change notification settings
Fork
934
Star
4.8k
Code
Issues
170
Pull requests
3
Discussions
Actions
Security
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security
Insights
Commits
Branch selector
fix-non-ascii-chars-in-status-lines
User selector
All users
Datepicker
All time
Commit History
Commits on Jun 20, 2016
Merge branch 'master' into fix-non-ascii-chars-in-status-lines
Byron
committed
f128ae9
Copy full SHA for f128ae9
Merge branch 'master' into fix-non-ascii-chars-in-status-lines
Byron
committed
07a8f73
Copy full SHA for 07a8f73
Merge pull request #474 from gitpython-developers/keep-raw-bytes-on-diffs
Show description for e9405ac
Byron
authored
e9405ac
Copy full SHA for e9405ac
Merge pull request #475 from warsaw/issue470
Show description for 930d03f
Byron
authored
930d03f
Copy full SHA for 930d03f
Commits on Jun 15, 2016
Fix issue #470
warsaw
committed
dc2ec79
Copy full SHA for dc2ec79
Commits on Jun 14, 2016
Store raw path bytes in Diff instances
Show description for 3ee291c
nvie
committed
3ee291c
Copy full SHA for 3ee291c
Fix for parsing non-ASCII chars in status lines
nvie
committed
5e02afb
Copy full SHA for 5e02afb
Python 2.6 compat
nvie
committed
105a8c0
Copy full SHA for 105a8c0
doc(changes): inform about new API
Show description for 5c8ff21
Byron
committed
5c8ff21
Copy full SHA for 5c8ff21
fix(test_docs): skip master-dependent assertion
Show description for 27f394a
Byron
committed
27f394a
Copy full SHA for 27f394a
Merge pull request #446 from guyzmo/updating_remote_url_handling
Show description for 9bebaca
Byron
authored
9bebaca
Copy full SHA for 9bebaca
Merge pull request #467 from gitpython-developers/fix-dont-choke-on-invalid-unicode-paths
Show description for d22c40b
Byron
authored
d22c40b
Copy full SHA for d22c40b
fix(flake): misc whitespace fixes
Byron
committed
4510b3c
Copy full SHA for 4510b3c
Commits on Jun 13, 2016
fix(cmd): allow any kind of status message
Show description for d5739cd
Byron
committed
d5739cd
Copy full SHA for d5739cd
doc(README): add basic contribution guidelines
Show description for 17020d8
Byron
committed
17020d8
Copy full SHA for 17020d8
fix(misc): various cleanup
Show description for 15ee5a5
Byron
committed
15ee5a5
Copy full SHA for 15ee5a5
Merge branch 'pr-cmd-raise-with-stderr-on-error' of https://github.com/barry-scott/GitPython into barry-scott-pr-cmd-raise-with-stderr-on-error
Byron
committed
da86442
Copy full SHA for da86442
fix(repo): prevent error messages from being swallowed
Show description for ec830a2
Byron
committed
ec830a2
Copy full SHA for ec830a2
Commits on Jun 8, 2016
Switching the `urls` property to use `git remote show` instead of `git remote get-url`
Show description for 3f4b410
guyzmo
committed
3f4b410
Copy full SHA for 3f4b410
Adding support for git remote set-url/get-url API to Remote
Show description for b366d3f
guyzmo
committed
b366d3f
Copy full SHA for b366d3f
Commits on Jun 6, 2016
Don't choke on (legitimately) invalidly encoded Unicode paths
nvie
committed
200d3c6
Copy full SHA for 200d3c6
Can get a str object from stream.read rather then bytes.
Show description for 6891caf
barry-scott
committed
6891caf
Copy full SHA for 6891caf
log all the output from stdout and stderr for debugging process failures
barry-scott
committed
4a5ceba
Copy full SHA for 4a5ceba
Merge remote-tracking branch 'upstream/master' into pr-cmd-raise-with-stderr-on-error
barry-scott
committed
3565888
Copy full SHA for 3565888
Commits on Jun 2, 2016
Merge pull request #460 from ddanier/autointerrupt_del_no_os_kill
Show description for e0b21f4
Byron
committed
e0b21f4
Copy full SHA for e0b21f4
fix(test): remove unused import
Byron
committed
fde89f2
Copy full SHA for fde89f2
Commits on Jun 1, 2016
Make sure os is not even partly destroyed
ddanier
committed
85e78ca
Copy full SHA for 85e78ca
Merge pull request #459 from andy-maier/fix-457-typerror-on-py26
Show description for 7548a5c
nvie
committed
7548a5c
Copy full SHA for 7548a5c
Fixed 'TypeError: decode() takes no keyword arguments' on Python 2.6
andy-maier
committed
55969cb
Copy full SHA for 55969cb
fix(test): do not skip test on travis
Show description for 2219f13
Byron
committed
2219f13
Copy full SHA for 2219f13
chore(compat): state py2.6 support officially
Show description for 543d900
Byron
committed
543d900
Copy full SHA for 543d900
Commits on May 30, 2016
Bump for new version
nvie
committed
6581aca
Copy full SHA for 6581aca
This is 2.0.5
nvie
committed
88716d3
Copy full SHA for 88716d3
Fix regex
Show description for 25844b8
nvie
committed
25844b8
Copy full SHA for 25844b8
This is 2.0.4
nvie
committed
2f91ab7
Copy full SHA for 2f91ab7
Pagination
Previous
Next
You can’t perform that action at this time.