summaryrefslogtreecommitdiff
path: root/src/isodate/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Change __all__ in top init to be list of stringsAdrian Coveney2015-02-261-14/+14
| | | | | - Change __all__ in top level __init__.py to be a list of strings which is what it should be.
* make flake happyGerhard Weis2014-02-271-4/+19
|
* * added ISO 8601 formating methodsGerhard Weis2009-02-091-6/+24
| | | | | | | | * 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/+37