summaryrefslogtreecommitdiffstats
path: root/Lib/zoneinfo
Commit message (Expand)AuthorAgeFilesLines
* bpo-42663: Fix parsing TZ strings in zoneinfo module (GH-23825)Serhiy Storchaka2023-10-141-33/+53
* Fix typos in documentation and comments (GH-102374)Michael K2023-03-021-1/+1
* bpo-46124: Update zoneinfo to rely on importlib.resources traversable API. (G...Jason R. Coombs2022-01-212-3/+3
* Fix typos in the Lib directory (GH-28775)Christian Clauss2021-10-061-1/+1
* fix typo in warning (#20620)Allen2021-04-251-1/+1
* bpo-41065: Use zip-strict in zoneinfo (GH-21031)Ram Rachum2020-06-231-2/+1
* Update error message in _zoneinfo.py to use f-string (GH-20577)aboddie2020-06-031-1/+1
* Further de-linting of zoneinfo module (#20499)Paul Ganssle2020-05-293-3/+3
* bpo-40443: Remove unused imports in the zoneinfo (GH-20354)Dong-hee Na2020-05-242-4/+0
* bpo-40536: Add zoneinfo.available_timezones (GH-20158)Paul Ganssle2020-05-182-0/+67
* bpo-40503: PEP 615: Tests and implementation for zoneinfo (GH-19909)Paul Ganssle2020-05-164-0/+1060