aboutsummaryrefslogtreecommitdiff
path: root/dateutil
AgeCommit message (Expand)Author
2017-12-06Merge pull request #560 from alexchamberlain/isoparsePaul Ganssle
2017-12-06Fixup parser.__doc__Alex Chamberlain
2017-12-06Fixup strong emphasis warning.Alex Chamberlain
2017-12-06Merge pull request #561 from jakec-github/examplesPaul Ganssle
2017-12-06Adds inline example to tzutc classJake Chorley
2017-12-06Merge pull request #555 from mariocj89/docsPaul Ganssle
2017-12-06Round down in the microsecond test caseLaszlo Kiss-Kollar
2017-12-06Update references from Sec. 4.3.10 to Sec 3.3.10Mario Corchero
2017-12-06Update references from RFC 2445 to RFC 5545Mario Corchero
2017-12-06Update links from RFC2445 to RFC 5545Mario Corchero
2017-12-06Move fractional tests into separate test functionLaszlo Kiss-Kollar
2017-12-06Fix float handling for years and months in relativedeltaLaszlo Kiss-Kollar
2017-12-06Add test to parse 201712 (YYYYMM)Yoney
2017-12-06Fix unreachable code and loose validationPaul Ganssle
2017-12-06Improve test coveragePaul Ganssle
2017-12-06Isoparser style tweaksPaul Ganssle
2017-12-06Add xfail test for sep as bytestringPaul Ganssle
2017-12-06Drop support for no-year ISO datetimesPaul Ganssle
2017-12-06Drop common_only option for initial APIPaul Ganssle
2017-12-06Rename Isoparser to isoparserPaul Ganssle
2017-12-06Drop all classmethods in favor of instance methodsPaul Ganssle
2017-12-06Drop pre-1900 date test on Python 2Paul Ganssle
2017-12-06Add tests for parse_isotimePaul Ganssle
2017-12-06Add exception on too-short ISO timesPaul Ganssle
2017-12-06Add tests for parse_isodatePaul Ganssle
2017-12-06Ensure parse_isodate consumes entire stringPaul Ganssle
2017-12-06Fix byte slicing behavior for 2 and 3Paul Ganssle
2017-12-06Add test for zero_as_utc behaviorPaul Ganssle
2017-12-06Put @_takes_ascii decorator after @classmethodPaul Ganssle
2017-12-06Refactor a public interface out of _parse_tzstrPaul Ganssle
2017-12-06Add decorator to coerce to ASCIIPaul Ganssle
2017-12-06Make restrictions on sep stricterPaul Ganssle
2017-12-06Add test for too-short ISO stringPaul Ganssle
2017-12-06Add test for Isoparser constructor failuresPaul Ganssle
2017-12-06Make time zone string parser more strictPaul Ganssle
2017-12-06Test parser failure conditionsPaul Ganssle
2017-12-06Add test for midnight representationsPaul Ganssle
2017-12-06Fix isoparse microsecond test on python 2.7Paul Ganssle
2017-12-06Tweak parser/isoparser documentationPaul Ganssle
2017-12-06Add fix for ordinal datesPaul Ganssle
2017-12-06Add test for ordinal datesPaul Ganssle
2017-12-06Add test for iso week formatsPaul Ganssle
2017-12-06Support uncommon cases, add documentation, refactorPaul Ganssle
2017-12-06Add tests for leap year handlingPaul Ganssle
2017-12-06Add tests for --MMDD isoparsePaul Ganssle
2017-12-06Refactor out date and time parsingPaul Ganssle
2017-12-06Add additional time zone testsPaul Ganssle
2017-12-06Initial implementation of isoparsePaul Ganssle
2017-11-21Merge branch 'master' into bytesarray_parsePaul Ganssle
2017-11-17Merge branch 'master' into fix_ambiguous_parsePaul Ganssle