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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
gitpython-developers
/
GitPython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
988
Star
5.2k
Code
Issues
8
Pull requests
2
Discussions
Actions
Security and quality
31
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
GitPython
git
config.py
on
3.1.0
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 8, 2020
Remove attempt to import ConfigParser for Python 2
Harmon758
authored and
Byron
committed
d3fabed
View commit details
Copy full SHA for d3fabed
View code at this point
Browse repository at this point
Remove and replace compat.string_types
Harmon758
authored and
Byron
committed
768b9ff
View commit details
Copy full SHA for 768b9ff
View code at this point
Browse repository at this point
Remove checks for Python 2 and/or 3
Harmon758
authored and
Byron
committed
6aa78cd
View commit details
Copy full SHA for 6aa78cd
View code at this point
Browse repository at this point
Remove and replace compat.FileType
Harmon758
authored and
Byron
committed
438d3e6
View commit details
Copy full SHA for 438d3e6
View code at this point
Browse repository at this point
Commits on Oct 28, 2019
Filtered out "repository" more explicitly
benthayer
authored and
Byron
committed
87a103d
View commit details
Copy full SHA for 87a103d
View code at this point
Browse repository at this point
Raised final ValueError
benthayer
authored and
Byron
committed
05b5ced
View commit details
Copy full SHA for 05b5ced
View code at this point
Browse repository at this point
Changed ValueError
benthayer
authored and
Byron
committed
34afc11
View commit details
Copy full SHA for 34afc11
View code at this point
Browse repository at this point
Construct GitConfigParser without Repo object
benthayer
authored and
Byron
committed
a613938
View commit details
Copy full SHA for a613938
View code at this point
Browse repository at this point
Commits on Oct 15, 2019
removed Unnecessary “else” after “return”
pratik-anurag
authored and
Byron
committed
cf1354b
View commit details
Copy full SHA for cf1354b
View code at this point
Browse repository at this point
Commits on Jan 21, 2019
Use items and items_all correctly
Show description for 4106f18
ajdavis
committed
4106f18
View commit details
Copy full SHA for 4106f18
View code at this point
Browse repository at this point
Python 3 compatibility
Show description for a26349d
ajdavis
committed
a26349d
View commit details
Copy full SHA for a26349d
View code at this point
Browse repository at this point
Support multiple git config values per option
Show description for f7bbe6b
ajdavis
committed
f7bbe6b
View commit details
Copy full SHA for f7bbe6b
View code at this point
Browse repository at this point
Commits on Mar 18, 2018
Drop support for EOL Python 2.6
hugovk
committed
929f3e1
View commit details
Copy full SHA for 929f3e1
View code at this point
Browse repository at this point
Commits on Nov 27, 2017
BF: process included files before the rest
yarikoptic
committed
cd6e82c
View commit details
Copy full SHA for cd6e82c
View code at this point
Browse repository at this point
Commits on Apr 9, 2017
Python 3.6 invalid escape sequence deprecation fixes
Show description for 32da7fe
scop
authored and
Byron
committed
32da7fe
View commit details
Copy full SHA for 32da7fe
View code at this point
Browse repository at this point
Commits on Mar 9, 2017
Spelling fixes
scop
authored and
Byron
committed
8dffba5
View commit details
Copy full SHA for 8dffba5
View code at this point
Browse repository at this point
Commits on Oct 22, 2016
Merge branch 'cygwin' of https://github.com/ankostis/GitPython into ankostis-cygwin
Byron
committed
caa0ea7
View commit details
Copy full SHA for caa0ea7
View code at this point
Browse repository at this point
Commits on Oct 20, 2016
Fix some typos
bryant1410
committed
66c41eb
View commit details
Copy full SHA for 66c41eb
View code at this point
Browse repository at this point
Commits on Oct 16, 2016
src: import os.path as osp
ankostis
committed
0210e39
View commit details
Copy full SHA for 0210e39
View code at this point
Browse repository at this point
Commits on Oct 4, 2016
src: No PyDev warnings
Show description for a469af8
ankostis
committed
a469af8
View commit details
Copy full SHA for a469af8
View code at this point
Browse repository at this point
Commits on Oct 2, 2016
FIX config-lock release early regression caused by #519
Show description for 8a01ec4
ankostis
committed
8a01ec4
View commit details
Copy full SHA for 8a01ec4
View code at this point
Browse repository at this point
RF: use @functools.wraps within decorators instead of manual __name__ reassignment
Show description for 51f4a14
yarikoptic
committed
51f4a14
View commit details
Copy full SHA for 51f4a14
View code at this point
Browse repository at this point
Commits on Oct 1, 2016
cfg_TCs, #519: FIX config resource leaks
Show description for d84b960
ankostis
committed
d84b960
View commit details
Copy full SHA for d84b960
View code at this point
Browse repository at this point
Commits on Mar 6, 2016
config parsers as context mangers can now be reentered for locks
boidolr
committed
d97a8bb
View commit details
Copy full SHA for d97a8bb
View code at this point
Browse repository at this point
Commits on Feb 20, 2016
enable config parsers to be used as context managers
Show description for dc9278f
boidolr
committed
dc9278f
View commit details
Copy full SHA for dc9278f
View code at this point
Browse repository at this point
Commits on Feb 7, 2016
fix(cmd): prevent deadlock on clone/fetch/pull
Show description for f8775f9
Byron
committed
f8775f9
View commit details
Copy full SHA for f8775f9
View code at this point
Browse repository at this point
Commits on Sep 6, 2015
fix(config): ignore empty values in config file
Show description for 074842a
Byron
committed
074842a
View commit details
Copy full SHA for 074842a
View code at this point
Browse repository at this point
Commits on Jul 6, 2015
fix(config): use `str.startswith('~')` instead of `'~' in str`
mihyaeru21
committed
1578baf
View commit details
Copy full SHA for 1578baf
View code at this point
Browse repository at this point
fix(config): care tilde in include.path config
mihyaeru21
committed
80d4311
View commit details
Copy full SHA for 80d4311
View code at this point
Browse repository at this point
Commits on Jun 25, 2015
Added NullHandlers to all loggers to preven "No handler" messages
Show description for aa0ccea
James Nowell
committed
aa0ccea
View commit details
Copy full SHA for aa0ccea
View code at this point
Browse repository at this point
Commits on Apr 22, 2015
fix(config): selective cfg write;fix cfg parser
Show description for b9a2ea8
Byron
committed
b9a2ea8
View commit details
Copy full SHA for b9a2ea8
View code at this point
Browse repository at this point
Commits on Jan 20, 2015
Greatly improved possible safety of Submodule.update(), which is used by default.
Show description for 9fbae71
Byron
committed
9fbae71
View commit details
Copy full SHA for 9fbae71
View code at this point
Browse repository at this point
Commits on Jan 19, 2015
Improved unicode handling when using os.environ or GitConfigParser
Show description for df95149
Byron
committed
df95149
View commit details
Copy full SHA for df95149
View code at this point
Browse repository at this point
Implemented Submodule.rename()
Show description for 20863cf
Byron
committed
20863cf
View commit details
Copy full SHA for 20863cf
View code at this point
Browse repository at this point
Commits on Jan 14, 2015
GitConfigParser now respects and merges 'include' sections
Show description for 619c989
Byron
committed
619c989
View commit details
Copy full SHA for 619c989
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.