aboutsummaryrefslogtreecommitdiff
path: root/git/objects/util.py
AgeCommit message (Expand)Author
2019-12-29Added parsing for '@1400000000 +0000' date format as used by git commit hooks.Dries
2019-10-19Fix pickling of tzoffsetUwe L. Korn
2018-04-04Avoid from_timestamp() function to raise an exception when the offset is grea...ishepard
2018-03-18Rewrite unnecessary dict/list/tuple calls as literalsHugo
2016-10-20Fix some typosSantiago Castro
2016-04-19Add support for getting "aware" datetime infoVincent Driessen
2015-08-17fix(commit): serialization timezone handlingSebastian Thiel
2015-03-27Fix typoKyle P. Johnson
2015-01-05Intermediate commit: test_config and test_actor worksSebastian Thiel
2015-01-04Bumped version, updated changelog, reduced code smellSebastian Thiel
2015-01-04Applied autopep8Sebastian Thiel
2014-12-19Simplified parse_date implementationSebastian Thiel
2014-12-18BF: adjust mktime output for the local offset (Close #218)Yaroslav Halchenko
2014-11-19Applied autopep8Sebastian Thiel
2014-11-16pep8 linting (trailing whitespace)Antoine Musso
2014-11-16pep8 linting (whitespace before/after)Antoine Musso
2014-11-16pep8 linting (blank lines expectations)Antoine Musso
2014-11-16pep8 linting (whitespaces)Antoine Musso
2014-11-15Merge branch 'sf-master' of https://github.com/johnsca/GitPython into johnsca...Sebastian Thiel
2014-02-09tabs to 4 spaces - this won't make integrating the patches easier, but it's p...Sebastian Thiel
2013-02-14Fixed parse_actor_and_date with mangled tagsIgor Bondarenko
2010-11-25Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel