summaryrefslogtreecommitdiff
path: root/dateutil/zoneinfo
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Added support for internal timezone information.niemeyer2005-02-231-0/+67