[Python-checkins] Drop explicit tool installation in the dev container (GH-138211)

2025-08-27 Thread brettcannon
https://github.com/python/cpython/commit/d910b93f786982a11d7d6b7562716c2f50513f00 commit: d910b93f786982a11d7d6b7562716c2f50513f00 branch: main author: Brett Cannon committer: brettcannon date: 2025-08-27T23:41:31Z summary: Drop explicit tool installation in the dev container (GH-138211) This i

[Python-checkins] [3.13] bpo-41839: Fix error checking in sched_get_priority_ functions (GH-22374) (GH-138202)

2025-08-27 Thread serhiy-storchaka
https://github.com/python/cpython/commit/502ca0d1adc98775a7b92b5259c275ea2051b475 commit: 502ca0d1adc98775a7b92b5259c275ea2051b475 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-08-27T18:05:36Z summary: [3.13] bp

[Python-checkins] bpo-41839: Fix error checking in sched_get_priority_ functions (GH-22374)

2025-08-27 Thread serhiy-storchaka
https://github.com/python/cpython/commit/bbcb75c986c47887e6c0757e63d59cd7af544f39 commit: bbcb75c986c47887e6c0757e63d59cd7af544f39 branch: main author: Jakub KulĂ­k committer: serhiy-storchaka date: 2025-08-27T20:41:14+03:00 summary: bpo-41839: Fix error checking in sched_get_priority_ functions

[Python-checkins] gh-138122: Implement PEP 799 (#138142)

2025-08-27 Thread pablogsal
https://github.com/python/cpython/commit/56eb6b64a0323e3ad391324a69bdbec6448729b1 commit: 56eb6b64a0323e3ad391324a69bdbec6448729b1 branch: main author: Pablo Galindo Salgado committer: pablogsal date: 2025-08-27T17:52:50+01:00 summary: gh-138122: Implement PEP 799 (#138142) files: A Lib/profile

[Python-checkins] [3.14] gh-137576: Fix for Basic REPL showing incorrect code in tracebacks with `PYTHONSTARTUP` (GH-137625) (#137771)

2025-08-27 Thread hugovk
https://github.com/python/cpython/commit/6d30edbae279cb8f47d9bb24231a9d4eddafb635 commit: 6d30edbae279cb8f47d9bb24231a9d4eddafb635 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-08-2

[Python-checkins] [3.13] Docs: Fix typo in `shutil.make_archive` example (GH-138188) (GH-138196)

2025-08-27 Thread ZeroIntensity
https://github.com/python/cpython/commit/d6a346055b75f22ac1b5c069bac0f2b0ba969389 commit: d6a346055b75f22ac1b5c069bac0f2b0ba969389 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-08-27T16:03:28Z summary: [3.13] Docs:

[Python-checkins] Docs: Fix typo in `shutil.make_archive` example (GH-138188)

2025-08-27 Thread ZeroIntensity
https://github.com/python/cpython/commit/f733e428f8d19cb211f24ca7fb8abf65e1f2efed commit: f733e428f8d19cb211f24ca7fb8abf65e1f2efed branch: main author: Andreas Pelme committer: ZeroIntensity date: 2025-08-27T11:57:37-04:00 summary: Docs: Fix typo in `shutil.make_archive` example (GH-138188) fil

[Python-checkins] [3.14] gh-133403: Run `mypy` on `Tools/build/check_warnings.py` (GH-137700) (#137763)

2025-08-27 Thread hugovk
https://github.com/python/cpython/commit/e3fb55ed2d7e04629eadfcdc2f6254da149e81d2 commit: e3fb55ed2d7e04629eadfcdc2f6254da149e81d2 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-08-2

[Python-checkins] [3.14] gh-137740: Clarify `__del__` invocation mechanism in reference counting (GH-137741) (#138113)

2025-08-27 Thread hugovk
https://github.com/python/cpython/commit/5caa6cde5850c2fb1643e95083235e27e3b50dae commit: 5caa6cde5850c2fb1643e95083235e27e3b50dae branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-08-2

[Python-checkins] [3.14] enhance docs for critical sections (GH-137334) (#138167)

2025-08-27 Thread hugovk
https://github.com/python/cpython/commit/97c6d725e10fee388787265488a344a4d6341390 commit: 97c6d725e10fee388787265488a344a4d6341390 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-08-2

[Python-checkins] [3.14] gh-137526: Fix broken link to drdobbs journal in difflib.rst (GH-137527) (#137531)

2025-08-27 Thread hugovk
https://github.com/python/cpython/commit/7a6d8d4c95fceccbf60627be8e1b6be56ff0701e commit: 7a6d8d4c95fceccbf60627be8e1b6be56ff0701e branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-08-2

[Python-checkins] [3.14] gh-44538: Mention nested classes/functions in doctest docs (GH-137870) (#137918)

2025-08-27 Thread hugovk
https://github.com/python/cpython/commit/27a2152a9b976ea09bd6de02f44acef29581bd36 commit: 27a2152a9b976ea09bd6de02f44acef29581bd36 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-08-2

[Python-checkins] [3.14] gh-138011: Clarify tutorial method object example code (GH-138014) (#138025)

2025-08-27 Thread hugovk
https://github.com/python/cpython/commit/9e5ca3a411875b9557a1132720551f79d0ac8553 commit: 9e5ca3a411875b9557a1132720551f79d0ac8553 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-08-2

[Python-checkins] [3.14] gh-137609: Update signatures of builtins in the documentation (GH-137610) (#138137)

2025-08-27 Thread hugovk
https://github.com/python/cpython/commit/cc38a572336f816b570b7986fee6ec713c09951a commit: cc38a572336f816b570b7986fee6ec713c09951a branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-08-2

[Python-checkins] [3.14] gh-138098: Clarify strong references in `PyDict_Next` docs on the free-threaded build (GH-138106) (#138141)

2025-08-27 Thread hugovk
https://github.com/python/cpython/commit/65bf6f549b7ff0a120a88e57b6831e3279f6b3ca commit: 65bf6f549b7ff0a120a88e57b6831e3279f6b3ca branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-08-2

[Python-checkins] [3.14] gh-138148: Fix grammatical error in the `asynchronous generator iterator` term (GH-138155) (#138159)

2025-08-27 Thread hugovk
https://github.com/python/cpython/commit/86f7bb7edec969114edbd864437e35eb722da2a9 commit: 86f7bb7edec969114edbd864437e35eb722da2a9 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-08-2

[Python-checkins] [3.14] GH-132775: Fix argument parsing for ``_interpqueues.put()`` (GH-137686) (#138034)

2025-08-27 Thread hugovk
https://github.com/python/cpython/commit/6c2d42f3f23848f8527fb9d2db737ee419433895 commit: 6c2d42f3f23848f8527fb9d2db737ee419433895 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-08-2

[Python-checkins] [3.13] gh-71679: Improve tests for repr() of bytes and bytearray (GH-138180) (GH-138183)

2025-08-27 Thread serhiy-storchaka
https://github.com/python/cpython/commit/cdafa05fd5f2838533ce2fb3cfe40c9de27cf63d commit: cdafa05fd5f2838533ce2fb3cfe40c9de27cf63d branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-08-27T10:46:33Z summary: [3.13] gh

[Python-checkins] gh-71679: Improve tests for repr() of bytes and bytearray (GH-138180)

2025-08-27 Thread serhiy-storchaka
https://github.com/python/cpython/commit/0dbbf61cc2550428ff99daee367364c688031e1a commit: 0dbbf61cc2550428ff99daee367364c688031e1a branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-08-27T13:24:28+03:00 summary: gh-71679: Improve tests for repr() of bytes and bytearray