aboutsummaryrefslogtreecommitdiff
path: root/dateutil/tz
AgeCommit message (Expand)Author
2019-02-03Catch UnicodeEncodeError for Windows in tz.gettzPaul Ganssle
2018-10-16Cleanup to strong cache additionPaul Ganssle
2018-10-16Add LRU caching to tzoffset, tzstr and gettzGökçen Nurlu
2018-09-02Improve tzname_in_python2 decoratorPaul Ganssle
2018-09-02Improve handling of base offset shiftsPaul Ganssle
2018-08-14Stop trying to store None in weakref cachePaul Ganssle
2018-07-23Use Python3.7's nullcontext if availablePaul Ganssle
2018-06-18Allow partial minutes for python 3.6 or newerSherry Zhou
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-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-14Add tests for weak references in timezone cachesChristopher Cordero
2018-04-14Convert the factories to use a WeakValueDictionaryChristopher Cordero
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-01-04Update sources for time zone information linkPaul Ganssle
2018-01-04Add resolve_imaginary to tz.__all__Paul 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-03Deprecate dateutil-specific tz formatPaul Ganssle
2017-12-27Fixes how the code handles the default timezone with the GNU C LibXavier Lapointe
2017-12-19Merge pull request #598 from pganssle/add_tzlocal_eqPaul Ganssle
2017-12-19Add support for comparing tzlocal to tzoffsetPaul Ganssle
2017-12-19Add support for comparing tzlocal to tzutcPaul Ganssle
2017-12-14Implement regexp tokenizer to leave timelex unchanged and minor style changesPablo Galindo
2017-12-10Make tz.tzstr fail if an invalid GNU tz string is providedPablo Galindo Salgado
2017-12-07add document generation to tox, and trigger automatically at CI (also check l...Bernat Gabor
2017-12-06Merge pull request #561 from jakec-github/examplesPaul Ganssle
2017-12-06Adds inline example to tzutc classJake Chorley
2017-12-06Update references from RFC 2445 to RFC 5545Mario Corchero
2017-11-07Add factory construction for tzoffsetPaul Ganssle
2017-11-07Switch tzutc over to using a singleton metaclassPaul Ganssle
2017-11-07Document new tzutc() behaviorPaul Ganssle
2017-11-07Add a tz.UTC objectPaul Ganssle
2017-11-07Make tzutc() return a singletonPaul Ganssle
2017-11-06Move parser.py to parser/ in preparation for new parsersPaul Ganssle
2017-09-17Merge branch 'master' into fix_tzoffset_parenPaul Ganssle
2017-09-17Fix a dangling parenthesis in tzoffset documentationPaul Ganssle
2017-08-15Improve fold backport compatibility.Paul Ganssle
2017-08-06Improve RFC5545 support in tzical, tweak tests.Paul Ganssle
2017-07-27Protect tzutil cache with a lock (fixes #428)Unrud