summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* fix pickle problem with FixedOffset instancesGerhard Weis2012-10-301-3/+4
|
* * make FixedOffset unpicklableGerhard Weis2012-10-302-12/+43
|
* - round to microseconds in case provided iso date string uses higher precisionGerhard Weis2012-10-302-16/+33
|
* - fix formatting for microseconds (Jarom Loveridge)Gerhard Weis2012-10-303-4/+17
|
* make unit tests compatible with pre python 2.7 unit test moduleGerhard Weis2012-05-041-41/+36
|
* tz_isoformat needs datetime object to determine daylight savingGerhard Weis2012-01-262-7/+8
| | | | never pass None into tzinfo.utcoffset (doesn't make sense; it's not deterministic)
* add failing test for LocalTimeZone formattingGerhard Weis2012-01-262-2/+131
|
* make my syntax highlighter happyGerhard Weis2012-01-261-2/+2
|
* * support Python 3Gerhard Weis2012-01-066-4/+10
| | | | * moved tests package into isolate package
* * Fixed a formatting of microseconds for datetime objectsGerhard Weis2011-04-162-19/+25
| | | | | * some whitespace cleanup * bumped version to 0.4.4
* * Fixed problem with %P formating and fractionsGerhard Weis2010-10-292-3/+7
|
* * added unary operator for DurationGerhard Weis2010-10-284-169/+225
| | | | | * output fractional seconds iso format * added some tests
* * fixed precision problem with microsecondsGerhard Weis2010-10-132-51/+67
|
* * fixed bug in comparison between timedelta and Duration.Gerhard Weis2009-02-092-0/+6
|
* * added ISO 8601 formating methodsGerhard Weis2009-02-0913-347/+837
| | | | | | | | * 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-0512-0/+1669