aboutsummaryrefslogtreecommitdiff
path: root/dateutil
AgeCommit message (Expand)Author
2018-06-08Full test coverage on relativedeltaLuca Ferocino
2018-06-08Improved docstrings for count and until parametersLuca Ferocino
2018-06-08Merge pull request #751 from Cheukting/pylon_sprintPaul Ganssle
2018-06-08Merge pull request #752 from cssherry/setup_720Paul Ganssle
2018-06-08Fix isoparser misinterprets T24:00Ho
2018-06-08Fix spelling in testSherry Zhou
2018-06-08Parametrize basic parser test casesJohn Purviance
2018-05-31Merge commit 'ff03c0f' into upstream_2.7.2android-p-preview-5android-p-preview-4Kevin Cheng
2018-05-29Convert easter tests to pytestJohn Purviance
2018-05-15Add support for comma separator in isoparsePaul Ganssle
2018-05-15Add test for comma as microsecond separatorPaul Ganssle
2018-05-08Fix issue in tz.win.tzres documentationPaul Ganssle
2018-05-08Add docstrings for tz.win, tzwin and tzwinlocalPaul Ganssle
2018-05-08Fix malformed :py:class: directive in tz docsPaul Ganssle
2018-05-08Make tz docstring inherit from tz.tzPaul Ganssle
2018-05-08Improve documentation for gettzPaul Ganssle
2018-05-08Add documentation for tz.gettzRaymond Cha
2018-05-07Performance improvements in resolve_from_stridxsPaul Ganssle
2018-05-07Fix for B.Y.d format corner case #687Brock Mendel
2018-05-04Update zonefile to 2018ePaul Ganssle
2018-04-24Update tzfile examplesPaul Ganssle
2018-04-24Add examples to tzfile docstringRaymond Cha
2018-04-24Linting fixes in tz.pyPaul Ganssle
2018-04-24Fixup documentation issues in tz.pyPaul Ganssle
2018-04-24Restrict tzfile test to the public interfaceChris van den Berg
2018-04-24Add unittest for tzfile from named file objectChris van den Berg
2018-04-21Change the order of params in rrule docstringRidhi
2018-04-20Add xfail test for TZ aware rrulePaul Ganssle
2018-04-20Convert generated dtstart test to pytestPaul Ganssle
2018-04-20Implement working test for generated aware DTSTARTBrook Li
2018-04-20Add timezone to generated DTSTARTBrook Li
2018-04-19Allow user to specify None as tzinfo valueParseThis
2018-04-19Add hypothesis tests for isoparsePaul Ganssle
2018-04-17Add versionadded tags to isoparse and utilsPaul Ganssle
2018-04-15Reword explanation of relative deltaElliot Hughes
2018-04-15Explain effect of weekday(_, 1) on relativedeltaElliot Hughes
2018-04-15Partially revert convertyear refactoringPaul Ganssle
2018-04-15Move property tests into separate directoryPaul Ganssle
2018-04-15Refactor parserinfo.convertyearCorey
2018-04-15Hypothesis tests on convertyearCorey
2018-04-14Change weakref test mechanismPaul Ganssle
2018-04-14Convert test to pytest and skip on WindowsPaul Ganssle
2018-04-14Add tests for weak references in timezone cachesChristopher Cordero
2018-04-14Convert the factories to use a WeakValueDictionaryChristopher Cordero
2018-04-14Move return to else statement in try/except blockRustem Sayargaliev
2018-04-14Catch infinite decimal values in `_is_decimal` (fix #662)Rustem Sayargaliev
2018-03-24Update test for 2018dPaul Ganssle
2018-03-24Update tzdata to 2018dPaul Ganssle
2018-03-14Merge pull request #634 from ryanpetrello/fix-633Paul Ganssle
2018-03-13require UTC for UNTIL when DTSTART is timezone-awareRyan Petrello