summaryrefslogtreecommitdiff
path: root/src/isodate/duration.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #70 from kianmeng/fix-typosHEADmastergweis2022-03-131-2/+2
|\
| * Fix typosKian-Meng Ang2022-01-251-2/+2
* | Drop support for Python <= 3.6Hugo van Kemenade2021-12-131-1/+1
|/
* Merge branch 'PR57'Gerhard Weis2021-12-131-26/+0
|\
| * 1) move license to Project's rootAlexander Mangin2019-03-271-26/+0
* | white spaceGerhard Weis2021-12-131-61/+77
* | Fix for Python 3.10: TypeError: 'decimal.Decimal' object cannot be interprete...Hugo van Kemenade2021-09-131-2/+6
|/
* typoGerhard Weis2017-10-131-2/+2
* rely on duck typing when doing duration mathsGerhard Weis2017-07-061-72/+66
* Removed the trailing space.Ziang Song2015-12-031-1/+1
* 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