[Python-checkins] gh-125470: Fix warning in `Python/generated_cases.c.h` (#125471)

2024-10-14 Thread sobolevn
https://github.com/python/cpython/commit/0c8c665581ede95fe119f902b070e395614b78ed commit: 0c8c665581ede95fe119f902b070e395614b78ed branch: main author: sobolevn committer: sobolevn date: 2024-10-14T23:46:17+03:00 summary: gh-125470: Fix warning in `Python/generated_cases.c.h` (#125471) Co-autho

[Python-checkins] [3.12] Fix idlelib typos (GH-125484) (#125488)

2024-10-14 Thread terryjreedy
https://github.com/python/cpython/commit/86296bbc178aa2f7094c8d7ab9eb4175f78d105f commit: 86296bbc178aa2f7094c8d7ab9eb4175f78d105f branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: terryjreedy date: 2024-10-14T21:34:38Z summary: [3.12] Fix idl

[Python-checkins] gh-124944: Add socket.SO_ORIGINAL_DST (#124945)

2024-10-14 Thread erlend-aasland
https://github.com/python/cpython/commit/1bffd7a2a738506a4ad50c6c3c2c32926cce6d14 commit: 1bffd7a2a738506a4ad50c6c3c2c32926cce6d14 branch: main author: Steven Jin committer: erlend-aasland date: 2024-10-15T00:36:38+02:00 summary: gh-124944: Add socket.SO_ORIGINAL_DST (#124945) files: A Misc/NEW

[Python-checkins] gh-124958: Revert "gh-125472: Revert "gh-124958: fix asyncio.TaskGroup and _PyFuture refcycles ... (#125486)

2024-10-14 Thread 1st1
https://github.com/python/cpython/commit/0b28ea4a35dc7c68c97127f7aad8f0175d77c520 commit: 0b28ea4a35dc7c68c97127f7aad8f0175d77c520 branch: main author: Thomas Grainger committer: 1st1 date: 2024-10-14T15:45:58-07:00 summary: gh-124958: Revert "gh-125472: Revert "gh-124958: fix asyncio.TaskGroup

[Python-checkins] [3.13] Fix idlelib typos (GH-125484) (#125487)

2024-10-14 Thread terryjreedy
https://github.com/python/cpython/commit/6fb48c69fc6d73567177db1b65ba11a52c62a143 commit: 6fb48c69fc6d73567177db1b65ba11a52c62a143 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: terryjreedy date: 2024-10-14T21:38:40Z summary: [3.13] Fix idl

[Python-checkins] gh-124872: Replace enter/exit events with "switched" (#124776)

2024-10-14 Thread 1st1
https://github.com/python/cpython/commit/843d28f59d2616d052d9d45f31823976da07f0f3 commit: 843d28f59d2616d052d9d45f31823976da07f0f3 branch: main author: Richard Hansen committer: 1st1 date: 2024-10-14T12:28:41-07:00 summary: gh-124872: Replace enter/exit events with "switched" (#124776) Users wa

[Python-checkins] Fix idlelib typos (#125484)

2024-10-14 Thread terryjreedy
https://github.com/python/cpython/commit/3fea1d000ef0a74062fd3fe218ad94618b08d9f2 commit: 3fea1d000ef0a74062fd3fe218ad94618b08d9f2 branch: main author: Terry Jan Reedy committer: terryjreedy date: 2024-10-14T17:11:58-04:00 summary: Fix idlelib typos (#125484) Propagate fixes in Doc/library/idle

[Python-checkins] gh-85453: Improve variable mark up for datetime.rst (#120702)

2024-10-14 Thread erlend-aasland
https://github.com/python/cpython/commit/2a5cdb251674ce8d9a824c102f7cd846d944cfa4 commit: 2a5cdb251674ce8d9a824c102f7cd846d944cfa4 branch: main author: edson duarte committer: erlend-aasland date: 2024-10-15T00:02:58+02:00 summary: gh-85453: Improve variable mark up for datetime.rst (#120702) V

[Python-checkins] [3.13] gh-85453: Improve variable mark up for datetime.rst (GH-120702) (#125490)

2024-10-14 Thread erlend-aasland
https://github.com/python/cpython/commit/624a8e4f976bf64851d51ff7ff7d7e24ad87c142 commit: 624a8e4f976bf64851d51ff7ff7d7e24ad87c142 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: erlend-aasland date: 2024-10-14T22:08:30Z summary: [3.13] gh-8

[Python-checkins] [3.12] gh-85453: Improve variable mark up for datetime.rst (GH-120702) (#125491)

2024-10-14 Thread erlend-aasland
https://github.com/python/cpython/commit/449f2c98bdd04694a987639a91f4fab366c2e9d4 commit: 449f2c98bdd04694a987639a91f4fab366c2e9d4 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: erlend-aasland date: 2024-10-14T22:09:23Z summary: [3.12] gh-8

[Python-checkins] gh-125269: Use `AC_LINK_IF_ELSE` to detect if `-latomic` is needed (#125416)

2024-10-14 Thread colesbury
https://github.com/python/cpython/commit/8d42e2d915c3096e7eac1c649751d1da567bb7c3 commit: 8d42e2d915c3096e7eac1c649751d1da567bb7c3 branch: main author: Sam Gross committer: colesbury date: 2024-10-14T20:09:48-04:00 summary: gh-125269: Use `AC_LINK_IF_ELSE` to detect if `-latomic` is needed (#125

[Python-checkins] gh-125323: Remove some unsafe Py_DECREFs in bytecodes.c, replacing them with PyStackRef_CLOSEs (GH-125324)

2024-10-14 Thread markshannon
https://github.com/python/cpython/commit/4b358ee647809019813f106eb901f466a3846d98 commit: 4b358ee647809019813f106eb901f466a3846d98 branch: main author: Ken Jin committer: markshannon date: 2024-10-14T09:17:51+01:00 summary: gh-125323: Remove some unsafe Py_DECREFs in bytecodes.c, replacing them

[Python-checkins] gh-121797: Add class method Fraction.from_number() (GH-121800)

2024-10-14 Thread serhiy-storchaka
https://github.com/python/cpython/commit/b52c7306ea4470f9d7548655c2a1b89a07ff5504 commit: b52c7306ea4470f9d7548655c2a1b89a07ff5504 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-10-14T07:54:59Z summary: gh-121797: Add class method Fraction.from_number() (GH-121800)

[Python-checkins] gh-121798: Add class method Decimal.from_number() (GH-121801)

2024-10-14 Thread serhiy-storchaka
https://github.com/python/cpython/commit/5217328f93f599755bd70418952392c54f705a71 commit: 5217328f93f599755bd70418952392c54f705a71 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-10-14T08:24:01Z summary: gh-121798: Add class method Decimal.from_number() (GH-121801)

[Python-checkins] gh-125139: use `_PyRecursiveMutex` in `_thread.RLock` (#125144)

2024-10-14 Thread kumaraditya303
https://github.com/python/cpython/commit/67f6e08147bc005e460d82fcce85bf5d56009cf5 commit: 67f6e08147bc005e460d82fcce85bf5d56009cf5 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2024-10-14T14:06:31+05:30 summary: gh-125139: use `_PyRecursiveMutex` in `_thread.RLock` (#125144)

[Python-checkins] GH-125323: Convert DECREF_INPUTS_AND_REUSE_FLOAT into a function that takes PyStackRefs. (GH-125439)

2024-10-14 Thread markshannon
https://github.com/python/cpython/commit/06ca33020e1168459fc6c3e0df93664daf801339 commit: 06ca33020e1168459fc6c3e0df93664daf801339 branch: main author: Mark Shannon committer: markshannon date: 2024-10-14T14:18:57+01:00 summary: GH-125323: Convert DECREF_INPUTS_AND_REUSE_FLOAT into a function th

[Python-checkins] gh-124960: Fixed `barry_as_FLUFL` future flag does not work in new REPL (#124999)

2024-10-14 Thread ambv
https://github.com/python/cpython/commit/6a08a753b702ac63c9b6ac58dd204d1fe9662e9d commit: 6a08a753b702ac63c9b6ac58dd204d1fe9662e9d branch: main author: Wulian committer: ambv date: 2024-10-14T15:53:50+02:00 summary: gh-124960: Fixed `barry_as_FLUFL` future flag does not work in new REPL (#12499

[Python-checkins] gh-112088: aclocal version is updated to 1.16.5 in docs (#125457)

2024-10-14 Thread vstinner
https://github.com/python/cpython/commit/45df264f3ffbc0893cbfd257131d3abe21043786 commit: 45df264f3ffbc0893cbfd257131d3abe21043786 branch: main author: Mikhail Efimov committer: vstinner date: 2024-10-14T16:53:08+02:00 summary: gh-112088: aclocal version is updated to 1.16.5 in docs (#125457) f

[Python-checkins] [3.13] gh-112088: aclocal version is updated to 1.16.5 in docs (GH-125457) (#125459)

2024-10-14 Thread vstinner
https://github.com/python/cpython/commit/6c81928ba75efb17e1b3287ccf9500835d51c841 commit: 6c81928ba75efb17e1b3287ccf9500835d51c841 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2024-10-14T15:02:06Z summary: [3.13] gh-112088:

[Python-checkins] [3.12] gh-86357: argparse: use str() consistently and explicitly to print choices (GH-117766) (GH-125432)

2024-10-14 Thread serhiy-storchaka
https://github.com/python/cpython/commit/21524eec48f5b1c807f185253e9350cfdd897ce0 commit: 21524eec48f5b1c807f185253e9350cfdd897ce0 branch: 3.12 author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-10-14T07:04:44Z summary: [3.12] gh-86357: argparse: use str() consistently and explicitl

[Python-checkins] [3.13] gh-86357: argparse: use str() consistently and explicitly to print choices (GH-117766) (GH-125431)

2024-10-14 Thread serhiy-storchaka
https://github.com/python/cpython/commit/d3d306a9d63e879d4eac42694b94ed4a7f440332 commit: d3d306a9d63e879d4eac42694b94ed4a7f440332 branch: 3.13 author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-10-14T07:09:06Z summary: [3.13] gh-86357: argparse: use str() consistently and explicitl

[Python-checkins] gh-111178: fix USAN failures for `partialobject` (#124733)

2024-10-14 Thread vstinner
https://github.com/python/cpython/commit/c77121e9f19702b1ab280299394e38e8f15c0fd3 commit: c77121e9f19702b1ab280299394e38e8f15c0fd3 branch: main author: Bénédikt Tran <[email protected]> committer: vstinner date: 2024-10-14T16:23:05+02:00 summary: gh-78: fix USAN failur

[Python-checkins] [3.13] gh-124958: fix asyncio.TaskGroup and _PyFuture refcycles (GH-124959) (#125463)

2024-10-14 Thread 1st1
https://github.com/python/cpython/commit/4e08c9829269525f097407ef017ebffd165e4ea9 commit: 4e08c9829269525f097407ef017ebffd165e4ea9 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: 1st1 date: 2024-10-14T15:45:49Z summary: [3.13] gh-124958: fix

[Python-checkins] [3.13] gh-125461: Remove Python 2 from identifiers in doc (GH-125462) (GH-125464)

2024-10-14 Thread willingc
https://github.com/python/cpython/commit/7966c7d69e43d2b946c5933f5249091466ba1f5e commit: 7966c7d69e43d2b946c5933f5249091466ba1f5e branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: willingc date: 2024-10-14T08:49:35-07:00 summary: [3.13] gh-12

[Python-checkins] [3.12] gh-125461: Remove Python 2 from identifiers in doc (GH-125462) (#125465)

2024-10-14 Thread willingc
https://github.com/python/cpython/commit/f1a6f687774ca09255c48d76deb060bd09c8e1ca commit: f1a6f687774ca09255c48d76deb060bd09c8e1ca branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: willingc date: 2024-10-14T08:49:56-07:00 summary: [3.12] gh-12

[Python-checkins] gh-119786: [doc] broken link and typo fix in interpreter_definition.md (#125455)

2024-10-14 Thread iritkatriel
https://github.com/python/cpython/commit/187580d95c8339a3b6e2b012f98d86101c346cfa commit: 187580d95c8339a3b6e2b012f98d86101c346cfa branch: main author: Mikhail Efimov committer: iritkatriel <[email protected]> date: 2024-10-14T17:24:54Z summary: gh-119786: [doc] broken

[Python-checkins] gh-125472: Revert "gh-124958: fix asyncio.TaskGroup and _PyFuture refcycles (#12… (#125476)

2024-10-14 Thread kumaraditya303
https://github.com/python/cpython/commit/e99650b80ace3893c2a80b3f2a4aca99cb305191 commit: e99650b80ace3893c2a80b3f2a4aca99cb305191 branch: main author: Kirill Podoprigora committer: kumaraditya303 date: 2024-10-14T17:59:13Z summary: gh-125472: Revert "gh-124958: fix asyncio.TaskGroup and _PyFutu

[Python-checkins] [3.13] gh-124960: Fixed `barry_as_FLUFL` future flag does not work in new REPL (#124999) (#125475)

2024-10-14 Thread ambv
https://github.com/python/cpython/commit/d54dbd62cc9dae9ddee7a1179fb26ccdd4e409dc commit: d54dbd62cc9dae9ddee7a1179fb26ccdd4e409dc branch: 3.13 author: Nice Zombies committer: ambv date: 2024-10-14T20:00:45+02:00 summary: [3.13] gh-124960: Fixed `barry_as_FLUFL` future flag does not work in new

[Python-checkins] gh-124958: fix asyncio.TaskGroup and _PyFuture refcycles (#124959)

2024-10-14 Thread 1st1
https://github.com/python/cpython/commit/d5dbbf4372cd3dbf3eead1cc70ddc4261c061fd9 commit: d5dbbf4372cd3dbf3eead1cc70ddc4261c061fd9 branch: main author: Thomas Grainger committer: 1st1 date: 2024-10-14T08:19:56-07:00 summary: gh-124958: fix asyncio.TaskGroup and _PyFuture refcycles (#124959) fil

[Python-checkins] gh-125461: Remove Python 2 from identifiers in doc (GH-125462)

2024-10-14 Thread willingc
https://github.com/python/cpython/commit/5dac0dceda9097d46a0b5a6ad7c927e002c6c7a5 commit: 5dac0dceda9097d46a0b5a6ad7c927e002c6c7a5 branch: main author: Paul Hoffman committer: willingc date: 2024-10-14T15:26:57Z summary: gh-125461: Remove Python 2 from identifiers in doc (GH-125462) Remove Pyth