aboutsummaryrefslogtreecommitdiff
path: root/dateutil
AgeCommit message (Expand)Author
2017-04-17Use 2 spaces after top level definitionsJon Dufresne
2017-04-17Merge pull request #372 from jdufresne/generatorPaul Ganssle
2017-04-17Use generator expressions to avoid creating an unnecessary list in memoryJon Dufresne
2017-04-17Avoid duplicate test namesJon Dufresne
2017-04-17Merge pull request #363 from jdufresne/wsPaul Ganssle
2017-04-17Merge pull request #367 from jdufresne/unicode-literalPaul Ganssle
2017-04-17Remove unnecessary coerce to unicode/bytes codeJon Dufresne
2017-04-17Clean up trailing white space in all filesJon Dufresne
2017-04-07Removed deprecation warningsThierry Bastian
2017-04-06fix year in docstringIonuț Ciocîrlan
2017-02-07added test for absolute additionPascal van Kooten
2017-02-07fixes #346Pascal van Kooten
2016-12-20Add :raises TypeError to docstringThomas Achtemichuk
2016-12-18Trim whitespace for flake8 complianceBrock Mendel
2016-12-18Make skip_token a private parser method _skip_tokenBrock Mendel
2016-12-12Append to skipped_tokens when not val_is_ampmBrock Mendel
2016-12-03Handles cases where `count` parameter is 0Max Shenfield
2016-11-13Added enfold, datetime_ambiguous and datetime_exists to __all__ so theyPaul Ganssle
2016-11-08Prepare 2.6.0 release.Paul Ganssle
2016-11-08Added get_zonefile_instance to zonefile's __all__Paul Ganssle
2016-11-08Clean up easter documentation.Paul Ganssle
2016-11-08Moved 'weekday' into a _common.py module.Paul Ganssle
2016-11-08Fixes to documentation.Paul Ganssle
2016-11-06Merge pull request #310 from pganssle/zoneinfo_deprecationPaul Ganssle
2016-11-06Deprecated zoneinfo.gettz and added new preferred method.Paul Ganssle
2016-11-06Merge pull request #309 from pganssle/fix_tzfile_timeonlyPaul Ganssle
2016-11-06Prevent improper behavior when a tzfile is attached to a datetime.time object.Paul Ganssle
2016-11-06Merge pull request #307 from pganssle/solaris-tzpathPaul Ganssle
2016-11-06Added Solaris zoneinfo file location to TZPATHs.Paul Ganssle
2016-11-06Merge pull request #306 from pganssle/update-2016iPaul Ganssle
2016-11-06Updated tzdata to 2016i.Paul Ganssle
2016-11-06Adjusted documentation to reflect recent changes to time zone objects.Paul Ganssle
2016-11-06Merge pull request #277 from pganssle/allow_tzoffset_deltaPaul Ganssle
2016-11-06Added datetime_exists and datetime_ambiguous functions to deal with potential...Paul Ganssle
2016-11-05Refactor tzrange and tzwin to inherit from a central tzrangebase object.Paul Ganssle
2016-11-05Moved tzrange into _common, gave it its own fold-aware fromutc().Paul Ganssle
2016-11-03Add PEP495 compatibility to tzwin.Paul Ganssle
2016-11-03Fix Python 3.6 compatibility.Paul Ganssle
2016-11-03Added PEP-495 compliant tzinfo support for tzicalPaul Ganssle
2016-11-03Added PEP495 support for tzrange and tzstrPaul Ganssle
2016-11-03Added PEP-495 support for tzfile.Paul Ganssle
2016-11-03Switch _tzinfo and tzlocal over to a PEP-495 compliant implementation. Other ...Paul Ganssle
2016-10-15remove trailing whitespaceX O
2016-10-06Fix some Python 3 issues flagged by the -3 flagRoy Williams
2016-07-24Allow datetime.timedelta to be added to relativedeltaAlec Reiter
2016-07-16Added support for timedelta objects when constructing tzoffsetsPaul Ganssle
2016-07-02Merge pull request #264 from pganssle/tz-fold-supportPaul Ganssle
2016-07-02Add fold support to tzical.Paul Ganssle
2016-05-08Added additional documentation.Paul Ganssle
2016-05-04Fixed AEST tzical in test, refactor comp finding.Paul Ganssle