[Python-checkins] gh-127303: Add docs for token.EXACT_TOKEN_TYPES (#127304)

2024-11-29 Thread terryjreedy
https://github.com/python/cpython/commit/dd3a87d2a8f8750978359a99de2c5cb2168351d1 commit: dd3a87d2a8f8750978359a99de2c5cb2168351d1 branch: main author: Илья Любавский <100635212+lubaskinc...@users.noreply.github.com> committer: terryjreedy date: 2024-11-29T04:00:50-05:00 summary: gh-127303: Add d

[Python-checkins] [3.12] gh-127303: Add docs for token.EXACT_TOKEN_TYPES (GH-127304) (#127391)

2024-11-29 Thread terryjreedy
https://github.com/python/cpython/commit/91399c39845b7ca4a48b5feaec030a349ff3f68e commit: 91399c39845b7ca4a48b5feaec030a349ff3f68e branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: terryjreedy date: 2024-11-29T09:22:27Z summary: [3.12] gh-1273

[Python-checkins] gh-126881: fix finalization of dtoa state (#126904)

2024-11-29 Thread kumaraditya303
https://github.com/python/cpython/commit/762c603a866146afc7db2591fb49605e0858e9b1 commit: 762c603a866146afc7db2591fb49605e0858e9b1 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2024-11-29T15:17:16+05:30 summary: gh-126881: fix finalization of dtoa state (#126904) files: A M

[Python-checkins] [3.13] gh-127359: Pin Tcl/Tk to 8 (8.6) for testing macOS (#127365) (#127393)

2024-11-29 Thread hugovk
https://github.com/python/cpython/commit/9bdb0ae5dc12d860c8420e8ac4dc833f52c9e9e6 commit: 9bdb0ae5dc12d860c8420e8ac4dc833f52c9e9e6 branch: 3.13 author: Hugo van Kemenade <1324225+hug...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2024-11-29T09:59:57Z

[Python-checkins] gh-127341: Argument Clinic: fix compiler warnings for getters with docstrings (#127310)

2024-11-29 Thread erlend-aasland
https://github.com/python/cpython/commit/99490913a08adcf2fe5e69b82772a829ec462275 commit: 99490913a08adcf2fe5e69b82772a829ec462275 branch: main author: Peter Bierma committer: erlend-aasland date: 2024-11-29T11:12:13+01:00 summary: gh-127341: Argument Clinic: fix compiler warnings for getters wi

[Python-checkins] gh-127258: Fix asyncio test_staggered_race_with_eager_tasks() (#127358)

2024-11-29 Thread vstinner
https://github.com/python/cpython/commit/bfabf96b50b7d6a9c15b298a86ba3633b05a1fd7 commit: bfabf96b50b7d6a9c15b298a86ba3633b05a1fd7 branch: main author: Victor Stinner committer: vstinner date: 2024-11-29T11:39:54+01:00 summary: gh-127258: Fix asyncio test_staggered_race_with_eager_tasks() (#1273

[Python-checkins] gh-126024: optimize UTF-8 decoder for short non-ASCII string (#126025)

2024-11-29 Thread methane
https://github.com/python/cpython/commit/322b486010095f89271fba51b4b23c35d87c0595 commit: 322b486010095f89271fba51b4b23c35d87c0595 branch: main author: Inada Naoki committer: methane date: 2024-11-29T19:48:02+09:00 summary: gh-126024: optimize UTF-8 decoder for short non-ASCII string (#126025)

[Python-checkins] [3.13] gh-126881: fix finalization of dtoa state (GH-126904) (#127395)

2024-11-29 Thread vstinner
https://github.com/python/cpython/commit/47b0f8f2972facc29ec33f1f0b353784ff94b709 commit: 47b0f8f2972facc29ec33f1f0b353784ff94b709 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: vstinner date: 2024-11-29T10:52:21Z summary: [3.13] gh-126881:

[Python-checkins] fix param type in PyObject_HasAttrWithError (docs) (#127403)

2024-11-29 Thread kumaraditya303
https://github.com/python/cpython/commit/3afb639f39e89888194d8e74cc498c8da3a58d8e commit: 3afb639f39e89888194d8e74cc498c8da3a58d8e branch: main author: biggus-developerus <74741815+biggus-develope...@users.noreply.github.com> committer: kumaraditya303 date: 2024-11-29T10:53:34Z summary: fix para

[Python-checkins] [3.13] fix param type in PyObject_HasAttrWithError (docs) (GH-127403) (#127404)

2024-11-29 Thread kumaraditya303
https://github.com/python/cpython/commit/92d14b7fab38e1fdd592bc7c22b6898ac6c7231c commit: 92d14b7fab38e1fdd592bc7c22b6898ac6c7231c branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: kumaraditya303 date: 2024-11-29T10:59:13Z summary: [3.13] fix

[Python-checkins] [3.12] gh-127258: Fix asyncio test_staggered_race_with_eager_tasks() (GH-127358) (#127402)

2024-11-29 Thread vstinner
https://github.com/python/cpython/commit/fc6c2de6de787b99ed41610dda09eb227d5e2726 commit: fc6c2de6de787b99ed41610dda09eb227d5e2726 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: vstinner date: 2024-11-29T10:59:22Z summary: [3.12] gh-127258:

[Python-checkins] [3.13] gh-127258: Fix asyncio test_staggered_race_with_eager_tasks() (GH-127358) (#127401)

2024-11-29 Thread vstinner
https://github.com/python/cpython/commit/1056f38b3a94c5024d31d7acf4d6c5fd28f0059b commit: 1056f38b3a94c5024d31d7acf4d6c5fd28f0059b branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: vstinner date: 2024-11-29T11:01:59Z summary: [3.13] gh-127258:

[Python-checkins] [3.12] gh-127359: Pin Tcl/Tk to 8 (8.6) for testing macOS (GH-127365) (#127394)

2024-11-29 Thread hugovk
https://github.com/python/cpython/commit/fc0564b3658f4bda9e808042cb9752fb56853bc1 commit: fc0564b3658f4bda9e808042cb9752fb56853bc1 branch: 3.12 author: Hugo van Kemenade <1324225+hug...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2024-11-29T13:02:41+0

[Python-checkins] [3.13] gh-124873: Skip timerfd tests on Android (GH-127279) (#127290)

2024-11-29 Thread vstinner
https://github.com/python/cpython/commit/6a0663404b6c76a6d137776b1912f58ad44e8c86 commit: 6a0663404b6c76a6d137776b1912f58ad44e8c86 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: vstinner date: 2024-11-29T11:46:47Z summary: [3.13] gh-124873:

[Python-checkins] gh-127208: Reject null character in _imp.create_dynamic() (#127400)

2024-11-29 Thread vstinner
https://github.com/python/cpython/commit/b14fdadc6c620875a20b7ccc3c9b069e85d8557a commit: b14fdadc6c620875a20b7ccc3c9b069e85d8557a branch: main author: Victor Stinner committer: vstinner date: 2024-11-29T16:20:38+01:00 summary: gh-127208: Reject null character in _imp.create_dynamic() (#127400)

[Python-checkins] [3.13] gh-127208: Reject null character in _imp.create_dynamic() (GH-127400) (#127418)

2024-11-29 Thread vstinner
https://github.com/python/cpython/commit/c4a359dc426bcb1a5f16ef25b0e3110bb463bdad commit: c4a359dc426bcb1a5f16ef25b0e3110bb463bdad branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: vstinner date: 2024-11-29T15:45:21Z summary: [3.13] gh-127208:

[Python-checkins] [3.12] gh-127208: Reject null character in _imp.create_dynamic() (#127400) (#127419)

2024-11-29 Thread vstinner
https://github.com/python/cpython/commit/e7ab97862deb8ad69caccbc5c6e1f7b4e670afbd commit: e7ab97862deb8ad69caccbc5c6e1f7b4e670afbd branch: 3.12 author: Victor Stinner committer: vstinner date: 2024-11-29T17:03:24+01:00 summary: [3.12] gh-127208: Reject null character in _imp.create_dynamic() (#1

[Python-checkins] gh-127316: fix incorrect assertion in setting `__class__` in free-threading (#127399)

2024-11-29 Thread kumaraditya303
https://github.com/python/cpython/commit/45c5cba318a19dda3ee6f9fc84781cc7a2fbde80 commit: 45c5cba318a19dda3ee6f9fc84781cc7a2fbde80 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2024-11-29T21:44:20+05:30 summary: gh-127316: fix incorrect assertion in setting `__class__` in fre

[Python-checkins] Link to correct class methods in asyncio primitives docs (#127270)

2024-11-29 Thread kumaraditya303
https://github.com/python/cpython/commit/15d6506d175780bb29e5fcde654e3860408aa93e commit: 15d6506d175780bb29e5fcde654e3860408aa93e branch: main author: Ollanta Cuba Gyllensten committer: kumaraditya303 date: 2024-11-29T16:20:40Z summary: Link to correct class methods in asyncio primitives docs (

[Python-checkins] [3.13] Link to correct class methods in asyncio primitives docs (GH-127270) (#127423)

2024-11-29 Thread kumaraditya303
https://github.com/python/cpython/commit/ee57221872ad009df648e22d2f113f907607ec16 commit: ee57221872ad009df648e22d2f113f907607ec16 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: kumaraditya303 date: 2024-11-29T16:26:42Z summary: [3.13] Link

[Python-checkins] [3.13] gh-127316: fix incorrect assertion in setting `__class__` in free-threading (GH-127399) (#127422)

2024-11-29 Thread kumaraditya303
https://github.com/python/cpython/commit/2f56c68dec97002fdd8563a0e4977b75eb191ab9 commit: 2f56c68dec97002fdd8563a0e4977b75eb191ab9 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: kumaraditya303 date: 2024-11-29T16:36:44Z summary: [3.13] gh-1

[Python-checkins] gh-119786: improve internal docs on `co_linetable` (#123198)

2024-11-29 Thread iritkatriel
https://github.com/python/cpython/commit/49f15d8667e4755876698a8daa13bab6acee5fa1 commit: 49f15d8667e4755876698a8daa13bab6acee5fa1 branch: main author: Bénédikt Tran <10796600+picn...@users.noreply.github.com> committer: iritkatriel <1055913+iritkatr...@users.noreply.github.com> date: 2024-11-30T00

[Python-checkins] GH-127381: pathlib ABCs: remove `PathBase.lstat()` (#127382)

2024-11-29 Thread barneygale
https://github.com/python/cpython/commit/38264a060a8178d58046e90e9beb8220e3c22046 commit: 38264a060a8178d58046e90e9beb8220e3c22046 branch: main author: Barney Gale committer: barneygale date: 2024-11-29T21:03:39Z summary: GH-127381: pathlib ABCs: remove `PathBase.lstat()` (#127382) Remove the `