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 }}
og-python-scripts
/
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
Breadcrumbs
History for
GitPython
git
test
lib
on
master
User selector
All users
All time
Commit history
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 Dec 11, 2017
Merge branch 'bf-includes' of https://github.com/yarikoptic/GitPython into yarikoptic-bf-includes
Byron
committed
0a6cb4a
View commit details
Copy full SHA for 0a6cb4a
View code at this point
Browse repository at this point
Commits on Nov 28, 2017
RF: primarily flake8 lints + minor RF to reduce duplication in PATHEXT
Show description for 6ee08fc
yarikoptic
committed
6ee08fc
View commit details
Copy full SHA for 6ee08fc
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 Dec 8, 2016
fix(leaks, TCs): attempt to cleanup mman before deleting tmp-dirs
ankostis
committed
bdb4c7c
View commit details
Copy full SHA for bdb4c7c
View code at this point
Browse repository at this point
Commits on Oct 24, 2016
Fixes to support Python 2.6 again.
Show description for f3d5df2
andy-maier
committed
f3d5df2
View commit details
Copy full SHA for f3d5df2
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 17, 2016
tc-helper: fix minor contexlib abuse
ankostis
committed
cc77e6b
View commit details
Copy full SHA for cc77e6b
View code at this point
Browse repository at this point
helper: minor fix prefix of temp-dirs
ankostis
committed
08e0d5f
View commit details
Copy full SHA for 08e0d5f
View code at this point
Browse repository at this point
Commits on Oct 14, 2016
cygwin, #533: FIX daemon launching
Show description for 0bce7cc
ankostis
committed
0bce7cc
View commit details
Copy full SHA for 0bce7cc
View code at this point
Browse repository at this point
cygwin, #533: Try to make it work with Cygwin's Git.
Show description for e6e23ed
ankostis
committed
e6e23ed
View commit details
Copy full SHA for e6e23ed
View code at this point
Browse repository at this point
remote, #525: FIX BUG push-cmd misses error messages
Show description for 5e6827e
ankostis
committed
5e6827e
View commit details
Copy full SHA for 5e6827e
View code at this point
Browse repository at this point
Commits on Oct 12, 2016
config, #525: polish more config-urls
ankostis
committed
6310480
View commit details
Copy full SHA for 6310480
View code at this point
Browse repository at this point
daemon, #525: simplify exception handling
ankostis
committed
0d8269a
View commit details
Copy full SHA for 0d8269a
View code at this point
Browse repository at this point
daemon, #525: FIX remote urls in config-files
Show description for 4b586fb
ankostis
committed
4b586fb
View commit details
Copy full SHA for 4b586fb
View code at this point
Browse repository at this point
Commits on Oct 11, 2016
FIX #526: Do not depend on test-sources
Show description for 74c7ed0
ankostis
committed
74c7ed0
View commit details
Copy full SHA for 74c7ed0
View code at this point
Browse repository at this point
Commits on Oct 4, 2016
io: Wrap (probably) allconfig_writers in `with` blocks
ankostis
committed
8a2f7dc
View commit details
Copy full SHA for 8a2f7dc
View code at this point
Browse repository at this point
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 3, 2016
hidden win-errs: Let leaking TCs run till end, then hide
Show description for be44602
ankostis
committed
be44602
View commit details
Copy full SHA for be44602
View code at this point
Browse repository at this point
Appveyor: Set HIDE_WINDOWS_KNOWN_ERRORS=True
Show description for a46f670
ankostis
committed
a46f670
View commit details
Copy full SHA for a46f670
View code at this point
Browse repository at this point
Appveyor: Add and set HIDE_WINDOWS_KNOWN_ERRORS=False
Show description for 6df78b1
ankostis
committed
6df78b1
View commit details
Copy full SHA for 6df78b1
View code at this point
Browse repository at this point
Commits on Oct 2, 2016
BF: log.info is a function, just pass msg, no .write!
yarikoptic
authored and
ankostis
committed
794187f
View commit details
Copy full SHA for 794187f
View code at this point
Browse repository at this point
BF: @with_rw_directory must return decorated call
Show description for e25da8f
yarikoptic
authored and
ankostis
committed
e25da8f
View commit details
Copy full SHA for e25da8f
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
io, #519: ALL open() --> with open()
Show description for 9a52168
ankostis
committed
9a52168
View commit details
Copy full SHA for 9a52168
View code at this point
Browse repository at this point
Commits on Sep 28, 2016
remote, #519: INCOMPLETE FIX-2 double-decoding push-infos
Show description for 6e98416
ankostis
committed
6e98416
View commit details
Copy full SHA for 6e98416
View code at this point
Browse repository at this point
remote, #519: FIX1-of-2 double-decoding push-infos
Show description for f11fdf1
ankostis
committed
f11fdf1
View commit details
Copy full SHA for f11fdf1
View code at this point
Browse repository at this point
Win, #519: FIX with_rw_directory() to remove read-only dirs
Show description for 137ee6e
ankostis
committed
137ee6e
View commit details
Copy full SHA for 137ee6e
View code at this point
Browse repository at this point
src: constify is_<platform>() calls
Show description for e61439b
ankostis
committed
e61439b
View commit details
Copy full SHA for e61439b
View code at this point
Browse repository at this point
Win, #519: FIX undead Git-daemon on Windows
Show description for c572a8d
ankostis
committed
c572a8d
View commit details
Copy full SHA for c572a8d
View code at this point
Browse repository at this point
test, #519: Try appveyor advice for never-ending builds
Show description for 618e625
ankostis
committed
618e625
View commit details
Copy full SHA for 618e625
View code at this point
Browse repository at this point
Commits on Sep 27, 2016
src, #519: Improve daemon launch so Win does not stuck
Show description for aa3f2fa
ankostis
committed
aa3f2fa
View commit details
Copy full SHA for aa3f2fa
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.