summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * Make parse_datetime raise ISO8601Error if no 'T'Adrian Coveney2014-08-192-4/+15
* | Merge pull request #11 from tofu-rocketry/flake_fixesgweis2014-11-074-7/+7
|\ \
| * | Fix flake errorsAdrian Coveney2014-08-184-7/+7
| |/
* | fix duration pickle for all protocols and all supported python versions and v...Gerhard Weis2014-11-072-4/+28
|/
* make flake happyGerhard Weis2014-02-2717-262/+329
* Closes #8. Added tests stated in issue #8, but can’t reproduce this error a...Gerhard Weis2014-02-231-15/+27
* make sure months and years are DecimalGerhard Weis2013-01-251-1/+14
* implement unittest2 load_tests protocolGerhard Weis2013-01-256-0/+24
* rename todatetime to totimedelta on Duration.Gerhard Weis2013-01-242-1/+15
* - raise Exception for unsupported operations with duration and date/datetime ...Gerhard Weis2013-01-243-8/+29
* convert microseconds to int before passing in to datetime.time(..). closes #3Gerhard Weis2013-01-241-3/+3
* Changing exceptions to be ValueError or a subclass thereof in cases where the...Michael Hrivnak2012-11-162-2/+2
* 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
* 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
* * Fixed a formatting of microseconds for datetime objectsGerhard Weis2011-04-162-19/+25
* * Fixed problem with %P formating and fractionsGerhard Weis2010-10-292-3/+7
* * added unary operator for DurationGerhard Weis2010-10-284-169/+225
* * 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
* * initial commit (version 0.3.0)Gerhard Weis2009-01-0512-0/+1669