summaryrefslogtreecommitdiff
path: root/git/objects/util.py
Commit message (Expand)AuthorAgeFilesLines
* Update util.pyDominic2021-07-311-94/+545
* Update util.pyDominic2021-07-311-540/+94
* Change remaining type comments to py3.6+ typesYobmod2021-07-191-3/+3
* Make traversable and serilizable into protocolsYobmod2021-07-191-24/+54
* Move TraverseNT to global, cos mypy complained on testingYobmod2021-07-091-4/+6
* Flatten list_traverse()Yobmod2021-07-091-0/+1
* Rmv circular import, create Has_id_attribute Protocol insteadYobmod2021-07-091-4/+2
* Add list_traverse() to Tree and TraversableIterableObj.Yobmod2021-07-091-1/+6
* Change type of list_traverse() again.Yobmod2021-07-091-6/+17
* Rmv typeguard from list_traverse(), was wrongYobmod2021-07-091-17/+13
* improve TraversableIterableObj typeguardYobmod2021-07-091-4/+6
* tests TraversableIterableObj typeguardYobmod2021-07-091-5/+5
* Add missed types to Commit, uncomment to_native_path_linux()Yobmod2021-07-011-8/+8
* Fix forward refYobmod2021-06-301-1/+1
* Type Traversable/list_traverse() better, make IterablleObj a protocolYobmod2021-06-301-14/+10
* Type Tree.traverse() betterYobmod2021-06-301-2/+4
* Type Traversable.traverse() better, start types of submoduleYobmod2021-06-301-25/+132
* 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
* fix indentYobmod2021-06-241-22/+0
* Make IterableList generic and update throughoutYobmod2021-06-241-5/+6
* Update typing-extensions version in requirements.txtYobmod2021-06-231-38/+91
* accept datetime instances as datesAlba Mendez2020-08-311-0/+5
* Fix exception causes all over the codebaseRam Rachum2020-06-141-2/+2
* Added parsing for '@1400000000 +0000' date format as used by git commit hooks.Dries2019-12-291-0/+2
* Fix pickling of tzoffsetUwe L. Korn2019-10-191-0/+3
* Avoid from_timestamp() function to raise an exception when the offset is grea...ishepard2018-04-041-2/+5
* Rewrite unnecessary dict/list/tuple calls as literalsHugo2018-03-181-3/+3
* Fix some typosSantiago Castro2016-10-201-4/+4
* Add support for getting "aware" datetime infoVincent Driessen2016-04-191-1/+29
* fix(commit): serialization timezone handlingSebastian Thiel2015-08-171-1/+1
* Fix typoKyle P. Johnson2015-03-271-1/+1
* Intermediate commit: test_config and test_actor worksSebastian Thiel2015-01-051-8/+8
* Bumped version, updated changelog, reduced code smellSebastian Thiel2015-01-041-5/+4
* Applied autopep8Sebastian Thiel2015-01-041-2/+2
* Simplified parse_date implementationSebastian Thiel2014-12-191-7/+7
* BF: adjust mktime output for the local offset (Close #218)Yaroslav Halchenko2014-12-181-1/+4
* Applied autopep8Sebastian Thiel2014-11-191-10/+10
* pep8 linting (trailing whitespace)Antoine Musso2014-11-161-17/+17
* pep8 linting (whitespace before/after)Antoine Musso2014-11-161-19/+19
* pep8 linting (blank lines expectations)Antoine Musso2014-11-161-0/+10
* pep8 linting (whitespaces)Antoine Musso2014-11-161-43/+43
* Merge branch 'sf-master' of https://github.com/johnsca/GitPython into johnsca...Sebastian Thiel2014-11-151-2/+7
|\
| * Fixed parse_actor_and_date with mangled tagsIgor Bondarenko2013-02-141-1/+7
* | tabs to 4 spaces - this won't make integrating the patches easier, but it's p...Sebastian Thiel2014-02-091-273/+273
|/
* Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel2010-11-251-0/+315