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
test
test_index.py
on
py2
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 4, 2018
git: index: base: use os.path.relpath
Show description for 0857d33
efiop
authored and
Byron
committed
0857d33
View commit details
Copy full SHA for 0857d33
View code at this point
Browse repository at this point
Commits on Mar 18, 2018
Use automatic formatters
hugovk
committed
16223e5
View commit details
Copy full SHA for 16223e5
View code at this point
Browse repository at this point
Unnecessary generator - rewrite as a set comprehension
hugovk
committed
db0dfa0
View commit details
Copy full SHA for db0dfa0
View code at this point
Browse repository at this point
Unnecessary generator - rewrite as a list comprehension
hugovk
committed
87a6441
View commit details
Copy full SHA for 87a6441
View code at this point
Browse repository at this point
Rewrite unnecessary dict/list/tuple calls as literals
hugovk
committed
ac4f7d3
View commit details
Copy full SHA for ac4f7d3
View code at this point
Browse repository at this point
Replace function call with set literal
hugovk
committed
14582df
View commit details
Copy full SHA for 14582df
View code at this point
Browse repository at this point
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 28, 2017
RF: use HIDE_WINDOWS_KNOWN_ERRORS instead of is_win to skip hooks tests
yarikoptic
committed
cc34077
View commit details
Copy full SHA for cc34077
View code at this point
Browse repository at this point
RF(TST): skip all tests dealing with hooks on windows
yarikoptic
committed
91b9bc4
View commit details
Copy full SHA for 91b9bc4
View code at this point
Browse repository at this point
RF: no "need" for custom shebang on windows since just does not work
yarikoptic
committed
0a67f25
View commit details
Copy full SHA for 0a67f25
View code at this point
Browse repository at this point
RF(+BF?): refactor hooks creation in a test, and may be make it compat with windows
yarikoptic
committed
42e89cc
View commit details
Copy full SHA for 42e89cc
View code at this point
Browse repository at this point
BF(PY26): {} -> {0}, i.e. explicit index for .format()
yarikoptic
committed
086af07
View commit details
Copy full SHA for 086af07
View code at this point
Browse repository at this point
Commits on Oct 30, 2017
IndexFile.commit() now runs pre-commit and post-commit and commit-msg hooks.
satahippy
committed
eae04bf
View commit details
Copy full SHA for eae04bf
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 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 16, 2016
cygwin, appveyor, #533: Enable actual failures, hide certain 2+2 cases
ankostis
committed
5962373
View commit details
Copy full SHA for 5962373
View code at this point
Browse repository at this point
src: reduce needless deps to `gitdb.util`
ankostis
committed
b02662d
View commit details
Copy full SHA for b02662d
View code at this point
Browse repository at this point
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 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: 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 1, 2016
Win, #519: FIX repo TCs.
Show description for b8b025f
ankostis
committed
b8b025f
View commit details
Copy full SHA for b8b025f
View code at this point
Browse repository at this point
Commits on Sep 28, 2016
FIX tox/requirements
ankostis
committed
f1d2d06
View commit details
Copy full SHA for f1d2d06
View code at this point
Browse repository at this point
Proc, #519: Rework error-exc msgs & log thread-pumps errors
Show description for 44c6d0b
ankostis
committed
44c6d0b
View commit details
Copy full SHA for 44c6d0b
View code at this point
Browse repository at this point
Win, hook, #519: Consume Hook Popen-proc out of GIL
Show description for cf2335a
ankostis
committed
cf2335a
View commit details
Copy full SHA for cf2335a
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
Commits on Sep 27, 2016
src, #519: collect all is_<platform>() calls
ankostis
committed
f495e94
View commit details
Copy full SHA for f495e94
View code at this point
Browse repository at this point
Commits on Sep 26, 2016
test, #519: FIX appveyor conda & failures in py2.6 `assertRaisesRegexp`
ankostis
committed
fa70623
View commit details
Copy full SHA for fa70623
View code at this point
Browse repository at this point
Commits on Sep 25, 2016
fix(test): deal with py2 and py3
Show description for 0de60ab
Byron
committed
0de60ab
View commit details
Copy full SHA for 0de60ab
View code at this point
Browse repository at this point
fix(index): improve LockedFD handling
Show description for d6b1a92
Byron
committed
d6b1a92
View commit details
Copy full SHA for d6b1a92
View code at this point
Browse repository at this point
Commits on May 18, 2016
Need spaces in Emacs style encoding comment
Show description for b8d6fb2
Steven Colby
committed
b8d6fb2
View commit details
Copy full SHA for b8d6fb2
View code at this point
Browse repository at this point
Commits on Apr 13, 2016
fixed unittest of issue #407 for Python3
Piotr Pietraszkiewicz
committed
6f67136
View commit details
Copy full SHA for 6f67136
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.