[Python-checkins] gh-137964: Remove the "experimental" designation from the Windows installer (GH-137965)

2025-08-19 Thread zooba
https://github.com/python/cpython/commit/d22a7456443415961b93169b851ab7e550be8791 commit: d22a7456443415961b93169b851ab7e550be8791 branch: main author: Itamar Oren committer: zooba date: 2025-08-19T22:30:59+01:00 summary: gh-137964: Remove the "experimental" designation from the Windows installe

[Python-checkins] gh-120037: Disable user site packages when a ._pth file is used (GH-137428)

2025-08-19 Thread zooba
https://github.com/python/cpython/commit/7d06a0af1720e1962b324d8abf5865121ca492bc commit: 7d06a0af1720e1962b324d8abf5865121ca492bc branch: main author: Steve Dower committer: zooba date: 2025-08-19T21:28:28+01:00 summary: gh-120037: Disable user site packages when a ._pth file is used (GH-137428

[Python-checkins] [3.11] gh-130577: tarfile now validates archives to ensure member offsets are non-negative (GH-137027) (#137172)

2025-08-19 Thread pablogsal
https://github.com/python/cpython/commit/b4ec17488eedec36d3c05fec127df71c0071f6cb commit: b4ec17488eedec36d3c05fec127df71c0071f6cb branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: pablogsal date: 2025-08-19T19:00:46+01:00 summary: [3.11] gh-1

[Python-checkins] [3.13] Update the dbm documentation (GH-137919) (GH-137963)

2025-08-19 Thread serhiy-storchaka
https://github.com/python/cpython/commit/511b37a6023ba05069e09a430d15c0a574815b28 commit: 511b37a6023ba05069e09a430d15c0a574815b28 branch: 3.13 author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-08-19T20:39:08+03:00 summary: [3.13] Update the dbm documentation (GH-137919) (GH-137963

[Python-checkins] Update the availability info in the resource docs (GH-137922)

2025-08-19 Thread serhiy-storchaka
https://github.com/python/cpython/commit/e39255e76d4b6755a44f6d4e63180136c778d2a5 commit: e39255e76d4b6755a44f6d4e63180136c778d2a5 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-08-19T18:11:03+03:00 summary: Update the availability info in the resource docs (GH-1379

[Python-checkins] Update the dbm documentation (GH-137919)

2025-08-19 Thread serhiy-storchaka
https://github.com/python/cpython/commit/8700404f8688d6a56279dce47a5a5802ec53ed06 commit: 8700404f8688d6a56279dce47a5a5802ec53ed06 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-08-19T18:05:24+03:00 summary: Update the dbm documentation (GH-137919) Unify documentat

[Python-checkins] [3.13] [docs] fix grammar in ssl.SSLContect.sslsocket_class docs (GH-137935) (#137951)

2025-08-19 Thread picnixz
https://github.com/python/cpython/commit/8aabea7a0eec5262714586ae8a116472edea2d90 commit: 8aabea7a0eec5262714586ae8a116472edea2d90 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: picnixz <[email protected]> date: 2025-0

[Python-checkins] gh-137044: Fix test_resource on 32-bit Linux (GH-137941)

2025-08-19 Thread serhiy-storchaka
https://github.com/python/cpython/commit/ac37b77441d628df6fa3eb41f040a7c60cb166ec commit: ac37b77441d628df6fa3eb41f040a7c60cb166ec branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-08-19T15:22:30+03:00 summary: gh-137044: Fix test_resource on 32-bit Linux (GH-137941)

[Python-checkins] [docs] minor, fix grammar in ssl.SSLContect.sslsocket_class docstring (GH-137935)

2025-08-19 Thread gpshead
https://github.com/python/cpython/commit/379161dd51c2cf67568e007fbb5fa225e73c9e10 commit: 379161dd51c2cf67568e007fbb5fa225e73c9e10 branch: main author: PrinceNaroliya committer: gpshead <[email protected]> date: 2025-08-19T12:00:39Z summary: [docs] minor, fix grammar in ssl.S

[Python-checkins] [3.13] gh-127859: Fixed documentation for call_later and call_at for early wakeup in asyncio (GH-137859) (#137907)

2025-08-19 Thread hugovk
https://github.com/python/cpython/commit/8ce1698ebfc477fd1eb1cccba0130ab70760e396 commit: 8ce1698ebfc477fd1eb1cccba0130ab70760e396 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-08-1

[Python-checkins] [3.14] gh-127859: Fixed documentation for call_later and call_at for early wakeup in asyncio (GH-137859) (#137908)

2025-08-19 Thread hugovk
https://github.com/python/cpython/commit/3fa5a4beb4b5fa7ad7e55351b07a2e8f8f4263f5 commit: 3fa5a4beb4b5fa7ad7e55351b07a2e8f8f4263f5 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-08-1

[Python-checkins] gh-123681: Check NORMALIZE_CENTURY behavior at runtime; require C99 (GH-136022)

2025-08-19 Thread encukou
https://github.com/python/cpython/commit/719e5c3f7111bcda5eee72fe648786c427c4d4c2 commit: 719e5c3f7111bcda5eee72fe648786c427c4d4c2 branch: main author: Petr Viktorin committer: encukou date: 2025-08-19T12:59:03+02:00 summary: gh-123681: Check NORMALIZE_CENTURY behavior at runtime; require C99 (G

[Python-checkins] gh-136438: Make sure `test_dis` pass with all optimization levels (GH-136593)

2025-08-19 Thread encukou
https://github.com/python/cpython/commit/06dd63501af6043542399b6ec9fc9baecf4b commit: 06dd63501af6043542399b6ec9fc9baecf4b branch: main author: Mikhail Efimov committer: encukou date: 2025-08-19T10:48:35+02:00 summary: gh-136438: Make sure `test_dis` pass with all optimization levels (GH

[Python-checkins] gh-137883: Check the recursion limit for specialized keyword argument calls (GH-137887)

2025-08-19 Thread markshannon
https://github.com/python/cpython/commit/b07a267953b35f36f433b3078b2f6c89b95c72b9 commit: b07a267953b35f36f433b3078b2f6c89b95c72b9 branch: main author: Peter Bierma committer: markshannon date: 2025-08-19T09:53:38+01:00 summary: gh-137883: Check the recursion limit for specialized keyword argume

[Python-checkins] gh-95534: Convert ``ZlibDecompressor.__new__`` to AC (#137923)

2025-08-19 Thread AA-Turner
https://github.com/python/cpython/commit/bb75dec87f748bfaa15be5a05a38c16da6f84ad3 commit: bb75dec87f748bfaa15be5a05a38c16da6f84ad3 branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2025-08-19T09:52:1

[Python-checkins] gh-73487: Convert ``_decimal`` to use Argument Clinic (part 3) (#137844)

2025-08-19 Thread AA-Turner
https://github.com/python/cpython/commit/9cb91305ab6b9ceffb04f6e25140aaf912bd8f5b commit: 9cb91305ab6b9ceffb04f6e25140aaf912bd8f5b branch: main author: Sergey B Kirpichev committer: AA-Turner <[email protected]> date: 2025-08-19T09:20:06+01:00 summary: gh-73487: Convert `