summaryrefslogtreecommitdiffstats
path: root/Lib/zoneinfo
Commit message (Expand)AuthorAgeFilesLines
* gh-114713: Revert gh-114731 (#133330)Kirill Podoprigora2025-05-031-5/+0
* gh-114713: Handle case of an empty string passed to `zoneinfo.ZoneInfo` (#114...Bogdan Romanyuk2025-04-151-0/+5
* gh-85702: Catch IsADirectoryError in zoneinfo (#131333)Stan Ulbrych2025-04-141-1/+2
* gh-106233: Fix stacklevel in zoneinfo.InvalidTZPathWarning (GH-106234)Nikita Sobolev2024-02-061-9/+15
* 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
6-12 00:23:12 (GMT)'>2019-06-121-0/+1 * bpo-36607: Eliminate RuntimeError raised by asyncio.all_tasks() (GH-13971)Andrew Svetlov2019-06-111-0/+2 * bpo-37219: Remove erroneous optimization for differencing an empty set (GH-13...Raymond Hettinger2019-06-111-0/+1 * bpo-18748: Fix _pyio.IOBase destructor (closed case) (GH-13952)Victor Stinner2019-06-111-0/+2 * bpo-37215: Fix dtrace issue introduce by bpo-36842 (GH-13940)Christian Heimes2019-06-101-0/+1 * bpo-11122: fix hardcoded path checking for rpmbuild in bdist_rpm.py (GH-10594)Marcin Niemira2019-06-081-0/+1 * bpo-37178: Allow a one argument form of math.perm() (GH-13905)Raymond Hettinger2019-06-082-0/+4 * bpo-34886: Fix subprocess.run handling of exclusive arguments (GH-11727)Rémi Lapeyre2019-06-081-0/+5 * bpo-37173: Show passed class in inspect.getfile error (GH-13861)Philipp A2019-06-081-0/+1 * bpo-37150: Throw ValueError if FileType class object was passed in add_argume...zygocephalus2019-06-071-0/+1 * bpo-37169: Rewrite _PyObject_IsFreed() unit tests (GH-13888)Victor Stinner2019-06-071-0/+1 * bpo-37177: make IDLE's search dialogs transient (GH-13869)Tal Einat2019-06-071-0/+2 * bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() (GH-13860)Zackery Spytz2019-06-061-0/+1 * bpo-36520: Email header folded incorrectly (#13608)websurfer52019-06-061-0/+1 * bpo-37165: Convert _count_elements to the argument clinic (GH-13848)Raymond Hettinger2019-06-051-0/+1 * bpo-35551: encodings update (GH-11446)Ashwin Ramaswami2019-06-051-0/+3 * bpo-21315: Fix parsing of encoded words with missing leading ws. (#13425)Abhilash Raj2019-06-051-0/+4 * bpo-37158: Simplify and speed-up statistics.fmean() (GH-13832)Raymond Hettinger2019-06-051-0/+1 * bpo-34767: Do not always create a collections.deque() in asyncio.Lock() (GH-1...Zackery Spytz2019-06-051-0/+1 * bpo-35763: Make IDLE calltip note about '/' less obtrusive (GH-13791)Terry Jan Reedy2019-06-051-0/+2 * bpo-34282: Remove deprecated enum _convert method (GH-13823)Zachary Ware2019-06-041-0/+1 * Merge tag 'v3.8.0b1'Łukasz Langa2019-06-04