aboutsummaryrefslogtreecommitdiff
path: root/dateutil
AgeCommit message (Expand)Author
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
2018-03-12Catch non-ValueError exceptions in decimalPaul Ganssle
2018-03-11Switch unknown timezone warning typePaul Ganssle
2018-03-11warn instead of raising... for nowBrock Mendel
2018-03-11raise on unidentified tzBrock Mendel
2018-03-11Add singleton and instance tests for tzoffset and tzstrPaul Ganssle
2018-03-11Add instance method to factory classesPaul Ganssle
2018-03-11Add cache to tz.gettzPaul Ganssle
2018-03-11Return singletons from tzstrPaul Ganssle
2018-03-10Clean up TZID= support, don't overload tzinfosPaul Ganssle
2018-03-10add another test for ambiguous TZID= in combination w/ UTC Z notationRyan Petrello
2018-03-10properly detect callable tzinfos, and respect TZID case insensitivityRyan Petrello
2018-03-10add support for DTSTART;TZID= in rrulesRyan Petrello
2018-03-10Relax strictness of default isoparse behaviorPaul Ganssle
2018-03-10Improve isoparse limitations documentationPaul Ganssle
2018-01-25Bump zoneinfo version to 2018cPaul Ganssle
2018-01-25Update tondering.dk link to use HTTPSPaul Ganssle
2018-01-11Prefer builtin callable() over isinstance(..., collections.Callable)Jon Dufresne
2018-01-07Only raise ValueError in parser for nowPaul Ganssle
2018-01-04Update sources for time zone information linkPaul Ganssle
2018-01-04Add resolve_imaginary to tz.__all__Paul Ganssle
2018-01-04Parametrize resolve_imaginary testsPaul Ganssle
2018-01-04Update documentation for resolve_imaginaryPaul Ganssle
2018-01-04Add tz.resolve_imaginary function with testsCheuk Ting Ho
2018-01-03Update documentation to deprecated dateutil-specific formatPaul Ganssle
2018-01-03Test for tz format deprecation, some rearrangementPaul Ganssle
2018-01-03Deprecate dateutil-specific tz formatPaul Ganssle
2017-12-27Fixes how the code handles the default timezone with the GNU C LibXavier Lapointe
2017-12-27Fix dead link and cleanup bare links in easterPaul Ganssle
2017-12-19Merge pull request #598 from pganssle/add_tzlocal_eqPaul Ganssle
2017-12-19Merge branch 'master' into issue259Paul Ganssle
2017-12-19Fix combined tzlocal markPaul Ganssle
2017-12-19Add support for comparing tzlocal to tzoffsetPaul Ganssle
2017-12-19Add support for comparing tzlocal to tzutcPaul Ganssle
2017-12-18Parametrize tzstr tests, plus some PEP8 fixes and adding tzstr markPaul Ganssle
2017-12-18Fix 'signal' so it multiplies by the DST changePaul Ganssle
2017-12-14Revert b15f38aPablo Galindo
2017-12-14Eliminate unnecessary filteringPablo Galindo
2017-12-14Implement regexp tokenizer to leave timelex unchanged and minor style changesPablo Galindo
2017-12-11remove min() callsBrock Mendel
2017-12-10Adapt tokenizer to optinally disallow behaviour introduced by bc69c3f3151a3bc...Pablo Galindo
2017-12-10Fix datetime.parser._parser,_timelex to correctly tokenize default tz format ...Pablo Galindo
2017-12-10Make tz.tzstr fail if an invalid GNU tz string is providedPablo Galindo Salgado
2017-12-10Merge branch 'master' into build_methodsPaul Ganssle
2017-12-09Removed support for YYYYMM formatKirit Thadaka
2017-12-07Merge branch 'master' of https://github.com/dateutil/dateutil into build_methodsBrock Mendel
2017-12-07Fix issue #427, all tests passingMateusz Dziedzic