summaryrefslogtreecommitdiff
path: root/dateutil/parser
Commit message (Collapse)AuthorAgeFilesLines
...
* | Adapt tokenizer to optinally disallow behaviour introduced by ↵Pablo Galindo2017-12-101-5/+8
| | | | | | | | bc69c3f3151a3bc9a743d80d29d48701468984ee
* | Fix datetime.parser._parser,_timelex to correctly tokenize default tz format ↵Pablo Galindo2017-12-101-2/+4
| | | | | | | | and add tests
* | Make tz.tzstr fail if an invalid GNU tz string is providedPablo Galindo Salgado2017-12-101-1/+27
|/
* Merge branch 'master' into build_methodsPaul Ganssle2017-12-101-1/+4
|\
| * Removed support for YYYYMM formatKirit Thadaka2017-12-091-1/+4
| |
* | Merge branch 'master' of https://github.com/dateutil/dateutil into build_methodsBrock Mendel2017-12-073-5/+398
|\ \ | |/
| * Fix issue #427, all tests passingMateusz Dziedzic2017-12-071-3/+7
| |
| * add document generation to tox, and trigger automatically at CI (also check ↵Bernat Gabor2017-12-072-3/+3
| | | | | | | | links in documentation to avoid having dangling pointers to the internet)
| * Fixup parser.__doc__Alex Chamberlain2017-12-062-0/+3
| |
| * Fixup strong emphasis warning.Alex Chamberlain2017-12-061-1/+1
| |
| * Fix unreachable code and loose validationPaul Ganssle2017-12-061-6/+10
| |
| * Isoparser style tweaksPaul Ganssle2017-12-061-2/+1
| |
| * Drop support for no-year ISO datetimesPaul Ganssle2017-12-061-36/+3
| |
| * Drop common_only option for initial APIPaul Ganssle2017-12-061-9/+3
| |
| * Rename Isoparser to isoparserPaul Ganssle2017-12-062-7/+7
| |
| * Drop all classmethods in favor of instance methodsPaul Ganssle2017-12-061-19/+14
| |
| * Add exception on too-short ISO timesPaul Ganssle2017-12-061-0/+3
| |
| * Ensure parse_isodate consumes entire stringPaul Ganssle2017-12-061-0/+3
| |
| * Fix byte slicing behavior for 2 and 3Paul Ganssle2017-12-061-16/+16
| |
| * Put @_takes_ascii decorator after @classmethodPaul Ganssle2017-12-061-2/+2
| |
| * Refactor a public interface out of _parse_tzstrPaul Ganssle2017-12-061-31/+36
| |
| * Add decorator to coerce to ASCIIPaul Ganssle2017-12-061-23/+51
| |
| * Make restrictions on sep stricterPaul Ganssle2017-12-061-2/+4
| |
| * Add test for too-short ISO stringPaul Ganssle2017-12-061-0/+3
| |
| * Make time zone string parser more strictPaul Ganssle2017-12-061-2/+8
| |
| * Tweak parser/isoparser documentationPaul Ganssle2017-12-062-5/+15
| |
| * Add fix for ordinal datesPaul Ganssle2017-12-061-5/+10
| |
| * Support uncommon cases, add documentation, refactorPaul Ganssle2017-12-061-88/+251
| |
| * Refactor out date and time parsingPaul Ganssle2017-12-061-35/+87
| |
| * Initial implementation of isoparsePaul Ganssle2017-12-061-0/+147
| |
* | separate out build_naive and build_aware methdosBrock Mendel2017-12-051-41/+58
|/
* Merge branch 'master' into bytesarray_parsePaul Ganssle2017-11-212-3/+71
|\
| * 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
| |/
| * Add deprecated private interface into parserPaul Ganssle2017-11-121-0/+48
| |
* | Add support for bytesarray and other bytes-likePaul Ganssle2017-11-121-4/+9
|/
* Use the self.ystridx already found for unambiguous year > 99 datesPaul Ganssle2017-11-091-30/+6
|
* Move parser.py to parser/ in preparation for new parsersPaul Ganssle2017-11-062-0/+1472