summaryrefslogtreecommitdiff
path: root/git/objects/util.py
Commit message (Expand)AuthorAgeFilesLines
* 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