aboutsummaryrefslogtreecommitdiff
path: root/dateutil
AgeCommit message (Expand)Author
2021-02-12[LSC] Add LOCAL_LICENSE_KINDS to external/python/dateutilBob Badour
2019-06-11Upgrade python/dateutil to 2.8.0Haibo Huang
2019-02-04Add tests for multiple EXDATE and DTSTART valuesPaul Ganssle
2019-02-04Factor rrule datetime value parsing into a methodNicolas Evrard
2019-02-04Add EXDATE parameter parsing to rrulestrPaul Ganssle
2019-02-04Add tests for EXDATE parameter parsingPaul Ganssle
2019-02-03Catch UnicodeEncodeError for Windows in tz.gettzPaul Ganssle
2019-02-03Update tzdata to 2018iPaul Ganssle
2019-02-02Short circuit evaluation of pytest get_markerNicolas Evrard
2018-11-13Skip coverage on xfailed testsPaul Ganssle
2018-11-13Add test for un-folding a datetimePaul Ganssle
2018-11-13Test error condition in _DatetimeWithFold.replacePaul Ganssle
2018-11-13Add test for _DatetimeWithFold.replacePaul Ganssle
2018-11-13Convert EnfoldTest to pytest-style assertionsPaul Ganssle
2018-10-27Update tzdata to 2018gPaul Ganssle
2018-10-16Cleanup to strong cache additionPaul Ganssle
2018-10-16Add LRU caching to tzoffset, tzstr and gettzGökçen Nurlu
2018-10-06Regroup if statements in tzname logicPaul Ganssle
2018-10-06Accept 'z' for UTC in parserCheuk Ho
2018-10-06Accept 'z' for 'Z' in isoparseCheuk Ho
2018-09-24Merge pull request #767 from jbrockmendel/septestsPaul Ganssle
2018-09-24Refactor input testsPaul Ganssle
2018-09-24Separate out input_format testsBrock Mendel
2018-09-24Remove unnecessary binary_type compatibility shimJon Dufresne
2018-09-08Always use io.BytesIO/StringIO over six; on all supported PythonsJon Dufresne
2018-09-02Improve tzname_in_python2 decoratorPaul Ganssle
2018-09-02Improve handling of base offset shiftsPaul Ganssle
2018-09-02Add failing test for bug with Samoan offset changePaul Ganssle
2018-08-14Modify badzone test and add new xfailPaul Ganssle
2018-08-14Stop trying to store None in weakref cachePaul Ganssle
2018-08-14Add failing test for tz.gettz returning NonePaul Ganssle
2018-08-11Add test cases for positive offsetsBradlee Speice
2018-07-23Use Python3.7's nullcontext if availablePaul Ganssle
2018-07-03Accept more than 6 fractional digits in `isoparse`Jay Weisskopf
2018-07-02Run test suite against custom system zoneinfo filesPaul Ganssle
2018-06-22Convert test_import_star to pytest testPaul Ganssle
2018-06-22Remove calls to deprecated self.assertEqualsPaul Ganssle
2018-06-21Clarify the relativedelta documentationAndrew Bennett
2018-06-21Correct relativedelta doctestAndrew Bennett
2018-06-20Merge pull request #762 from prdickson/#623-no-docs-for-rrulestrPaul Ganssle
2018-06-20Tweak rrulestr docstring formattingPaul Ganssle
2018-06-20#623: added documentation for rrulestr functionPaul Dickson
2018-06-20Added tests for parse_isotime error conditionPaul Ganssle
2018-06-20Fix bug in parse_isotime when hour is 24Paul Ganssle
2018-06-20Add test for parse_isotime with 24:00Paul Ganssle
2018-06-20Add test for invalid separator in ISO stringalistair
2018-06-18Switch sub-minute offset tests to use pytest conventionsPaul Ganssle
2018-06-18Allow partial minutes for python 3.6 or newerSherry Zhou
2018-06-18Add signs to components of relativedelta in doctestNicholas Herriot
2018-06-08Full test coverage on relativedeltaLuca Ferocino