summaryrefslogtreecommitdiff
path: root/dateutil
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Catch UnicodeEncodeError for Windows in tz.gettzPaul Ganssle2019-02-032-3/+2
* Update tzdata to 2018iPaul Ganssle2019-02-031-0/+0
* Short circuit evaluation of pytest get_markerNicolas Evrard2019-02-021-2/+4
* Skip coverage on xfailed testsPaul Ganssle2018-11-131-0/+17
* Add test for un-folding a datetimePaul Ganssle2018-11-131-0/+7
* Test error condition in _DatetimeWithFold.replacePaul Ganssle2018-11-131-0/+6
* Add test for _DatetimeWithFold.replacePaul Ganssle2018-11-131-0/+9
* Convert EnfoldTest to pytest-style assertionsPaul Ganssle2018-11-131-7/+7
* Update tzdata to 2018gPaul Ganssle2018-10-271-0/+0
* Cleanup to strong cache additionPaul Ganssle2018-10-163-7/+16
* Add LRU caching to tzoffset, tzstr and gettzGökçen Nurlu2018-10-163-3/+80
* Regroup if statements in tzname logicPaul Ganssle2018-10-061-2/+2
* Accept 'z' for UTC in parserCheuk Ho2018-10-062-2/+9
* Accept 'z' for 'Z' in isoparseCheuk Ho2018-10-063-3/+5
* Merge pull request #767 from jbrockmendel/septestsPaul Ganssle2018-09-241-32/+46
|\
| * Refactor input testsPaul Ganssle2018-09-241-12/+6
| * Separate out input_format testsBrock Mendel2018-09-241-29/+49
* | Remove unnecessary binary_type compatibility shimJon Dufresne2018-09-242-4/+4
|/
* Always use io.BytesIO/StringIO over six; on all supported PythonsJon Dufresne2018-09-082-2/+2