summaryrefslogtreecommitdiff
path: root/src/isodate/isodatetime.py
Commit message (Collapse)AuthorAgeFilesLines
* Make parse_datetime raise ISO8601Error if no 'T'Adrian Coveney2014-08-191-1/+6
| | | | | | | | | - Make parse_datetime raise ISO8601Error if time designator 'T' is missing as before it would raise a ValueError that was hard to interpret. - Alter test_parse for test_datetime to check that bad inputs raise an ISO8601 error. The other tests did this, but test_datetime didn't. - Add test case where the 'T' time designator is missing from input datetime strings.
* make flake happyGerhard Weis2014-02-271-7/+9
|
* * added ISO 8601 formating methodsGerhard Weis2009-02-091-0/+12
| | | | | | | | * still problems with negative durations * refactored Duration class to separate module * allow access to wrapped timedelta attributes directly on Duration. * refactored tzinfo parsing and formating into separate module * updated test cases for new functionality
* * initial commit (version 0.3.0)Gerhard Weis2009-01-051-0/+49