index
:
delta/python-packages/gitpython.git
0.1
0.2
0.3
Fix-#1334
baserock/zuul-ci
black-fmt
experiment-2012
fix
fix-1103
fix-ci-tests
fix-dont-choke-on-invalid-unicode-paths
fix-for-invalid-data-in-commits
fix-non-ascii-chars-in-status-lines
fix-octal-escaped-path-parser-bug
flock
gh-pages
index-no-read-lock
issue-232-reproduction
issue-301-reproduction
keep-raw-bytes-on-diffs
main
master
more-robust-git-diff
no_devnull_open
orig_master
patches
py2
py3
revert-357-autointerrupt_deadlock_fix
typing
github.com: gitpython-developers/GitPython.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
Update util.py
Dominic
2021-07-31
1
-94
/
+545
|
*
|
|
Update util.py
Dominic
2021-07-31
1
-540
/
+94
*
|
|
|
Update head.py
Dominic
2021-07-31
1
-263
/
+1
*
|
|
|
Update head.py
Dominic
2021-07-31
1
-0
/
+263
*
|
|
|
Update test_refs.py
Dominic
2021-07-31
1
-3
/
+7
|
/
/
/
*
|
|
Merge pull request #1302 from dimbleby/typing-fix
Dominic
2021-07-31
1
-1
/
+1
|
\
\
\
|
*
|
|
Fix typing of Head.create_head
David Hotham
2021-07-30
1
-1
/
+1
|
/
/
/
|
*
|
try https://github.com/actions/virtual-environments/issues/709 workaround
Yobmod
2021-07-28
1
-0
/
+3
|
*
|
its not pip...
Yobmod
2021-07-28
1
-2
/
+1
|
*
|
Try downgrading pip
Yobmod
2021-07-28
1
-1
/
+2
|
*
|
Fix more missing types in Symbolic.py, cos GuthubActions pytest stuck
Yobmod
2021-07-28
6
-27
/
+47
|
*
|
Rmv test file
Yobmod
2021-07-28
1
-9
/
+0
|
*
|
Fix more missing types in Symbolic.py, cos GuthubActions pytest stuck
Yobmod
2021-07-28
6
-25
/
+48
|
*
|
Fix more missing types in Symbolic.py.
Yobmod
2021-07-28
1
-1
/
+5
|
*
|
Fix more missing types in Symbolic.py
Yobmod
2021-07-28
1
-3
/
+3
|
*
|
Fix more missing types in Symbolic.py
Yobmod
2021-07-28
2
-12
/
+16
|
*
|
Fix forwardref
Yobmod
2021-07-28
1
-1
/
+1
|
*
|
Fix some SymbolicReference types
Yobmod
2021-07-28
4
-44
/
+41
|
*
|
Rmv py 3.10 check for typing.Ordereddict - its deprecated then, but will stil...
Yobmod
2021-07-28
1
-6
/
+2
|
*
|
Add another type ignore for Ordereddict
Yobmod
2021-07-28
1
-2
/
+2
|
*
|
Fix SymbolicReference reference typing
Yobmod
2021-07-28
4
-8
/
+14
|
*
|
Merge branch 'main' of https://github.com/Yobmod/GitPython
Yobmod
2021-07-28
2
-2
/
+12
|
|
\
\
|
|
/
/
|
/
|
|
*
|
|
Revert "More specific version check for ordered dict type"
Sebastian Thiel
2021-07-28
1
-1
/
+1
*
|
|
More specific version check for ordered dict type
Sebastian Thiel
2021-07-28
1
-1
/
+1
*
|
|
fix docs
Sebastian Thiel
2021-07-28
1
-1
/
+1
*
|
|
prepare next patch release
3.1.20
Sebastian Thiel
2021-07-28
2
-2
/
+12
|
*
|
change ordereddict guard, add type: ignore
Yobmod
2021-07-28
1
-2
/
+7
|
/
/
*
|
Merge pull request #1299 from Lakhtenkov-iv/feature/clone-options-support-spaces
Sebastian Thiel
2021-07-27
2
-2
/
+5
|
\
\
|
*
|
Added support of spaces for clone multi_options
Igor Lakhtenkov
2021-07-27
2
-2
/
+5
|
/
/
*
|
Merge pull request #1298 from Yobmod/main
Sebastian Thiel
2021-07-25
15
-149
/
+140
|
\
\
|
*
|
Rmv with_metclass() shim again
Yobmod
2021-07-24
1
-2
/
+1
|
*
|
fix rdereddict, cannot subclass typing-extensiosn version
Yobmod
2021-07-24
2
-4
/
+14
|
*
|
import ordereddict from types
Yobmod
2021-07-24
1
-2
/
+1
|
*
|
put ordereddict behind py version guard
Yobmod
2021-07-24
1
-2
/
+3
|
*
|
change ordereddict to typing.ordereddict
Yobmod
2021-07-24
1
-1
/
+2
|
*
|
Readd with_metaclass shim
Yobmod
2021-07-24
2
-1
/
+18
|
*
|
Rmv with_metaclass shim, make section constraint generic wrt its configparser...
Yobmod
2021-07-24
8
-60
/
+41
|
*
|
Use BaseIndexEntry named access in index/fun.py
Yobmod
2021-07-24
2
-60
/
+38
|
*
|
Update requirements.txt
Dominic
2021-07-24
1
-1
/
+1
|
*
|
Replace all Typeguard with cast, revert update to typing-extensions==3.10.0
Yobmod
2021-07-24
10
-44
/
+49
|
/
/
*
|
Merge pull request #1297 from gitpython-developers/py.typed
Dominic
2021-07-24
2
-10
/
+6
|
\
\
|
*
|
Add build system to pyproject.toml
Dominic
2021-07-24
1
-0
/
+4
|
*
|
Rmv EZ_setup from setup.py
Dominic
2021-07-24
1
-8
/
+1
|
*
|
fix find_packages()
Dominic
2021-07-24
1
-2
/
+1
|
/
/
*
|
re-add package data for py.typed
Dominic
2021-07-23
1
-0
/
+1
*
|
update typing-extensions to 3.10.0
Dominic
2021-07-23
1
-1
/
+1
*
|
prepare patch release
3.1.19
Sebastian Thiel
2021-07-23
2
-1
/
+10
*
|
Merge pull request #1295 from Yobmod/main
Sebastian Thiel
2021-07-20
46
-353
/
+496
|
\
\
|
*
|
Rmv old py2.7 __future__ imports
Yobmod
2021-07-19
9
-15
/
+0
|
*
|
Add a cast to git.cmd _version_info
Yobmod
2021-07-19
1
-10
/
+10
[prev]
[next]