summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | update types submodule/root.pyDominic2021-07-311-3/+1
| | |
| * | update types submodule/base.pyDominic2021-07-311-3/+5
| | |
| * | update types commit.pyDominic2021-07-311-0/+1
|/ /
* | Merge pull request #1304 from gitpython-developers/types2Dominic2021-07-315-15/+29
|\ \ | | | | | | Fix orderdict, improve types
| * | Update reference.pyDominic2021-07-311-1/+3
| | |
| * | Update head.pyDominic2021-07-311-7/+8
| | |
| * | Update tag.pyDominic2021-07-311-5/+11
| | |
| * | Update config.pyDominic2021-07-311-5/+6
| | |
| * | Update test_refs.pyDominic2021-07-311-3/+7
| | |
| * | Update base.pyDominic2021-07-311-4/+4
| | |
| * | Update util.pyDominic2021-07-311-94/+545
| | |
| * | Update util.pyDominic2021-07-311-540/+94
| | |
* | | Update head.pyDominic2021-07-311-263/+1
| | |
* | | Update head.pyDominic2021-07-311-0/+263
| | |
* | | Update test_refs.pyDominic2021-07-311-3/+7
|/ /
* | Merge pull request #1302 from dimbleby/typing-fixDominic2021-07-311-1/+1
|\ \ | | | | | | Fix typing of Head.create_head
| * | Fix typing of Head.create_headDavid Hotham2021-07-301-1/+1
|/ /
| * try https://github.com/actions/virtual-environments/issues/709 workaroundYobmod2021-07-281-0/+3
| |
| * its not pip...Yobmod2021-07-281-2/+1
| |
| * Try downgrading pipYobmod2021-07-281-1/+2
| |
| * Fix more missing types in Symbolic.py, cos GuthubActions pytest stuckYobmod2021-07-286-27/+47
| |
| * Rmv test fileYobmod2021-07-281-9/+0
| |
| * Fix more missing types in Symbolic.py, cos GuthubActions pytest stuckYobmod2021-07-286-25/+48
| |
| * Fix more missing types in Symbolic.py.Yobmod2021-07-281-1/+5
| |
| * Fix more missing types in Symbolic.pyYobmod2021-07-281-3/+3
| |
| * Fix more missing types in Symbolic.pyYobmod2021-07-282-12/+16
| |
| * Fix forwardrefYobmod2021-07-281-1/+1
| |
| * Fix some SymbolicReference typesYobmod2021-07-284-44/+41
| |
| * Rmv py 3.10 check for typing.Ordereddict - its deprecated then, but will ↵Yobmod2021-07-281-6/+2
| | | | | | | | still work until 3.12
| * Add another type ignore for OrdereddictYobmod2021-07-281-2/+2
| |
| * Fix SymbolicReference reference typingYobmod2021-07-284-8/+14
| |
| * Merge branch 'main' of https://github.com/Yobmod/GitPythonYobmod2021-07-282-2/+12
| |\ | |/ |/|
* | Revert "More specific version check for ordered dict type"Sebastian Thiel2021-07-281-1/+1
| | | | | | | | This reverts commit 005f81ae3daeef3575cba0fd9deb84d15eca5835.
* | More specific version check for ordered dict typeSebastian Thiel2021-07-281-1/+1
| | | | | | | | | | Related to https://github.com/gitpython-developers/GitPython/issues/1095#issuecomment-888032424
* | fix docsSebastian Thiel2021-07-281-1/+1
| | | | | | | | RST!!!!
* | prepare next patch release3.1.20Sebastian Thiel2021-07-282-2/+12
| |
| * change ordereddict guard, add type: ignoreYobmod2021-07-281-2/+7
|/
* Merge pull request #1299 from Lakhtenkov-iv/feature/clone-options-support-spacesSebastian Thiel2021-07-272-2/+5
|\ | | | | Added support of spaces for clone multi_options
| * Added support of spaces for clone multi_optionsIgor Lakhtenkov2021-07-272-2/+5
|/
* Merge pull request #1298 from Yobmod/mainSebastian Thiel2021-07-2515-149/+140
|\ | | | | Revert use of Typeguard and therefore typing-extensions==3.10.0.0
| * Rmv with_metclass() shim againYobmod2021-07-241-2/+1
| |
| * fix rdereddict, cannot subclass typing-extensiosn versionYobmod2021-07-242-4/+14
| |
| * import ordereddict from typesYobmod2021-07-241-2/+1
| |
| * put ordereddict behind py version guardYobmod2021-07-241-2/+3
| |
| * change ordereddict to typing.ordereddictYobmod2021-07-241-1/+2
| |
| * Readd with_metaclass shimYobmod2021-07-242-1/+18
| |
| * Rmv with_metaclass shim, make section constraint generic wrt its ↵Yobmod2021-07-248-60/+41
| | | | | | | | configparser type
| * Use BaseIndexEntry named access in index/fun.pyYobmod2021-07-242-60/+38
| |
| * Update requirements.txtDominic2021-07-241-1/+1
| |
| * Replace all Typeguard with cast, revert update to typing-extensions==3.10.0Yobmod2021-07-2410-44/+49
|/