summaryrefslogtreecommitdiff
path: root/dateutil/tz
Commit message (Expand)AuthorAgeFilesLines
* Lock around strong cache updatesPaul Ganssle2019-11-021-11/+18
* Add helpful message when passed bytes to gettzLabrys of Knossos2019-11-021-2/+9
* Fix incorrect import in Python 3.7+Paul Ganssle2019-09-221-1/+1
* Fix typos in comments and documentationHugo2019-08-272-3/+3
* Remove unnecessary tzutc() calls in tzPaul Ganssle2019-04-231-2/+2
* Move UTC definition into dateutil.tz.tzPaul Ganssle2019-04-232-5/+6
* Catch UnicodeEncodeError for Windows in tz.gettzPaul Ganssle2019-02-031-1/+2
* Cleanup to strong cache additionPaul Ganssle2018-10-162-3/+12
* Add LRU caching to tzoffset, tzstr and gettzGökçen Nurlu2018-10-162-0/+33
* Improve tzname_in_python2 decoratorPaul Ganssle2018-09-021-9/+13
* Improve handling of base offset shiftsPaul Ganssle2018-09-021-29/+36
* Stop trying to store None in weakref cachePaul Ganssle2018-08-141-1/+6
* Use Python3.7's nullcontext if availablePaul Ganssle2018-07-231-13/+17
* Allow partial minutes for python 3.6 or newerSherry Zhou2018-06-181-5/+20
* Fix issue in tz.win.tzres documentationPaul Ganssle2018-05-081-3/+4
* Add docstrings for tz.win, tzwin and tzwinlocalPaul Ganssle2018-05-081-0/+38
* Fix malformed :py:class: directive in tz docsPaul Ganssle2018-05-081-4/+4
* Make tz docstring inherit from tz.tzPaul Ganssle2018-05-081-0/+2
* Improve documentation for gettzPaul Ganssle2018-05-081-23/+48
* Add documentation for tz.gettzRaymond Cha2018-05-081-2/+44
* Update tzfile examplesPaul Ganssle2018-04-241-20/+37
* Add examples to tzfile docstringRaymond Cha2018-04-241-0/+35
* Linting fixes in tz.pyPaul Ganssle2018-04-241-3/+9
* Fixup documentation issues in tz.pyPaul Ganssle2018-04-241-18/+22
* Add tests for weak references in timezone cachesChristopher Cordero2018-04-141-1/+1
* Convert the factories to use a WeakValueDictionaryChristopher Cordero2018-04-142-4/+5
* Add instance method to factory classesPaul Ganssle2018-03-111-4/+10
* Add cache to tz.gettzPaul Ganssle2018-03-111-67/+101
* Return singletons from tzstrPaul Ganssle2018-03-112-2/+18
* Update sources for time zone information linkPaul Ganssle2018-01-041-2/+2
* Add resolve_imaginary to tz.__all__Paul Ganssle2018-01-041-1/+1
* Update documentation for resolve_imaginaryPaul Ganssle2018-01-041-4/+32
* Add tz.resolve_imaginary function with testsCheuk Ting Ho2018-01-041-0/+19
* Update documentation to deprecated dateutil-specific formatPaul Ganssle2018-01-031-0/+12
* Deprecate dateutil-specific tz formatPaul Ganssle2018-01-031-1/+5
* Fixes how the code handles the default timezone with the GNU C LibXavier Lapointe2017-12-271-1/+1
* Merge pull request #598 from pganssle/add_tzlocal_eqPaul Ganssle2017-12-191-5/+14
|\
| * Add support for comparing tzlocal to tzoffsetPaul Ganssle2017-12-191-0/+4
| * Add support for comparing tzlocal to tzutcPaul Ganssle2017-12-191-5/+10
* | Implement regexp tokenizer to leave timelex unchanged and minor style changesPablo Galindo2017-12-141-1/+1
* | Make tz.tzstr fail if an invalid GNU tz string is providedPablo Galindo Salgado2017-12-101-1/+1
|/
* add document generation to tox, and trigger automatically at CI (also check l...Bernat Gabor2017-12-071-0/+3
* Merge pull request #561 from jakec-github/examplesPaul Ganssle2017-12-061-0/+16
|\
| * Adds inline example to tzutc classJake Chorley2017-12-061-0/+16
* | Update references from RFC 2445 to RFC 5545Mario Corchero2017-12-061-2/+2
|/
* Add factory construction for tzoffsetPaul Ganssle2017-11-072-1/+21
* Switch tzutc over to using a singleton metaclassPaul Ganssle2017-11-072-13/+13
* Document new tzutc() behaviorPaul Ganssle2017-11-072-0/+15
* Add a tz.UTC objectPaul Ganssle2017-11-071-1/+4
* Make tzutc() return a singletonPaul Ganssle2017-11-071-0/+7