aboutsummaryrefslogtreecommitdiff
path: root/dateutil/parser
AgeCommit message (Expand)Author
2018-03-12Catch non-ValueError exceptions in decimalPaul Ganssle
2018-03-11Switch unknown timezone warning typePaul Ganssle
2018-03-11warn instead of raising... for nowBrock Mendel
2018-03-11raise on unidentified tzBrock Mendel
2018-03-10Relax strictness of default isoparse behaviorPaul Ganssle
2018-03-10Improve isoparse limitations documentationPaul Ganssle
2018-01-11Prefer builtin callable() over isinstance(..., collections.Callable)Jon Dufresne
2018-01-07Only raise ValueError in parser for nowPaul Ganssle
2018-01-03Deprecate dateutil-specific tz formatPaul Ganssle
2017-12-19Merge branch 'master' into issue259Paul Ganssle
2017-12-18Fix 'signal' so it multiplies by the DST changePaul Ganssle
2017-12-14Revert b15f38aPablo Galindo
2017-12-14Eliminate unnecessary filteringPablo Galindo
2017-12-14Implement regexp tokenizer to leave timelex unchanged and minor style changesPablo Galindo
2017-12-11remove min() callsBrock Mendel
2017-12-10Adapt tokenizer to optinally disallow behaviour introduced by bc69c3f3151a3bc...Pablo Galindo
2017-12-10Fix datetime.parser._parser,_timelex to correctly tokenize default tz format ...Pablo Galindo
2017-12-10Make tz.tzstr fail if an invalid GNU tz string is providedPablo Galindo Salgado
2017-12-10Merge branch 'master' into build_methodsPaul Ganssle
2017-12-09Removed support for YYYYMM formatKirit Thadaka
2017-12-07Merge branch 'master' of https://github.com/dateutil/dateutil into build_methodsBrock Mendel
2017-12-07Fix issue #427, all tests passingMateusz Dziedzic
2017-12-07add document generation to tox, and trigger automatically at CI (also check l...Bernat Gabor
2017-12-06Fixup parser.__doc__Alex Chamberlain
2017-12-06Fixup strong emphasis warning.Alex Chamberlain
2017-12-06Fix unreachable code and loose validationPaul Ganssle
2017-12-06Isoparser style tweaksPaul 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-06Add exception on too-short ISO timesPaul Ganssle
2017-12-06Ensure parse_isodate consumes entire stringPaul Ganssle
2017-12-06Fix byte slicing behavior for 2 and 3Paul 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-06Make time zone string parser more strictPaul Ganssle
2017-12-06Tweak parser/isoparser documentationPaul Ganssle
2017-12-06Add fix for ordinal datesPaul Ganssle
2017-12-06Support uncommon cases, add documentation, refactorPaul Ganssle
2017-12-06Refactor out date and time parsingPaul Ganssle
2017-12-06Initial implementation of isoparsePaul Ganssle
2017-12-05separate out build_naive and build_aware methdosBrock Mendel
2017-11-21Merge branch 'master' into bytesarray_parsePaul Ganssle
2017-11-17Merge branch 'master' into fix_ambiguous_parsePaul Ganssle
2017-11-15change assertions to ValueError, stop catching AssertionErrorBrock Mendel
2017-11-13Fix case of winter GMT times parsed in the UKPaul Ganssle