summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add Python 3.4 to list of supported versionsGerhard Weis2014-11-072-1/+2
* Merge pull request #12 from tofu-rocketry/datetime_input_handlinggweis2014-11-072-4/+15
|\
| * Make parse_datetime raise ISO8601Error if no 'T'Adrian Coveney2014-08-192-4/+15
* | Merge pull request #11 from tofu-rocketry/flake_fixesgweis2014-11-075-11/+11
|\ \
| * | Fix flake errorsAdrian Coveney2014-08-185-11/+11
| |/
* | fix duration pickle for all protocols and all supported python versions and v...Gerhard Weis2014-11-072-4/+28
|/
* added various badgesGerhard Weis2014-02-271-1/+15
* type in envvarGerhard Weis2014-02-271-1/+1
* ignore coverage reportsGerhard Weis2014-02-271-0/+2
* only report coverage for main moduleGerhard Weis2014-02-272-1/+4
* run flake and coverage tests via toxGerhard Weis2014-02-272-2/+22
* make flake happyGerhard Weis2014-02-2717-262/+329
* back to developmentGerhard Weis2014-02-233-2/+9
* prepare release 0.5.00.5.0Gerhard Weis2014-02-231-2/+6
* move travis-ci badge underneath titleGerhard Weis2014-02-231-2/+2
* update setup.py to read correct README fileGerhard Weis2014-02-231-3/+3
* rename README.txt to README.rstGerhard Weis2014-02-231-1/+2
* add travis-ci testingGerhard Weis2014-02-232-0/+20
* Closes #8. Added tests stated in issue #8, but can’t reproduce this error a...Gerhard Weis2014-02-231-15/+27
* update trove classifiers to show all supported python versionsGerhard Weis2013-01-251-2/+5
* make sure months and years are DecimalGerhard Weis2013-01-251-1/+14
* add tox configurationGerhard Weis2013-01-252-0/+8
* implement unittest2 load_tests protocolGerhard Weis2013-01-257-17/+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
* Merge pull request #1 from mhrivnak/mhrivnak-valueerrorgweis2013-01-232-2/+2
|\
| * Changing exceptions to be ValueError or a subclass thereof in cases where the...Michael Hrivnak2012-11-162-2/+2
|/
* back to devGerhard Weis2012-10-302-1/+7
* release0.4.9Gerhard Weis2012-10-301-1/+1
* new home at githubGerhard Weis2012-10-301-2/+1
* forgot to bump version for a whileGerhard Weis2012-10-301-1/+1
* fix pickle problem with FixedOffset instancesGerhard Weis2012-10-302-3/+6
* * make FixedOffset unpicklableGerhard Weis2012-10-302-12/+43
* - round to microseconds in case provided iso date string uses higher precisionGerhard Weis2012-10-303-16/+34
* - fix formatting for microseconds (Jarom Loveridge)Gerhard Weis2012-10-304-4/+22
* updatet bootstrap.pyGerhard Weis2012-10-301-33/+237
* move .hgiginore to .gitigonerGerhard Weis2012-10-301-2/+0
* mergeGerhard Weis2012-05-040-0/+0
|\
| * Added tag RELEASE-0.4.9 for changeset b689d2bac236Gerhard Weis2012-05-040-0/+0
* | Added tag RELEASE-0.4.8 for changeset b689d2bac236Gerhard Weis2012-05-040-0/+0
|/
* updated change log and version to 0.4.8Gerhard Weis2012-05-042-1/+8
* clean up setup.py for python2 and 3 compatibility (with and without setuptool...Gerhard Weis2012-05-041-8/+7
* make unit tests compatible with pre python 2.7 unit test moduleGerhard Weis2012-05-041-41/+36
* Added tag RELEASE-0.4.7 for changeset 862c42e54814Gerhard Weis2012-01-260-0/+0
* update changelog for releaseGerhard Weis2012-01-261-0/+6
* 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
* bump version to 0.4.7Gerhard Weis2012-01-261-1/+1