aboutsummaryrefslogtreecommitdiff
path: root/dateutil/tz
AgeCommit message (Expand)Author
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
2017-07-10Drop support for Python 2.6Jon Dufresne
2017-06-04Merge pull request #390 from pganssle/fix_tzfilePaul Ganssle
2017-06-03Add fastrack fromutc for tzoffsetPaul Ganssle
2017-06-03Add fast track fromutc for tzutc objects.Paul Ganssle
2017-06-03Modify baseline _tzinfo to handle Europe/London correctly.Paul Ganssle
2017-05-29Implement tzfile.fromutc() to fix Europe/London issue.Paul Ganssle
2017-05-29Fix documentation issue.Paul Ganssle
2017-05-05Fix all instances of flake8 E302Jon Dufresne
2017-05-04Merge pull request #368 from jdufresne/unused-importsPaul Ganssle
2017-05-04Merge pull request #373 from jdufresne/2-spacePaul Ganssle
2017-04-18Merge pull request #376 from jdufresne/flake8-e301Paul Ganssle
2017-04-17Fix all instances of flake8 F841Jon Dufresne
2017-04-17Fix all instances of flake8 E303Jon Dufresne
2017-04-17Use 2 spaces after top level definitionsJon Dufresne
2017-04-17Merge pull request #363 from jdufresne/wsPaul Ganssle
2017-04-17Clean up unused importsJon Dufresne
2017-04-17Clean up trailing white space in all filesJon Dufresne
2017-04-07Removed deprecation warningsThierry Bastian
2016-11-13Added enfold, datetime_ambiguous and datetime_exists to __all__ so theyPaul Ganssle
2016-11-06Merge pull request #311 from pganssle/refactorPaul Ganssle