summaryrefslogtreecommitdiff
path: root/dateutil
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-022-2/+12
* Fix TypeError in parser wrapper logicMark Bailey2020-01-022-1/+5
* Lock around strong cache updatesPaul Ganssle2019-11-021-11/+18
* Fix test_tzlocal_offset_equal[GMT-tzoff1]Kubilay Kocak2019-11-021-1/+1
* Auto-skip tests when TZ can't be changed.Alexander Shadchin2019-11-022-9/+7
* Merge pull request #935 from labrys/patch-1Paul Ganssle2019-11-022-2/+39
|\
| * Add tests for gettz zone supports startswithLabrys of Knossos2019-11-021-0/+30
| * Add helpful message when passed bytes to gettzLabrys of Knossos2019-11-021-2/+9
* | Remove WarningTestMixin in favor of pytest.warnsPaul Ganssle2019-11-024-64/+16
|/
* Fix incorrect import in Python 3.7+Paul Ganssle2019-09-221-1/+1
* Update tzdata to 2019cPaul Ganssle2019-09-191-0/+0
* Fixes for a potential Python 4 (#950)Hugo van Kemenade2019-08-273-7/+7
* Fix typos in comments and documentationHugo2019-08-2710-14/+14
* Update tzdata to 2019bPaul Ganssle2019-07-061-0/+0
* Use tz.UTC in testsPaul Ganssle2019-04-234-10/+10
* Remove unnecessary tzutc() calls in tzPaul Ganssle2019-04-231-2/+2
* Selective use of tzutc() in test_tzPaul Ganssle2019-04-231-22/+22
* Move UTC definition into dateutil.tz.tzPaul Ganssle2019-04-232-5/+6
* Fix tz import in isoparser testPaul Ganssle2019-04-231-1/+1
* Use tz.UTC in parserPaul Ganssle2019-04-231-2/+2
* Use tz.UTC in isoparserPaul Ganssle2019-04-231-2/+2
* Remove unused import in dateutil.rrulePaul Ganssle2019-04-231-1/+0
* Update tzdata to 2019aPaul Ganssle2019-04-231-0/+0
* Convert all parser raises tests to use ParserErrorPaul Ganssle2019-04-231-20/+20
* Wrap ValueError in ParserErrorPaul Ganssle2019-04-232-2/+4
* Add xfailing test for ParserErrorPaul Ganssle2019-04-231-0/+12
* Use custom ParserError class in parsergfyoung2019-04-232-5/+19
* Add test for interpreting UTC as an integer offsetPaul Ganssle2019-03-201-0/+7
* Use convenience function for testing tz objectPaul Ganssle2019-03-201-8/+10
* Fix error condition when invalid tzinfos is passedBrock Mendel2019-03-202-1/+3
* Add failing test for invalid tzinfos dictionaryBrock Mendel2019-03-201-0/+8
* Combine and expand tests for tzinfos inputsBrock Mendel2019-03-201-8/+40
* Fix typo in commentBrock Mendel2019-03-061-1/+1
* Collect TZEnvContext cases in a classBrock Mendel2019-03-061-39/+36
* Add tests for inverting strftimeBrock Mendel2019-03-061-6/+52
* Parametrize generic parser test casesBrock Mendel2019-03-061-100/+50
* Add test cases for several boundary errorsBrock Mendel2019-03-011-4/+38
* Add parser test case with "Jul"Brock Mendel2019-03-011-0/+1
* Add test case with fractional hoursBrock Mendel2019-03-011-1/+4
* Remove duplicate tests and rename TestInputFormatsBrock Mendel2019-02-271-9/+5
* Collect parser methods by functionBrock Mendel2019-02-261-33/+43
* use setup_class instead of setUpBrock Mendel2019-02-241-31/+30
* Fix isoparser test and coverageFan Huang2019-02-241-10/+10
* Add tests for multiple EXDATE and DTSTART valuesPaul Ganssle2019-02-041-0/+15
* Factor rrule datetime value parsing into a methodNicolas Evrard2019-02-041-85/+65
* Add EXDATE parameter parsing to rrulestrPaul Ganssle2019-02-042-11/+43
* Add tests for EXDATE parameter parsingPaul Ganssle2019-02-041-0/+61