[Python-checkins] `Lib/idlelib/idle_test/__init__.py`: remove commented out duplicate code (#140259)

2025-10-18 Thread terryjreedy
https://github.com/python/cpython/commit/790cdae5a0295586a55f00a57ed24a86b83928dc commit: 790cdae5a0295586a55f00a57ed24a86b83928dc branch: main author: Stan Ulbrych <[email protected]> committer: terryjreedy date: 2025-10-19T00:16:13-04:00 summary: `Lib/idlelib/idl

[Python-checkins] [3.13] gh-138997: Remove false justify `fill` option from Tkinter docs (GH-139023) (#140320)

2025-10-18 Thread terryjreedy
https://github.com/python/cpython/commit/26ea18146d3770463726e545f13d04cc7b14e77e commit: 26ea18146d3770463726e545f13d04cc7b14e77e branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: terryjreedy date: 2025-10-19T03:53:44Z summary: [3.13] gh-1389

[Python-checkins] [3.14] gh-138997: Remove false justify `fill` option from Tkinter docs (GH-139023) (#140319)

2025-10-18 Thread terryjreedy
https://github.com/python/cpython/commit/a4b977cfe258bbc93373cf5c26a899d8e91e2653 commit: a4b977cfe258bbc93373cf5c26a899d8e91e2653 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: terryjreedy date: 2025-10-19T03:52:59Z summary: [3.14] gh-1389

[Python-checkins] gh-138997: Remove false justify `fill` option from Tkinter docs (#139023)

2025-10-18 Thread terryjreedy
https://github.com/python/cpython/commit/115a04b80259ac3116571eb601c5efc51004e90c commit: 115a04b80259ac3116571eb601c5efc51004e90c branch: main author: Marat Khagazheev committer: terryjreedy date: 2025-10-18T23:45:52-04:00 summary: gh-138997: Remove false justify `fill` option from Tkinter docs

[Python-checkins] [3.14] gh-139736: Fix argparse indentation overshoot (GH-139738) (#139793)

2025-10-18 Thread savannahostrowski
https://github.com/python/cpython/commit/14c923cc857124f45ca19d5c28c9fda9ee3d72b3 commit: 14c923cc857124f45ca19d5c28c9fda9ee3d72b3 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: savannahostrowski date: 2025-10-08T16:02:08Z summary: [3.14] g

[Python-checkins] gh-70765: fix an HTTP/0.9 flaky test post GH-139514 (#139610)

2025-10-18 Thread picnixz
https://github.com/python/cpython/commit/1fe89d324e6b96dc44a7bd593c428a90d1f39d55 commit: 1fe89d324e6b96dc44a7bd593c428a90d1f39d55 branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-10-05T16:51:16Z

[Python-checkins] [3.12] gh-139400: Make sure that parent parsers outlive their subparsers in `pyexpat` (GH-139403) (GH-139609)

2025-10-18 Thread ambv
https://github.com/python/cpython/commit/dea7e3d5f8a63bc8883ca2874ab37c4587e85cda commit: dea7e3d5f8a63bc8883ca2874ab37c4587e85cda branch: 3.12 author: Sebastian Pipping committer: ambv date: 2025-10-07T13:56:31+02:00 summary: [3.12] gh-139400: Make sure that parent parsers outlive their subpars

[Python-checkins] gh-129813: Enhance PyBytesWriter documentation (#140152)

2025-10-18 Thread vstinner
https://github.com/python/cpython/commit/4126d9f1ab682afeecdff624b1fd698c192bcb21 commit: 4126d9f1ab682afeecdff624b1fd698c192bcb21 branch: main author: Victor Stinner committer: vstinner date: 2025-10-15T14:54:18+02:00 summary: gh-129813: Enhance PyBytesWriter documentation (#140152) Co-authore

[Python-checkins] [3.14] gh-137706: make typing._is_unpacked_typevartuple check for `True` instead of truthy (GH-137712) (#138574)

2025-10-18 Thread JelleZijlstra
https://github.com/python/cpython/commit/dd5d86c7d584eda78791c802a60a82fb27271d16 commit: dd5d86c7d584eda78791c802a60a82fb27271d16 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: JelleZijlstra date: 2025-10-07T21:23:47-07:00 summary: [3.14]

[Python-checkins] [3.13] gh-105812: Use the ``:deco:`` role in place of manual decorator markup (GH-139619) (#139628)

2025-10-18 Thread AA-Turner
https://github.com/python/cpython/commit/ac853ece0895628ce2bd9e506fd8e39e6de2a4dc commit: ac853ece0895628ce2bd9e506fd8e39e6de2a4dc branch: 3.13 author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2025-10-05T20:28:3

[Python-checkins] gh-139391: properly handle `signal.signal()` in `UnixConsole` when called from a non-main thread (#139392)

2025-10-18 Thread kumaraditya303
https://github.com/python/cpython/commit/b8c8b8f1d30767e5358ffa93d41e6e27ca60570d commit: b8c8b8f1d30767e5358ffa93d41e6e27ca60570d branch: main author: yihong committer: kumaraditya303 date: 2025-10-09T14:58:01Z summary: gh-139391: properly handle `signal.signal()` in `UnixConsole` when called f

[Python-checkins] gh-139184: Set O_CLOEXEC for master_fd when calling os.forkpty() (#139408)

2025-10-18 Thread vstinner
https://github.com/python/cpython/commit/7cafd76a7fc6e52d93dd11e454a49c4dbebdf080 commit: 7cafd76a7fc6e52d93dd11e454a49c4dbebdf080 branch: main author: Nadeshiko Manju committer: vstinner date: 2025-10-10T10:56:10+02:00 summary: gh-139184: Set O_CLOEXEC for master_fd when calling os.forkpty() (#

[Python-checkins] [3.14] gh-116738: test `uuid` module thread safety in free-threading (GH-140068) (#140229)

2025-10-18 Thread kumaraditya303
https://github.com/python/cpython/commit/e07b78c01a57c5921614388e287c584d19a3e40c commit: e07b78c01a57c5921614388e287c584d19a3e40c branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-10-17T20:59:15+05:30 summary: [3.14]

[Python-checkins] [3.14] gh-129559: Remove extra dot in bytearray.resize AC (GH-140134) (#140143)

2025-10-18 Thread hugovk
https://github.com/python/cpython/commit/6b94c7ceebc7570d95cc68713fd3d62e5bb25391 commit: 6b94c7ceebc7570d95cc68713fd3d62e5bb25391 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-10-1

[Python-checkins] [3.14] Add test for opening an SQLite with bytes path (GH-136331) (GH-137632)

2025-10-18 Thread encukou
https://github.com/python/cpython/commit/827c90b8b2425b1d71080c6db18104912b31da61 commit: 827c90b8b2425b1d71080c6db18104912b31da61 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2025-10-07T22:35:06+02:00 summary: [3.14] Add te

[Python-checkins] [3.14] gh-139310: skip `test_aead_aes_gcm` for Linux kernel between 6.16.0 and 6.17.x (GH-139552) (#139594)

2025-10-18 Thread hugovk
https://github.com/python/cpython/commit/1ffd62baca5b60a85f5de49dd4265ea73f9f165b commit: 1ffd62baca5b60a85f5de49dd4265ea73f9f165b branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-10-0

[Python-checkins] [3.14] gh-139929: fix incorrect OpenSSL version-based guard in `_ssl.c` (GH-139945) (#139964)

2025-10-18 Thread gpshead
https://github.com/python/cpython/commit/187588e67522b54429a05975396233ea2cf695a3 commit: 187588e67522b54429a05975396233ea2cf695a3 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: gpshead <[email protected]> date: 2025-10-1

[Python-checkins] Replace workflow with project automations (#136831)

2025-10-18 Thread ezio-melotti
https://github.com/python/cpython/commit/37d16f7f620d79af7db1c00c8d638122af889bf9 commit: 37d16f7f620d79af7db1c00c8d638122af889bf9 branch: main author: Stan Ulbrych <[email protected]> committer: ezio-melotti date: 2025-10-04T07:09:37+02:00 summary: Replace workflo

[Python-checkins] [3.11] gh-139700: Check consistency of the zip64 end of central directory record (GH-139702) (GH-139708) (GH-139713)

2025-10-18 Thread ambv
https://github.com/python/cpython/commit/1d29afb0d6218aa8fb5e1e4a6133a4778d89bb46 commit: 1d29afb0d6218aa8fb5e1e4a6133a4778d89bb46 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-10-08T13:46:45+02:00 summary: [3.11] gh-139700

[Python-checkins] [3.12] gh-139312: Update bundled libexpat to 2.7.3 (GH-139319) (GH-139662)

2025-10-18 Thread ambv
https://github.com/python/cpython/commit/aecbbee1a2b24f06f02f438079d5488c2b391489 commit: aecbbee1a2b24f06f02f438079d5488c2b391489 branch: 3.12 author: Sebastian Pipping committer: ambv date: 2025-10-07T13:47:30+02:00 summary: [3.12] gh-139312: Update bundled libexpat to 2.7.3 (GH-139319) (GH-13

[Python-checkins] gh-137242: Allow Android testbed to take all Python command-line options (#138805)

2025-10-18 Thread freakboy3742
https://github.com/python/cpython/commit/a9b0506d8db1aff8318759ed9324be56bf33eb31 commit: a9b0506d8db1aff8318759ed9324be56bf33eb31 branch: main author: Malcolm Smith committer: freakboy3742 date: 2025-10-06T13:19:48+08:00 summary: gh-137242: Allow Android testbed to take all Python command-line

[Python-checkins] gh-76007: Deprecate `__version__` attribute (#138675)

2025-10-18 Thread hugovk
https://github.com/python/cpython/commit/872eafd2b05731d3c4a1f33249dffbb5c2e53ce3 commit: 872eafd2b05731d3c4a1f33249dffbb5c2e53ce3 branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2025-09-29T12:03:23+0

[Python-checkins] [3.13] gh-137871: Clarify cmath.nan documentation by linking to math module (GH-137876) (#140096)

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

[Python-checkins] gh-139743: Avoid import-time print in test_sqlite3 (GH-139746)

2025-10-18 Thread serhiy-storchaka
https://github.com/python/cpython/commit/65089406a54df6d3fdc65f5f7e7691ec5de088d8 commit: 65089406a54df6d3fdc65f5f7e7691ec5de088d8 branch: main author: Peter committer: serhiy-storchaka date: 2025-10-09T11:00:37+03:00 summary: gh-139743: Avoid import-time print in test_sqlite3 (GH-139746) files

[Python-checkins] gh-131189: Remove `curses` mention from `PYTHON_BASIC_REPL` docs (#140022)

2025-10-18 Thread picnixz
https://github.com/python/cpython/commit/0344db8d60621705af88daa7ff65bde063271f99 commit: 0344db8d60621705af88daa7ff65bde063271f99 branch: main author: Bartosz Sławecki committer: picnixz <[email protected]> date: 2025-10-13T10:40:39+02:00 summary: gh-131189: Remove `curse

[Python-checkins] Set type names earlier in posixmodule.c (#140168)

2025-10-18 Thread vstinner
https://github.com/python/cpython/commit/4641925bf27d9ca09b88e3063a391931da3e7c0c commit: 4641925bf27d9ca09b88e3063a391931da3e7c0c branch: main author: Victor Stinner committer: vstinner date: 2025-10-16T12:54:57+02:00 summary: Set type names earlier in posixmodule.c (#140168) files: M Lib/test

[Python-checkins] [3.14] gh-137238: Fix data race in `_Py_slot_tp_getattr_hook` (gh-137240) (#137416)

2025-10-18 Thread colesbury
https://github.com/python/cpython/commit/85dabb9c1592e6b1990d7a8d29c9ec872aaf750e commit: 85dabb9c1592e6b1990d7a8d29c9ec872aaf750e branch: 3.14 author: Sam Gross committer: colesbury date: 2025-10-07T17:36:56Z summary: [3.14] gh-137238: Fix data race in `_Py_slot_tp_getattr_hook` (gh-137240) (#

[Python-checkins] gh-139269: Fix unaligned memory access in JIT code patching functions (GH-139271)

2025-10-18 Thread Fidget-Spinner
https://github.com/python/cpython/commit/bedaea05987738c4c6b958d19cec9621bec09f07 commit: bedaea05987738c4c6b958d19cec9621bec09f07 branch: main author: Shamil committer: Fidget-Spinner date: 2025-10-19T00:20:04+01:00 summary: gh-139269: Fix unaligned memory access in JIT code patching functions

[Python-checkins] gh-102431: Clarify constraints on operands of Decimal logical operations (GH-102836)

2025-10-18 Thread serhiy-storchaka
https://github.com/python/cpython/commit/6ecf77dbdec7838e9ce2298cb8d16e8c2250da81 commit: 6ecf77dbdec7838e9ce2298cb8d16e8c2250da81 branch: main author: Sergey B Kirpichev committer: serhiy-storchaka date: 2025-10-14T11:02:02Z summary: gh-102431: Clarify constraints on operands of Decimal logical

[Python-checkins] [3.14] gh-131885: Use positional-only markers for ``max()`` and ``min()`` (GH-131868) (#137656)

2025-10-18 Thread AA-Turner
https://github.com/python/cpython/commit/94f57ac2062c2a8130171cbf563e06db5815047f commit: 94f57ac2062c2a8130171cbf563e06db5815047f branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] [3.13] gh-137242: Allow Android testbed to take all Python command-line options (GH-138805) (#139638)

2025-10-18 Thread freakboy3742
https://github.com/python/cpython/commit/d3a4e0608bc14dcc49ae84267b62ea258ab80aa4 commit: d3a4e0608bc14dcc49ae84267b62ea258ab80aa4 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: freakboy3742 date: 2025-10-06T06:25:58Z summary: [3.13] gh-137

[Python-checkins] [3.14] gh-139845: do not print twice in default asyncio REPL (GH-139846) (#139859)

2025-10-18 Thread kumaraditya303
https://github.com/python/cpython/commit/925625447f72e104d0de7f1ef2722bd8ad21d58c commit: 925625447f72e104d0de7f1ef2722bd8ad21d58c branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-10-09T16:13:11Z summary: [3.14] gh-1

[Python-checkins] gh-79315: Remove Include/pylock.h and Include/monitoring.h (#139731)

2025-10-18 Thread vstinner
https://github.com/python/cpython/commit/5a77f02d72e0735877fe4a5d615559d1541bc232 commit: 5a77f02d72e0735877fe4a5d615559d1541bc232 branch: main author: Victor Stinner committer: vstinner date: 2025-10-08T00:49:24+02:00 summary: gh-79315: Remove Include/pylock.h and Include/monitoring.h (#139731)

[Python-checkins] [3.14] gh-139573: Update OpenSSL version used in iOS builds (GH-139582) (#139589)

2025-10-18 Thread hugovk
https://github.com/python/cpython/commit/51f8f44bd0c1747df3e9336914c1866a0513b709 commit: 51f8f44bd0c1747df3e9336914c1866a0513b709 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-10-0

[Python-checkins] [3.13] gh-139146: Check `calloc()` results in `_testembed.c::test_pre_initialization_sys_options` (GH-139147) (#139414)

2025-10-18 Thread picnixz
https://github.com/python/cpython/commit/6260b6ae24e11b3d338c72f0391de442756e33ca commit: 6260b6ae24e11b3d338c72f0391de442756e33ca branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: picnixz <[email protected]> date: 2025-0

[Python-checkins] [3.14] gh-136234: Fix `SelectorSocketTransport.writelines` to be robust to connection loss (GH-136743) (#138702)

2025-10-18 Thread kumaraditya303
https://github.com/python/cpython/commit/5cd6cfe4cf6770b9424bb23f8c7c661f7a3db7b0 commit: 5cd6cfe4cf6770b9424bb23f8c7c661f7a3db7b0 branch: 3.14 author: Kumar Aditya committer: kumaraditya303 date: 2025-10-07T23:06:04+05:30 summary: [3.14] gh-136234: Fix `SelectorSocketTransport.writelines` to be

[Python-checkins] gh-139958: Add TOML MIME type (#139959)

2025-10-18 Thread hugovk
https://github.com/python/cpython/commit/253534515c9be908ff4a326f25698e61e8ac59d8 commit: 253534515c9be908ff4a326f25698e61e8ac59d8 branch: main author: Gil Forcada Codinachs committer: hugovk <[email protected]> date: 2025-10-14T13:20:14+03:00 summary: gh-139958: Add TOML MI

[Python-checkins] [3.13] gh-140041: Fix import of `ctypes` on Android and Cygwin when ABI flags are present (GH-140178) (#140181)

2025-10-18 Thread freakboy3742
https://github.com/python/cpython/commit/f09a6a2fc8b328bf0c1fadcb509fae291d4a454c commit: f09a6a2fc8b328bf0c1fadcb509fae291d4a454c branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: freakboy3742 date: 2025-10-15T22:03:25Z summary: [3.13] gh-140

[Python-checkins] [3.14] gh-137058: Sync _Py_NULL macro with the main branch (#137409)

2025-10-18 Thread vstinner
https://github.com/python/cpython/commit/6ed9be1a553e1b6d63410348549fb033f6220d88 commit: 6ed9be1a553e1b6d63410348549fb033f6220d88 branch: 3.14 author: Victor Stinner committer: vstinner date: 2025-10-07T18:41:45+02:00 summary: [3.14] gh-137058: Sync _Py_NULL macro with the main branch (#137409)

[Python-checkins] [3.14] gh-137589: Zipfile tests: close file objects (GH-138080) (#139766)

2025-10-18 Thread vstinner
https://github.com/python/cpython/commit/d729fcf6e372ccc49ee15948ef1bab320af95a0b commit: d729fcf6e372ccc49ee15948ef1bab320af95a0b branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-10-08T15:52:08+02:00 summary: [3.14] gh-13

[Python-checkins] [3.9] gh-135374: Adjust test for setuptools' replacement of distutils (GH-138796) (GH-139304)

2025-10-18 Thread ambv
https://github.com/python/cpython/commit/312de66fb552c1b0ddb4294bf30c680a5f862348 commit: 312de66fb552c1b0ddb4294bf30c680a5f862348 branch: 3.9 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-10-07T14:03:43+02:00 summary: [3.9] gh-135374:

[Python-checkins] [3.14] gh-63161: Add more tests for source encoding (GH-139440) (GH-139442)

2025-10-18 Thread encukou
https://github.com/python/cpython/commit/a869796927932b17573344c64ba4302ed58742d7 commit: a869796927932b17573344c64ba4302ed58742d7 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2025-10-07T22:51:14+02:00 summary: [3.14] gh-631

[Python-checkins] gh-124111: Update macOS installer to use Tcl/Tk 9.0.2. (#140076)

2025-10-18 Thread ned-deily
https://github.com/python/cpython/commit/4e342ea64247b9bfe08636abfc4b28413a736abd commit: 4e342ea64247b9bfe08636abfc4b28413a736abd branch: main author: Ned Deily committer: ned-deily date: 2025-10-14T00:42:23-04:00 summary: gh-124111: Update macOS installer to use Tcl/Tk 9.0.2. (#140076) files:

[Python-checkins] GH-123299: Copyedit 3.14 What's New: Trivia (#139618)

2025-10-18 Thread hugovk
https://github.com/python/cpython/commit/46de475af7225e6ef4c3fd08ee9202115a22de10 commit: 46de475af7225e6ef4c3fd08ee9202115a22de10 branch: main author: Adam Turner <[email protected]> committer: hugovk <[email protected]> date: 2025-10-05T22:45:58+03:0

[Python-checkins] [3.14] gh-137242: Allow Android testbed to take all Python command-line options (GH-138805) (#139637)

2025-10-18 Thread hugovk
https://github.com/python/cpython/commit/f77625408023a6356d731bda65dea3384c570fa5 commit: f77625408023a6356d731bda65dea3384c570fa5 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-10-0

[Python-checkins] Correct a simple NULL-check in `optimizer.c`'s `uop_item()` (GH-140069)

2025-10-18 Thread markshannon
https://github.com/python/cpython/commit/3490a99046078e4f9df7ac7570f62a0181bb3b89 commit: 3490a99046078e4f9df7ac7570f62a0181bb3b89 branch: main author: Maurycy Pawłowski-Wieroński <[email protected]> committer: markshannon date: 2025-10-14T16:18:20+01:00 summary: Correct a sim

[Python-checkins] [3.14] gh-137920: Fix semantically relevant typo in curses.window.attron (#137940) (GH-138506)

2025-10-18 Thread encukou
https://github.com/python/cpython/commit/537b558ce99e5783c451a5e152eddf5fdd6bf6ea commit: 537b558ce99e5783c451a5e152eddf5fdd6bf6ea branch: 3.14 author: Stan Ulbrych <[email protected]> committer: encukou date: 2025-10-07T22:21:41+02:00 summary: [3.14] gh-137920: Fi

[Python-checkins] gh-139400: Move NEWS item from section "Core and Builtins" to section "Security" (GH-139606) (#139664)

2025-10-18 Thread picnixz
https://github.com/python/cpython/commit/55a44ccf5e121e76122a0fd25a56fce85cd325ab commit: 55a44ccf5e121e76122a0fd25a56fce85cd325ab branch: main author: Sebastian Pipping committer: picnixz <[email protected]> date: 2025-10-06T16:55:58+02:00 summary: gh-139400: Move NEWS it

[Python-checkins] [3.14] gh-138432: Improved invalid path checking in zoneinfo.reset_tzpath() (GH-138433) (GH-138777)

2025-10-18 Thread encukou
https://github.com/python/cpython/commit/dfdda53e6795c7e9621041fbb4b309759b7c1b06 commit: dfdda53e6795c7e9621041fbb4b309759b7c1b06 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2025-10-07T23:06:37+02:00 summary: [3.14] gh-138

[Python-checkins] GH-137573: Add test to check that the margin used for overflow protection is larger than the stack space used by the interpreter (GH-137724)

2025-10-18 Thread encukou
https://github.com/python/cpython/commit/16eae6d90d49ef036b010777ceffd130cfa96126 commit: 16eae6d90d49ef036b010777ceffd130cfa96126 branch: main author: Mark Shannon committer: encukou date: 2025-09-23T15:47:27+02:00 summary: GH-137573: Add test to check that the margin used for overflow protecti

[Python-checkins] gh-139810: Always generate -dev tags for PyManager packages (GH-139814)

2025-10-18 Thread zooba
https://github.com/python/cpython/commit/c5edf7d6f42886eee057816c2c4b8c46867222ae commit: c5edf7d6f42886eee057816c2c4b8c46867222ae branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: zooba date: 2025-10-13T20:08:42Z summary: gh-139810: Always ge

[Python-checkins] gh-137589: Zipfile tests: close file objects (GH-138080)

2025-10-18 Thread encukou
https://github.com/python/cpython/commit/5cea8435943b4f9d22c89c80d86c2ba3b392c6f9 commit: 5cea8435943b4f9d22c89c80d86c2ba3b392c6f9 branch: main author: Rogdham <[email protected]> committer: encukou date: 2025-10-08T14:29:37+02:00 summary: gh-137589: Zipfile tests: close fi

[Python-checkins] [3.13] Remove duplicate words in the documentation (GH-140221) (GH-140226)

2025-10-18 Thread encukou
https://github.com/python/cpython/commit/134b4f2fd18118be0b379219608051f9b7e6d84c commit: 134b4f2fd18118be0b379219608051f9b7e6d84c branch: 3.13 author: Tan Long committer: encukou date: 2025-10-16T20:10:31+02:00 summary: [3.13] Remove duplicate words in the documentation (GH-140221) (GH-140226)

[Python-checkins] gh-139672: Remove references to `passlib` (#139673)

2025-10-18 Thread Eclips4
https://github.com/python/cpython/commit/04461510fb8bedc054477c2634ffd0e575485b12 commit: 04461510fb8bedc054477c2634ffd0e575485b12 branch: main author: Kirill Podoprigora committer: Eclips4 date: 2025-10-09T20:13:38+03:00 summary: gh-139672: Remove references to `passlib` (#139673) files: M Doc

[Python-checkins] [3.14] gh-138729: Cover `inspect.formatannotationrelativeto` with tests (GH-138730) (GH-138747)

2025-10-18 Thread encukou
https://github.com/python/cpython/commit/63bd8cfcdb7b8682390517cf89796c5b027a09db commit: 63bd8cfcdb7b8682390517cf89796c5b027a09db branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2025-10-07T23:10:49+02:00 summary: [3.14] gh-138

[Python-checkins] [3.13] gh-139283: correctly handle `size` limit in `cursor.fetchmany()` (GH-139296) (#139444)

2025-10-18 Thread Yhg1s
https://github.com/python/cpython/commit/7bb51bd5bef5b27d5619c11cb51686ebe22726db commit: 7bb51bd5bef5b27d5619c11cb51686ebe22726db branch: 3.13 author: Bénédikt Tran <[email protected]> committer: Yhg1s date: 2025-10-07T13:33:40+02:00 summary: [3.13] gh-139283: correctly h

[Python-checkins] gh-139817: Fix refleak in TypeAliasType(qualname=non_string) (GH-140197)

2025-10-18 Thread encukou
https://github.com/python/cpython/commit/ea4cc585cd12ed73e5fe9978f943ceff5bb5cd51 commit: ea4cc585cd12ed73e5fe9978f943ceff5bb5cd51 branch: main author: Petr Viktorin committer: encukou date: 2025-10-16T11:04:04Z summary: gh-139817: Fix refleak in TypeAliasType(qualname=non_string) (GH-140197) f

[Python-checkins] gh-139310: skip `test_aead_aes_gcm` for Linux kernel between 6.16.0 and 6.17.x (#139552)

2025-10-18 Thread picnixz
https://github.com/python/cpython/commit/41712c4e095b2cc988febfe3887616c2779c6210 commit: 41712c4e095b2cc988febfe3887616c2779c6210 branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-10-05T10:27:16+

[Python-checkins] [3.13] gh-138993: Dedent `credits` text (GH-138994) (#140087)

2025-10-18 Thread hugovk
https://github.com/python/cpython/commit/77976761ba31f36061f299b08592c1480dc3e104 commit: 77976761ba31f36061f299b08592c1480dc3e104 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-10-1

[Python-checkins] gh-140135: Use `PyBytesWriter` in `io.RawIOBase.readall()`; 4x faster (#140139)

2025-10-18 Thread vstinner
https://github.com/python/cpython/commit/d3015873693eaa30f904deada5e46374a1d31f6e commit: d3015873693eaa30f904deada5e46374a1d31f6e branch: main author: Maurycy Pawłowski-Wieroński <[email protected]> committer: vstinner date: 2025-10-15T14:04:17Z summary: gh-140135: Use `PyByt

[Python-checkins] gh-138013: Split BufferedIO tests from test_io.test_general (#139454)

2025-10-18 Thread vstinner
https://github.com/python/cpython/commit/ce23eeaa2b3f3cea175779791726424ade69a8ef commit: ce23eeaa2b3f3cea175779791726424ade69a8ef branch: main author: Cody Maloney committer: vstinner date: 2025-10-01T09:06:26+02:00 summary: gh-138013: Split BufferedIO tests from test_io.test_general (#139454)

[Python-checkins] [3.14] gh-138860: Lazy import rlcompleter in pdb to avoid deadlock in subprocess (GH-139185) (GH-139305) (GH-139280)

2025-10-18 Thread encukou
https://github.com/python/cpython/commit/51b104302988b9da8e83edf6c42a9de8ca5a22c2 commit: 51b104302988b9da8e83edf6c42a9de8ca5a22c2 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2025-10-10T16:23:52+02:00 summary: [3.14] gh-138

[Python-checkins] gh-140065: Lexical analysis: Correct note about leading zeros in floating point numbers (GH-140066)

2025-10-18 Thread encukou
https://github.com/python/cpython/commit/1624c646b045df15ba41d17ff03231978b80c3ff commit: 1624c646b045df15ba41d17ff03231978b80c3ff branch: main author: Stan Ulbrych <[email protected]> committer: encukou date: 2025-10-15T15:15:45Z summary: gh-140065: Lexical analys

[Python-checkins] [3.14] gh-137440: Update comment in Python/hamt.c on importing for testing (GH-137441) (#137519)

2025-10-18 Thread vstinner
https://github.com/python/cpython/commit/ac147be05f127a304b04285570b945b45af5070a commit: ac147be05f127a304b04285570b945b45af5070a branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-10-07T20:47:26+02:00 summary: [3.14] gh-13

[Python-checkins] [3.14] GH-123299: Copyedit 3.14 What's New: Other Language Changes (GH-139425) (#139508)

2025-10-18 Thread hugovk
https://github.com/python/cpython/commit/e7ee62b5c872dace02abbb45107033030cb0dbf0 commit: e7ee62b5c872dace02abbb45107033030cb0dbf0 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-10-0

[Python-checkins] gh-101100: Fix sphinx warnings in `library/smtplib.rst` (#139991)

2025-10-18 Thread hugovk
https://github.com/python/cpython/commit/6ca91834b8f3ecd8875d9109e5e7d75f17bfe0a3 commit: 6ca91834b8f3ecd8875d9109e5e7d75f17bfe0a3 branch: main author: Weilin Du <[email protected]> committer: hugovk <[email protected]> date: 2025-10-14T11:12:24+03

[Python-checkins] [3.14] gh-135329: Use longer timeout in pyrepl test_repl_eio() (GH-139503) (#139506)

2025-10-18 Thread vstinner
https://github.com/python/cpython/commit/6e9845455e0c49792b26732dfadb1e1c5aab8bea commit: 6e9845455e0c49792b26732dfadb1e1c5aab8bea branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-10-07T19:38:12+02:00 summary: [3.14] gh-13

[Python-checkins] [3.14] gh-137400: Fix thread-safety issues when profiling all threads (gh-137518) (gh-137730)

2025-10-18 Thread colesbury
https://github.com/python/cpython/commit/fb699effbfd9b34a1b2f3ee10338f1f4279509bb commit: fb699effbfd9b34a1b2f3ee10338f1f4279509bb branch: 3.14 author: Sam Gross committer: colesbury date: 2025-10-07T13:45:23-04:00 summary: [3.14] gh-137400: Fix thread-safety issues when profiling all threads (

[Python-checkins] [3.13] GH-139590: Run `ruff format` on pre-commit for Tools/wasm (GH-139591) (#139745)

2025-10-18 Thread savannahostrowski
https://github.com/python/cpython/commit/5a98f85c9ace90340d52fd892113e8d33a845902 commit: 5a98f85c9ace90340d52fd892113e8d33a845902 branch: 3.13 author: Savannah Ostrowski committer: savannahostrowski date: 2025-10-08T08:10:25-07:00 summary: [3.13] GH-139590: Run `ruff format` on pre-commit for T

[Python-checkins] gh-116738: test `dbm.gnu` module on FT Python build (#138467)

2025-10-18 Thread kumaraditya303
https://github.com/python/cpython/commit/a18843dbfba32387be4236379260f7c15a002e0d commit: a18843dbfba32387be4236379260f7c15a002e0d branch: main author: Alper committer: kumaraditya303 date: 2025-10-12T13:12:10+05:30 summary: gh-116738: test `dbm.gnu` module on FT Python build (#138467) files: A

[Python-checkins] Adds support for building with VisualStudioVersion = 18.0 (GH-138980)

2025-10-18 Thread zooba
https://github.com/python/cpython/commit/d8898e1fbe50ddb5de6e537d2dc9f58178265944 commit: d8898e1fbe50ddb5de6e537d2dc9f58178265944 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: zooba date: 2025-10-08T16:13:13+01:00 summary: Adds support fo

[Python-checkins] [3.14] gh-137433: Fix deadlock with stop-the-world and daemon threads (gh-137735) (GH-138965)

2025-10-18 Thread encukou
https://github.com/python/cpython/commit/e09f33e5bf21c68fd4b214a21240381cc2df0a7b commit: e09f33e5bf21c68fd4b214a21240381cc2df0a7b branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2025-10-07T20:46:52+02:00 summary: [3.14] gh-137

[Python-checkins] Add FFY00 to CODEOWNERS for generate-build-details (#139561)

2025-10-18 Thread FFY00
https://github.com/python/cpython/commit/f191db2e0eed421c4d11b007458549002785d96e commit: f191db2e0eed421c4d11b007458549002785d96e branch: main author: Filipe Laíns 🇵🇸 committer: FFY00 date: 2025-10-04T15:25:07+01:00 summary: Add FFY00 to CODEOWNERS for generate-build-details (#139561) Signed-o

[Python-checkins] gh-135953: Add Gecko reporter to sampling profiler (#139364)

2025-10-18 Thread pablogsal
https://github.com/python/cpython/commit/75b1afe562c02962393cbbbf3dce9a8d7be1e19e commit: 75b1afe562c02962393cbbbf3dce9a8d7be1e19e branch: main author: ivonastojanovic <[email protected]> committer: pablogsal date: 2025-10-01T21:18:54+01:00 summary: gh-135953: Add

[Python-checkins] GH-139809: Fix argparse subcommand prog not respecting color environment variables (#139818)

2025-10-18 Thread savannahostrowski
https://github.com/python/cpython/commit/9fc4366f09904fd9aac797d542e332e8a4c1a921 commit: 9fc4366f09904fd9aac797d542e332e8a4c1a921 branch: main author: Savannah Ostrowski committer: savannahostrowski date: 2025-10-09T16:53:14Z summary: GH-139809: Fix argparse subcommand prog not respecting color

[Python-checkins] GH-139590: Run `ruff format` on pre-commit for Tools/wasm (#139591)

2025-10-18 Thread savannahostrowski
https://github.com/python/cpython/commit/a15aeec29efa5b3d5d5568278c13bb3fc45f52ef commit: a15aeec29efa5b3d5d5568278c13bb3fc45f52ef branch: main author: Savannah Ostrowski committer: savannahostrowski date: 2025-10-08T02:25:06Z summary: GH-139590: Run `ruff format` on pre-commit for Tools/wasm (#

[Python-checkins] [3.14] gh-140078: fix typo in tkinter docs (GH-140081) (#140217)

2025-10-18 Thread terryjreedy
https://github.com/python/cpython/commit/48b60495b73e1f8db9348e41c5c17ce8d1f3ec05 commit: 48b60495b73e1f8db9348e41c5c17ce8d1f3ec05 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: terryjreedy date: 2025-10-16T15:22:57Z summary: [3.14] gh-1400

[Python-checkins] [3.14] gh-133400: Fixed Ctrl+D (^D) behavior in :mod:`_pyrepl` module (GH-133883) (GH-139850)

2025-10-18 Thread ambv
https://github.com/python/cpython/commit/de87549eb8c1cf23d12a14ddb47e54242b697c2a commit: de87549eb8c1cf23d12a14ddb47e54242b697c2a branch: 3.14 author: Łukasz Langa committer: ambv date: 2025-10-09T17:38:25+02:00 summary: [3.14] gh-133400: Fixed Ctrl+D (^D) behavior in :mod:`_pyrepl` module (GH

[Python-checkins] gh-70765: Remove unnecessary extra backtick from Changelog entry (#140071)

2025-10-18 Thread hugovk
https://github.com/python/cpython/commit/f70082b4777804b69e98192121a61c2048669a16 commit: f70082b4777804b69e98192121a61c2048669a16 branch: main author: Rafael Fontenelle committer: hugovk <[email protected]> date: 2025-10-14T11:05:59+03:00 summary: gh-70765: Remove unnecessa

[Python-checkins] [3.13] gh-133400: Fixed Ctrl+D (^D) behavior in :mod:`_pyrepl` module (GH-133883) (GH-139851)

2025-10-18 Thread ambv
https://github.com/python/cpython/commit/f6186a3709f4fc18de101327ac2aba6f8458875c commit: f6186a3709f4fc18de101327ac2aba6f8458875c branch: 3.13 author: Łukasz Langa committer: ambv date: 2025-10-09T17:38:10+02:00 summary: [3.13] gh-133400: Fixed Ctrl+D (^D) behavior in :mod:`_pyrepl` module (GH

[Python-checkins] gh-130567: Remove optimistic allocation in locale.strxfrm() (GH-137143)

2025-10-18 Thread encukou
https://github.com/python/cpython/commit/2a2bc82cef9c6ae0b8de833e2b4aee37519de9d7 commit: 2a2bc82cef9c6ae0b8de833e2b4aee37519de9d7 branch: main author: Serhiy Storchaka committer: encukou date: 2025-10-16T09:54:41+02:00 summary: gh-130567: Remove optimistic allocation in locale.strxfrm() (GH-137

[Python-checkins] gh-76007: Deprecate `zlib.__version__` attribute (#140130)

2025-10-18 Thread vstinner
https://github.com/python/cpython/commit/46f11b36ade891ca7e83efa31055b0705bbc7bd5 commit: 46f11b36ade891ca7e83efa31055b0705bbc7bd5 branch: main author: Stan Ulbrych <[email protected]> committer: vstinner date: 2025-10-15T13:18:48+02:00 summary: gh-76007: Deprecate

[Python-checkins] gh-139823: Check if `zlib` is available in `ensurepip` (GH-139954)

2025-10-18 Thread encukou
https://github.com/python/cpython/commit/1a82568568a302d372690b07c7d9c45719e89bd4 commit: 1a82568568a302d372690b07c7d9c45719e89bd4 branch: main author: Stan Ulbrych <[email protected]> committer: encukou date: 2025-10-13T16:01:06+02:00 summary: gh-139823: Check if

[Python-checkins] [3.14] gh-138661: fix data race in `PyCode_Addr2Line` (GH-138664) (#138834)

2025-10-18 Thread kumaraditya303
https://github.com/python/cpython/commit/bfcd5f25a55443103a64dd8af5624c84df02c5e4 commit: bfcd5f25a55443103a64dd8af5624c84df02c5e4 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-10-07T18:06:45Z summary: [3.14] gh-1

[Python-checkins] gh-139400: Make sure that parent parsers outlive their subparsers in `pyexpat` (#139403)

2025-10-18 Thread picnixz
https://github.com/python/cpython/commit/6edb2ddb5f3695cf4938979d645f31d7fba43ec8 commit: 6edb2ddb5f3695cf4938979d645f31d7fba43ec8 branch: main author: Sebastian Pipping committer: picnixz <[email protected]> date: 2025-10-05T17:37:42+02:00 summary: gh-139400: Make sure th

[Python-checkins] [3.14] GH-123299: Copyedit 3.14 What's New: New Features (GH-139543) (#139615)

2025-10-18 Thread hugovk
https://github.com/python/cpython/commit/3aeee0863aa75234be224ed47a2765b04318cc31 commit: 3aeee0863aa75234be224ed47a2765b04318cc31 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-10-0

[Python-checkins] [3.13] gh-138843: Clean up downloads page (GH-138844) (#139797)

2025-10-18 Thread hugovk
https://github.com/python/cpython/commit/d8971c21e808cb0d1ae94612f1715170ade773ed commit: d8971c21e808cb0d1ae94612f1715170ade773ed branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-10-0

[Python-checkins] [3.13] gh-139783: Fix inspect.getsourcelines() for the case when a decorator is followed by a comment or an empty line (GH-139836) (GH-139890)

2025-10-18 Thread serhiy-storchaka
https://github.com/python/cpython/commit/aee27d9d19b94daa454797a86fffeb295e1fac4a commit: aee27d9d19b94daa454797a86fffeb295e1fac4a branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-10-10T21:26:36Z summary: [3.13] gh

[Python-checkins] [3.14] gh-135444: fix `asyncio.DatagramTransport.sendto` to account for datagram header size when data cannot be sent (GH-135445) (#137245)

2025-10-18 Thread kumaraditya303
https://github.com/python/cpython/commit/93ac6f3472d4cdf5dc8e0023f276f25c7a509f31 commit: 93ac6f3472d4cdf5dc8e0023f276f25c7a509f31 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-10-07T23:40:03+05:30 summary: [3.14]

[Python-checkins] gh-128571: Document UTF-16/32 native byte order (#139974)

2025-10-18 Thread malemburg
https://github.com/python/cpython/commit/920de7ccdcfa7284b6d23a124771b17c66dd3e4f commit: 920de7ccdcfa7284b6d23a124771b17c66dd3e4f branch: main author: Parham MohammadAlizadeh committer: malemburg date: 2025-10-18T20:47:04+02:00 summary: gh-128571: Document UTF-16/32 native byte order (#139974)

[Python-checkins] [3.14] gh-140041: Fix import of `ctypes` on Android and Cygwin when ABI flags are present (GH-140178) (#140180)

2025-10-18 Thread freakboy3742
https://github.com/python/cpython/commit/504bf76dd267cfa82d02aaca7e797e57257f83c1 commit: 504bf76dd267cfa82d02aaca7e797e57257f83c1 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: freakboy3742 date: 2025-10-15T22:08:35Z summary: [3.14] gh-140

[Python-checkins] [3.13] gh-139327: fix some reference leaks in `sqlite3` error branches (GH-139328) (#139472)

2025-10-18 Thread Yhg1s
https://github.com/python/cpython/commit/be8f3a68f4df6251ae6b9b8e965861686a8909f1 commit: be8f3a68f4df6251ae6b9b8e965861686a8909f1 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2025-10-07T13:32:51+02:00 summary: [3.13] gh-13932

[Python-checkins] [3.13] gh-63161: Add more tests for source encoding (GH-139440) (#139443)

2025-10-18 Thread Yhg1s
https://github.com/python/cpython/commit/4216ea7c81feae4e28ed393c1f719a5191db2ded commit: 4216ea7c81feae4e28ed393c1f719a5191db2ded branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2025-10-07T13:34:08+02:00 summary: [3.13] gh-63161

[Python-checkins] gh-116488: Mention `dict.get` in the data structures tutorial (GH-139643)

2025-10-18 Thread ZeroIntensity
https://github.com/python/cpython/commit/69cfad0b3e1e2805914cb647cce4c7c2bfed5910 commit: 69cfad0b3e1e2805914cb647cce4c7c2bfed5910 branch: main author: Cycloctane committer: ZeroIntensity date: 2025-10-06T09:04:59-04:00 summary: gh-116488: Mention `dict.get` in the data structures tutorial (GH-1

[Python-checkins] [3.13] gh-128571: Document UTF-16/32 native byte order (GH-139974) (#140308)

2025-10-18 Thread malemburg
https://github.com/python/cpython/commit/7b6fb716a18c5e97d83b9d66596a9cc92630d921 commit: 7b6fb716a18c5e97d83b9d66596a9cc92630d921 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: malemburg date: 2025-10-18T19:03:38Z summary: [3.13] gh-128571

[Python-checkins] [3.14] gh-128571: Document UTF-16/32 native byte order (GH-139974) (#140309)

2025-10-18 Thread malemburg
https://github.com/python/cpython/commit/7be317fea616fdeefd1f5de9fe7f4155ec5f9882 commit: 7be317fea616fdeefd1f5de9fe7f4155ec5f9882 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: malemburg date: 2025-10-18T18:59:37Z summary: [3.14] gh-128571

[Python-checkins] [3.14] bpo-41839: Fix error checking in sched_get_priority_ functions (GH-22374) (GH-138201)

2025-10-18 Thread encukou
https://github.com/python/cpython/commit/d424344ce9e7f4a5d7ed42f660a33769e5606f9a commit: d424344ce9e7f4a5d7ed42f660a33769e5606f9a branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2025-10-08T14:26:59+02:00 summary: [3.14] bpo-41

[Python-checkins] gh-139842: Clarify `__module__` description in typing.rst (#139863)

2025-10-18 Thread AlexWaygood
https://github.com/python/cpython/commit/f575dd9ef815e79cb359f5466375363f0a5756ca commit: f575dd9ef815e79cb359f5466375363f0a5756ca branch: main author: Timothée Mazzucotelli committer: AlexWaygood date: 2025-10-09T18:53:42+01:00 summary: gh-139842: Clarify `__module__` description in typing.rst

[Python-checkins] gh-139700: Check consistency of the zip64 end of central directory record (GH-139702)

2025-10-18 Thread serhiy-storchaka
https://github.com/python/cpython/commit/162997bb70e067668c039700141770687bc8f267 commit: 162997bb70e067668c039700141770687bc8f267 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-10-07T20:15:26+03:00 summary: gh-139700: Check consistency of the zip64 end of central d

[Python-checkins] [3.13] Document that `PyInterpreterState_GetDict` returns a borrowed reference (GH-139451) (#139464)

2025-10-18 Thread kumaraditya303
https://github.com/python/cpython/commit/0114bbe43ac015b9b78af430653663e345ee8478 commit: 0114bbe43ac015b9b78af430653663e345ee8478 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-10-01T11:26:39+05:30 summary: [3.13]

  1   2   3   >