summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Merge branch 'main' into Yobmod/mainSebastian Thiel2021-07-012-3/+76
| | |\ | |_|/ |/| |
* | | Merge pull request #1280 from ↵Sebastian Thiel2021-07-012-3/+77
|\ \ \ | | | | | | | | | | | | | | | | Lakhtenkov-iv/feature/add-clone-multi-options-to-submodule Added clone multi_options to Submodule
| * | | Added clone multi_options to SubmoduleIgor Lakhtenkov2021-06-302-3/+77
|/ / /
| * | Add missed types to Commit, uncomment to_native_path_linux()Yobmod2021-07-019-54/+85
| |/
| * Flake 8 fixYobmod2021-06-301-1/+1
| |
| * Put protocol behind py version checkYobmod2021-06-301-6/+2
| |
| * Fix forward refYobmod2021-06-301-1/+1
| |
| * Type Traversable/list_traverse() better, make IterablleObj a protocolYobmod2021-06-304-19/+22
| |
| * Type Tree.traverse() betterYobmod2021-06-305-23/+28
| |
| * rmv github squashed commit fileYobmod2021-06-301-82/+0
| |
| * Type Traversable.traverse() better, start types of submoduleYobmod2021-06-3017-156/+352
| |
| * move py.typed from setup.py to MANIFEST.INIYobmod2021-06-304-1/+18775
|/
* Merge pull request #1279 from Yobmod/mainSebastian Thiel2021-06-2616-148/+255
|\ | | | | Finish typing object, improve verious other types.
| * another typoDominic2021-06-251-1/+1
| |
| * fix typoDominic2021-06-251-1/+1
| |
| * flake8 fixDominic2021-06-251-1/+1
| |
| * Import typevar in util.pyDominic2021-06-251-1/+3
| |
| * Add type to submodule to trigger checks to rurunYobmod2021-06-251-1/+6
| |
| * trigger checks to rurunYobmod2021-06-251-1/+1
| |
| * replace cast()s with asserts in fun.pyYobmod2021-06-251-3/+9
| |
| * replace cast()s with asserts in remote.pyYobmod2021-06-252-11/+13
| |
| * Add '?' to controlcharacter literalYobmod2021-06-251-2/+2
| |
| * fix assertYobmod2021-06-251-1/+1
| |
| * Add is_flatLiteral() Typeguard[] to remote.pyYobmod2021-06-251-2/+9
| |
| * Add asserts and casts for T_Tree_cacheYobmod2021-06-251-4/+9
| |
| * Update typing-extensions dependancy to <py3.10 for typeguardYobmod2021-06-242-2/+2
| |
| * Import TypeGuard to replace castsYobmod2021-06-241-0/+5
| |
| * forward ref GitconfigparserYobmod2021-06-241-1/+1
| |
| * Add T_Tre_cache TypeVarYobmod2021-06-243-18/+22
| |
| * Add typedDictYobmod2021-06-243-43/+34
| |
| * update some TBDs to configparserYobmod2021-06-242-14/+23
| |
| * update docstringYobmod2021-06-241-0/+2
| |
| * fix indentYobmod2021-06-241-22/+0
| |
| * fix an importYobmod2021-06-241-5/+2
| |
| * Make Iterable deprecation warning on subclassingYobmod2021-06-242-6/+17
| |
| * Rename Iterable due to typing.Iterable. Add deprecation warningYobmod2021-06-242-5/+58
| |
| * Make IterableList generic and update throughoutYobmod2021-06-247-42/+62
| |
| * Add types to tree.TreeYobmod2021-06-245-34/+44
| |
| * Merge branch 'gitpython-developers:main' into mainDominic2021-06-241-1/+1
| |\ | |/ |/|
* | remove duplicationSebastian Thiel2021-06-241-1/+1
| |
* | Add missing article to error messageMax Fan2021-06-241-1/+1
| |
* | Fix exsit typoMax Fan2021-06-241-1/+1
| |
* | Update typing-extensions version in requirements.txtYobmod2021-06-234-4/+4
| |
| * Merge branch 'gitpython-developers:main' into mainDominic2021-06-230-0/+0
| |\ | |/ |/|
* | Fix link to latest changelogMichael Käufl2021-06-221-1/+1
| |
* | Remove travis file as it's not used anymore in favor or Github Actions3.1.18Sebastian Thiel2021-06-181-46/+0
| |
* | Merge pull request #1271 from Yobmod/mainSebastian Thiel2021-06-1815-97/+214
|\ \ | | | | | | Add initial types to object, and fix CI
| * | add SupportsIndex to IterableList, with version import guardsYobmod2021-06-172-10/+11
| | |
| * | fix issue with mypy update to 0.9Yobmod2021-06-171-2/+2
| | |
| * | add travisYobmod2021-06-1713-19/+144
| |\ \