summaryrefslogtreecommitdiff
path: root/src/isodate/duration.py
Commit message (Expand)AuthorAgeFilesLines
* https://github.com/gweis/isodate/issues/33Ziang Song2015-12-031-1/+4
* typoClaude2015-09-031-2/+2
* python 2.6 fixClaude2015-08-041-4/+4
* Add multiplication to durationClaude2015-08-041-0/+21
* Duration objects are now hashableGeoffrey Fairchild2015-06-221-0/+7
* Move line breaks after operatorsAdrian Coveney2015-02-261-13/+13
* Merge pull request #11 from tofu-rocketry/flake_fixesgweis2014-11-071-2/+2
|\
| * Fix flake errorsAdrian Coveney2014-08-181-2/+2
* | fix duration pickle for all protocols and all supported python versions and v...Gerhard Weis2014-11-071-0/+6
|/
* make flake happyGerhard Weis2014-02-271-18/+28
* make sure months and years are DecimalGerhard Weis2013-01-251-1/+14
* rename todatetime to totimedelta on Duration.Gerhard Weis2013-01-241-1/+1
* - raise Exception for unsupported operations with duration and date/datetime ...Gerhard Weis2013-01-241-0/+6
* * added unary operator for DurationGerhard Weis2010-10-281-35/+48
* * fixed bug in comparison between timedelta and Duration.Gerhard Weis2009-02-091-0/+4
* * added ISO 8601 formating methodsGerhard Weis2009-02-091-0/+244