summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* - round down microseconds (in case precision is higher)Gerhard Weis2021-12-133-7/+15
* Merge branch 'PR16'Gerhard Weis2021-12-132-89/+56
|\
| * Don't match garbage characters at the end of time stringsGabriel2015-01-201-13/+12
| * Don't match garbage characters at the end of date stringsGabriel2015-01-201-26/+28
| * Factor in some regexesGabriel2015-01-202-13/+4
* | Merge branch 'PR60'Gerhard Weis2021-12-131-0/+3
|\ \
| * | PEP8: 79 charsJose Eduardo2019-07-191-2/+4
| * | Fix Python 3.8 DeprecationWarningJose Eduardo2019-07-191-2/+2
| * | Raise warnings produced by isodate as errors during testsJose Eduardo2019-07-191-0/+3
* | | Merge branch 'PR57'Gerhard Weis2021-12-1315-390/+0
|\ \ \
| * | | remove the license from testsAlexander Mangin2019-03-276-156/+0
| * | | 1) move license to Project's rootAlexander Mangin2019-03-279-234/+0
| |/ /
* | | white spaceGerhard Weis2021-12-1317-971/+1204
* | | Fix for Python 3.10: TypeError: 'decimal.Decimal' object cannot be interprete...Hugo van Kemenade2021-09-131-2/+6
|/ /
* | typoGerhard Weis2017-10-131-2/+2
* | Be able to recognize time zones with fractional hoursIgor2017-10-113-1/+17
* | Merge branch 'master' of https://github.com/raisou/isodateGerhard Weis2017-07-064-12/+26
|\ \
| * | add ability to choose default month and day when incomplete dateFabien Loffredo2016-12-231-5/+9
| * | add incomplete month date supportFabien Loffredo2016-12-234-7/+17
* | | rely on duck typing when doing duration mathsGerhard Weis2017-07-061-72/+66
* | | use sixGerhard Weis2017-07-053-16/+9
* | | Merge branch 'master' of https://github.com/lmazuel/isodateGerhard Weis2017-07-053-2/+13
|\ \ \
| * | | Flake happinessLaurent Mazuel2017-06-2810-4/+14
| * | | Adapt after 2to3 removalLaurent Mazuel2017-06-282-3/+10
| * | | Py3 compatLaurent Mazuel2017-06-281-1/+4
| * | | isinstance(obj, (str, unicode)) to be Py2/3 compatLaurent Mazuel2017-06-281-1/+1
| |/ /
* | | whitespaceGerhard Weis2017-07-058-1/+9
* | | Merge pull request #36 from zsong/mastergweis2017-07-052-1/+8
|\ \ \
| * | | Removed the trailing space.Ziang Song2015-12-031-1/+1
| * | | Removed the unnecessory lines.Ziang Song2015-12-031-3/+0
| * | | https://github.com/gweis/isodate/issues/33Ziang Song2015-12-032-1/+11
| |/ /
* | | isodate.UTC remains the same object in a pickleJarno Saarimäki2015-11-272-0/+20
|/ /
* | typoClaude2015-09-031-2/+2
* | python 2.6 fixClaude2015-08-041-4/+4
* | Add multiplication to durationClaude2015-08-042-0/+80
* | fixing misspellingGeoffrey Fairchild2015-06-221-1/+1
* | Duration objects are now hashableGeoffrey Fairchild2015-06-222-0/+24
* | Merge pull request #19 from tofu-rocketry/all_string_listgweis2015-04-011-14/+14
|\ \
| * | Change __all__ in top init to be list of stringsAdrian Coveney2015-02-261-14/+14
| |/
* | Merge pull request #18 from Polyconseil/fbochu/iso8601-period-regexpgweis2015-04-011-1/+2
|\ \
| * | Fix ISO8601_PERIOD_REGEX to not match 'P'Fabien Bochu2015-03-101-1/+2
| |/
* | Move line breaks after operatorsAdrian Coveney2015-02-263-28/+28
|/
* 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-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