summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_zoneinfo
Commit message (Expand)AuthorAgeFilesLines
* gh-110974: Make sure all test_zoneinfo tests are collected (GH-110975)Nikita Sobolev2023-10-211-2/+5
* bpo-42663: Fix parsing TZ strings in zoneinfo module (GH-23825)Serhiy Storchaka2023-10-141-7/+118
* GH-86275: Implementation of hypothesis stubs for property-based tests, with z...Paul Ganssle2023-05-122-0/+369
* GH-102537: Handle check for PYTHONTZPATH failing in zoneinfo test (GH-102538)Paul Ganssle2023-03-101-1/+8
* gh-99138: Isolate _zoneinfo (#99218)Erlend E. Aasland2023-02-151-3/+1
* gh-97955: Migrate `zoneinfo` to Argument Clinic (#97958)Nikita Sobolev2022-10-071-0/+13
* bpo-46425: fix direct invocation of `test_fileutils` and `test_zoneinfo` (GH-...Nikita Sobolev2022-01-221-2/+6
* bpo-45577: test all pickle protocols in `test_zoneinfo` (GH-29167)Nikita Sobolev2021-10-281-44/+53
* bpo-41025: Fix subclassing for zoneinfo.ZoneInfo (GH-20965)Paul Ganssle2020-08-141-2/+2
* bpo-40275: Use new test.support helper submodules in tests (GH-21764)Hai Shi2020-08-071-1/+1
* bpo-41371: Handle lzma lib import error in test_zoneinfo.py (GH-21734)Nathan M2020-08-061-1/+2
* Further de-linting of zoneinfo module (#20499)Paul Ganssle2020-05-291-9/+2
* bpo-40536: Add zoneinfo.available_timezones (GH-20158)Paul Ganssle2020-05-182-2/+138
* bpo-40503: PEP 615: Tests and implementation for zoneinfo (GH-19909)Paul Ganssle2020-05-166-0/+2386