https://github.com/python/cpython/commit/388e1ca9f08ee5caefd1dd946dc6e236ce73d46f
commit: 388e1ca9f08ee5caefd1dd946dc6e236ce73d46f
branch: main
author: T. Wouters
committer: Yhg1s
date: 2025-02-18T16:52:46-08:00
summary:
gh-115999: Make list and tuple iteration more thread-safe. (#128637)
Make
https://github.com/python/cpython/commit/43898abd9af6d09d7dc276b1172134bf6eac499d
commit: 43898abd9af6d09d7dc276b1172134bf6eac499d
branch: 3.12
author: Miss Islington (bot) <[email protected]>
committer: AA-Turner <[email protected]>
date: 202
https://github.com/python/cpython/commit/5907cd6829c4b610b71bb3ffe4cb7becd1cc9367
commit: 5907cd6829c4b610b71bb3ffe4cb7becd1cc9367
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: AA-Turner <[email protected]>
date: 202
https://github.com/python/cpython/commit/736ad664e0c3be05fad76a764b68ffb700afb612
commit: 736ad664e0c3be05fad76a764b68ffb700afb612
branch: main
author: Adam Turner <[email protected]>
committer: AA-Turner <[email protected]>
date: 2025-02-18T23:45:0
https://github.com/python/cpython/commit/857bdba0ac66ed7963e9fca45ab1a5f7a32b4bfb
commit: 857bdba0ac66ed7963e9fca45ab1a5f7a32b4bfb
branch: main
author: Sam Gross
committer: colesbury
date: 2025-02-18T18:02:42-05:00
summary:
gh-130094: Fix race conditions in `importlib` (gh-130101)
Entries may b
https://github.com/python/cpython/commit/8207454bc00db8efa0e05c93381ecc8e3efc86a7
commit: 8207454bc00db8efa0e05c93381ecc8e3efc86a7
branch: main
author: Tian Gao
committer: gaogaotiantian
date: 2025-02-18T16:55:39-05:00
summary:
gh-124703: Add extra checks for pdb quit test (#130286)
files:
M Li
https://github.com/python/cpython/commit/51d4bf1e0e5349090da72721c865b6c2b28277f3
commit: 51d4bf1e0e5349090da72721c865b6c2b28277f3
branch: main
author: Pablo Galindo Salgado
committer: pablogsal
date: 2025-02-18T17:14:11Z
summary:
bpo-45325: Add a new 'p' parameter to Py_BuildValue to convert an
https://github.com/python/cpython/commit/076300d795cd45706f929c4fd291014e233f6f7a
commit: 076300d795cd45706f929c4fd291014e233f6f7a
branch: main
author: Tian Gao
committer: gaogaotiantian
date: 2025-02-18T10:58:15-05:00
summary:
gh-126944: Show explicit errors when required arguments of pdb comma
https://github.com/python/cpython/commit/427dd10250f94d79bad7927d6ea231950c395bd6
commit: 427dd10250f94d79bad7927d6ea231950c395bd6
branch: main
author: donBarbos
committer: pganssle <[email protected]>
date: 2025-02-18T15:49:28Z
summary:
gh-127260: Improve error consistenc
https://github.com/python/cpython/commit/46ac85e4d9fcffe1a8f921989414a89648b5501a
commit: 46ac85e4d9fcffe1a8f921989414a89648b5501a
branch: main
author: Ken Jin
committer: Fidget-Spinner
date: 2025-02-18T15:48:49Z
summary:
gh-129989: Change Py_TAIL_CALL_INTERP ifndef to ! (#130269)
Change Py_TAI
https://github.com/python/cpython/commit/dab456dcefd886bde44eb204dc6f1b2f14de0e9d
commit: dab456dcefd886bde44eb204dc6f1b2f14de0e9d
branch: main
author: Jacob Walls
committer: serhiy-storchaka
date: 2025-02-18T17:19:04+02:00
summary:
gh-130164: Fix inspect.Signature.bind() handling of positional-
https://github.com/python/cpython/commit/0931693f95b218bbc93db2e84f619e5081b14cba
commit: 0931693f95b218bbc93db2e84f619e5081b14cba
branch: 3.12
author: sobolevn
committer: sobolevn
date: 2025-02-18T17:18:30+03:00
summary:
[3.12] gh-130160: use `option` instead of `cmdoption` in `dis.rst` (GH-130
https://github.com/python/cpython/commit/01ba7df49966eaf14f44962a77898840c70dda96
commit: 01ba7df49966eaf14f44962a77898840c70dda96
branch: main
author: Stan Ulbrych <[email protected]>
committer: serhiy-storchaka
date: 2025-02-18T15:59:34+02:00
summary:
gh-44827: I
https://github.com/python/cpython/commit/57e8b0cbee16054e38d8470b923f2d074ebd02e7
commit: 57e8b0cbee16054e38d8470b923f2d074ebd02e7
branch: 3.13
author: sobolevn
committer: sobolevn
date: 2025-02-18T13:55:30Z
summary:
[3.13] gh-130160: use `option` instead of `cmdoption` in `dis.rst` (GH-130255)
https://github.com/python/cpython/commit/185ac5adafb70a207b9d9ac7cb7808942813b832
commit: 185ac5adafb70a207b9d9ac7cb7808942813b832
branch: main
author: Bénédikt Tran <[email protected]>
committer: encukou
date: 2025-02-18T14:48:21+01:00
summary:
gh-78: fix UBSan failur
https://github.com/python/cpython/commit/97d0011e7ec0c8222de46ce581b8bac3cc7a
commit: 97d0011e7ec0c8222de46ce581b8bac3cc7a
branch: main
author: sobolevn
committer: sobolevn
date: 2025-02-18T15:54:14+03:00
summary:
gh-130160: use `option` instead of `cmdoption` in `dis.rst` (#130255)
fil
https://github.com/python/cpython/commit/aeefac90b7363586b34d6617d4997b8b5b9ff5bf
commit: aeefac90b7363586b34d6617d4997b8b5b9ff5bf
branch: 3.12
author: Miss Islington (bot) <[email protected]>
committer: pfmoore
date: 2025-02-18T12:53:02Z
summary:
[3.12] gh-130160:
https://github.com/python/cpython/commit/a273543444a32158396dd2e9215bd37a7fce4fc0
commit: a273543444a32158396dd2e9215bd37a7fce4fc0
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: pfmoore
date: 2025-02-18T12:51:33Z
summary:
[3.13] gh-130160:
https://github.com/python/cpython/commit/2e01a7124ab0d5dd83c0a99cd5259c83ed1cc912
commit: 2e01a7124ab0d5dd83c0a99cd5259c83ed1cc912
branch: 3.11
author: Hugo van Kemenade <[email protected]>
committer: hugovk <[email protected]>
date: 2025-02-18T14:16:23+0
https://github.com/python/cpython/commit/8cd7f8bf8d6b62f30a8bba1f968eb0c593a8781a
commit: 8cd7f8bf8d6b62f30a8bba1f968eb0c593a8781a
branch: main
author: Kanishk Pachauri
committer: pfmoore
date: 2025-02-18T12:09:22Z
summary:
gh-130160: use `.. program::` directive for documenting `ensurepip` CLI
https://github.com/python/cpython/commit/2e3e65380b91124267212114c7f62b85edf6e810
commit: 2e3e65380b91124267212114c7f62b85edf6e810
branch: main
author: Kumar Aditya
committer: kumaraditya303
date: 2025-02-18T12:08:25Z
summary:
improve `test_tasks` to use correct idiom for starting task in asynci
https://github.com/python/cpython/commit/5d83b6c1605f533473d25a9383cf7db9d5978d07
commit: 5d83b6c1605f533473d25a9383cf7db9d5978d07
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: serhiy-storchaka
date: 2025-02-18T13:18:37+02:00
summary:
[3.1
https://github.com/python/cpython/commit/fe6c43ec391c6d67cb726771e51660e6e675e54b
commit: fe6c43ec391c6d67cb726771e51660e6e675e54b
branch: 3.9
author: Petr Viktorin
committer: hugovk <[email protected]>
date: 2025-02-18T11:15:37+02:00
summary:
[3.9] gh-129641: Docs GHA build
https://github.com/python/cpython/commit/474f3d3244c262649e9e7d981c815df3d3849dcf
commit: 474f3d3244c262649e9e7d981c815df3d3849dcf
branch: 3.9
author: Miss Islington (bot) <[email protected]>
committer: hugovk <[email protected]>
date: 2025-02-18
https://github.com/python/cpython/commit/d09105c0dfbb9ca2a5b41f5348c2401d662d9473
commit: d09105c0dfbb9ca2a5b41f5348c2401d662d9473
branch: 3.10
author: Petr Viktorin
committer: hugovk <[email protected]>
date: 2025-02-18T10:42:42+02:00
summary:
[3.10] gh-129509: Add required
https://github.com/python/cpython/commit/4a6415cbacf72d782002f49cde9fccfd5b3f92c4
commit: 4a6415cbacf72d782002f49cde9fccfd5b3f92c4
branch: 3.12
author: Serhiy Storchaka
committer: serhiy-storchaka
date: 2025-02-18T08:18:40Z
summary:
[3.12] gh-130230: Add new tests for 3-arg pow() with Decimal (G
26 matches
Mail list logo