[Python-checkins] gh-79922: Remove always false test skips in `test_time` (#136202)

2025-10-27 Thread pganssle
https://github.com/python/cpython/commit/e03d8e4f509f3588c4f13e04006266100ddec0b2 commit: e03d8e4f509f3588c4f13e04006266100ddec0b2 branch: main author: Stan Ulbrych <[email protected]> committer: pganssle <[email protected]> d

[Python-checkins] `Doc/library/zoneinfo.rst`: Fix typo (#139190)

2025-10-17 Thread pganssle
https://github.com/python/cpython/commit/4fb338d844a1e992857a17b5bd1269837e847fb2 commit: 4fb338d844a1e992857a17b5bd1269837e847fb2 branch: main author: Stan Ulbrych <[email protected]> committer: pganssle <[email protected]> d

[Python-checkins] gh-107862: Add property-based round-trip tests for base64 (#119406)

2025-09-20 Thread pganssle
https://github.com/python/cpython/commit/5df6a568e172e45933d1cb26f90e6e57b4bbe0a6 commit: 5df6a568e172e45933d1cb26f90e6e57b4bbe0a6 branch: main author: Petr Viktorin committer: pganssle <[email protected]> date: 2025-09-17T13:40:35Z summary: gh-107862: Add property

[Python-checkins] gh-81148: Eliminate unnecessary check in _strptime when determining AM/PM (#13428)

2025-09-19 Thread pganssle
https://github.com/python/cpython/commit/e3d9bd6be384e8a0ae95f298747c90ef3260d12b commit: e3d9bd6be384e8a0ae95f298747c90ef3260d12b branch: main author: Gordon P. Hemsley committer: pganssle <[email protected]> date: 2025-09-19T10:23:12Z summary: gh-81148: Eli

[Python-checkins] gh-121237: Add `%:z` directive to datetime.strptime (#136961)

2025-09-19 Thread pganssle
https://github.com/python/cpython/commit/495f589363b236599f266a1a3974435b112506f1 commit: 495f589363b236599f266a1a3974435b112506f1 branch: main author: Semyon Moroz committer: pganssle <[email protected]> date: 2025-09-19T10:25:31+01:00 summary: gh-121237: Ad

[Python-checkins] gh-137976: Explicitly exclude `localtime` from `available_timezones` (#138012)

2025-09-18 Thread pganssle
https://github.com/python/cpython/commit/0f27e102049bb5d85c744e9078ddb72fb8483446 commit: 0f27e102049bb5d85c744e9078ddb72fb8483446 branch: main author: Nicholas Tindle committer: pganssle <[email protected]> date: 2025-09-18T17:32:14+01:00 summary: gh-137976: Expl

[Python-checkins] gh-88473: Implement fast path in date.today() for date types (#130980)

2025-09-16 Thread pganssle
https://github.com/python/cpython/commit/fc3e22a06c9b7c93ee379b5554a40a275745e15f commit: fc3e22a06c9b7c93ee379b5554a40a275745e15f branch: main author: Stan Ulbrych <[email protected]> committer: pganssle <[email protected]> d

[Python-checkins] gh-97517: Add documentation links to datetime strftime/strptime docstrings (#138559)

2025-09-15 Thread pganssle
https://github.com/python/cpython/commit/dfd52e7a8b5a7e5a5d64b11742ac7242ec938ede commit: dfd52e7a8b5a7e5a5d64b11742ac7242ec938ede branch: main author: Mehdi Hassan <[email protected]> committer: pganssle <[email protected]> date: 2

[Python-checkins] gh-122781: Allow empty offset for `%z` in `strptime` (#132922)

2025-05-20 Thread pganssle
https://github.com/python/cpython/commit/99b580857f32a7cd9e25e1b453755757d3a4060b commit: 99b580857f32a7cd9e25e1b453755757d3a4060b branch: main author: Stan Ulbrych <[email protected]> committer: pganssle <[email protected]> d

[Python-checkins] gh-76075: Correct `datetime.timestamp` documentation (#131202)

2025-05-20 Thread pganssle
https://github.com/python/cpython/commit/86397cf65d024a39ae85b81d7f611ad4864a78b4 commit: 86397cf65d024a39ae85b81d7f611ad4864a78b4 branch: main author: Stan Ulbrych <[email protected]> committer: pganssle <[email protected]> d

[Python-checkins] gh-126883: Add check that timezone fields are in range for `datetime.fromisoformat` (#127242)

2025-05-19 Thread pganssle
https://github.com/python/cpython/commit/71c42b778dfc0831734bb7bc6121ffd44beae1d3 commit: 71c42b778dfc0831734bb7bc6121ffd44beae1d3 branch: main author: Semyon Moroz committer: pganssle <[email protected]> date: 2025-05-19T14:07:11-04:00 summary: gh-126883: Add chec

[Python-checkins] gh-115684: Clarify datetime `replace` documentation (#116519)

2025-03-24 Thread pganssle
https://github.com/python/cpython/commit/d2d886215cf694d5f3e7f0cbd76507a96bac322b commit: d2d886215cf694d5f3e7f0cbd76507a96bac322b branch: main author: David Lowry-Duda committer: pganssle <[email protected]> date: 2025-03-24T11:33:16-04:00 summary: gh-115684: C

[Python-checkins] gh-127260: Improve error consistency in both `fromisoformat` implementations (#130134)

2025-02-18 Thread pganssle
https://github.com/python/cpython/commit/427dd10250f94d79bad7927d6ea231950c395bd6 commit: 427dd10250f94d79bad7927d6ea231950c395bd6 branch: main author: donBarbos committer: pganssle <[email protected]> date: 2025-02-18T15:49:28Z summary: gh-127260: Improve

[Python-checkins] gh-109798: Normalize `_datetime` and `datetime` error messages (#127345)

2025-02-12 Thread pganssle
https://github.com/python/cpython/commit/3e222e3a15959690a41847a1177ac424427815e5 commit: 3e222e3a15959690a41847a1177ac424427815e5 branch: main author: donBarbos committer: pganssle <[email protected]> date: 2025-02-12T09:54:22-05:00 summary: gh-109798: Nor

[Python-checkins] gh-123017: Add Android to the list of platforms where `strftime` doesn't support negative years (#124467)

2024-09-27 Thread pganssle
https://github.com/python/cpython/commit/0a3577bdfcb7132c92a3f7fb2ac231bc346383c0 commit: 0a3577bdfcb7132c92a3f7fb2ac231bc346383c0 branch: main author: Malcolm Smith committer: pganssle <[email protected]> date: 2024-09-27T10:35:18-04:00 summary: gh-123017: Add Andr

[Python-checkins] gh-41431: Add `datetime.time.strptime()` and `datetime.date.strptime()` (#120752)

2024-09-25 Thread pganssle
https://github.com/python/cpython/commit/9968caa0cc8a4d07595f0e0abe5f28ba9b6f7a96 commit: 9968caa0cc8a4d07595f0e0abe5f28ba9b6f7a96 branch: main author: Nice Zombies committer: pganssle <[email protected]> date: 2024-09-25T14:43:58-07:00 summary: gh-4143

[Python-checkins] gh-102450: Add ISO-8601 alternative for midnight to `fromisoformat()` calls. (#105856)

2024-09-25 Thread pganssle
https://github.com/python/cpython/commit/b0c6cf5f17f0be13aa927cf141a289f7b76ae6b1 commit: b0c6cf5f17f0be13aa927cf141a289f7b76ae6b1 branch: main author: TizzySaurus <[email protected]> committer: pganssle <[email protected]> date: 2024

[Python-checkins] gh-120268: Prohibit passing ``None`` to ``_pydatetime.date.fromtimestamp`` (#120269)

2024-06-08 Thread pganssle
https://github.com/python/cpython/commit/34f5ae69fe9ab0f5b23311d5c396d0cbb5902913 commit: 34f5ae69fe9ab0f5b23311d5c396d0cbb5902913 branch: main author: Kirill Podoprigora committer: pganssle <[email protected]> date: 2024-06-08T16:45:57-04:00 summary: gh-120268: Pr

[Python-checkins] gh-115225: Raise error on unsupported ISO 8601 time strings (#119339)

2024-06-05 Thread pganssle
https://github.com/python/cpython/commit/14e3c7071bd1add30d4b69b62e011c7d38aebd9b commit: 14e3c7071bd1add30d4b69b62e011c7d38aebd9b branch: main author: benchatt committer: pganssle <[email protected]> date: 2024-06-05T13:35:40-04:00 summary: gh-115225: Raise er

[Python-checkins] [3.12] gh-117534: Add checking for input parameter in iso_to_ymd (GH-117543) (#117689)

2024-04-09 Thread pganssle
https://github.com/python/cpython/commit/af034dd150ca788ddae107ae5a1f8357f669de9f commit: af034dd150ca788ddae107ae5a1f8357f669de9f branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: pganssle <[email protected]>

[Python-checkins] gh-117534: Add checking for input parameter in iso_to_ymd (#117543)

2024-04-09 Thread pganssle
https://github.com/python/cpython/commit/d5f1139c79525b4e7e4e8ad8c3e5fb831bbc3f28 commit: d5f1139c79525b4e7e4e8ad8c3e5fb831bbc3f28 branch: main author: Vlad4896 <[email protected]> committer: pganssle <[email protected]> date: 2024-04