[Python-checkins] [3.12] gh-124130: Increase test coverage for \b and \B in regular expressions (GH-124330) (GH-124414)

2024-09-23 Thread serhiy-storchaka
https://github.com/python/cpython/commit/1366fff60997a366ff7ab9e7d37b9cf0ea8de211 commit: 1366fff60997a366ff7ab9e7d37b9cf0ea8de211 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-09-24T06:56:45Z summary: [3.12] gh

[Python-checkins] gh-124120: Document `Annotated.__origin__` (#124125)

2024-09-23 Thread sobolevn
https://github.com/python/cpython/commit/faef3fa653f2901cc905f98eae0ddcd8dc334d33 commit: faef3fa653f2901cc905f98eae0ddcd8dc334d33 branch: main author: sobolevn committer: sobolevn date: 2024-09-24T09:53:04+03:00 summary: gh-124120: Document `Annotated.__origin__` (#124125) Co-authored-by: Bria

[Python-checkins] gh-124127: Make Py_REFCNT() opaque in limited C API 3.14 (#124128)

2024-09-23 Thread vstinner
https://github.com/python/cpython/commit/9d344fafc4385cb2e17425b77b54660ca83c61ac commit: 9d344fafc4385cb2e17425b77b54660ca83c61ac branch: main author: Victor Stinner committer: vstinner date: 2024-09-24T08:42:58+02:00 summary: gh-124127: Make Py_REFCNT() opaque in limited C API 3.14 (#124128)

[Python-checkins] [3.12] Docs: Update two FAQs for Python 3 (GH-124247) (GH-124256)

2024-09-23 Thread serhiy-storchaka
https://github.com/python/cpython/commit/d26d0a10b1314d75de73b22354af8288247db4ed commit: d26d0a10b1314d75de73b22354af8288247db4ed branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-09-24T09:42:00+03:00 summary: [3.1

[Python-checkins] gh-124130: Increase test coverage for \b and \B in regular expressions (GH-124330)

2024-09-23 Thread serhiy-storchaka
https://github.com/python/cpython/commit/b82f07653e1e15a48ebaf8de324f52559e470254 commit: b82f07653e1e15a48ebaf8de324f52559e470254 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-09-24T06:31:10Z summary: gh-124130: Increase test coverage for \b and \B in regular expr

[Python-checkins] Fix typos (#124409)

2024-09-23 Thread hauntsaninja
https://github.com/python/cpython/commit/536bc8a806008fff4880ad11ddc189e4847d0255 commit: 536bc8a806008fff4880ad11ddc189e4847d0255 branch: main author: Xie Yanbo committer: hauntsaninja <[email protected]> date: 2024-09-23T23:19:25-07:00 summary: Fix typos (#124409)

[Python-checkins] gh-119180: Add discussion of annotations to the 3.14 What's New (#124393)

2024-09-23 Thread JelleZijlstra
https://github.com/python/cpython/commit/d56faf28e62b14e24423b8da6bc1ae8d979b4a98 commit: d56faf28e62b14e24423b8da6bc1ae8d979b4a98 branch: main author: Jelle Zijlstra committer: JelleZijlstra date: 2024-09-23T22:50:13-07:00 summary: gh-119180: Add discussion of annotations to the 3.14 What's New

[Python-checkins] gh-119333: Add C api to have contextvar enter/exit callbacks (#119335)

2024-09-23 Thread gvanrossum
https://github.com/python/cpython/commit/d87482bc4ee9458d6ba16140e7bc008637dbbb16 commit: d87482bc4ee9458d6ba16140e7bc008637dbbb16 branch: main author: Jason Fried committer: gvanrossum date: 2024-09-23T20:40:17-07:00 summary: gh-119333: Add C api to have contextvar enter/exit callbacks (#119335

[Python-checkins] [3.13] gh-121607: Edited source file import recipe to make it more clear (GH-121519) (#124080)

2024-09-23 Thread Yhg1s
https://github.com/python/cpython/commit/e9b00cc78853373623031c657193cbe557488c0a commit: e9b00cc78853373623031c657193cbe557488c0a branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-24T01:52:45Z summary: [3.13] gh-121607: Ed

[Python-checkins] gh-123990: Good bye WITH_FREELISTS macro (gh-124358)

2024-09-23 Thread corona10
https://github.com/python/cpython/commit/ad7c7785461fffba04f5a36cd6d062e92b0fda16 commit: ad7c7785461fffba04f5a36cd6d062e92b0fda16 branch: main author: Donghee Na committer: corona10 date: 2024-09-24T01:28:59Z summary: gh-123990: Good bye WITH_FREELISTS macro (gh-124358) files: A Misc/NEWS.d/ne

[Python-checkins] [3.13] GH-103484: Fix permanently redirects reported by linkcheck (GH-124144) (#124151)

2024-09-23 Thread Yhg1s
https://github.com/python/cpython/commit/6867604781bba55d61e1b194de40a652d9d430dc commit: 6867604781bba55d61e1b194de40a652d9d430dc branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-24T00:43:04Z summary: [3.13] GH-103484: Fi

[Python-checkins] gh-100980: ctypes: Test, document, and fix finalizing _fields_ (GH-124292)

2024-09-23 Thread encukou
https://github.com/python/cpython/commit/be76e3f26e0b907f711497d006b8b83bff04c036 commit: be76e3f26e0b907f711497d006b8b83bff04c036 branch: main author: Petr Viktorin committer: encukou date: 2024-09-24T02:40:53+02:00 summary: gh-100980: ctypes: Test, document, and fix finalizing _fields_ (GH-124

[Python-checkins] [3.13] gh-118577: Clarify that inspect.BoundArguments prefers to put values in args (GH-119936) (#124005)

2024-09-23 Thread Yhg1s
https://github.com/python/cpython/commit/5fa7f5a734ed252623fc2c92d872af6fdf2000c5 commit: 5fa7f5a734ed252623fc2c92d872af6fdf2000c5 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-23T17:35:29-07:00 summary: [3.13] gh-11857

[Python-checkins] [3.13] gh-124083: Skip test_signal.test_strsignal() on NetBSD (GH-124084) (#124223)

2024-09-23 Thread Yhg1s
https://github.com/python/cpython/commit/2cf67d3696a71f865f8078a66fb0aee309f1b42f commit: 2cf67d3696a71f865f8078a66fb0aee309f1b42f branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-24T00:35:14Z summary: [3.13] gh-124083: Sk

[Python-checkins] [3.13] gh-116622: Android test script improvements (GH-124012) (#124034)

2024-09-23 Thread Yhg1s
https://github.com/python/cpython/commit/e9b531d239b067f6d20a7ff8d2b7ea250ef82440 commit: e9b531d239b067f6d20a7ff8d2b7ea250ef82440 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-23T17:33:33-07:00 summary: [3.13] gh-11662

[Python-checkins] [3.13] GH-101599: Update docs to remove redundant option in argparse tutorial (GH-124025) (#124037)

2024-09-23 Thread Yhg1s
https://github.com/python/cpython/commit/d4225b6322934df0c577c0a4714016c5fb447caf commit: d4225b6322934df0c577c0a4714016c5fb447caf branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-23T17:31:56-07:00 summary: [3.13] GH-10159

[Python-checkins] [3.13] gh-123811: Test that round(Decimal) can return signed zero (GH-124007) (#124048)

2024-09-23 Thread Yhg1s
https://github.com/python/cpython/commit/9a1e9dd1116b27d0b577cf501486893530cce1c8 commit: 9a1e9dd1116b27d0b577cf501486893530cce1c8 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-23T17:31:28-07:00 summary: [3.13] gh-12381

[Python-checkins] [3.13] gh-119802: Update memory management docs for free-threaded build (gh-124006) (#124054)

2024-09-23 Thread Yhg1s
https://github.com/python/cpython/commit/181c2b8669d935f2f05caa4c01bdd8e4a2e6d593 commit: 181c2b8669d935f2f05caa4c01bdd8e4a2e6d593 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-23T17:31:01-07:00 summary: [3.13] gh-11980

[Python-checkins] [3.13] gh-124030: Skip test_tcsendbreak on NetBSD for ENOTTY error (GH-124031) (#124063)

2024-09-23 Thread Yhg1s
https://github.com/python/cpython/commit/06a1b0c2c356a9004e4abc5a06d9df46e0f4cd0d commit: 06a1b0c2c356a9004e4abc5a06d9df46e0f4cd0d branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-23T17:28:10-07:00 summary: [3.13] gh-12403

[Python-checkins] [3.13] gh-124043: Disallow mixing `--with-trace-refs` and `--disable-gil` (GH-124078) (#124138)

2024-09-23 Thread Yhg1s
https://github.com/python/cpython/commit/8af2d18111dabec238e218f4f6217bcc8dece8ef commit: 8af2d18111dabec238e218f4f6217bcc8dece8ef branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-23T17:24:35-07:00 summary: [3.13] gh-12404

[Python-checkins] [3.13] gh-121023: Improve `_xxtestfuzz/README.rst` (GH-121024) (#124140)

2024-09-23 Thread Yhg1s
https://github.com/python/cpython/commit/9d21c46e31183b487e8af90b2e20e99b35712ad4 commit: 9d21c46e31183b487e8af90b2e20e99b35712ad4 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-23T17:23:54-07:00 summary: [3.13] gh-12102

[Python-checkins] [3.13] gh-116622: Complete Android documentation (GH-124259) (#124395)

2024-09-23 Thread Yhg1s
https://github.com/python/cpython/commit/9a60a9ddaf6a01c0b00940f4bc149282cccb832c commit: 9a60a9ddaf6a01c0b00940f4bc149282cccb832c branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-24T00:13:45Z summary: [3.13] gh-116622: Co

[Python-checkins] Lint and format Tools/build/check-warnings.py (#124382)

2024-09-23 Thread hugovk
https://github.com/python/cpython/commit/e256a7590a0149feadfef161ed000991376dc0e8 commit: e256a7590a0149feadfef161ed000991376dc0e8 branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-09-24T02:47:05+0

[Python-checkins] gh-119004: fix a crash in equality testing between `OrderedDict` (#121329)

2024-09-23 Thread rhettinger
https://github.com/python/cpython/commit/38a887dc3ec52c4a779bf4b3ca2431b86de9 commit: 38a887dc3ec52c4a779bf4b3ca2431b86de9 branch: main author: Bénédikt Tran <[email protected]> committer: rhettinger date: 2024-09-23T18:44:36-05:00 summary: gh-119004: fix a crash i

[Python-checkins] [3.13] Docs: Update two FAQs for Python 3 (GH-124247) (#124258)

2024-09-23 Thread Yhg1s
https://github.com/python/cpython/commit/afeb7a4ff5a3367a9de4f0b4d174c609976e0e62 commit: afeb7a4ff5a3367a9de4f0b4d174c609976e0e62 branch: 3.13 author: Hugo van Kemenade <[email protected]> committer: Yhg1s date: 2024-09-23T23:39:46Z summary: [3.13] Docs: Update two FAQs for

[Python-checkins] [3.13] GH-124108: Skip test_locale.test_strcoll_with_diacritic() on NetBSD (GH-124110) (#124146)

2024-09-23 Thread Yhg1s
https://github.com/python/cpython/commit/3b203033d80d06c4447595e039dd3419d2d89002 commit: 3b203033d80d06c4447595e039dd3419d2d89002 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-23T16:37:06-07:00 summary: [3.13] GH-12410

[Python-checkins] [3.13] GH-103484: Fix broken links reported by linkcheck (GH-124169) (#124179)

2024-09-23 Thread Yhg1s
https://github.com/python/cpython/commit/74edb7d9bc4ab398d1677a7503b56cfbb2e2719b commit: 74edb7d9bc4ab398d1677a7503b56cfbb2e2719b branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-23T16:34:48-07:00 summary: [3.13] GH-10348

[Python-checkins] [3.13] gh-123968: Fix lower bound for `python -m random --float` (GH-123971) (#124009)

2024-09-23 Thread Yhg1s
https://github.com/python/cpython/commit/7b8affa46b36a10247f4e0a76c5611446217546e commit: 7b8affa46b36a10247f4e0a76c5611446217546e branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-23T16:25:51-07:00 summary: [3.13] gh-12396

[Python-checkins] [3.13] gh-118915: Add/fix docs entries for some new 3.13 C API (GH-124134) (#124244)

2024-09-23 Thread Yhg1s
https://github.com/python/cpython/commit/a439f8531f4e61e6d475bb4754a1f466a3aaffe3 commit: a439f8531f4e61e6d475bb4754a1f466a3aaffe3 branch: 3.13 author: Petr Viktorin committer: Yhg1s date: 2024-09-23T16:22:04-07:00 summary: [3.13] gh-118915: Add/fix docs entries for some new 3.13 C API (GH-12413

[Python-checkins] [3.13] Fix `make htmllive` target (GH-124219) (#124221)

2024-09-23 Thread Yhg1s
https://github.com/python/cpython/commit/057f3faecf4455a7114c2b22a8a6d3982d2a7e93 commit: 057f3faecf4455a7114c2b22a8a6d3982d2a7e93 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-23T16:21:35-07:00 summary: [3.13] Fix `mak

[Python-checkins] [3.13] gh-124040: Adjust few tests in testHypot/testDist to get exactly computed results (GH-124042) (#124235)

2024-09-23 Thread Yhg1s
https://github.com/python/cpython/commit/9649af50cace14a1e35e3372fd929b48ff19eb87 commit: 9649af50cace14a1e35e3372fd929b48ff19eb87 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-23T16:18:18-07:00 summary: [3.13] gh-12404

[Python-checkins] [3.13] gh-124160: Pass main_tstate to update_global_state_for_extension() (GH-124164) (#124250)

2024-09-23 Thread Yhg1s
https://github.com/python/cpython/commit/9bae6815a36073860f8c9334229e732adeb05a5a commit: 9bae6815a36073860f8c9334229e732adeb05a5a branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-23T16:16:41-07:00 summary: [3.13] gh-12416

[Python-checkins] gh-116622: Complete Android documentation (#124259)

2024-09-23 Thread AA-Turner
https://github.com/python/cpython/commit/e80dd3035fb805716bc49f9e7e9cab5f83614661 commit: e80dd3035fb805716bc49f9e7e9cab5f83614661 branch: main author: Malcolm Smith committer: AA-Turner <[email protected]> date: 2024-09-23T23:09:53Z summary: gh-116622: Complete Android d

[Python-checkins] [3.12] Bump Ruff to 0.6.7 (#124384) (#124391)

2024-09-23 Thread AlexWaygood
https://github.com/python/cpython/commit/4b221bf8785064cc95f2b44ab19b3d249097001f commit: 4b221bf8785064cc95f2b44ab19b3d249097001f branch: 3.12 author: Alex Waygood committer: AlexWaygood date: 2024-09-23T23:09:27Z summary: [3.12] Bump Ruff to 0.6.7 (#124384) (#124391) files: M .pre-commit-conf

[Python-checkins] gh-124102: Update internal PCbuild docs to accurately list build dependencies (GH-124103)

2024-09-23 Thread zooba
https://github.com/python/cpython/commit/27a62e7371f062a80704f6bf4d6e8f06568d37aa commit: 27a62e7371f062a80704f6bf4d6e8f06568d37aa branch: main author: Wulian <[email protected]> committer: zooba date: 2024-09-23T23:09:22Z summary: gh-124102: Update internal PCbuild docs to accurately list build

[Python-checkins] [3.13] Fix typo in XMLParser doc (GH-124129) (#124280)

2024-09-23 Thread Yhg1s
https://github.com/python/cpython/commit/848a21007b98d2f0efd8bbace46d9ed70173e53d commit: 848a21007b98d2f0efd8bbace46d9ed70173e53d branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-23T15:53:10-07:00 summary: [3.13] Fix typo

[Python-checkins] [3.13] gh-124130: Notes on empty string corner case of category `\B` (GH-124133) (#124328)

2024-09-23 Thread Yhg1s
https://github.com/python/cpython/commit/5760330c7a0e6e44b5923999bd5818e21b5539aa commit: 5760330c7a0e6e44b5923999bd5818e21b5539aa branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-23T15:50:54-07:00 summary: [3.13] gh-12413

[Python-checkins] [3.13] GH-79714: Add mention of stderr for clarity to ArgumentParser.exit() (GH-123932) (#124331)

2024-09-23 Thread Yhg1s
https://github.com/python/cpython/commit/a052faf58ec74ea85a71c9f66899be9940e34dc2 commit: a052faf58ec74ea85a71c9f66899be9940e34dc2 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-23T15:50:24-07:00 summary: [3.13] GH-79714

[Python-checkins] [3.13] Fix doctrees directory for the gettext builder (GH-122997) (#124338)

2024-09-23 Thread Yhg1s
https://github.com/python/cpython/commit/1503835b1b1b6cdd17158c42ff0d893eb64f9ca0 commit: 1503835b1b1b6cdd17158c42ff0d893eb64f9ca0 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-23T15:49:53-07:00 summary: [3.13] Fix doct

[Python-checkins] [3.13] Replace the term `Immutable` with a `Hashable` in the `sequence` entry of the Glossary (GH-124350) (#124352)

2024-09-23 Thread Yhg1s
https://github.com/python/cpython/commit/12ae55ecb7e6cfb00ceca769dd0a15c23390ce48 commit: 12ae55ecb7e6cfb00ceca769dd0a15c23390ce48 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-23T15:46:35-07:00 summary: [3.13] Replace

[Python-checkins] [3.13] Doc: Add ``make dist-no-html`` (GH-124383) (#124387)

2024-09-23 Thread Yhg1s
https://github.com/python/cpython/commit/c0ce0399fd3f35c63280a0d048819d345e3a403d commit: c0ce0399fd3f35c63280a0d048819d345e3a403d branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-23T22:30:30Z summary: [3.13] Doc: Add ``ma

[Python-checkins] Bump Ruff to 0.6.7 (#124384)

2024-09-23 Thread AlexWaygood
https://github.com/python/cpython/commit/8a2baedc4bcb606da937e4e066b4b3a18961cace commit: 8a2baedc4bcb606da937e4e066b4b3a18961cace branch: main author: Alex Waygood committer: AlexWaygood date: 2024-09-23T22:19:35Z summary: Bump Ruff to 0.6.7 (#124384) files: M .pre-commit-config.yaml M Doc/too

[Python-checkins] [3.12] Doc: Add ``make dist-no-html`` (GH-124383) (#124388)

2024-09-23 Thread AA-Turner
https://github.com/python/cpython/commit/db48e8f84d88773f4eb5106225ad2bb624c79938 commit: db48e8f84d88773f4eb5106225ad2bb624c79938 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] Doc: Add ``make dist-no-html`` (#124383)

2024-09-23 Thread AA-Turner
https://github.com/python/cpython/commit/0060486862bfa8e6583beb627be154da9e2a commit: 0060486862bfa8e6583beb627be154da9e2a branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2024-09-23T23:11:3

[Python-checkins] GH-65961: Document the deprecation of `__package__` and `__cached__` (GH-124377)

2024-09-23 Thread brettcannon
https://github.com/python/cpython/commit/67201ad53ff11576c69a9b762540b77128285f8d commit: 67201ad53ff11576c69a9b762540b77128285f8d branch: main author: Brett Cannon committer: brettcannon date: 2024-09-23T14:14:33-07:00 summary: GH-65961: Document the deprecation of `__package__` and `__cached__

[Python-checkins] [3.13] GH-109975: Copyedit 3.13 What's New: Build Changes (GH-124343) (#124360)

2024-09-23 Thread Yhg1s
https://github.com/python/cpython/commit/6364c46f29af1de081e874b4c9bb969f5df2dd51 commit: 6364c46f29af1de081e874b4c9bb969f5df2dd51 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-23T13:45:47-07:00 summary: [3.13] GH-10997

[Python-checkins] [3.13] GH-109975: Copyedit 3.13 What's New: Copyedit C API deprecations pending removal (GH-124336) (#124362)

2024-09-23 Thread Yhg1s
https://github.com/python/cpython/commit/d4fba9077fe0df03f97ff252ecbdf08a08a56f55 commit: d4fba9077fe0df03f97ff252ecbdf08a08a56f55 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-23T13:45:08-07:00 summary: [3.13] GH-10997

[Python-checkins] gh-99108: Disable HACL SIMD code on older versions of Android (#124304)

2024-09-23 Thread freakboy3742
https://github.com/python/cpython/commit/41e7992e319faba91b0c75a767b36ff8628a8368 commit: 41e7992e319faba91b0c75a767b36ff8628a8368 branch: main author: Malcolm Smith committer: freakboy3742 date: 2024-09-23T13:28:03-07:00 summary: gh-99108: Disable HACL SIMD code on older versions of Android (#1

[Python-checkins] [3.13] GH-109975: Copyedit 3.13 What's New: Trivia (GH-124348) (#124376)

2024-09-23 Thread Yhg1s
https://github.com/python/cpython/commit/161e155edd824741f011306f6a52609d5dc94973 commit: 161e155edd824741f011306f6a52609d5dc94973 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-23T20:23:43Z summary: [3.13] GH-109975: Co

[Python-checkins] [3.12] GH-87041: Fix incorrect indentation in argparse help (GH-124230) (GH-124374)

2024-09-23 Thread serhiy-storchaka
https://github.com/python/cpython/commit/7cc773ba3d07d4a2e6cd39063fd1954abd6ae8f1 commit: 7cc773ba3d07d4a2e6cd39063fd1954abd6ae8f1 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-09-23T20:16:45Z summary: [3.12] GH

[Python-checkins] [3.13] GH-109975: Copyedit 3.13 What's New: Porting to Python 3.13 (GH-124341) (#124357)

2024-09-23 Thread Yhg1s
https://github.com/python/cpython/commit/779a35b56e289de8c75b8027a64e4bbc16358b36 commit: 779a35b56e289de8c75b8027a64e4bbc16358b36 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-23T12:56:46-07:00 summary: [3.13] GH-10997

[Python-checkins] [3.13] gh-123880: Allow recursive import of single-phase-init modules (GH-123950) (#124273)

2024-09-23 Thread Yhg1s
https://github.com/python/cpython/commit/de8dc92db7859d5512969f97b6a7ac3f6ad61c74 commit: de8dc92db7859d5512969f97b6a7ac3f6ad61c74 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-23T12:56:00-07:00 summary: [3.13] gh-12388

[Python-checkins] GH-87041: Fix incorrect indentation in argparse help (GH-124230)

2024-09-23 Thread serhiy-storchaka
https://github.com/python/cpython/commit/7ee99217345af3010bf05b1f5241c661a5e0ea9b commit: 7ee99217345af3010bf05b1f5241c661a5e0ea9b branch: main author: Savannah Ostrowski committer: serhiy-storchaka date: 2024-09-23T19:45:36Z summary: GH-87041: Fix incorrect indentation in argparse help (GH-1242

[Python-checkins] GH-109975: Copyedit 3.13 What's New: Trivia (#124348)

2024-09-23 Thread Yhg1s
https://github.com/python/cpython/commit/9e55a02fab77794c421b91429292ed227de0e24a commit: 9e55a02fab77794c421b91429292ed227de0e24a branch: main author: Adam Turner <[email protected]> committer: Yhg1s date: 2024-09-23T19:32:23Z summary: GH-109975: Copyedit 3.13 What's New

[Python-checkins] [3.12] GH-109975: Copyedit 3.13 What's New: Copyedit C API deprecations pending removal (GH-124336) (#124365)

2024-09-23 Thread AA-Turner
https://github.com/python/cpython/commit/62dcb8e013269ab1d57997476b238941249f4d26 commit: 62dcb8e013269ab1d57997476b238941249f4d26 branch: 3.12 author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2024-09-23T19:31:2

[Python-checkins] gh-124344: Make `_PyObject_IS_GC()` use underscored `PyType_IS_GC()` (#124349)

2024-09-23 Thread vstinner
https://github.com/python/cpython/commit/d9d5b3d2ef770224b39987dbce7bb5c616fe3477 commit: d9d5b3d2ef770224b39987dbce7bb5c616fe3477 branch: main author: neonene <[email protected]> committer: vstinner date: 2024-09-23T21:14:15+02:00 summary: gh-124344: Make `_PyObject_IS_GC

[Python-checkins] gh-119180: Fix annotationlib.ForwardRef.evaluate with no globals (#124326)

2024-09-23 Thread JelleZijlstra
https://github.com/python/cpython/commit/2e0d445364f6d9832e81263c1c68440654924fc4 commit: 2e0d445364f6d9832e81263c1c68440654924fc4 branch: main author: Jelle Zijlstra committer: JelleZijlstra date: 2024-09-23T19:06:19Z summary: gh-119180: Fix annotationlib.ForwardRef.evaluate with no globals (#1

[Python-checkins] [3.12] GH-79714: Add mention of stderr for clarity to ArgumentParser.exit() (GH-123932) (GH-124356)

2024-09-23 Thread serhiy-storchaka
https://github.com/python/cpython/commit/b3709562add5b1721b6ccbe2f5578c7c67e55e47 commit: b3709562add5b1721b6ccbe2f5578c7c67e55e47 branch: 3.12 author: Savannah Ostrowski committer: serhiy-storchaka date: 2024-09-23T19:04:36Z summary: [3.12] GH-79714: Add mention of stderr for clarity to Argumen

[Python-checkins] GH-109975: Copyedit 3.13 What's New: Copyedit C API deprecations pending removal (#124336)

2024-09-23 Thread AA-Turner
https://github.com/python/cpython/commit/e7d465a607b77a552d1e07f3fafa81ef5fc799d2 commit: e7d465a607b77a552d1e07f3fafa81ef5fc799d2 branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2024-09-23T19:40:2

[Python-checkins] [3.13] Use pep role instead of url (GH-121611) (#124172)

2024-09-23 Thread Yhg1s
https://github.com/python/cpython/commit/8d5911ef6b03b75914d17dca0c46360fc0413879 commit: 8d5911ef6b03b75914d17dca0c46360fc0413879 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-23T11:39:16-07:00 summary: [3.13] Use pep

[Python-checkins] [3.13] Fix "The Matrix" movie release year in `typing.rst` (GH-123965) (#123966)

2024-09-23 Thread Yhg1s
https://github.com/python/cpython/commit/bbec2ea88fcf0e9fb1c07d76103f058a8bc07ed3 commit: bbec2ea88fcf0e9fb1c07d76103f058a8bc07ed3 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-23T11:34:44-07:00 summary: [3.13] Fix "The

[Python-checkins] [3.13] Minor edits to the descriptor guide (GH-123928) (#124079)

2024-09-23 Thread Yhg1s
https://github.com/python/cpython/commit/b2ffd492cd2d010a1f524aa7dc339a9cc705637e commit: b2ffd492cd2d010a1f524aa7dc339a9cc705637e branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-23T11:07:56-07:00 summary: [3.13] Minor ed

[Python-checkins] GH-109975: Copyedit 3.13 What's New: Build Changes (#124343)

2024-09-23 Thread Yhg1s
https://github.com/python/cpython/commit/f3b2c36deb1436b7c5abac826f5639efa1fb9fd4 commit: f3b2c36deb1436b7c5abac826f5639efa1fb9fd4 branch: main author: Adam Turner <[email protected]> committer: Yhg1s date: 2024-09-23T11:30:45-07:00 summary: GH-109975: Copyedit 3.13 What'

[Python-checkins] GH-109975: Copyedit 3.13 What's New: Porting to Python 3.13 (#124341)

2024-09-23 Thread Yhg1s
https://github.com/python/cpython/commit/2f6d4109b84d40b76e8814233ecfcc02291f71be commit: 2f6d4109b84d40b76e8814233ecfcc02291f71be branch: main author: Adam Turner <[email protected]> committer: Yhg1s date: 2024-09-23T11:14:37-07:00 summary: GH-109975: Copyedit 3.13 What'

[Python-checkins] GH-124284: Add stats for refcount operations on immortal objects (GH-124288)

2024-09-23 Thread markshannon
https://github.com/python/cpython/commit/c87b0e4a462f98c418f750c6c95d4d8715c38332 commit: c87b0e4a462f98c418f750c6c95d4d8715c38332 branch: main author: Mark Shannon committer: markshannon date: 2024-09-23T19:10:55+01:00 summary: GH-124284: Add stats for refcount operations on immortal objects (G

[Python-checkins] GH-124321: Fix argparse negative number parsing to capture -.5(GH-124322)

2024-09-23 Thread gpshead
https://github.com/python/cpython/commit/dc48312717142ec902197da504fad333f13c9937 commit: dc48312717142ec902197da504fad333f13c9937 branch: main author: Savannah Ostrowski committer: gpshead date: 2024-09-23T11:16:55-07:00 summary: GH-124321: Fix argparse negative number parsing to capture -.5(GH

[Python-checkins] [3.13] GH-109975: Copyedit 3.13 What's New: C API (GH-124313) (#124334)

2024-09-23 Thread Yhg1s
https://github.com/python/cpython/commit/86f30dd53911aa59a505e6ed71f55ea2c5ca0a28 commit: 86f30dd53911aa59a505e6ed71f55ea2c5ca0a28 branch: 3.13 author: Adam Turner <[email protected]> committer: Yhg1s date: 2024-09-23T11:14:13-07:00 summary: [3.13] GH-109975: Copyedit 3.1

[Python-checkins] [3.13] gh-124194: Fix wrong issue number in What's New in Python 3.8 (GH-124195) (#124197)

2024-09-23 Thread Yhg1s
https://github.com/python/cpython/commit/af8e77e24553d044c4dc2ebecdff0a06fd667799 commit: af8e77e24553d044c4dc2ebecdff0a06fd667799 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-23T11:11:55-07:00 summary: [3.13] gh-12419

[Python-checkins] [3.13] GH-103484: Tell linkcheck to ignore debian manpage redirects (GH-123019) (#124137)

2024-09-23 Thread Yhg1s
https://github.com/python/cpython/commit/3f52fef151939d865ed6cc1b53f17ab4440c1838 commit: 3f52fef151939d865ed6cc1b53f17ab4440c1838 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-23T11:10:59-07:00 summary: [3.13] GH-10348

[Python-checkins] [3.13] GH-109975: Copyedit 3.13 What's New: New Deprecations (GH-123845) (#124135)

2024-09-23 Thread Yhg1s
https://github.com/python/cpython/commit/0f9c567b9704d33e951a242366f8e5b3972148ae commit: 0f9c567b9704d33e951a242366f8e5b3972148ae branch: 3.13 author: Adam Turner <[email protected]> committer: Yhg1s date: 2024-09-23T11:08:44-07:00 summary: [3.13] GH-109975: Copyedit 3.1

[Python-checkins] [3.13] Docs: Drop letter PDF (GH-123912) (#123998)

2024-09-23 Thread Yhg1s
https://github.com/python/cpython/commit/355dc725466b494b4c03960d14a383cb20cd101a commit: 355dc725466b494b4c03960d14a383cb20cd101a branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-23T11:09:03-07:00 summary: [3.13] Docs: Dr

[Python-checkins] [3.13] gh-122957: Fix test flakiness in asyncio test in free-thread build (GH-124039) (#124067)

2024-09-23 Thread Yhg1s
https://github.com/python/cpython/commit/4cd4bf10be1415f93c02cec1d454d4342df3f053 commit: 4cd4bf10be1415f93c02cec1d454d4342df3f053 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-23T11:07:41-07:00 summary: [3.13] gh-12295

[Python-checkins] [3.13] Update to 3.13 the output of exceptions raised (GH-123888) (#124055)

2024-09-23 Thread Yhg1s
https://github.com/python/cpython/commit/72139f276e1c7753727a72b48899718ee871b4a4 commit: 72139f276e1c7753727a72b48899718ee871b4a4 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-23T10:53:31-07:00 summary: [3.13] Update t

[Python-checkins] [3.13] Normalize cdecl formatting as found elsewhere on ctypes.rst (GH-121379) (#124056)

2024-09-23 Thread Yhg1s
https://github.com/python/cpython/commit/6d482ff296252e2a98dfde6689291d8ec1c5e7e3 commit: 6d482ff296252e2a98dfde6689291d8ec1c5e7e3 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-23T10:53:07-07:00 summary: [3.13] Normaliz

[Python-checkins] [3.12] Replace the term `Immutable` with a `Hashable` in the `sequence` entry of the Glossary (GH-124350) (#124353)

2024-09-23 Thread Eclips4
https://github.com/python/cpython/commit/dd2066f27410f593b064636f017b152712847ee6 commit: dd2066f27410f593b064636f017b152712847ee6 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: Eclips4 date: 2024-09-23T16:41:01Z summary: [3.12] Replace the

[Python-checkins] Replace the term `Immutable` with a `Hashable` in the `sequence` entry of the Glossary (#124350)

2024-09-23 Thread Eclips4
https://github.com/python/cpython/commit/6203ef35dd4ee9dd59759ce83eace8eacac69685 commit: 6203ef35dd4ee9dd59759ce83eace8eacac69685 branch: main author: decorator-factory <[email protected]> committer: Eclips4 date: 2024-09-23T16:34:08Z summary: Replace the term `

[Python-checkins] gh-124254: Detect freethreaded MSI component when doing an upgrade on Windows (GH-124279)

2024-09-23 Thread zooba
https://github.com/python/cpython/commit/df7228ce140ecb005d44a0c171ba4d098b3fa67c commit: df7228ce140ecb005d44a0c171ba4d098b3fa67c branch: main author: Steve Dower committer: zooba date: 2024-09-23T16:27:46+01:00 summary: gh-124254: Detect freethreaded MSI component when doing an upgrade on Wind

[Python-checkins] [3.12] Fix doctrees directory for the gettext builder (GH-122997) (#124339)

2024-09-23 Thread AA-Turner
https://github.com/python/cpython/commit/533b06c1184b032a90b3fb11497bd80b91f85485 commit: 533b06c1184b032a90b3fb11497bd80b91f85485 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] Add Kirill Podoprigora for AST codeowners (#124302)

2024-09-23 Thread JelleZijlstra
https://github.com/python/cpython/commit/6ab634840c662ae07d90655e5e50ca43421da4be commit: 6ab634840c662ae07d90655e5e50ca43421da4be branch: main author: Kirill Podoprigora committer: JelleZijlstra date: 2024-09-23T07:16:19-07:00 summary: Add Kirill Podoprigora for AST codeowners (#124302) files:

[Python-checkins] GH-109975: Copyedit 3.13 What's New: C API (#124313)

2024-09-23 Thread AA-Turner
https://github.com/python/cpython/commit/9d0a75269c6ae361b1ed5910c3b3424ed93b6f6d commit: 9d0a75269c6ae361b1ed5910c3b3424ed93b6f6d branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2024-09-23T14:28:1

[Python-checkins] GH-79714: Add mention of stderr for clarity to ArgumentParser.exit() (GH-123932)

2024-09-23 Thread serhiy-storchaka
https://github.com/python/cpython/commit/5f5c0b9c23238dc0a1fdb764f625ae0cc5604519 commit: 5f5c0b9c23238dc0a1fdb764f625ae0cc5604519 branch: main author: Savannah Ostrowski committer: serhiy-storchaka date: 2024-09-23T12:08:03+03:00 summary: GH-79714: Add mention of stderr for clarity to ArgumentP

[Python-checkins] [3.12] gh-124130: Notes on empty string corner case of category `\B` (GH-124133) (#124329)

2024-09-23 Thread vstinner
https://github.com/python/cpython/commit/d5aafe7713c9732eecceaeb4933f4623fe96b50d commit: d5aafe7713c9732eecceaeb4933f4623fe96b50d branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2024-09-23T07:05:24Z summary: [3.12] gh-124130:

[Python-checkins] GH-113655: Lower the C recursion limit for HPPA, PPC64 and SPARC (#124264)

2024-09-23 Thread vstinner
https://github.com/python/cpython/commit/0e89f7abd494bd6c658083c1c1d50a640a1f2309 commit: 0e89f7abd494bd6c658083c1c1d50a640a1f2309 branch: main author: Sam James committer: vstinner date: 2024-09-23T09:03:30+02:00 summary: GH-113655: Lower the C recursion limit for HPPA, PPC64 and SPARC (#124264