summaryrefslogtreecommitdiff
path: root/dateutil/zoneinfo
Commit message (Collapse)AuthorAgeFilesLines
* Update tzdata to 2019cPaul Ganssle2019-09-191-0/+0
|
* Update tzdata to 2019bPaul Ganssle2019-07-061-0/+0
|
* Update tzdata to 2019aPaul Ganssle2019-04-231-0/+0
|
* Update tzdata to 2018iPaul Ganssle2019-02-031-0/+0
|
* Update tzdata to 2018gPaul Ganssle2018-10-271-0/+0
|
* Update zonefile to 2018ePaul Ganssle2018-05-041-0/+0
|
* Update tzdata to 2018dPaul Ganssle2018-03-241-0/+0
|
* Bump zoneinfo version to 2018cPaul Ganssle2018-01-251-0/+0
|
* add document generation to tox, and trigger automatically at CI (also check ↵Bernat Gabor2017-12-072-2/+2
| | | | links in documentation to avoid having dangling pointers to the internet)
* Remove unused importsJon Dufresne2017-10-281-1/+0
| | | | Discovered running flake8.
* Make zoneinfo tzfile superclass less confusingBrandon W Maister2017-10-271-2/+2
| | | | | | | | | | | | | | | | | Specifically, this was confusing to mypy. The new code is slightly easier to understand if you don't know what's going on, IMO, otherwise I wouldn't necessarily change valid upstream code to appease a typechecker. Specifically, before this change: $ mypy dateutil/zoneinfo/__init__.py | grep zoneinfo dateutil/zoneinfo/__init__.py:18: error: Name 'tzfile' already defined (possibly by an import) dateutil/zoneinfo/__init__.py:18: error: Cycle in inheritance hierarchy That Cycle inheritance one is bad enough to cause mypy to give an error even with `--follow-imports=silent`, which might be a bug in mypy.
* Drop support for Python 2.6Jon Dufresne2017-07-102-27/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I would humbly like to suggest dateutil drop support for Python 2.6. The last release of Python 2.6 was 2013-10-29, over 3 years ago. It is no longer receiving security fixes. https://www.python.org/dev/peps/pep-0361/ The pip project itself has recently dropped support for 2.6. Their numbers estimate that Python 2.6 accounts for ~2% of their downloads. pypa/pip#4343 For projects that still use Python 2.6, they can continue to pip install an older version. I've tried my best to remove as much 2.6 specific code as I can, including the 'Programming Language :: Python :: 2.6' trove classifier from setup.py. I've also removed Travis CI testing, which should result in faster testing and fewer wasted resources. Code changed: - Removed Python2.6 from testing configuration - setup.py cleanups due to fewer version complications - Removed unittest2 dependency and monkey patching - Use set literals - Use dict comprehension - Remove total_seconds workaround - Remove TarFile.open() context manager workaround Thanks for considering.
* Update zoneinfo to 2017b.Paul Ganssle2017-06-071-0/+0
|
* Fix all instances of flake8 E302Jon Dufresne2017-05-052-0/+3
| | | | | | E302 expected 2 blank lines, found X https://pep8.readthedocs.io/en/latest/intro.html#error-codes
* Merge pull request #368 from jdufresne/unused-importsPaul Ganssle2017-05-041-4/+0
|\ | | | | Clean up unused imports
| * Clean up unused importsJon Dufresne2017-04-171-4/+0
| |
* | Clean up trailing white space in all filesJon Dufresne2017-04-171-3/+1
|/
* Added get_zonefile_instance to zonefile's __all__Paul Ganssle2016-11-081-3/+16
|
* Deprecated zoneinfo.gettz and added new preferred method.Paul Ganssle2016-11-061-2/+75
|
* Updated tzdata to 2016i.Paul Ganssle2016-11-061-0/+0
|
* Backport 2.5.3 release info to master branch. Bump version to 2.6.0a0.Paul Ganssle2016-04-201-0/+0
|
* Update __init__.pySavraj2016-04-021-1/+0
| | | This fixes a bug that occurs on google app engine. See dateutil issue #239
* Update zonefile to tzdata2016cPaul Ganssle2016-03-261-0/+0
|
* Updated tzdata to 2016b.Paul Ganssle2016-03-141-0/+0
|
* Prepare 2.5.0 releasePaul Ganssle2016-02-281-0/+0
|
* Merge pull request #142 from pganssle/tzwin_errorPaul Ganssle2016-02-161-0/+0
|\ | | | | Fix tzwin error
| * Add tzres DLL parserPaul Ganssle2015-11-011-0/+0
| |
* | refactored exception suite into functionbjv2015-12-231-5/+13
| | | | | | | | exception suite is now less prone to indentation typos
* | fixed suppressed OSErrorsbjv2015-12-231-1/+1
|/ | | | PATH set to invalid folder (errno 20), and others shouldn't be silenced.
* Extract tz rebuild into separate fileAlex Verdyan2015-07-122-41/+51
| | | | bugfix #97
* Add dateutil-zoneinfo.tar.gz, ignore tzdata*.tar.gzQuentin Pradet2015-06-221-0/+0
|
* add zoneinfo metadataYaron de Leeuw2015-05-251-3/+30
| | | | | | | Add the entire zoneinfo metadata to the tar archive, and add a function to access it. Also add the metadata to the docs. Fixes #27 instead of #39
* Remove 'setcachsize' from zoneinfo __all__ listryanss2015-03-251-1/+1
| | | | | | | | | | This function was removed from the zoneinfo module in version 2.3 and causes an error when doing a wildcard import from the zoneinfo module. >>> from dateutil.zoneinfo import * Traceback (most recent call last): File "<stdin>", line 1, in <module> AttributeError: 'module' object has no attribute 'setcachesize'
* pep8 and style modificationsYaron de Leeuw2014-11-291-7/+9
|
* FIX: work on python2.6Yaron de Leeuw2014-11-291-11/+24
|
* fix syntax to work on python2.6, and load the tz tar file only on first accessYaron de Leeuw2014-11-291-6/+21
|
* gracefully fail on missing zoneinfo, to allow "bootstaping" for updatezinfoYaron de Leeuw2014-11-271-1/+6
|
* Package is now wheelable!Yaron de Leeuw2014-11-271-11/+8
| | | | Changed the reading of the tar.gz file.
* Handle symbolic links in the zoneinfo tar fileYaron de Leeuw2014-11-271-1/+5
|
* many changes to zoneinfo, and to the download mechanizmYaron de Leeuw2014-11-271-66/+38
|
* MAINT: organized the import statements.Yaron de Leeuw2014-11-271-9/+0
|
* More information about updating the zoneinfo database.Tomi Pieviläinen2013-10-311-3/+22
|
* Change tzdata ftp server and processingTomi Pieviläinen2012-03-281-1/+4
| | | | | | | Due to Astrolabe lawsuite, the tzdata is now hosted at IANA. It seems like something has changed in the file ordering too, so that backwards now needs to be explicitly ordered as last to make links work (there was a bug that UTC wasn't linked to Etc/UTC, for example).
* Metadata fixesTomi Pieviläinen2012-03-031-3/+4
| | | | | | | | | | Fix remaining references to PSF license, change maintainer info. Removed most occurances of __author__, since it felt redundant with the copyright notice (credit) and package metadata (developer contact). Also fixed references to Python 2.3 (it's not even tested anymore) and changed calls from python3 to just python (let the system decide).
* Applying Python 3 support patch by Brian Jones.Gustavo Niemeyer2011-03-241-2/+1
|
* Get the latest zoneinfo file when many are available.niemeyer2005-12-221-5/+12
|
* - Fixed support for negative byyearday in rrule.niemeyer2005-12-221-1/+1
| | | | | | - New tests for negative byyearday. - Fixed some email references. - Updating version to 1.2.
* Updating (c) information.niemeyer2005-02-241-0/+9
|
* - Now tzfile() will unpickle to the updated file.niemeyer2005-02-231-0/+4
| | | | | | | - Adding tzwin.py, contributed by Jeffrey Harris. - Minor tweaks in setup.py. - Adding README and example.py. - Putting old scheduler.py in the sandbox.
* Changed default zoneinfo file format to gz.niemeyer2005-02-231-4/+4
|