[Python-checkins] gh-125028: Prohibit placeholders in partial keywords (GH-126062)

2025-05-08 Thread serhiy-storchaka
https://github.com/python/cpython/commit/afed5f88359c73f798ff6f0064e37ac1a1f0759b commit: afed5f88359c73f798ff6f0064e37ac1a1f0759b branch: main author: dgpb <3577712+dg...@users.noreply.github.com> committer: serhiy-storchaka date: 2025-05-08T10:53:53+03:00 summary: gh-125028: Prohibit placeholde

[Python-checkins] gh-133639: Fix `test_auto_indent_default()` doesn't run `input_code` (#133640)

2025-05-08 Thread pablogsal
https://github.com/python/cpython/commit/4617d68d73409e83d6ab31106d10421d44048787 commit: 4617d68d73409e83d6ab31106d10421d44048787 branch: main author: Tan Long committer: pablogsal date: 2025-05-08T09:24:19+01:00 summary: gh-133639: Fix `test_auto_indent_default()` doesn't run `input_code` (#13

[Python-checkins] [3.14] gh-133641: Doc: Add missing source link in ``concurrent.futures`` (GH-133642) (#133643)

2025-05-08 Thread AA-Turner
https://github.com/python/cpython/commit/d35c0e48da81f76db54e9165f01c5b3c5f8c92e8 commit: d35c0e48da81f76db54e9165f01c5b3c5f8c92e8 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 202

[Python-checkins] [3.13] gh-133639: Fix `test_auto_indent_default()` doesn't run `input_code` (GH-133640) (#133647)

2025-05-08 Thread pablogsal
https://github.com/python/cpython/commit/a0dd4f0c56877bf0d76ab073ef6e45850698d725 commit: a0dd4f0c56877bf0d76ab073ef6e45850698d725 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: pablogsal date: 2025-05-08T08:47:38Z summary: [3.13] gh-133639

[Python-checkins] [3.14] gh-133639: Fix `test_auto_indent_default()` doesn't run `input_code` (GH-133640) (#133646)

2025-05-08 Thread pablogsal
https://github.com/python/cpython/commit/2de8a8b7e93e9bcddfea56b4f58a5e3efb5c284d commit: 2de8a8b7e93e9bcddfea56b4f58a5e3efb5c284d branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: pablogsal date: 2025-05-08T08:50:57Z summary: [3.14] gh-133639

[Python-checkins] [3.14] gh-127833: Add links to token types to the lexical analysis intro (GH-131468) (#133652)

2025-05-08 Thread AA-Turner
https://github.com/python/cpython/commit/a0203362568ade0bc30f22a8abb22a3387c329f1 commit: a0203362568ade0bc30f22a8abb22a3387c329f1 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 202

[Python-checkins] gh-127833: Add links to token types to the lexical analysis intro (#131468)

2025-05-08 Thread AA-Turner
https://github.com/python/cpython/commit/45bb5ba61a8d6dcaa44312b67fe6bade5e2ad992 commit: 45bb5ba61a8d6dcaa44312b67fe6bade5e2ad992 branch: main author: Petr Viktorin committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 2025-05-08T09:38:29Z summary: gh-127833: Add links to token

[Python-checkins] [3.14] gh-125028: Prohibit placeholders in partial keywords (GH-126062) (GH-133645)

2025-05-08 Thread serhiy-storchaka
https://github.com/python/cpython/commit/effe8d4971f6441efe897b2ba4a991ee39e73f1d commit: effe8d4971f6441efe897b2ba4a991ee39e73f1d branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2025-05-08T08:26:14Z summary: [3.14] gh

[Python-checkins] Doc: Allow translating a code block in the tutorial (#131353)

2025-05-08 Thread AA-Turner
https://github.com/python/cpython/commit/3224b99872d8ed030181e5d009ea64e8672a68ee commit: 3224b99872d8ed030181e5d009ea64e8672a68ee branch: main author: Stan Ulbrych <89152624+stanfromirel...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 2025-05-08

[Python-checkins] gh-133583: Add support for fixed size unsigned integers in argument parsing (GH-133584)

2025-05-08 Thread serhiy-storchaka
https://github.com/python/cpython/commit/4c914e7a36033d5e8d52cdef3a4063eb9b012ed2 commit: 4c914e7a36033d5e8d52cdef3a4063eb9b012ed2 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-05-08T12:27:50+03:00 summary: gh-133583: Add support for fixed size unsigned integers in

[Python-checkins] [3.14] Doc: Allow translating a code block in the tutorial (GH-131353) (#133648)

2025-05-08 Thread AA-Turner
https://github.com/python/cpython/commit/3cd4c2db7bebc63b9773d0cda5ae1ea7b3a1b634 commit: 3cd4c2db7bebc63b9773d0cda5ae1ea7b3a1b634 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 202

[Python-checkins] [3.13] Doc: Allow translating a code block in the tutorial (GH-131353) (#133649)

2025-05-08 Thread AA-Turner
https://github.com/python/cpython/commit/eefe7e22b84c4dea113cedae6379620e3bea2be3 commit: eefe7e22b84c4dea113cedae6379620e3bea2be3 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 202

[Python-checkins] [3.14] gh-133583: Add support for fixed size unsigned integers in argument parsing (GH-133584) (GH-133650)

2025-05-08 Thread serhiy-storchaka
https://github.com/python/cpython/commit/0f7046b18760c42da8676fea0421b25d67fb32e6 commit: 0f7046b18760c42da8676fea0421b25d67fb32e6 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2025-05-08T09:54:44Z summary: [3.14] gh

[Python-checkins] gh-133597: Fix memory leak if error occurred in _sys_getwindowsversion_from_kernel32 (GH-133598)

2025-05-08 Thread zooba
https://github.com/python/cpython/commit/0ec8fc83a83914d2ae97e52529e98ce63aaf831c commit: 0ec8fc83a83914d2ae97e52529e98ce63aaf831c branch: main author: Sergey Miryanov committer: zooba date: 2025-05-08T12:09:20+01:00 summary: gh-133597: Fix memory leak if error occurred in _sys_getwindowsversio

[Python-checkins] Update the PCbuild sub-projects list (GH-133397)

2025-05-08 Thread zooba
https://github.com/python/cpython/commit/8bb92863dec074c74392a0dd9a3acc45e5b7ac5a commit: 8bb92863dec074c74392a0dd9a3acc45e5b7ac5a branch: main author: Adam Turner <9087854+aa-tur...@users.noreply.github.com> committer: zooba date: 2025-05-08T12:31:24+01:00 summary: Update the PCbuild sub-project

[Python-checkins] gh-133597: Fix memory leak if error occurred in _sys_getwindowsversion_from_kernel32 (GH-133598)

2025-05-08 Thread zooba
https://github.com/python/cpython/commit/e0aefbd263c36b84bc98cd92f3ae3ac871e73bcd commit: e0aefbd263c36b84bc98cd92f3ae3ac871e73bcd branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: zooba date: 2025-05-08T11:32:59Z summary: gh-133597: Fix memor

[Python-checkins] gh-133597: Fix memory leak if error occurred in _sys_getwindowsversion_from_kernel32 (GH-133598)

2025-05-08 Thread zooba
https://github.com/python/cpython/commit/caeb422cbca5a4470d406b52f3a712305214982e commit: caeb422cbca5a4470d406b52f3a712305214982e branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: zooba date: 2025-05-08T11:36:38Z summary: gh-133597: Fix memor

[Python-checkins] [3.13] gh-133403: Type `Tools/build/update_file.py` and check it with `mypy` (GH-133404) (#133637)

2025-05-08 Thread sobolevn
https://github.com/python/cpython/commit/aed613fe2fc85e4c537b34ce538647938f0b28e3 commit: aed613fe2fc85e4c537b34ce538647938f0b28e3 branch: 3.13 author: sobolevn committer: sobolevn date: 2025-05-08T06:59:04Z summary: [3.13] gh-133403: Type `Tools/build/update_file.py` and check it with `mypy` (

[Python-checkins] [3.14] gh-132983: Remove pyzstd in identifiers (GH-133535) (#133629)

2025-05-08 Thread AA-Turner
https://github.com/python/cpython/commit/c6a56e3d91be353c657b517f6b6394ec5323e5e7 commit: c6a56e3d91be353c657b517f6b6394ec5323e5e7 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 202

[Python-checkins] gh-133641: Doc: Add missing source link in ``concurrent.futures`` (#133642)

2025-05-08 Thread AA-Turner
https://github.com/python/cpython/commit/4fcd37756382206e5a4a387cec9266815adca007 commit: 4fcd37756382206e5a4a387cec9266815adca007 branch: main author: Jonas Obrist committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 2025-05-08T07:21:51Z summary: gh-133641: Doc: Add missing so

[Python-checkins] gh-133581: Improve AST unparsing of t-strings (#133635)

2025-05-08 Thread JelleZijlstra
https://github.com/python/cpython/commit/bfac7d2edc6e461e21b4762f8db03fca85f3a0be commit: bfac7d2edc6e461e21b4762f8db03fca85f3a0be branch: main author: Jelle Zijlstra committer: JelleZijlstra date: 2025-05-08T06:13:57-07:00 summary: gh-133581: Improve AST unparsing of t-strings (#133635) files:

[Python-checkins] [3.13] gh-133454: Mark tests with many threads that use much memory as bigmem (GH-133456) (GH-133664)

2025-05-08 Thread serhiy-storchaka
https://github.com/python/cpython/commit/fabe89b078af14b299500b81c991fe134add50a5 commit: fabe89b078af14b299500b81c991fe134add50a5 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2025-05-08T13:20:34Z summary: [3.13] gh

[Python-checkins] [3.14] gh-133581: Improve AST unparsing of t-strings (GH-133635) (#133666)

2025-05-08 Thread JelleZijlstra
https://github.com/python/cpython/commit/153496921a05e205d4c45c4a64888ccd43148897 commit: 153496921a05e205d4c45c4a64888ccd43148897 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: JelleZijlstra date: 2025-05-08T13:40:44Z summary: [3.14] gh-13

[Python-checkins] gh-133595: Clean up sqlite3.Connection APIs (GH-133605)

2025-05-08 Thread serhiy-storchaka
https://github.com/python/cpython/commit/dcf93c4c93b741e84fa75d2b0d00a156aaf07ecf commit: dcf93c4c93b741e84fa75d2b0d00a156aaf07ecf branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-05-08T15:42:00+03:00 summary: gh-133595: Clean up sqlite3.Connection APIs (GH-133605) *

[Python-checkins] [3.13] gh-133516: Raise `ValueError` when constants `True`, `False` or `None` are used as an identifier after NFKC normalization (GH-133523) (#133615)

2025-05-08 Thread pablogsal
https://github.com/python/cpython/commit/a719e5fbb63346c751fc9dfbc62af32215f6c0be commit: a719e5fbb63346c751fc9dfbc62af32215f6c0be branch: 3.13 author: TERESH1 committer: pablogsal date: 2025-05-08T12:18:26+01:00 summary: [3.13] gh-133516: Raise `ValueError` when constants `True`, `False` or `No

[Python-checkins] gh-133454: Mark tests with many threads that use much memory as bigmem (GH-133456)

2025-05-08 Thread serhiy-storchaka
https://github.com/python/cpython/commit/26839eae2079bd797491dfdcc00eaca1dbcbf77c commit: 26839eae2079bd797491dfdcc00eaca1dbcbf77c branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-05-08T15:57:30+03:00 summary: gh-133454: Mark tests with many threads that use much memo

[Python-checkins] [3.14] gh-133454: Mark tests with many threads that use much memory as bigmem (GH-133456) (GH-133663)

2025-05-08 Thread serhiy-storchaka
https://github.com/python/cpython/commit/863722be6b7c31c69dbf931581a531979dd28203 commit: 863722be6b7c31c69dbf931581a531979dd28203 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2025-05-08T13:24:38Z summary: [3.14] gh

[Python-checkins] gh-91555: disable logger while handling log record (GH-131812)

2025-05-08 Thread vsajip
https://github.com/python/cpython/commit/2561e148ec985755baa3984b91fd0bfc089b283c commit: 2561e148ec985755baa3984b91fd0bfc089b283c branch: main author: Duane Griffin committer: vsajip date: 2025-05-08T13:33:06+01:00 summary: gh-91555: disable logger while handling log record (GH-131812) Prevent

[Python-checkins] [3.14] gh-131031: Fix test_pickle when invoked directly (GH-133356) (GH-133673)

2025-05-08 Thread serhiy-storchaka
https://github.com/python/cpython/commit/dc1a4dda88637d551d0be26632186be10343b098 commit: dc1a4dda88637d551d0be26632186be10343b098 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2025-05-08T15:19:58Z summary: [3.14] gh

[Python-checkins] [3.13] gh-131031: Fix test_pickle when invoked directly (GH-133356) (GH-133675)

2025-05-08 Thread serhiy-storchaka
https://github.com/python/cpython/commit/8e334f40b85b6fca564ce264c35ffb49e15520ba commit: 8e334f40b85b6fca564ce264c35ffb49e15520ba branch: 3.13 author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-05-08T15:23:54Z summary: [3.13] gh-131031: Fix test_pickle when invoked directly (GH-133

[Python-checkins] gh-132886: use relaxed atomics for `sock_fd` in gil builds in socket module (#133208)

2025-05-08 Thread kumaraditya303
https://github.com/python/cpython/commit/2d82ab761ab8051440e486ca68355514f3df42aa commit: 2d82ab761ab8051440e486ca68355514f3df42aa branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-05-08T22:33:41+05:30 summary: gh-132886: use relaxed atomics for `sock_fd` in gil builds in so

[Python-checkins] gh-132762: Fix underallocation bug in `dict.fromkeys()`(gh-133627)

2025-05-08 Thread colesbury
https://github.com/python/cpython/commit/421ba589d02b53131f793889d221ef3b1f1410a4 commit: 421ba589d02b53131f793889d221ef3b1f1410a4 branch: main author: Angela Liss <59097311+angela-tarant...@users.noreply.github.com> committer: colesbury date: 2025-05-08T13:13:11-04:00 summary: gh-132762: Fix und

[Python-checkins] gh-131942: Use the Python-specific `Py_DEBUG` macro rather than `_DEBUG` in Windows-related C code (GH-131944)

2025-05-08 Thread zooba
https://github.com/python/cpython/commit/f0f93ba5fa53ef5724250dd9f791d89abca04fa7 commit: f0f93ba5fa53ef5724250dd9f791d89abca04fa7 branch: main author: Xuehai Pan committer: zooba date: 2025-05-08T15:01:25Z summary: gh-131942: Use the Python-specific `Py_DEBUG` macro rather than `_DEBUG` in Win

[Python-checkins] gh-132775: Add _PyCode_GetScriptXIData() (gh-133480)

2025-05-08 Thread ericsnowcurrently
https://github.com/python/cpython/commit/c81fa2b9cd1ed4d4ff5c13984d6582c27e5f2633 commit: c81fa2b9cd1ed4d4ff5c13984d6582c27e5f2633 branch: main author: Eric Snow committer: ericsnowcurrently date: 2025-05-08T15:07:46Z summary: gh-132775: Add _PyCode_GetScriptXIData() (gh-133480) This converts f

[Python-checkins] gh-133644: remove deprecated `PyImport_ImportModuleNoBlock` (#133655)

2025-05-08 Thread picnixz
https://github.com/python/cpython/commit/a2c4467d06028e3dbf79edd1d6c0cc2e7f11be85 commit: a2c4467d06028e3dbf79edd1d6c0cc2e7f11be85 branch: main author: Bénédikt Tran <10796600+picn...@users.noreply.github.com> committer: picnixz <10796600+picn...@users.noreply.github.com> date: 2025-05-08T13:08:43Z

[Python-checkins] gh-131031: Fix test_pickle when invoked directly (GH-133356)

2025-05-08 Thread serhiy-storchaka
https://github.com/python/cpython/commit/e15bbfafbcc9153fa0b05beb806984e288fdefe4 commit: e15bbfafbcc9153fa0b05beb806984e288fdefe4 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-05-08T17:51:18+03:00 summary: gh-131031: Fix test_pickle when invoked directly (GH-13335

[Python-checkins] [3.14] gh-132775: Add _PyCode_GetScriptXIData() (gh-133676)

2025-05-08 Thread ericsnowcurrently
https://github.com/python/cpython/commit/10595486860aa054c9d7ad236cc50064e7b800d5 commit: 10595486860aa054c9d7ad236cc50064e7b800d5 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ericsnowcurrently date: 2025-05-08T10:05:34-06:00 summary: [3.

[Python-checkins] [3.14] gh-132886: use relaxed atomics for `sock_fd` in gil builds in socket module (GH-133208) (#133683)

2025-05-08 Thread kumaraditya303
https://github.com/python/cpython/commit/8f071bc32209c8380f6cbeb901d584020e845c97 commit: 8f071bc32209c8380f6cbeb901d584020e845c97 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: kumaraditya303 date: 2025-05-08T17:30:40Z summary: [3.14] gh-1

[Python-checkins] gh-133403: Check `Tools/build/verify_ensurepip_wheels.py` with mypy (#133453)

2025-05-08 Thread sobolevn
https://github.com/python/cpython/commit/5f3d3f2a6c8ddf7a6be340c3f4c696e2a5eb51f0 commit: 5f3d3f2a6c8ddf7a6be340c3f4c696e2a5eb51f0 branch: main author: Flosckow <66554425+flosc...@users.noreply.github.com> committer: sobolevn date: 2025-05-08T17:53:47Z summary: gh-133403: Check `Tools/build/verif

[Python-checkins] [3.13] gh-132762: Fix underallocation bug in `dict.fromkeys()`(gh-133627) (gh-133686)

2025-05-08 Thread colesbury
https://github.com/python/cpython/commit/6ab4a4a32c284ddf2af765e011f59de70ff31eb6 commit: 6ab4a4a32c284ddf2af765e011f59de70ff31eb6 branch: 3.13 author: Sam Gross committer: colesbury date: 2025-05-08T17:40:05Z summary: [3.13] gh-132762: Fix underallocation bug in `dict.fromkeys()`(gh-133627) (g

[Python-checkins] gh-132551: make `io.BytesIO` thread safe (#132616)

2025-05-08 Thread kumaraditya303
https://github.com/python/cpython/commit/5dd3a3a58cca4798ebfc2edd673211067453e81e commit: 5dd3a3a58cca4798ebfc2edd673211067453e81e branch: main author: Tomasz Pytel committer: kumaraditya303 date: 2025-05-08T18:51:36Z summary: gh-132551: make `io.BytesIO` thread safe (#132616) Co-authored-by: K

[Python-checkins] [3.14] gh-133403: Check `Tools/build/verify_ensurepip_wheels.py` with mypy (GH-133453) (#133689)

2025-05-08 Thread sobolevn
https://github.com/python/cpython/commit/cc6cf8a9284b8cabfd896d9d96079f055068628a commit: cc6cf8a9284b8cabfd896d9d96079f055068628a branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: sobolevn date: 2025-05-08T18:20:13Z summary: [3.14] gh-133403:

[Python-checkins] [3.13] gh-133403: Check `Tools/build/verify_ensurepip_wheels.py` with mypy (GH-133453) (#133690)

2025-05-08 Thread sobolevn
https://github.com/python/cpython/commit/c2cddb7466798203077ce90698e98ac5c48122d8 commit: c2cddb7466798203077ce90698e98ac5c48122d8 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: sobolevn date: 2025-05-08T18:17:43Z summary: [3.13] gh-133403:

[Python-checkins] Adds docs to help with troubleshooting pip installs. (GH-133692)

2025-05-08 Thread zooba
https://github.com/python/cpython/commit/dd670fa7ca1db79d6daaac807ac924aa547257d0 commit: dd670fa7ca1db79d6daaac807ac924aa547257d0 branch: main author: Steve Dower committer: zooba date: 2025-05-08T19:30:01+01:00 summary: Adds docs to help with troubleshooting pip installs. (GH-133692) files: M

[Python-checkins] Adds docs to help with troubleshooting pip installs. (GH-133692)

2025-05-08 Thread zooba
https://github.com/python/cpython/commit/3fcb9afb200d65499abbd1ba7d2f51f946d0985e commit: 3fcb9afb200d65499abbd1ba7d2f51f946d0985e branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: zooba date: 2025-05-08T18:35:57Z summary: Adds docs to help wi

[Python-checkins] GH-132983: Remove subclassing support from zstd types (#133694)

2025-05-08 Thread AA-Turner
https://github.com/python/cpython/commit/bd7c5859c6c4f23877afdf6ab7b8209de50127a6 commit: bd7c5859c6c4f23877afdf6ab7b8209de50127a6 branch: main author: Adam Turner <9087854+aa-tur...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 2025-05-08T18:35:2

[Python-checkins] [3.14] gh-103092: Support subinterpreters in ``_zstd`` (GH-133674) (#133695)

2025-05-08 Thread AA-Turner
https://github.com/python/cpython/commit/8806d0f499711128885cfef1bbafab048767b13e commit: 8806d0f499711128885cfef1bbafab048767b13e branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 202

[Python-checkins] [3.14] gh-132762: Fix underallocation bug in `dict.fromkeys()`(gh-133627) (gh-133685)

2025-05-08 Thread colesbury
https://github.com/python/cpython/commit/3e7552e4ae13e91a0a1c4f299faa862538c1c5b4 commit: 3e7552e4ae13e91a0a1c4f299faa862538c1c5b4 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2025-05-08T17:39:39Z summary: [3.14] gh-132762

[Python-checkins] gh-133273: Keep instruction definitions in `bytecodes.c` and `optimizer_bytecodes.c` in sync (GH-133320)

2025-05-08 Thread Fidget-Spinner
https://github.com/python/cpython/commit/3f2f59a91dd895cf5cf7b58cf905fc5d5b87a644 commit: 3f2f59a91dd895cf5cf7b58cf905fc5d5b87a644 branch: main author: Tomas R. committer: Fidget-Spinner date: 2025-05-09T01:54:49+08:00 summary: gh-133273: Keep instruction definitions in `bytecodes.c` and `optim

[Python-checkins] gh-103092: Support subinterpreters in ``_zstd`` (#133674)

2025-05-08 Thread AA-Turner
https://github.com/python/cpython/commit/6f6f48d28963f54c4b2b42d526e2e3045eb1fc1e commit: 6f6f48d28963f54c4b2b42d526e2e3045eb1fc1e branch: main author: Adam Turner <9087854+aa-tur...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 2025-05-08T19:11:3

[Python-checkins] Clarify some wording in `wasi(\.py)?` (GH-133619)

2025-05-08 Thread brettcannon
https://github.com/python/cpython/commit/7d129f99ab8e7ef9382e5e5c7bb4e51ecf74e894 commit: 7d129f99ab8e7ef9382e5e5c7bb4e51ecf74e894 branch: main author: Brett Cannon committer: brettcannon date: 2025-05-08T09:54:46-07:00 summary: Clarify some wording in `wasi(\.py)?` (GH-133619) files: M Tools/w

[Python-checkins] Fix typo in pending-removal-in-3.14.rst (GH-133680)

2025-05-08 Thread serhiy-storchaka
https://github.com/python/cpython/commit/9546eeea90c8deb8570a0ef621f075c3c766bc12 commit: 9546eeea90c8deb8570a0ef621f075c3c766bc12 branch: main author: Rafael Fontenelle committer: serhiy-storchaka date: 2025-05-08T18:57:23Z summary: Fix typo in pending-removal-in-3.14.rst (GH-133680) files: M

[Python-checkins] gh-133626: Ensure the traditional Windows installer doesn't accidentally pick up site-packages (GH-133693)

2025-05-08 Thread zooba
https://github.com/python/cpython/commit/6ce469dcba482772bc94c4048e90fa9598897c4a commit: 6ce469dcba482772bc94c4048e90fa9598897c4a branch: main author: Steve Dower committer: zooba date: 2025-05-08T20:47:36+01:00 summary: gh-133626: Ensure the traditional Windows installer doesn't accidentally p

[Python-checkins] gh-133541: Handle SyntaxError raised by the tokenizer on user input (#133606)

2025-05-08 Thread pablogsal
https://github.com/python/cpython/commit/b2fabce6abb24b2f2c3afae0edc5eb53729fc624 commit: b2fabce6abb24b2f2c3afae0edc5eb53729fc624 branch: main author: Łukasz Langa committer: pablogsal date: 2025-05-08T21:14:38+01:00 summary: gh-133541: Handle SyntaxError raised by the tokenizer on user input (

[Python-checkins] gh-133626: Ensure the traditional Windows installer doesn't accidentally pick up site-packages (GH-133693)

2025-05-08 Thread zooba
https://github.com/python/cpython/commit/df858161d5aa62dde2f16d6435595ae4a12079a5 commit: df858161d5aa62dde2f16d6435595ae4a12079a5 branch: 3.13 author: Steve Dower committer: zooba date: 2025-05-08T20:16:15Z summary: gh-133626: Ensure the traditional Windows installer doesn't accidentally pick

[Python-checkins] [3.14] gh-133541: Handle SyntaxError raised by the tokenizer on user input (GH-133606) (#133709)

2025-05-08 Thread pablogsal
https://github.com/python/cpython/commit/0c340d1083b95216569ed4f90b66022a5a8f7cd0 commit: 0c340d1083b95216569ed4f90b66022a5a8f7cd0 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: pablogsal date: 2025-05-08T20:41:01Z summary: [3.14] gh-133541

[Python-checkins] [3.14] Fix typo in pending-removal-in-3.14.rst (GH-133680) (GH-133697)

2025-05-08 Thread serhiy-storchaka
https://github.com/python/cpython/commit/79644893c5ba194dd141aad37f6bfa2300fe6fb3 commit: 79644893c5ba194dd141aad37f6bfa2300fe6fb3 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2025-05-08T19:03:10Z summary: [3.14] Fi

[Python-checkins] GH-131798: Split up and optimize CALL_ISINSTANCE (GH-133339)

2025-05-08 Thread brandtbucher
https://github.com/python/cpython/commit/c492ac72525ea5887082ee991b45cc237cd02a40 commit: c492ac72525ea5887082ee991b45cc237cd02a40 branch: main author: Tomas R. committer: brandtbucher date: 2025-05-08T14:26:30-07:00 summary: GH-131798: Split up and optimize CALL_ISINSTANCE (GH-19) files: A

[Python-checkins] [3.14] gh-133467: Add TSAN suppressions for races in typeobject (gh-133534) (gh-133717)

2025-05-08 Thread nascheme
https://github.com/python/cpython/commit/4c6fa8921621eb9f71bec674d4d7c32fede159a0 commit: 4c6fa8921621eb9f71bec674d4d7c32fede159a0 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: nascheme date: 2025-05-08T16:37:08-07:00 summary: [3.14] gh-13

[Python-checkins] gh-133476: Assert with the `PyStackRef_IsTaggedInt` function (GH-133477)

2025-05-08 Thread Fidget-Spinner
https://github.com/python/cpython/commit/6d5a8c2ec19f1c38b4558940d2444a7382bb0287 commit: 6d5a8c2ec19f1c38b4558940d2444a7382bb0287 branch: main author: Nybblista <170842536+nybbli...@users.noreply.github.com> committer: Fidget-Spinner date: 2025-05-09T08:17:50+08:00 summary: gh-133476: Assert wit

[Python-checkins] [3.13] gh-69426: HTMLParser: only unescape properly terminated character entities in attribute values (GH-95215) (GH-133586)

2025-05-08 Thread serhiy-storchaka
https://github.com/python/cpython/commit/3e5544109094d444f6a72c1cb5c9e8c4091e1362 commit: 3e5544109094d444f6a72c1cb5c9e8c4091e1362 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2025-05-09T09:43:54+03:00 summary: [3.1

[Python-checkins] gh-133626: Ensure the traditional Windows installer doesn't accidentally pick up site-packages (GH-133693)

2025-05-08 Thread zooba
https://github.com/python/cpython/commit/add970f08e43f3f93461b4aa44c0e42da349afd7 commit: add970f08e43f3f93461b4aa44c0e42da349afd7 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: zooba date: 2025-05-08T20:17:11Z summary: gh-133626: Ensure th

[Python-checkins] [3.14] gh-132917: Use /proc/self/status for mem usage info. (GH-133544) (gh-133718)

2025-05-08 Thread nascheme
https://github.com/python/cpython/commit/8e86f9c3ccbe8955ea5b28b07bb3d37197eef841 commit: 8e86f9c3ccbe8955ea5b28b07bb3d37197eef841 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: nascheme date: 2025-05-08T16:37:59-07:00 summary: [3.14] gh-13