Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | prepare next patch release3.1.20 | Sebastian Thiel | 2021-07-28 | 2 | -2/+12 |
| | |||||
* | 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 | ||||
| * | 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 |
|\ | | | | | Revert use of Typeguard and therefore typing-extensions==3.10.0.0 | ||||
| * | 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 ↵ | Yobmod | 2021-07-24 | 8 | -60/+41 |
| | | | | | | | | configparser type | ||||
| * | 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 |
|\ | | | | | Fix Py.typed discovery | ||||
| * | 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 |
| | | | | | | Build tools now specified in pyproject.toml, so can be sure setuptools is installed | ||||
| * | fix find_packages() | Dominic | 2021-07-24 | 1 | -2/+1 |
|/ | | | Make exclude arg a sequence -> find_packages(exclude=["test", "test.*"]) | ||||
* | re-add package data for py.typed | Dominic | 2021-07-23 | 1 | -0/+1 |
| | | | Need for pypi install? | ||||
* | update typing-extensions to 3.10.0 | Dominic | 2021-07-23 | 1 | -1/+1 |
| | |||||
* | prepare patch release3.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 |
|\ | | | | | Add types to refs | ||||
| * | 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 |
| | | |||||
| * | Make pathlike a forward ref | Yobmod | 2021-07-19 | 2 | -4/+6 |
| | | |||||
| * | update types in types.py | Yobmod | 2021-07-19 | 1 | -2/+2 |
| | | |||||
| * | Merge branch 'main' of https://github.com/Yobmod/GitPython | Yobmod | 2021-07-19 | 1 | -9/+11 |
| |\ | |||||
| | * | Update README.md | Dominic | 2021-07-19 | 1 | -2/+3 |
| | | | | | | | | | Add paragraph space | ||||
| | * | Update README.md | Dominic | 2021-07-19 | 1 | -9/+10 |
| | | | | | | | | | tidy up testing section | ||||
| * | | Change remaining type comments to py3.6+ types | Yobmod | 2021-07-19 | 16 | -73/+77 |
| |/ | |||||
| * | Add flake8-bugbear and -comprehensions to test-requirements.txt | Yobmod | 2021-07-19 | 2 | -6/+6 |
| | | |||||
| * | rmv redundant IOerror except | Yobmod | 2021-07-19 | 2 | -660/+2 |
| | | |||||
| * | rmv python 3.5 checks from tests | Yobmod | 2021-07-19 | 8 | -24/+15 |
| | | |||||
| * | 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 |
| | | |||||
| * | Make types in refs compatible with repo | Yobmod | 2021-07-19 | 1 | -3/+4 |
| | | |||||
| * | Make types in refs compatible with previous | Yobmod | 2021-07-19 | 6 | -45/+59 |
| | | |||||
| * | Add types to refs/head.py | Yobmod | 2021-07-19 | 1 | -15/+22 |
| | | |||||
| * | Add types to refs/log.py | Yobmod | 2021-07-19 | 1 | -54/+86 |
| | | |||||
| * | Add types to refs/reference.py | Yobmod | 2021-07-19 | 1 | -12/+25 |
| | | |||||
| * | Add types to refs/remote.py | Yobmod | 2021-07-19 | 1 | -9/+22 |
| | | |||||
| * | Add types to refs/symbolic.py | Yobmod | 2021-07-19 | 1 | -0/+674 |
| | | |||||
| * | Add types to refs/tag.py | Yobmod | 2021-07-19 | 1 | -10/+36 |
| | | |||||
| * | update types in types.py | Yobmod | 2021-07-19 | 2 | -6/+6 |
|/ | |||||
* | Merge pull request #1294 from gitpython-developers/tidy-tools | Sebastian Thiel | 2021-07-19 | 12 | -135/+99 |
|\ | | | | | Tidy tools | ||||
| * | Update README.md | Dominic | 2021-07-19 | 1 | -7/+9 |
| | | | | | | Update testing section | ||||
| * | Add sphinx-autodoc-typehints | Dominic | 2021-07-19 | 1 | -0/+1 |
| | | |||||
| * | Add mypy to test-requirements.txt | Dominic | 2021-07-19 | 1 | -1/+1 |
| | | |||||
| * | Update pyproject.toml | Dominic | 2021-07-19 | 1 | -1/+1 |
| | | | | | | Add --force sugar flag | ||||
| * | Update .flake8 | Dominic | 2021-07-19 | 1 | -1/+3 |
| | | | | | | Add flags from pythonpackage.yaml |