[Python-checkins] GH-125413: Add `pathlib.Path.scandir()` method (#126060)

2024-10-31 Thread barneygale
https://github.com/python/cpython/commit/260843df1bd8a28596b9a377d8266e2547f7eedc commit: 260843df1bd8a28596b9a377d8266e2547f7eedc branch: main author: Barney Gale committer: barneygale date: 2024-11-01T01:19:01Z summary: GH-125413: Add `pathlib.Path.scandir()` method (#126060) Add `pathlib.Pat

[Python-checkins] gh-126156: Improve performance of creating `Morsel` objects (#126157)

2024-10-31 Thread hauntsaninja
https://github.com/python/cpython/commit/dd3c0fa3fd2795326dae0e0ed63c668f5506cf32 commit: dd3c0fa3fd2795326dae0e0ed63c668f5506cf32 branch: main author: J. Nick Koston committer: hauntsaninja <[email protected]> date: 2024-10-31T12:05:40-07:00 summary: gh-126156: Impro

[Python-checkins] [3.13] gh-126256: Update time.rst to use the same clock as instead of the same clock than (GH-126257) (#126258)

2024-10-31 Thread sobolevn
https://github.com/python/cpython/commit/256fc5529af23f16f0dca2d0e24a936e1c4d67d3 commit: 256fc5529af23f16f0dca2d0e24a936e1c4d67d3 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2024-10-31T21:50:20Z summary: [3.13] gh-126256:

[Python-checkins] gh-126256: Update time.rst to use the same clock as instead of the same clock than (#126257)

2024-10-31 Thread sobolevn
https://github.com/python/cpython/commit/d0abd0b826cfa574d1515c6f8459c9901939388f commit: d0abd0b826cfa574d1515c6f8459c9901939388f branch: main author: Alperen Keleş committer: sobolevn date: 2024-10-31T21:44:34Z summary: gh-126256: Update time.rst to use the same clock as instead of the same cl

[Python-checkins] [3.13] gh-126080: fix UAF on `task->task_context` in `task_call_step_soon` due to an evil `loop.__getattribute__` (GH-126120) (#126250)

2024-10-31 Thread willingc
https://github.com/python/cpython/commit/abe64a3780ecaf954cb9bafb5dc6eaee1b680bf4 commit: abe64a3780ecaf954cb9bafb5dc6eaee1b680bf4 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: willingc date: 2024-10-31T19:32:47Z summary: [3.13] gh-126080:

[Python-checkins] [3.12] gh-126080: fix UAF on `task->task_context` in `task_call_step_soon` due to an evil `loop.__getattribute__` (GH-126120) (#126251)

2024-10-31 Thread willingc
https://github.com/python/cpython/commit/dc3c075d9eebc82c63ec54bb3f217d67b2aea914 commit: dc3c075d9eebc82c63ec54bb3f217d67b2aea914 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: willingc date: 2024-10-31T12:33:48-07:00 summary: [3.12] gh-12

[Python-checkins] [3.12] gh-124651: Quote template strings in `venv` activation scripts (GH-124712) (GH-126185)

2024-10-31 Thread vsajip
https://github.com/python/cpython/commit/8450b2482586857d689b6658f08de9c8179af7db commit: 8450b2482586857d689b6658f08de9c8179af7db branch: 3.12 author: Victor Stinner committer: vsajip date: 2024-10-31T18:09:20Z summary: [3.12] gh-124651: Quote template strings in `venv` activation scripts (GH-

[Python-checkins] gh-126080: fix UAF on `task->task_context` in `task_call_step_soon` due to an evil `loop.__getattribute__` (#126120)

2024-10-31 Thread 1st1
https://github.com/python/cpython/commit/0e8665554b2f1334e530fd6de5b3a4e908405419 commit: 0e8665554b2f1334e530fd6de5b3a4e908405419 branch: main author: Bénédikt Tran <[email protected]> committer: 1st1 date: 2024-10-31T10:14:47-07:00 summary: gh-126080: fix UAF on `task->t

[Python-checkins] [3.13] GH-126205: Fix conversion of UNC paths to file URIs (GH-126208) (#126249)

2024-10-31 Thread barneygale
https://github.com/python/cpython/commit/588da2e26a986cb94d9e2aee57f6ecd965adf918 commit: 588da2e26a986cb94d9e2aee57f6ecd965adf918 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: barneygale date: 2024-10-31T16:58:56Z summary: [3.13] GH-12620

[Python-checkins] [3.12] GH-126205: Fix conversion of UNC paths to file URIs (GH-126208) (#126248)

2024-10-31 Thread barneygale
https://github.com/python/cpython/commit/78f307f39e6d3f4ebb172140945ad2ec1ee10811 commit: 78f307f39e6d3f4ebb172140945ad2ec1ee10811 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: barneygale date: 2024-10-31T16:59:15Z summary: [3.12] GH-12620

[Python-checkins] [3.12] gh-126240: handle `NULL` returned by `_Py_asdl_expr_seq_new` (GH-126241) (#126245)

2024-10-31 Thread sobolevn
https://github.com/python/cpython/commit/3416ffaa0844477e006eb1245992262d4cf2e69a commit: 3416ffaa0844477e006eb1245992262d4cf2e69a branch: 3.12 author: Bénédikt Tran <[email protected]> committer: sobolevn date: 2024-10-31T15:04:17Z summary: [3.12] gh-126240: handle `NULL`

[Python-checkins] [3.13] gh-126240: handle `NULL` returned by `_Py_asdl_expr_seq_new` (GH-126241) (#126243)

2024-10-31 Thread sobolevn
https://github.com/python/cpython/commit/80042384b477519ee2b137a841b5a825675bedf5 commit: 80042384b477519ee2b137a841b5a825675bedf5 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2024-10-31T14:57:11Z summary: [3.13] gh-126240:

[Python-checkins] [3.13] gh-126223: Propagate unicode errors in `_interpreters.create()` (GH-126224) (#126242)

2024-10-31 Thread sobolevn
https://github.com/python/cpython/commit/89664d4d482b9873b078df29654e4c3fa8ca066f commit: 89664d4d482b9873b078df29654e4c3fa8ca066f branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2024-10-31T14:46:36Z summary: [3.13] gh-126223:

[Python-checkins] gh-101123: Adapt vararg functions in the math module to Argument Clinic (#126235)

2024-10-31 Thread erlend-aasland
https://github.com/python/cpython/commit/3275cb19530fb5c7115cf8313f1ada9621ed3a92 commit: 3275cb19530fb5c7115cf8313f1ada9621ed3a92 branch: main author: Sergey B Kirpichev committer: erlend-aasland date: 2024-10-31T14:37:47Z summary: gh-101123: Adapt vararg functions in the math module to Argumen

[Python-checkins] gh-126240: handle `NULL` returned by `_Py_asdl_expr_seq_new` (#126241)

2024-10-31 Thread sobolevn
https://github.com/python/cpython/commit/94639f6b7182c2e1a82f2f907b03b5b15202acfa commit: 94639f6b7182c2e1a82f2f907b03b5b15202acfa branch: main author: Bénédikt Tran <[email protected]> committer: sobolevn date: 2024-10-31T17:24:07+03:00 summary: gh-126240: handle `NULL` r

[Python-checkins] gh-126223: Propagate unicode errors in `_interpreters.create()` (#126224)

2024-10-31 Thread sobolevn
https://github.com/python/cpython/commit/01415213d72504eafc159721a8f55d57b374fd9c commit: 01415213d72504eafc159721a8f55d57b374fd9c branch: main author: Peter Bierma committer: sobolevn date: 2024-10-31T17:14:37+03:00 summary: gh-126223: Propagate unicode errors in `_interpreters.create()` (#1262

[Python-checkins] gh-90370: Argument Clinic: avoid temporary tuple creation for varargs (#126064)

2024-10-31 Thread erlend-aasland
https://github.com/python/cpython/commit/8c22eba877225ab29cd64672dcb97f09a5f7336f commit: 8c22eba877225ab29cd64672dcb97f09a5f7336f branch: main author: Sergey B Kirpichev committer: erlend-aasland date: 2024-10-31T11:37:03+01:00 summary: gh-90370: Argument Clinic: avoid temporary tuple creation

[Python-checkins] gh-126083: Fix a reference leak in `asyncio.Task` when reinitializing with new non-`None` context (#126103)

2024-10-31 Thread sobolevn
https://github.com/python/cpython/commit/d07dcce6935364cab807e0df931ed09b088ade69 commit: d07dcce6935364cab807e0df931ed09b088ade69 branch: main author: Nico-Posada <[email protected]> committer: sobolevn date: 2024-10-31T10:47:57+03:00 summary: gh-126083: Fix a refere

[Python-checkins] [3.12] gh-126083: Fix a reference leak in `asyncio.Task` when reinitializing with new non-`None` context (GH-126103) (#126230)

2024-10-31 Thread sobolevn
https://github.com/python/cpython/commit/90de322b32a72c69afafa2fb879676923357cf3a commit: 90de322b32a72c69afafa2fb879676923357cf3a branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2024-10-31T08:19:56Z summary: [3.12] gh-126083:

[Python-checkins] [3.13] gh-126083: Fix a reference leak in `asyncio.Task` when reinitializing with new non-`None` context (GH-126103) (#126229)

2024-10-31 Thread sobolevn
https://github.com/python/cpython/commit/ac00bf0e96d93adf20879217dc7022c7c3a5dc89 commit: ac00bf0e96d93adf20879217dc7022c7c3a5dc89 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2024-10-31T08:14:00Z summary: [3.13] gh-126083: