[Python-checkins] GH-127381: pathlib ABCs: remove remaining uncommon `PathBase` methods (#127714)

2024-12-11 Thread barneygale
https://github.com/python/cpython/commit/292afd1d51dd7aacb12a6165f596ae7bb58c9ba8 commit: 292afd1d51dd7aacb12a6165f596ae7bb58c9ba8 branch: main author: Barney Gale committer: barneygale date: 2024-12-12T06:49:34Z summary: GH-127381: pathlib ABCs: remove remaining uncommon `PathBase` methods (#12

[Python-checkins] Simplify and speed-up an itertools recipe (gh-127848)

2024-12-11 Thread rhettinger
https://github.com/python/cpython/commit/8bbd379ee30db0320ec3d31c37aee2a503902b0f commit: 8bbd379ee30db0320ec3d31c37aee2a503902b0f branch: main author: Raymond Hettinger committer: rhettinger date: 2024-12-11T21:24:56-06:00 summary: Simplify and speed-up an itertools recipe (gh-127848) files: M

[Python-checkins] gh-127740: Add some more tests for earlier PR #127756 (#127818)

2024-12-11 Thread hauntsaninja
https://github.com/python/cpython/commit/c33b6fbf358c1bc14b20e14a1f62c6826ecd commit: c33b6fbf358c1bc14b20e14a1f62c6826ecd branch: main author: Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి) committer: hauntsaninja <[email protected]> date: 2024-12-

[Python-checkins] gh-127146: Some expected failures in Emscripten time tests (#127843)

2024-12-11 Thread freakboy3742
https://github.com/python/cpython/commit/41f29e5d16c314790559e563ce5ca0334fcd54df commit: 41f29e5d16c314790559e563ce5ca0334fcd54df branch: main author: Hood Chatham committer: freakboy3742 date: 2024-12-12T09:11:00+08:00 summary: gh-127146: Some expected failures in Emscripten time tests (#12784

[Python-checkins] gh-115999: Specialize `CALL_KW` in free-threaded builds (#127713)

2024-12-11 Thread mpage
https://github.com/python/cpython/commit/c84928ed6de105696be24859e03f3ab27e11daf6 commit: c84928ed6de105696be24859e03f3ab27e11daf6 branch: main author: mpage committer: mpage date: 2024-12-11T15:18:22-08:00 summary: gh-115999: Specialize `CALL_KW` in free-threaded builds (#127713) * Enable spec

[Python-checkins] gh-111609: Test `end_offset` in SyntaxError subclass (#127830)

2024-12-11 Thread pablogsal
https://github.com/python/cpython/commit/e8f4e272cc828f2b79fa17fc6b9786bdddab7ce4 commit: e8f4e272cc828f2b79fa17fc6b9786bdddab7ce4 branch: main author: Nice Zombies committer: pablogsal date: 2024-12-11T19:32:54+01:00 summary: gh-111609: Test `end_offset` in SyntaxError subclass (#127830) Test

[Python-checkins] GH-125174: Mark objects as statically allocated. (#127797)

2024-12-11 Thread markshannon
https://github.com/python/cpython/commit/bc262de06b10a2d119c28bac75060bf00301697a commit: bc262de06b10a2d119c28bac75060bf00301697a branch: main author: Mark Shannon committer: markshannon date: 2024-12-11T17:37:38Z summary: GH-125174: Mark objects as statically allocated. (#127797) * Set a bit

[Python-checkins] [3.13] gh-118915: C API: Document frame locals proxies. (GH-127720) (#127831)

2024-12-11 Thread vstinner
https://github.com/python/cpython/commit/8b24d042b4d23700f873c23f78cee0972ad24f62 commit: 8b24d042b4d23700f873c23f78cee0972ad24f62 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2024-12-11T16:34:35Z summary: [3.13] gh-118915:

[Python-checkins] gh-118915: C API: Document frame locals proxies. (#127720)

2024-12-11 Thread vstinner
https://github.com/python/cpython/commit/dd9da738ad1d420fabafaded3fe63912b2b17cfb commit: dd9da738ad1d420fabafaded3fe63912b2b17cfb branch: main author: Peter Bierma committer: vstinner date: 2024-12-11T17:28:44+01:00 summary: gh-118915: C API: Document frame locals proxies. (#127720) Co-authore

[Python-checkins] [3.12] gh-123401: Fix http.cookies module to support obsolete RFC 850 date format (GH-123405) (#127829)

2024-12-11 Thread vstinner
https://github.com/python/cpython/commit/b0615a8a9aa26480025a1e82a9693097a8520e46 commit: b0615a8a9aa26480025a1e82a9693097a8520e46 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2024-12-11T15:34:22Z summary: [3.12] gh-123401:

[Python-checkins] [3.13] CI: Use bash to properly expand variable (GH-127822) (#127824)

2024-12-11 Thread AlexWaygood
https://github.com/python/cpython/commit/f56da922cb51ec0e4c3242ae1ff145cb1e01d554 commit: f56da922cb51ec0e4c3242ae1ff145cb1e01d554 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AlexWaygood date: 2024-12-11T15:42:17Z summary: [3.13] CI: Use

[Python-checkins] [3.13] gh-123401: Fix http.cookies module to support obsolete RFC 850 date format (GH-123405) (#127828)

2024-12-11 Thread vstinner
https://github.com/python/cpython/commit/a94e20e4f1695a62026c14904e042e4e2d94b07f commit: a94e20e4f1695a62026c14904e042e4e2d94b07f branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2024-12-11T15:38:09Z summary: [3.13] gh-123401:

[Python-checkins] gh-127065: Make methodcaller thread-safe and re-entrant (GH-127746)

2024-12-11 Thread colesbury
https://github.com/python/cpython/commit/b0f278ff0551b06191cec01445c577e3b25570da commit: b0f278ff0551b06191cec01445c577e3b25570da branch: main author: Pieter Eendebak committer: colesbury date: 2024-12-11T10:06:07-05:00 summary: gh-127065: Make methodcaller thread-safe and re-entrant (GH-127746

[Python-checkins] [3.11] gh-121277: Allow .. versionadded:: next in docs (GH-121278) (#124718) (#127827)

2024-12-11 Thread pablogsal
https://github.com/python/cpython/commit/f0895aa9c1d40d0add673cc51bd143556e22100a commit: f0895aa9c1d40d0add673cc51bd143556e22100a branch: 3.11 author: Petr Viktorin committer: pablogsal date: 2024-12-11T14:58:46Z summary: [3.11] gh-121277: Allow .. versionadded:: next in docs (GH-121278) (#1247

[Python-checkins] GH-127058: Make `PySequence_Tuple` safer and probably faster. (#127758)

2024-12-11 Thread markshannon
https://github.com/python/cpython/commit/5a23994a3dbee43a0b08f5920032f60f38b63071 commit: 5a23994a3dbee43a0b08f5920032f60f38b63071 branch: main author: Mark Shannon committer: markshannon date: 2024-12-11T14:02:59Z summary: GH-127058: Make `PySequence_Tuple` safer and probably faster. (#127758)

[Python-checkins] [3.13] gh-127791: Fix, document, and test `PyUnstable_AtExit` (GH-127793) (#127819)

2024-12-11 Thread vstinner
https://github.com/python/cpython/commit/bcdd10d0c89cf4534d33c0a3e192dcda8a6d8211 commit: bcdd10d0c89cf4534d33c0a3e192dcda8a6d8211 branch: 3.13 author: Peter Bierma committer: vstinner date: 2024-12-11T13:40:45Z summary: [3.13] gh-127791: Fix, document, and test `PyUnstable_AtExit` (GH-127793)

[Python-checkins] gh-123401: Fix http.cookies module to support obsolete RFC 850 date format (#123405)

2024-12-11 Thread vstinner
https://github.com/python/cpython/commit/359389ed51aecc107681e600b71852c0a97304e1 commit: 359389ed51aecc107681e600b71852c0a97304e1 branch: main author: Nano committer: vstinner date: 2024-12-11T13:28:19Z summary: gh-123401: Fix http.cookies module to support obsolete RFC 850 date format (#12340

[Python-checkins] [3.13] gh-126076: Account for relocated objects in tracemalloc (GH-126077) (#127823)

2024-12-11 Thread pablogsal
https://github.com/python/cpython/commit/eb692d945e11782d099dfc5b1627942fdb995d58 commit: eb692d945e11782d099dfc5b1627942fdb995d58 branch: 3.13 author: Pablo Galindo Salgado committer: pablogsal date: 2024-12-11T14:15:37+01:00 summary: [3.13] gh-126076: Account for relocated objects in tracemall

[Python-checkins] [3.12] Add `extern "C"` around `PyTraceMalloc_` functions. (#127772) (#127817)

2024-12-11 Thread vstinner
https://github.com/python/cpython/commit/65bca19db54eb7650b1c2a313ad4546fe6ebd105 commit: 65bca19db54eb7650b1c2a313ad4546fe6ebd105 branch: 3.12 author: Victor Stinner committer: vstinner date: 2024-12-11T14:08:23+01:00 summary: [3.12] Add `extern "C"` around `PyTraceMalloc_` functions. (#127772)

[Python-checkins] [3.13] Add `extern "C"` around `PyTraceMalloc_` functions. (GH-127772) (#127815)

2024-12-11 Thread vstinner
https://github.com/python/cpython/commit/78dfc28ff3594caeff37a3f8c93a590f463fc3fe commit: 78dfc28ff3594caeff37a3f8c93a590f463fc3fe branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2024-12-11T14:07:44+01:00 summary: [3.13] Add `

[Python-checkins] CI: Use bash to properly expand variable (#127822)

2024-12-11 Thread hugovk
https://github.com/python/cpython/commit/b2ad7e0a2c1518539d9b0ef83c9f7a09d10fd303 commit: b2ad7e0a2c1518539d9b0ef83c9f7a09d10fd303 branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-12-11T12:57:51Z

[Python-checkins] gh-126992: Change pickle code to base 10 for load_long and load_int (GH-127042)

2024-12-11 Thread serhiy-storchaka
https://github.com/python/cpython/commit/ce76b547f94de6b1c9c74657b4e8f150365ad76f commit: ce76b547f94de6b1c9c74657b4e8f150365ad76f branch: main author: Justin Applegate <[email protected]> committer: serhiy-storchaka date: 2024-12-11T12:37:59Z summary: gh-126992: Change

[Python-checkins] [3.12] GH-117195: Avoid assertion error in `object.__sizeof__` (GH-117220) (#127605)

2024-12-11 Thread vstinner
https://github.com/python/cpython/commit/0964f9f1847bcbe90345eeafd65813d06db4ba3b commit: 0964f9f1847bcbe90345eeafd65813d06db4ba3b branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2024-12-11T12:21:07+01:00 summary: [3.12] GH-11

[Python-checkins] gh-127791: Fix, document, and test `PyUnstable_AtExit` (#127793)

2024-12-11 Thread vstinner
https://github.com/python/cpython/commit/d5d84c3f13fe7fe591b375c41979d362bc11957a commit: d5d84c3f13fe7fe591b375c41979d362bc11957a branch: main author: Peter Bierma committer: vstinner date: 2024-12-11T12:14:04+01:00 summary: gh-127791: Fix, document, and test `PyUnstable_AtExit` (#127793) file

[Python-checkins] Add `extern "C"` around `PyTraceMalloc_` functions. (#127772)

2024-12-11 Thread vstinner
https://github.com/python/cpython/commit/2cdeb61b57e638ae46a04386330a12abe9cddf2c commit: 2cdeb61b57e638ae46a04386330a12abe9cddf2c branch: main author: Peter Hawkins committer: vstinner date: 2024-12-11T10:27:07+01:00 summary: Add `extern "C"` around `PyTraceMalloc_` functions. (#127772) Pretty

[Python-checkins] [3.12] gh-111609: `end_offset` is ignored in subclasses of SyntaxError (#127554)

2024-12-11 Thread pablogsal
https://github.com/python/cpython/commit/487a51a1b981211c091caa2026da81cc0df7096c commit: 487a51a1b981211c091caa2026da81cc0df7096c branch: 3.12 author: Nice Zombies committer: pablogsal date: 2024-12-11T09:09:34Z summary: [3.12] gh-111609: `end_offset` is ignored in subclasses of SyntaxError (#1

[Python-checkins] [3.13] gh-127563: use `dk_log2_index_bytes=3` in empty dicts (GH-127568) (GH-127798)

2024-12-11 Thread encukou
https://github.com/python/cpython/commit/acf05aa5d82f2d96581a6b5625371a44b4bd625b commit: acf05aa5d82f2d96581a6b5625371a44b4bd625b branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2024-12-11T09:24:14+01:00 summary: [3.13] gh-127