summaryrefslogtreecommitdiff
path: root/iso8601/test_iso8601.py
Commit message (Expand)AuthorAgeFilesLines
* Fix FixedOffset comparisonJulien Danjou2015-11-181-0/+4
* Add support for , as separator for fractional partLinus Wallgren2015-07-011-0/+1
* Fix parsing of YYYY-MM and add YYYYMichael Twomey2014-02-271-0/+5
* Bumping to 0.1.9 and releasing.Michael Twomey2014-02-261-0/+1
* tests: fix remaining testsJulien Danjou2014-02-181-2/+2
* Raise error on YYYYMM or YYMMDDJulien Danjou2014-02-181-2/+2
* Raise error when parsing year with wrong number for yearsjulien2014-02-181-2/+3
* test: fix test cases on errorjulien2014-02-181-11/+12
* Add isoformat() tests for all parsed datesMichael Twomey2013-10-191-22/+24
* Fix for regression when parsing microsecondsDavanum Srinivas2013-10-181-0/+1
* Handle negative timezone offsets correctly0.1.6Michael Twomey2013-10-181-23/+28
* Added testcase from https://code.google.com/p/pyiso8601/issues/detail?id=14Michael Twomey2013-10-181-0/+3
* Added testcase from https://code.google.com/p/pyiso8601/issues/detail?id=16Michael Twomey2013-10-181-0/+1
* Added testcase from https://code.google.com/p/pyiso8601/issues/detail?id=17Michael Twomey2013-10-181-0/+1
* Handle compact date formatMichael Twomey2013-10-171-0/+1
* Z always specifies UTC nowMichael Twomey2013-10-171-0/+8
* Ensure parsing of timezones without separators worksMichael Twomey2013-10-171-1/+2
* Fix pickling / deepcopy of returned datetime objectsMichael Twomey2013-10-171-0/+4
* Fix microsecond rounding issuesMichael Twomey2013-10-171-0/+1
* Rewrote the regex, large parts of the code and testsMichael Twomey2013-10-161-9/+23
* Correctly raise ParseError for more invalid inputsMichael Twomey2013-10-151-106/+29
* Make the inclusion of seconds optional in the date format.Chris Down2013-09-081-0/+11
* Applied python 3 support patch from https://code.google.com/p/pyiso8601/issue...Michael Twomey2013-08-291-4/+6
* Importing r23 / 0.1.4 from https://code.google.com/p/pyiso8601/Michael Twomey2013-08-291-0/+111