https://github.com/python/cpython/commit/6d6471b7eb099fefc243b2fba3825979fad7cf6f
commit: 6d6471b7eb099fefc243b2fba3825979fad7cf6f
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: serhiy-storchaka
date: 2026-05-04T14:06:00Z
summary:
[3.13] gh
https://github.com/python/cpython/commit/95979d18138a2afe2e9dd9917bf59148116be394
commit: 95979d18138a2afe2e9dd9917bf59148116be394
branch: 3.14
author: Miss Islington (bot) <[email protected]>
committer: serhiy-storchaka
date: 2026-05-04T14:07:43Z
summary:
[3.14] gh
https://github.com/python/cpython/commit/5235467b9183a8be8675aed17bd5b5a993975da7
commit: 5235467b9183a8be8675aed17bd5b5a993975da7
branch: main
author: Alyssa Coghlan
committer: ncoghlan
date: 2026-05-04T23:42:20+10:00
summary:
gh-149010: Improve reliability of inspect CLI (#149357)
* Handle no
https://github.com/python/cpython/commit/b8ebd078f90007d48fcab85effadb33769cd080c
commit: b8ebd078f90007d48fcab85effadb33769cd080c
branch: main
author: Kit Dallege
committer: serhiy-storchaka
date: 2026-05-04T17:45:00+03:00
summary:
gh-137337: Clarify import statement namespace binding (GH-14460
https://github.com/python/cpython/commit/fc390bdceee66fff17cfb80d23235e7bb0b429dd
commit: fc390bdceee66fff17cfb80d23235e7bb0b429dd
branch: 3.14
author: Miss Islington (bot) <[email protected]>
committer: serhiy-storchaka
date: 2026-05-04T14:11:04Z
summary:
[3.14] gh
https://github.com/python/cpython/commit/6e6f9053e368a8c8b05872743f9ac04c49418d7e
commit: 6e6f9053e368a8c8b05872743f9ac04c49418d7e
branch: main
author: Victor Stinner
committer: vstinner
date: 2026-05-04T16:14:23+02:00
summary:
gh-148675: Add Zd/Zf formats to array, ctypes, memoryview, struct (#
https://github.com/python/cpython/commit/5dd5c8b5a66af18904d4e015ce3120e2686ddb23
commit: 5dd5c8b5a66af18904d4e015ce3120e2686ddb23
branch: main
author: Victor Stinner
committer: encukou
date: 2026-05-04T17:26:30+02:00
summary:
gh-148675: Remove F and D formats from array and memoryview (GH-14936
https://github.com/python/cpython/commit/6ca5cdba185aeb3b7f72ae0dd61b6a9685d8c416
commit: 6ca5cdba185aeb3b7f72ae0dd61b6a9685d8c416
branch: main
author: Petr Viktorin
committer: encukou
date: 2026-05-04T17:32:17+02:00
summary:
gh-149225: Expose Py_CriticalSection in Stable ABI (GH-149227)
files:
https://github.com/python/cpython/commit/38684446008431776819cb78c11f0f01579e24fb
commit: 38684446008431776819cb78c11f0f01579e24fb
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: serhiy-storchaka
date: 2026-05-04T14:52:02Z
summary:
[3.13] gh
https://github.com/python/cpython/commit/b05ee207513991541fe280e109a7aeb6eb6be9b6
commit: b05ee207513991541fe280e109a7aeb6eb6be9b6
branch: 3.14
author: Miss Islington (bot) <[email protected]>
committer: serhiy-storchaka
date: 2026-05-04T14:52:50Z
summary:
[3.14] gh
https://github.com/python/cpython/commit/72f29dc704812aa846b10323a31743d6df37cc2c
commit: 72f29dc704812aa846b10323a31743d6df37cc2c
branch: main
author: Maurycy Pawłowski-Wieroński
committer: serhiy-storchaka
date: 2026-05-04T16:45:31+03:00
summary:
gh-147998: Fix possible memory leak in _pop_pre
https://github.com/python/cpython/commit/1e21cf6fee3830012e458c0fe5dbc6fcd45ace92
commit: 1e21cf6fee3830012e458c0fe5dbc6fcd45ace92
branch: main
author: Victor Stinner
committer: vstinner
date: 2026-05-04T14:20:25Z
summary:
gh-148292: Remove shutdown() test in test_ssl.test_got_eof() (#149366)
T
https://github.com/python/cpython/commit/952784af4793e6f819bfecc6e0a50676c7256e3a
commit: 952784af4793e6f819bfecc6e0a50676c7256e3a
branch: main
author: Victor Stinner
committer: vstinner
date: 2026-05-04T18:09:57+02:00
summary:
gh-137030: Fix YIELD_VALUE bytecode assertion (#149184)
Co-authored
https://github.com/python/cpython/commit/9846407eaf385917d134ef5e3700c57c59f67684
commit: 9846407eaf385917d134ef5e3700c57c59f67684
branch: main
author: Neko Asakura
committer: markshannon
date: 2026-05-04T17:29:10+01:00
summary:
gh-143732: add specialization for `FOR_ITER` (GH-148745)
files:
M
https://github.com/python/cpython/commit/10f950c9bb0ff4583f361a42aaed562b330e1dba
commit: 10f950c9bb0ff4583f361a42aaed562b330e1dba
branch: main
author: Steve Dower
committer: zooba
date: 2026-05-04T17:45:08+01:00
summary:
gh-148690: Build Windows freethreaded binaries into separate directory and
https://github.com/python/cpython/commit/5847931d11f2d51058e41cbca253a3cba712e899
commit: 5847931d11f2d51058e41cbca253a3cba712e899
branch: main
author: Kumar Aditya
committer: markshannon
date: 2026-05-04T09:39:03+01:00
summary:
gh-143732: allow dict subclasses to be specialized (GH-148128)
fi
https://github.com/python/cpython/commit/0c6d2f64c0c83e7652760f770ff0c5cdc5040426
commit: 0c6d2f64c0c83e7652760f770ff0c5cdc5040426
branch: main
author: Maurycy Pawłowski-Wieroński
committer: serhiy-storchaka
date: 2026-05-04T12:40:52+03:00
summary:
gh-148093: Raise binascii.Error from binascii.a
https://github.com/python/cpython/commit/246fe14e7ccfdea62c7d92b49a272abd55acc850
commit: 246fe14e7ccfdea62c7d92b49a272abd55acc850
branch: main
author: kishorhange111 <[email protected]>
committer: serhiy-storchaka
date: 2026-05-04T12:51:17+03:00
summary:
gh-148849
https://github.com/python/cpython/commit/de1769f700ccd633e697d1c7a47c44eb19eb2985
commit: de1769f700ccd633e697d1c7a47c44eb19eb2985
branch: main
author: Hugo van Kemenade <[email protected]>
committer: hugovk <[email protected]>
date: 2026-05-04T10:20:23+0
https://github.com/python/cpython/commit/12a20daee7295b35eab570dd1c16a976d4f7c3a9
commit: 12a20daee7295b35eab570dd1c16a976d4f7c3a9
branch: main
author: Pablo Galindo Salgado
committer: pablogsal
date: 2026-05-04T19:03:21+01:00
summary:
gh-149321: Fix stdlib imports with lazy imports disabled (#1
https://github.com/python/cpython/commit/bc285e583286c739e553e49c19fd946cb63432c7
commit: bc285e583286c739e553e49c19fd946cb63432c7
branch: main
author: Serhiy Storchaka
committer: serhiy-storchaka
date: 2026-05-04T18:03:11Z
summary:
gh-138907: Support RFC 9309 in robotparser (GH-138908)
* empty
https://github.com/python/cpython/commit/c74cba16a3e49c7ffc4a7d5a73334cb07cf673ef
commit: c74cba16a3e49c7ffc4a7d5a73334cb07cf673ef
branch: main
author: Charlie Lin
committer: hugovk <[email protected]>
date: 2026-05-04T21:02:50+03:00
summary:
gh-145917: Add MIME types for TT
https://github.com/python/cpython/commit/7f9236cf03a2f9fe0dcdde337952c5d95ac8e5fa
commit: 7f9236cf03a2f9fe0dcdde337952c5d95ac8e5fa
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: ned-deily
date: 2026-05-04T12:10:57Z
summary:
[3.13] gh-149351
https://github.com/python/cpython/commit/7aedd0a6c6ae3b5cdd601e84411e41c56f8d00b9
commit: 7aedd0a6c6ae3b5cdd601e84411e41c56f8d00b9
branch: main
author: wouter bolsterlee
committer: ncoghlan
date: 2026-05-04T23:03:20+10:00
summary:
gh-87245: Improve IPv6Address.ipv4_mapped documentation (#92572)
https://github.com/python/cpython/commit/76e250189fdd9b6d4a1ad7432acafa61ef9ba91d
commit: 76e250189fdd9b6d4a1ad7432acafa61ef9ba91d
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: ncoghlan
date: 2026-05-04T13:10:17Z
summary:
[3.13] gh-87245:
https://github.com/python/cpython/commit/62f5d946b2ce39c764ecf20a999e8b7e84927664
commit: 62f5d946b2ce39c764ecf20a999e8b7e84927664
branch: 3.14
author: Miss Islington (bot) <[email protected]>
committer: ncoghlan
date: 2026-05-04T13:10:51Z
summary:
[3.14] gh-87245:
https://github.com/python/cpython/commit/bc7c102f3462a9f014f3ac2546acfb471b2a7eae
commit: bc7c102f3462a9f014f3ac2546acfb471b2a7eae
branch: main
author: Petr Viktorin
committer: encukou
date: 2026-05-04T13:49:07+02:00
summary:
gh-149231: tomllib: Limit the number of parts in a key (GH-149233)
Co
https://github.com/python/cpython/commit/7b7fa3f9bf3d7cdf3eb669d02b386e05b39c402a
commit: 7b7fa3f9bf3d7cdf3eb669d02b386e05b39c402a
branch: main
author: Victor Stinner
committer: vstinner
date: 2026-05-04T13:52:57+02:00
summary:
gh-148292: Update _ssl._SSLSocket for OpenSSL 4 (#149102)
The _SSLS
https://github.com/python/cpython/commit/1504bd671eebce0a99c15c113d219e0f344c03d9
commit: 1504bd671eebce0a99c15c113d219e0f344c03d9
branch: main
author: Ned Deily
committer: ned-deily
date: 2026-05-04T07:55:06-04:00
summary:
gh-149351: Avoid possible broken macOS framework install names when DES
https://github.com/python/cpython/commit/2ba0a81c9117ff5e4aa405b568f6dad62d409ab0
commit: 2ba0a81c9117ff5e4aa405b568f6dad62d409ab0
branch: main
author: Hugo van Kemenade <[email protected]>
committer: hugovk <[email protected]>
date: 2026-05-04T15:14:57+0
https://github.com/python/cpython/commit/0c89d36af8911da561a0d444b2645d564323ee37
commit: 0c89d36af8911da561a0d444b2645d564323ee37
branch: 3.14
author: Miss Islington (bot) <[email protected]>
committer: ned-deily
date: 2026-05-04T12:15:23Z
summary:
[3.14] gh-149351
https://github.com/python/cpython/commit/fc9602819181d68568259029a2accfd2dfcd086d
commit: fc9602819181d68568259029a2accfd2dfcd086d
branch: main
author: Victor Stinner
committer: hugovk <[email protected]>
date: 2026-05-04T16:21:04+03:00
summary:
gh-148600: Add OpenSSL 4.0.0
https://github.com/python/cpython/commit/ce51c1881889b6ed9f806d2f3c6551cb03c515da
commit: ce51c1881889b6ed9f806d2f3c6551cb03c515da
branch: main
author: Victor Stinner
committer: vstinner
date: 2026-05-04T15:37:45+02:00
summary:
gh-146063: Add PyObject_CallFinalizerFromDealloc() to the limited C
https://github.com/python/cpython/commit/c3972f2795bf9270008d09dc6919b9735e20c606
commit: c3972f2795bf9270008d09dc6919b9735e20c606
branch: main
author: Wulian233 <[email protected]>
committer: serhiy-storchaka
date: 2026-05-04T16:42:02+03:00
summary:
gh-148418: Fix a possible reference leak in a
https://github.com/python/cpython/commit/3b0a3c4738da288956a83a1b402d56d2da1fc977
commit: 3b0a3c4738da288956a83a1b402d56d2da1fc977
branch: 3.14
author: Miss Islington (bot) <[email protected]>
committer: serhiy-storchaka
date: 2026-05-04T18:28:54Z
summary:
[3.14] gh
https://github.com/python/cpython/commit/7acee984e8e2a88bcfb7a83e9c472902e340e5be
commit: 7acee984e8e2a88bcfb7a83e9c472902e340e5be
branch: main
author: Matt Van Horn
committer: vstinner
date: 2026-05-04T21:38:07Z
summary:
gh-146406: Add cross-language method suggestions for builtin AttributeErro
https://github.com/python/cpython/commit/690b2bb6159c1f58d5907df14a3a243c6a46e7ce
commit: 690b2bb6159c1f58d5907df14a3a243c6a46e7ce
branch: 3.14
author: Victor Stinner
committer: vstinner
date: 2026-05-04T23:41:19+02:00
summary:
[3.14] gh-137030: Fix YIELD_VALUE bytecode assertion (#149184) (#149
https://github.com/python/cpython/commit/316f6265b7f9ca4ffed5346b747475ef1943f35d
commit: 316f6265b7f9ca4ffed5346b747475ef1943f35d
branch: 3.14
author: Pablo Galindo Salgado
committer: pablogsal
date: 2026-05-04T22:43:43+01:00
summary:
[3.14] gh-148178: Validate remote debug offset tables on loa
https://github.com/python/cpython/commit/53a7f76501923059188922be231db855265fe9a4
commit: 53a7f76501923059188922be231db855265fe9a4
branch: main
author: Savannah Ostrowski
committer: savannahostrowski
date: 2026-05-04T21:51:48Z
summary:
GH-130750: Restore quoting of choices in argparse error mess
https://github.com/python/cpython/commit/9a268e3e33a3e047f8f1c7e24477d290282f96a2
commit: 9a268e3e33a3e047f8f1c7e24477d290282f96a2
branch: main
author: Pablo Galindo Salgado
committer: pablogsal
date: 2026-05-05T00:29:55Z
summary:
gh-98894: Restore function entry/exit DTrace probes (#142397)
Th
https://github.com/python/cpython/commit/9dca1ff759190ec775cc3f62b6b153ffb1e7a360
commit: 9dca1ff759190ec775cc3f62b6b153ffb1e7a360
branch: main
author: Maurycy Pawłowski-Wieroński
committer: pablogsal
date: 2026-05-05T01:31:53+01:00
summary:
gh-149300: `_remote_debugging`: clean up magic and dup
https://github.com/python/cpython/commit/561d1b95b937bd057de431e50aef4188538affc9
commit: 561d1b95b937bd057de431e50aef4188538affc9
branch: 3.13
author: Serhiy Storchaka
committer: serhiy-storchaka
date: 2026-05-04T18:43:03Z
summary:
[3.13] gh-138907: Support RFC 9309 in robotparser (GH-138908) (
https://github.com/python/cpython/commit/a68a9190498a16ab1a5c9012ef5a70df81a5b328
commit: a68a9190498a16ab1a5c9012ef5a70df81a5b328
branch: 3.14
author: Hugo van Kemenade <[email protected]>
committer: hugovk <[email protected]>
date: 2026-05-04T18:31:40+0
https://github.com/python/cpython/commit/9f9a2732673f55830a5131cb63aebed975cbbc28
commit: 9f9a2732673f55830a5131cb63aebed975cbbc28
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: hugovk <[email protected]>
date: 2026-05-0
https://github.com/python/cpython/commit/96b81d527c81205518ce3feaf3efff2f3b113034
commit: 96b81d527c81205518ce3feaf3efff2f3b113034
branch: 3.14
author: Miss Islington (bot) <[email protected]>
committer: hugovk <[email protected]>
date: 2026-05-0
https://github.com/python/cpython/commit/e89568f0cbcfd055419cdde5ac1248cb48055f90
commit: e89568f0cbcfd055419cdde5ac1248cb48055f90
branch: main
author: Sergey Miryanov
committer: pablogsal
date: 2026-05-04T22:14:45+01:00
summary:
GH-148726: Add heap_size to generational GC (#149195)
files:
M In
https://github.com/python/cpython/commit/a02beabe2d6a9601b69054eab268c2606c5837f4
commit: a02beabe2d6a9601b69054eab268c2606c5837f4
branch: 3.13
author: Savannah Ostrowski
committer: savannahostrowski
date: 2026-05-04T23:18:05Z
summary:
[3.13] GH-130750: Restore quoting of choices in argparse err
https://github.com/python/cpython/commit/ffe050ad9b93e158dcea32891dc34722b8aef148
commit: ffe050ad9b93e158dcea32891dc34722b8aef148
branch: main
author: Hugo van Kemenade <[email protected]>
committer: hugovk <[email protected]>
date: 2026-05-04T22:58:04Z
https://github.com/python/cpython/commit/8c796782fc3fbd380ca599d7b2dcf896375c5e60
commit: 8c796782fc3fbd380ca599d7b2dcf896375c5e60
branch: main
author: Pablo Galindo Salgado
committer: pablogsal
date: 2026-05-04T23:00:23Z
summary:
gh-146462: Add dict introspection debug offsets (#148633)
files:
https://github.com/python/cpython/commit/ed99680487b347997061ebd0138d49e601b20de8
commit: ed99680487b347997061ebd0138d49e601b20de8
branch: main
author: Tomas R.
committer: pablogsal
date: 2026-05-05T01:36:43Z
summary:
gh-130472: Use fancycompleter in import completions (#148188)
files:
A Misc/N
https://github.com/python/cpython/commit/35061259cc7064988586797f4cc0ba826188c70b
commit: 35061259cc7064988586797f4cc0ba826188c70b
branch: main
author: Hugo van Kemenade <[email protected]>
committer: hugovk <[email protected]>
date: 2026-05-04T08:44:37Z
https://github.com/python/cpython/commit/023ecbd01f876ea50e5291266c1dbf770ac27ff9
commit: 023ecbd01f876ea50e5291266c1dbf770ac27ff9
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: serhiy-storchaka
date: 2026-05-04T10:06:25Z
summary:
[3.13] gh
https://github.com/python/cpython/commit/3e25cd96194e10f6fdc7cb9984004a4caa4c0359
commit: 3e25cd96194e10f6fdc7cb9984004a4caa4c0359
branch: 3.14
author: Miss Islington (bot) <[email protected]>
committer: serhiy-storchaka
date: 2026-05-04T10:10:47Z
summary:
[3.14] gh
https://github.com/python/cpython/commit/de66149f66a365625a7a5fc194935b0f6d6862b9
commit: de66149f66a365625a7a5fc194935b0f6d6862b9
branch: main
author: Stéphane Bidoul
committer: hugovk <[email protected]>
date: 2026-05-04T19:58:28Z
summary:
gh-149377: update bundled pip to
https://github.com/python/cpython/commit/ef6f0635ce07e6785a78aef0c58649c2e8e832ba
commit: ef6f0635ce07e6785a78aef0c58649c2e8e832ba
branch: main
author: Hugo van Kemenade <[email protected]>
committer: hugovk <[email protected]>
date: 2026-05-04T22:23:18Z
https://github.com/python/cpython/commit/a458589a7e224cc45a868af2eb727e4f898e8d22
commit: a458589a7e224cc45a868af2eb727e4f898e8d22
branch: 3.14
author: Savannah Ostrowski
committer: savannahostrowski
date: 2026-05-04T22:22:54Z
summary:
[3.14] GH-130750: Restore quoting of choices in argparse err
https://github.com/python/cpython/commit/04ce31852260b3d39e35286c1b6a134a3c475b22
commit: 04ce31852260b3d39e35286c1b6a134a3c475b22
branch: main
author: Maurycy Pawłowski-Wieroński
committer: pablogsal
date: 2026-05-05T00:44:37Z
summary:
gh-146256: Add `--jsonl` collector to the `profiling.sampli
https://github.com/python/cpython/commit/c266f0c375c2e60ea46046254fa7cd5fa2fe1ca2
commit: c266f0c375c2e60ea46046254fa7cd5fa2fe1ca2
branch: main
author: Maurycy Pawłowski-Wieroński
committer: pablogsal
date: 2026-05-05T00:50:06Z
summary:
gh-149009: Validate `thread_count` in `profiling.sampling`
https://github.com/python/cpython/commit/6f8c964dc09c4a062b9f06b4c418c2538b774975
commit: 6f8c964dc09c4a062b9f06b4c418c2538b774975
branch: main
author: Maurycy Pawłowski-Wieroński
committer: pablogsal
date: 2026-05-05T00:32:06Z
summary:
gh-149342: `_remote_debugging`: Fix binary profile corrupti
https://github.com/python/cpython/commit/88844d213593b0abdd7a22b2f619bf59b74f2dcf
commit: 88844d213593b0abdd7a22b2f619bf59b74f2dcf
branch: main
author: Pablo Galindo Salgado
committer: pablogsal
date: 2026-05-05T00:51:28Z
summary:
gh-149202: Highlight PEP 831 in What's New for Python 3.15 (#1493
https://github.com/python/cpython/commit/f025dba62e4deee9cb740cb94dcdf0a9b0a229cc
commit: f025dba62e4deee9cb740cb94dcdf0a9b0a229cc
branch: main
author: Maurycy Pawłowski-Wieroński
committer: pablogsal
date: 2026-05-05T01:33:56+01:00
summary:
gh-149230: `_remote_debugging`: Fix async-aware for ta
https://github.com/python/cpython/commit/2995d4565978365233e01ad8b472c5512f3991be
commit: 2995d4565978365233e01ad8b472c5512f3991be
branch: main
author: Uxío García Andrade
committer: pablogsal
date: 2026-05-05T01:51:39+01:00
summary:
gh-137293: Ignore Exceptions when searching ELF File in Remote
https://github.com/python/cpython/commit/3f8c4856609cfa676209ff0f3e3c6dc26bdbd30e
commit: 3f8c4856609cfa676209ff0f3e3c6dc26bdbd30e
branch: 3.14
author: Miss Islington (bot) <[email protected]>
committer: pablogsal
date: 2026-05-05T01:15:33Z
summary:
[3.14] gh-137293
https://github.com/python/cpython/commit/5dd21617164cf69e848a70e3d7e32faf0bc3f279
commit: 5dd21617164cf69e848a70e3d7e32faf0bc3f279
branch: main
author: Jelle Zijlstra
committer: JelleZijlstra
date: 2026-05-04T20:30:03-07:00
summary:
gh-137840: Document PEP 728 (#149207)
files:
M Doc/library/typ
64 matches
Mail list logo