aboutsummaryrefslogtreecommitdiff
path: root/dateutil
AgeCommit message (Expand)Author
2017-11-09Add test case for #293Paul Ganssle
2017-11-09Use the self.ystridx already found for unambiguous year > 99 datesPaul Ganssle
2017-11-07Add factory construction for tzoffsetPaul Ganssle
2017-11-07Switch tzutc over to using a singleton metaclassPaul Ganssle
2017-11-07Merge pull request #500 from jbrockmendel/xfailurePaul Ganssle
2017-11-07Document new tzutc() behaviorPaul Ganssle
2017-11-07Add a tz.UTC objectPaul Ganssle
2017-11-07Add test that a tz.UTC object is importablePaul Ganssle
2017-11-07Make tzutc() return a singletonPaul Ganssle
2017-11-07Add test that tzutc() returns singletonPaul Ganssle
2017-11-06Merge branch 'master' of https://github.com/dateutil/dateutil into xfailureBrock Mendel
2017-11-06Add import test to parserPaul Ganssle
2017-11-06Move parser.py to parser/ in preparation for new parsersPaul Ganssle
2017-11-06Switch skipped to xfailPaul Ganssle
2017-11-06Adding an expected fail test case for the parser.Benjamin Root
2017-11-06add and xfail un-handled casesBrock Mendel
2017-11-06Merge branch 'master' into tokenizationPaul Ganssle
2017-11-05pass tzname check to could_be_tznameBrock Mendel
2017-11-05Merge branch 'master' of https://github.com/dateutil/dateutil into tokenizationBrock Mendel
2017-11-05Fixup extra indentationBrock Mendel
2017-11-05Define __all__ in the top level packageMario Corchero
2017-11-02fixup missing importBrock Mendel
2017-11-02internals tests with smoke test for could_be_dayBrock Mendel
2017-11-02Merge branch 'master' of http://github.com/dateutil/dateutil into dBYBrock Mendel
2017-11-02Fix attributeerrorBrock Mendel
2017-11-01fixup screwupsBrock Mendel
2017-11-01fixup indentation errorBrock Mendel
2017-11-01Refactor _parse_numeric_token out from the big parsing loopBrock Mendel
2017-10-28Remove unused importsJon Dufresne
2017-10-27Make zoneinfo tzfile superclass less confusingBrandon W Maister
2017-10-27Add platform compat and refactor bYd testPaul Ganssle
2017-10-27Merge branch 'master' into bYd2Paul Ganssle
2017-10-26add day check; with test; closes #360Brock Mendel
2017-10-26add check for valid hour, with testBrock Mendel
2017-10-26use unittest assertEqualBrock Mendel
2017-10-26avoid nose-style testsBrock Mendel
2017-10-25Add fix for b-Y-d cases; add tests; remove redundant testsBrock Mendel
2017-10-25Improve documentation for utils.default_tzinfoPaul Ganssle
2017-10-25Add default_tzinfo function and testsPaul Ganssle
2017-10-24Add test for dateutil.utils.todayPaul Ganssle
2017-10-24Add today functionalityPaul Ganssle
2017-10-11Merge branch 'master' into refactor_parserPaul Ganssle
2017-10-09Add __abs__ to relativedeltaPaul Ganssle
2017-10-08Refactor new parser functions to keep them in the parser objectPaul Ganssle
2017-09-17Merge branch 'master' into fix_tzoffset_parenPaul Ganssle
2017-09-17Fix a dangling parenthesis in tzoffset documentationPaul Ganssle
2017-09-14Merge branch 'master' into masterPaul Ganssle
2017-09-14simplify the weeks propertyAdrien Cossa
2017-09-14fix weeks property getter and add some testsAdrien Cossa
2017-09-12missed replacing -10800 with -7200Alexander Brugh