summaryrefslogtreecommitdiff
path: root/dateutil/parser/_parser.py
Commit message (Expand)AuthorAgeFilesLines
* Improve documentation for parser errors/warningsPaul Ganssle2020-01-021-2/+11
* Document that parser.parse raises ParserErrorPaul Ganssle2020-01-021-4/+4
* Update documentation linksPaul Ganssle2020-01-021-3/+3
* Fix custom repr for ParserErrorPaul Ganssle2020-01-021-2/+3
* Fix TypeError in parser wrapper logicMark Bailey2020-01-021-1/+1
* Fix typos in comments and documentationHugo2019-08-271-4/+4
* Use tz.UTC in parserPaul Ganssle2019-04-231-2/+2
* Wrap ValueError in ParserErrorPaul Ganssle2019-04-231-1/+4
* Use custom ParserError class in parsergfyoung2019-04-231-4/+17
* Fix error condition when invalid tzinfos is passedBrock Mendel2019-03-201-0/+3
* Collect parser methods by functionBrock Mendel2019-02-261-33/+43
* Regroup if statements in tzname logicPaul Ganssle2018-10-061-2/+2
* Accept 'z' for UTC in parserCheuk Ho2018-10-061-2/+4
* Accept 'z' for 'Z' in isoparseCheuk Ho2018-10-061-1/+1
* Remove unnecessary binary_type compatibility shimJon Dufresne2018-09-241-2/+2
* Performance improvements in resolve_from_stridxsPaul Ganssle2018-05-071-10/+9
* Fix for B.Y.d format corner case #687Brock Mendel2018-05-071-4/+36
* Allow user to specify None as tzinfo valueParseThis2018-04-191-6/+4
* Partially revert convertyear refactoringPaul Ganssle2018-04-151-10/+8
* Refactor parserinfo.convertyearCorey2018-04-151-7/+19
* Move return to else statement in try/except blockRustem Sayargaliev2018-04-141-2/+2
* Catch infinite decimal values in `_is_decimal` (fix #662)Rustem Sayargaliev2018-04-141-1/+6
* Catch non-ValueError exceptions in decimalPaul Ganssle2018-03-121-3/+14
* Switch unknown timezone warning typePaul Ganssle2018-03-111-1/+4
* warn instead of raising... for nowBrock Mendel2018-03-111-11/+13
* raise on unidentified tzBrock Mendel2018-03-111-0/+8
* Prefer builtin callable() over isinstance(..., collections.Callable)Jon Dufresne2018-01-111-4/+2
* Only raise ValueError in parser for nowPaul Ganssle2018-01-071-16/+4
* Deprecate dateutil-specific tz formatPaul Ganssle2018-01-031-1/+9
* Merge branch 'master' into issue259Paul Ganssle2017-12-191-10/+8
|\
| * remove min() callsBrock Mendel2017-12-111-10/+8
* | Fix 'signal' so it multiplies by the DST changePaul Ganssle2017-12-181-1/+1
* | Revert b15f38aPablo Galindo2017-12-141-1/+1
* | Eliminate unnecessary filteringPablo Galindo2017-12-141-1/+1
* | Implement regexp tokenizer to leave timelex unchanged and minor style changesPablo Galindo2017-12-141-36/+35
* | Adapt tokenizer to optinally disallow behaviour introduced by bc69c3f3151a3bc...Pablo Galindo2017-12-101-5/+8
* | Fix datetime.parser._parser,_timelex to correctly tokenize default tz format ...Pablo Galindo2017-12-101-2/+4
* | Make tz.tzstr fail if an invalid GNU tz string is providedPablo Galindo Salgado2017-12-101-1/+27
|/
* Merge branch 'master' of https://github.com/dateutil/dateutil into build_methodsBrock Mendel2017-12-071-5/+10
|\
| * Fix issue #427, all tests passingMateusz Dziedzic2017-12-071-3/+7
| * add document generation to tox, and trigger automatically at CI (also check l...Bernat Gabor2017-12-071-1/+1
| * Fixup parser.__doc__Alex Chamberlain2017-12-061-0/+1
| * Fixup strong emphasis warning.Alex Chamberlain2017-12-061-1/+1
* | separate out build_naive and build_aware methdosBrock Mendel2017-12-051-41/+58
|/
* Merge branch 'master' into bytesarray_parsePaul Ganssle2017-11-211-3/+23
|\
| * Merge branch 'master' into fix_ambiguous_parsePaul Ganssle2017-11-171-3/+5
| |\
| | * change assertions to ValueError, stop catching AssertionErrorBrock Mendel2017-11-151-3/+5
| * | Fix case of winter GMT times parsed in the UKPaul Ganssle2017-11-131-0/+6
| * | Allow ambiguous datetimes when passing tzinfosPaul Ganssle2017-11-131-4/+10
| * | Add ability to parse ambiguous local datetimesPaul Ganssle2017-11-131-0/+6
| |/