summaryrefslogtreecommitdiff
path: root/iso8601
Commit message (Expand)AuthorAgeFilesLines
* fix class reference for iso8601.Utc in module docstringfix-module-docstringFelix Schwarz2016-02-121-1/+1
* Export FixedOffset in __all__Julien Danjou2016-01-261-1/+2
* Fix FixedOffset comparisonJulien Danjou2015-11-182-3/+5
* Do not use custom timezone implementation on Python ? 3.2Julien Danjou2015-11-081-49/+55
* Remove debug loggingQuentin Pradet2015-10-301-5/+0
* Add support for , as separator for fractional partLinus Wallgren2015-07-012-1/+2
* Adding API reference to docsMichael Twomey2014-02-271-2/+14
* Fix parsing of YYYY-MM and add YYYYMichael Twomey2014-02-272-20/+38
* Bumping to 0.1.9 and releasing.Michael Twomey2014-02-261-0/+1
* tests: fix remaining testsJulien Danjou2014-02-182-5/+4
* Raise error on YYYYMM or YYMMDDJulien Danjou2014-02-182-10/+12
* Raise error when parsing year with wrong number for yearsjulien2014-02-182-18/+23
* 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-182-1/+2
* Handle negative timezone offsets correctly0.1.6Michael Twomey2013-10-182-23/+29
* 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-172-1/+2
* Z always specifies UTC nowMichael Twomey2013-10-172-1/+9
* Ensure parsing of timezones without separators worksMichael Twomey2013-10-171-1/+2
* Fix pickling / deepcopy of returned datetime objectsMichael Twomey2013-10-172-0/+9
* Fix microsecond rounding issuesMichael Twomey2013-10-172-2/+5
* Rewrote the regex, large parts of the code and testsMichael Twomey2013-10-162-34/+110
* Correctly raise ParseError for more invalid inputsMichael Twomey2013-10-152-109/+35
* Make the inclusion of seconds optional in the date format.Chris Down2013-09-082-5/+18
* Applied python 3 support patch from https://code.google.com/p/pyiso8601/issue...Michael Twomey2013-08-293-6/+15
* Importing r23 / 0.1.4 from https://code.google.com/p/pyiso8601/Michael Twomey2013-08-293-0/+214