summaryrefslogtreecommitdiff
path: root/dateutil/parser/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Move to src layoutMario Corchero2021-07-161-61/+0
| | | | | Move the project to the src layout to ensure we are testing on the generated package rather than the checked out source tree.
* Use custom ParserError class in parsergfyoung2019-04-231-1/+2
| | | | | This gives a nicer string representation while retaining access to the input string in the exception arguments.
* Switch unknown timezone warning typePaul Ganssle2018-03-111-1/+3
|
* Only raise ValueError in parser for nowPaul Ganssle2018-01-071-3/+1
|
* Fixup parser.__doc__Alex Chamberlain2017-12-061-0/+2
|
* Rename Isoparser to isoparserPaul Ganssle2017-12-061-2/+2
|
* Tweak parser/isoparser documentationPaul Ganssle2017-12-061-0/+3
|
* Add deprecated private interface into parserPaul Ganssle2017-11-121-0/+48
|
* Move parser.py to parser/ in preparation for new parsersPaul Ganssle2017-11-061-0/+7