aboutsummaryrefslogtreecommitdiff
path: root/dateutil/parser
AgeCommit message (Expand)Author
2018-10-06Regroup if statements in tzname logicPaul Ganssle
2018-10-06Accept 'z' for UTC in parserCheuk Ho
2018-10-06Accept 'z' for 'Z' in isoparseCheuk Ho
2018-09-24Remove unnecessary binary_type compatibility shimJon Dufresne
2018-07-03Accept more than 6 fractional digits in `isoparse`Jay Weisskopf
2018-06-20Fix bug in parse_isotime when hour is 24Paul Ganssle
2018-06-08Fix isoparser misinterprets T24:00Ho
2018-05-15Add support for comma separator in isoparsePaul Ganssle
2018-05-07Performance improvements in resolve_from_stridxsPaul Ganssle
2018-05-07Fix for B.Y.d format corner case #687Brock Mendel
2018-04-19Allow user to specify None as tzinfo valueParseThis
2018-04-17Add versionadded tags to isoparse and utilsPaul Ganssle
2018-04-15Partially revert convertyear refactoringPaul Ganssle
2018-04-15Refactor parserinfo.convertyearCorey
2018-04-14Move return to else statement in try/except blockRustem Sayargaliev
2018-04-14Catch infinite decimal values in `_is_decimal` (fix #662)Rustem Sayargaliev
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