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
path:
root
/
git
/
objects
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Add __future__.annotations to repo/base.py
Yobmod
2021-08-02
1
-3
/
+1
|
*
Fix parse_date typing 7
Yobmod
2021-08-02
2
-567
/
+3
|
*
Fix parse_date typing 6
Yobmod
2021-08-02
2
-1
/
+567
|
*
Fix parse_date typing 5
Yobmod
2021-08-02
1
-2
/
+7
|
*
Fix parse_date typing 4
Yobmod
2021-08-02
1
-12
/
+7
|
*
Fix parse_date typing 3
Yobmod
2021-08-02
1
-6
/
+4
|
*
Fix parse_date typing 2
Yobmod
2021-08-02
1
-1
/
+3
|
*
Fix parse_date typing
Yobmod
2021-08-02
1
-3
/
+5
|
*
increase mypy strictness (warn unused ignored and warn unreachable)
Yobmod
2021-08-02
3
-5
/
+7
|
*
increase mypy strictness (warn unused ignored)
Yobmod
2021-08-02
1
-1
/
+1
|
*
replace some TBDs wiht runtime types
Yobmod
2021-07-31
1
-1
/
+2
|
*
Add final types to submodule.py
Yobmod
2021-07-31
2
-12
/
+13
|
*
Add final types to tree.py
Yobmod
2021-07-31
1
-2
/
+2
|
*
Add final types to commit.py
Yobmod
2021-07-31
1
-3
/
+3
|
*
Add type to objects.base.new()
Yobmod
2021-07-31
1
-1
/
+2
|
*
update types submodule/root.py
Dominic
2021-07-31
1
-3
/
+1
|
*
update types submodule/base.py
Dominic
2021-07-31
1
-3
/
+5
|
*
update types commit.py
Dominic
2021-07-31
1
-0
/
+1
|
*
Update util.py
Dominic
2021-07-31
1
-94
/
+545
|
*
Update util.py
Dominic
2021-07-31
1
-540
/
+94
|
*
Rmv with_metaclass shim, make section constraint generic wrt its ↵
Yobmod
2021-07-24
2
-8
/
+8
|
|
|
|
configparser type
*
Replace all Typeguard with cast, revert update to typing-extensions==3.10.0
Yobmod
2021-07-24
2
-12
/
+15
|
*
Rmv old py2.7 __future__ imports
Yobmod
2021-07-19
1
-2
/
+0
|
*
Change remaining type comments to py3.6+ types
Yobmod
2021-07-19
4
-7
/
+8
|
*
Make types in refs compatible with objects
Yobmod
2021-07-19
7
-23
/
+30
|
*
Make traversable and serilizable into protocols
Yobmod
2021-07-19
1
-24
/
+54
|
*
Use TreeCacheTup type alias throughout
Yobmod
2021-07-09
2
-7
/
+9
|
*
Try to distinguation git.diff module from diff.Diff.diff and ↵
Yobmod
2021-07-09
1
-2
/
+2
|
|
|
|
diff.Daffable.diff()
*
Rmv submodule.base Repo assert
Yobmod
2021-07-09
1
-1
/
+1
|
*
Move TraverseNT to global, cos mypy complained on testing
Yobmod
2021-07-09
2
-4
/
+7
|
*
Flatten list_traverse()
Yobmod
2021-07-09
1
-0
/
+1
|
*
Fix list_traverse() docstring for Autodoc
Yobmod
2021-07-09
1
-0
/
+5
|
*
Rmv circular import, create Has_id_attribute Protocol instead
Yobmod
2021-07-09
2
-5
/
+3
|
*
Add list_traverse() to Tree and TraversableIterableObj.
Yobmod
2021-07-09
2
-3
/
+11
|
*
Change type of list_traverse() again.
Yobmod
2021-07-09
1
-6
/
+17
|
*
Rmv typeguard from list_traverse(), was wrong
Yobmod
2021-07-09
1
-17
/
+13
|
*
improve TraversableIterableObj typeguard
Yobmod
2021-07-09
1
-4
/
+6
|
*
tests TraversableIterableObj typeguard
Yobmod
2021-07-09
1
-5
/
+5
|
*
Change List to MutableSequence in fun.py _find_by_name()
Yobmod
2021-07-08
1
-7
/
+7
|
*
fix base,ours,theirs typing
Yobmod
2021-07-08
2
-5
/
+5
|
*
Use Tuple not tuple
Yobmod
2021-07-08
1
-2
/
+3
|
*
Fix traverse_trees_recursive() again
Yobmod
2021-07-08
1
-3
/
+3
|
*
Fix traverse_trees_recursive()
Yobmod
2021-07-08
1
-4
/
+4
|
*
Mmmmm
Yobmod
2021-07-08
1
-10
/
+8
|
*
Mak EntryTup a froward ref
Yobmod
2021-07-08
1
-1
/
+1
|
*
Mak GitCmdObjectDB a froward ref
Yobmod
2021-07-08
1
-3
/
+3
|
*
Finish initial typing of index folder
Yobmod
2021-07-08
2
-31
/
+57
|
*
Increase mypy strictness (no_implicit_optional & warn_redundant_casts) and ↵
Yobmod
2021-07-08
3
-5
/
+4
|
|
|
|
fix errors
*
Make Repo a forward ref in Submodule.base
Yobmod
2021-07-06
1
-3
/
+3
|
*
Readd submodule.base.py types
Yobmod
2021-07-06
1
-37
/
+51
|
[next]