summaryrefslogtreecommitdiff
path: root/src/isodate/tests
Commit message (Expand)AuthorAgeFilesLines
* isodate.UTC remains the same object in a pickleJarno Saarimäki2015-11-271-0/+6
* Add multiplication to durationClaude2015-08-041-0/+59
* fixing misspellingGeoffrey Fairchild2015-06-221-1/+1
* Duration objects are now hashableGeoffrey Fairchild2015-06-221-0/+17
* Merge pull request #12 from tofu-rocketry/datetime_input_handlinggweis2014-11-071-3/+9
|\
| * Make parse_datetime raise ISO8601Error if no 'T'Adrian Coveney2014-08-191-3/+9
* | Merge pull request #11 from tofu-rocketry/flake_fixesgweis2014-11-071-3/+3
|\ \
| * | Fix flake errorsAdrian Coveney2014-08-181-3/+3
| |/
* | fix duration pickle for all protocols and all supported python versions and v...Gerhard Weis2014-11-071-4/+22
|/
* make flake happyGerhard Weis2014-02-277-160/+178
* Closes #8. Added tests stated in issue #8, but can’t reproduce this error a...Gerhard Weis2014-02-231-15/+27
* implement unittest2 load_tests protocolGerhard Weis2013-01-256-0/+24
* rename todatetime to totimedelta on Duration.Gerhard Weis2013-01-241-0/+14
* - raise Exception for unsupported operations with duration and date/datetime ...Gerhard Weis2013-01-241-7/+17
* fix pickle problem with FixedOffset instancesGerhard Weis2012-10-301-3/+4
* * make FixedOffset unpicklableGerhard Weis2012-10-301-0/+31
* - round to microseconds in case provided iso date string uses higher precisionGerhard Weis2012-10-301-15/+31
* - fix formatting for microseconds (Jarom Loveridge)Gerhard Weis2012-10-302-2/+15
* make unit tests compatible with pre python 2.7 unit test moduleGerhard Weis2012-05-041-41/+36
* add failing test for LocalTimeZone formattingGerhard Weis2012-01-262-2/+131
* * support Python 3Gerhard Weis2012-01-065-0/+895