[Python-checkins] [3.13] gh-127975: Avoid reusing quote types in ast.unparse if not needed (GH-127980) (#129600)

2025-02-02 Thread hauntsaninja
https://github.com/python/cpython/commit/b13b76f98a4f35174ae630a7302af26f61e4d513 commit: b13b76f98a4f35174ae630a7302af26f61e4d513 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hauntsaninja <[email protected]> da

[Python-checkins] [3.13] gh-105875: amend sqlite3 docstring wrt. SQLite requirement (GH-129599) (#129602)

2025-02-02 Thread erlend-aasland
https://github.com/python/cpython/commit/d75e9a09542626ba4afdc56033740d4aec03527e commit: d75e9a09542626ba4afdc56033740d4aec03527e branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: erlend-aasland date: 2025-02-02T23:26:38Z summary: [3.13] gh-1

[Python-checkins] GH-129231: Group executable JIT code in memory (GH-129232)

2025-02-02 Thread brandtbucher
https://github.com/python/cpython/commit/a29a9c0f3890fec843b7151f6a1defa25f570504 commit: a29a9c0f3890fec843b7151f6a1defa25f570504 branch: main author: Diego Russo committer: brandtbucher date: 2025-02-02T15:19:55-08:00 summary: GH-129231: Group executable JIT code in memory (GH-129232) files:

[Python-checkins] GH-128842: Collect JIT memory stats (GH-128941)

2025-02-02 Thread brandtbucher
https://github.com/python/cpython/commit/567394517a10c9a9f3af25a31009589ae2c50f1b commit: 567394517a10c9a9f3af25a31009589ae2c50f1b branch: main author: Diego Russo committer: brandtbucher date: 2025-02-02T15:17:53-08:00 summary: GH-128842: Collect JIT memory stats (GH-128941) files: A Misc/NEW

[Python-checkins] GH-128872: Remove unused argument from _PyCode_Quicken (GH-128873)

2025-02-02 Thread brandtbucher
https://github.com/python/cpython/commit/e6c76b947b2d0708cea1d5e090d02e79fda1cc26 commit: e6c76b947b2d0708cea1d5e090d02e79fda1cc26 branch: main author: Yan Yanchii committer: brandtbucher date: 2025-02-02T15:09:30-08:00 summary: GH-128872: Remove unused argument from _PyCode_Quicken (GH-128873)

[Python-checkins] gh-105875: amend sqlite3 docstring wrt. SQLite requirement (#129599)

2025-02-02 Thread erlend-aasland
https://github.com/python/cpython/commit/ecd2f84555bf494007420ba5a37adf8d1c23e856 commit: ecd2f84555bf494007420ba5a37adf8d1c23e856 branch: main author: Erlend E. Aasland committer: erlend-aasland date: 2025-02-02T23:03:54Z summary: gh-105875: amend sqlite3 docstring wrt. SQLite requirement (#129

[Python-checkins] [3.12] gh-127975: Avoid reusing quote types in ast.unparse if not needed (GH-127980) (#129601)

2025-02-02 Thread hauntsaninja
https://github.com/python/cpython/commit/97097469c7782ad0e8d18cb2e0bb42b8bd24dd18 commit: 97097469c7782ad0e8d18cb2e0bb42b8bd24dd18 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: hauntsaninja <[email protected]> da

[Python-checkins] gh-91417: Remove PySequence_Fast() from the limited C API (#129398)

2025-02-02 Thread vstinner
https://github.com/python/cpython/commit/2ad069d906c6952250dabbffbcb882676011b310 commit: 2ad069d906c6952250dabbffbcb882676011b310 branch: main author: Victor Stinner committer: vstinner date: 2025-02-02T23:17:30+01:00 summary: gh-91417: Remove PySequence_Fast() from the limited C API (#129398)

[Python-checkins] [3.13] gh-127096: Do not recreate unnamed section on every read in ConfigParser (GH-127228) (#129593)

2025-02-02 Thread jaraco
https://github.com/python/cpython/commit/6aa09a5898960b7a489503f42c2071e4c0736992 commit: 6aa09a5898960b7a489503f42c2071e4c0736992 branch: 3.13 author: Jason R. Coombs committer: jaraco date: 2025-02-02T18:53:23Z summary: [3.13] gh-127096: Do not recreate unnamed section on every read in ConfigP

[Python-checkins] [3.13] gh-129539: Include sysexits.h before checking EX_OK (#129590)

2025-02-02 Thread vstinner
https://github.com/python/cpython/commit/65f3432ac32f92bc3d8b7b11103a56c5a70049c0 commit: 65f3432ac32f92bc3d8b7b11103a56c5a70049c0 branch: 3.13 author: Collin Funk committer: vstinner date: 2025-02-02T19:37:32+01:00 summary: [3.13] gh-129539: Include sysexits.h before checking EX_OK (#129590) P

[Python-checkins] [3.12] GH-121970: Extract ``misc_news`` into a new extension (GH-129577) (#129587)

2025-02-02 Thread AA-Turner
https://github.com/python/cpython/commit/834b9d65a909bd041e78f396159dafae833724c8 commit: 834b9d65a909bd041e78f396159dafae833724c8 branch: 3.12 author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2025-02-02T16:26:5

[Python-checkins] [3.13] GH-121970: Extract ``misc_news`` into a new extension (GH-129577) (#129586)

2025-02-02 Thread AA-Turner
https://github.com/python/cpython/commit/63cae737974df8ffd8d30d1b39dc23e8649d61a6 commit: 63cae737974df8ffd8d30d1b39dc23e8649d61a6 branch: 3.13 author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2025-02-02T16:24:4

[Python-checkins] [3.12] gh-126609: Allow translating the ``availability`` directive (GH-129549) (#129585)

2025-02-02 Thread AA-Turner
https://github.com/python/cpython/commit/14bd0fc19a9a2f007d736a92580c492b92ccd232 commit: 14bd0fc19a9a2f007d736a92580c492b92ccd232 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] GH-121970: Extract ``misc_news`` into a new extension (#129577)

2025-02-02 Thread AA-Turner
https://github.com/python/cpython/commit/ae4788809d674f8e27faef2678953be8cf67d4a3 commit: ae4788809d674f8e27faef2678953be8cf67d4a3 branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2025-02-02T16:17:0

[Python-checkins] [3.13] gh-115514: Fix incomplete writes after close while using ssl in asyncio(GH-128037) (#129581)

2025-02-02 Thread kumaraditya303
https://github.com/python/cpython/commit/e9febe51afd2033487053f6d4c748e10d692c322 commit: e9febe51afd2033487053f6d4c748e10d692c322 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-02-02T16:12:12Z summary: [3.13] gh-1

[Python-checkins] gh-126609: Allow translating the ``availability`` directive (#129549)

2025-02-02 Thread AA-Turner
https://github.com/python/cpython/commit/0612a89ffcf0bb52b1750a3466671ba8daad1d87 commit: 0612a89ffcf0bb52b1750a3466671ba8daad1d87 branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2025-02-02T16:12:0

[Python-checkins] [3.12] gh-115514: Fix incomplete writes after close while using ssl in asyncio(GH-128037) (#129582)

2025-02-02 Thread kumaraditya303
https://github.com/python/cpython/commit/e20963a12ab60d70bbca33352a84dfa050f06923 commit: e20963a12ab60d70bbca33352a84dfa050f06923 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-02-02T15:47:37Z summary: [3.12] gh-1

[Python-checkins] gh-115514: Fix incomplete writes after close while using ssl in asyncio(#128037)

2025-02-02 Thread kumaraditya303
https://github.com/python/cpython/commit/4e38eeafe2ff3bfc686514731d6281fed34a435e commit: 4e38eeafe2ff3bfc686514731d6281fed34a435e branch: main author: Vojtěch Boček committer: kumaraditya303 date: 2025-02-02T15:11:25Z summary: gh-115514: Fix incomplete writes after close while using ssl in asyn

[Python-checkins] Revert "gh-129005: Align FileIO.readall() allocation (#129458)" (#129572)

2025-02-02 Thread vstinner
https://github.com/python/cpython/commit/853a6b7de222964d8cd0e9478cb5c78d490032e6 commit: 853a6b7de222964d8cd0e9478cb5c78d490032e6 branch: main author: Cody Maloney committer: vstinner date: 2025-02-02T15:59:15+01:00 summary: Revert "gh-129005: Align FileIO.readall() allocation (#129458)" (#1295

[Python-checkins] gh-104400: Remove ``fintl.gettext`` from pygettext (#129580)

2025-02-02 Thread AA-Turner
https://github.com/python/cpython/commit/237f186da48d45ef75ec3add3f2ffbfac75fa281 commit: 237f186da48d45ef75ec3add3f2ffbfac75fa281 branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2025-02-02T14:30:3

[Python-checkins] gh-129539: Reorganize posixmodule.c header (#129558)

2025-02-02 Thread vstinner
https://github.com/python/cpython/commit/df4a2f5bd74fc582d99e6a82e070058d7765f44d commit: df4a2f5bd74fc582d99e6a82e070058d7765f44d branch: main author: Victor Stinner committer: vstinner date: 2025-02-02T09:16:48Z summary: gh-129539: Reorganize posixmodule.c header (#129558) Add sections: Pytho

[Python-checkins] [3.12] gh-105704: Disallow square brackets (`[` and `]`) in domain names for parsed URLs (GH-129418) (GH-129527)

2025-02-02 Thread gpshead
https://github.com/python/cpython/commit/a7084f6075c9595ba60119ce8c62f1496f50c568 commit: a7084f6075c9595ba60119ce8c62f1496f50c568 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2025-02-02T08:30:28Z summary: [3.12] gh-105704:

[Python-checkins] [3.13] gh-105704: Disallow square brackets (`[` and `]`) in domain names for parsed URLs (GH-129418) (GH-129526)

2025-02-02 Thread gpshead
https://github.com/python/cpython/commit/90e526ae67b172ed7c6c56e7edad36263b0f9403 commit: 90e526ae67b172ed7c6c56e7edad36263b0f9403 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2025-02-02T00:12:51-08:00 summary: [3.13] gh-105