[Python-checkins] gh-128438: Use `EnvironmentVarGuard` for `test_{builtin,io,locale}.py` (#128476)

2025-01-15 Thread picnixz
https://github.com/python/cpython/commit/ae7f621c33c854334c69cf97260c7516170dcf0d commit: ae7f621c33c854334c69cf97260c7516170dcf0d branch: main author: Yan Yanchii committer: picnixz <10796600+picn...@users.noreply.github.com> date: 2025-01-15T10:38:43+01:00 summary: gh-128438: Use `EnvironmentVa

[Python-checkins] Fix typo in `Lib/asyncio/futures.py` (#128819)

2025-01-15 Thread kumaraditya303
https://github.com/python/cpython/commit/1a1056d394a489d229b26c06c7c79aa9c06696f6 commit: 1a1056d394a489d229b26c06c7c79aa9c06696f6 branch: main author: Wang Ran (汪然) committer: kumaraditya303 date: 2025-01-15T17:54:31+05:30 summary: Fix typo in `Lib/asyncio/futures.py` (#128819) files: M Lib/as

[Python-checkins] gh-128816: Fix warnings in test_doctest (GH-128817)

2025-01-15 Thread serhiy-storchaka
https://github.com/python/cpython/commit/599be687ec7327c30c6469cf743aa4ee9e82232d commit: 599be687ec7327c30c6469cf743aa4ee9e82232d branch: main author: Thomas Grainger committer: serhiy-storchaka date: 2025-01-15T15:05:59+02:00 summary: gh-128816: Fix warnings in test_doctest (GH-128817) * Fix

[Python-checkins] [3.12] gh-128833: Patch `test_embed.test_specialized_static_code_gets_unspecialized_at_Py_FINALIZE` on Windows (#128860)

2025-01-15 Thread ambv
https://github.com/python/cpython/commit/6c9b7e591b8d19fce53f8ad0e5d617a1c1842319 commit: 6c9b7e591b8d19fce53f8ad0e5d617a1c1842319 branch: 3.12 author: Bénédikt Tran <10796600+picn...@users.noreply.github.com> committer: ambv date: 2025-01-15T14:22:45+01:00 summary: [3.12] gh-128833: Patch `tes

[Python-checkins] gh-128807: Add marking phase for free-threaded cyclic GC (gh-128808)

2025-01-15 Thread nascheme
https://github.com/python/cpython/commit/080f444a58dae1bb76a87ce746a09fd499792cfb commit: 080f444a58dae1bb76a87ce746a09fd499792cfb branch: main author: Neil Schemenauer committer: nascheme date: 2025-01-15T11:27:28-08:00 summary: gh-128807: Add marking phase for free-threaded cyclic GC (gh-12880

[Python-checkins] gh-128679: Redesign tracemalloc locking (#128888)

2025-01-15 Thread vstinner
https://github.com/python/cpython/commit/36c5e3bcc25700645d19eba65dcdf22acd99a7a8 commit: 36c5e3bcc25700645d19eba65dcdf22acd99a7a8 branch: main author: Victor Stinner committer: vstinner date: 2025-01-15T20:22:44Z summary: gh-128679: Redesign tracemalloc locking (#12) * Use TABLES_LOCK() to

[Python-checkins] [3.13] gh-67206: Document that `string.printable` is not printable in the POSIX sense (GH-128820) (#128868)

2025-01-15 Thread picnixz
https://github.com/python/cpython/commit/639e0f36affa412ab619098298df4429a860a1c9 commit: 639e0f36affa412ab619098298df4429a860a1c9 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: picnixz <10796600+picn...@users.noreply.github.com> date: 2025-0

[Python-checkins] gh-97850: Suggest `TraversableResources` as the alternative for `ResourceLoader` (GH-128601)

2025-01-15 Thread brettcannon
https://github.com/python/cpython/commit/256d6d2131541b3ff8f06f42c8157f808fde464c commit: 256d6d2131541b3ff8f06f42c8157f808fde464c branch: main author: Tomas R. committer: brettcannon date: 2025-01-15T12:47:36-08:00 summary: gh-97850: Suggest `TraversableResources` as the alternative for `Resou

[Python-checkins] [3.13] gh-97850: Suggest `TraversableResources` as the alternative for `ResourceLoader` (GH-128601) (GH-128895)

2025-01-15 Thread brettcannon
https://github.com/python/cpython/commit/714b85136bf5974786e66730e5006b79ba6d6728 commit: 714b85136bf5974786e66730e5006b79ba6d6728 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: brettcannon date: 2025-01-15T20:53:17Z summary: [3.13] gh-9785

[Python-checkins] [3.12] gh-67206: Document that `string.printable` is not printable in the POSIX sense (GH-128820) (#128867)

2025-01-15 Thread picnixz
https://github.com/python/cpython/commit/85255c4df2c7758de45f4c972f749f05c5c95127 commit: 85255c4df2c7758de45f4c972f749f05c5c95127 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: picnixz <10796600+picn...@users.noreply.github.com> date: 2025-0

[Python-checkins] [3.12] gh-128874: Fix the documentation for blurb 2.0 (GH-128875) (#128878)

2025-01-15 Thread vstinner
https://github.com/python/cpython/commit/5675e06eca6204a80d52673d3660932ed3d777d1 commit: 5675e06eca6204a80d52673d3660932ed3d777d1 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: vstinner date: 2025-01-15T14:20:08Z summary: [3.12] gh-128874:

[Python-checkins] gh-128874: Fix the documentation for blurb 2.0 (#128875)

2025-01-15 Thread vstinner
https://github.com/python/cpython/commit/40a4d88a14c741172a158683c39d232c587c6f11 commit: 40a4d88a14c741172a158683c39d232c587c6f11 branch: main author: Victor Stinner committer: vstinner date: 2025-01-15T15:12:40+01:00 summary: gh-128874: Fix the documentation for blurb 2.0 (#128875) files: M M

[Python-checkins] gh-128016: Improved invalid escape sequence warning message (#128020)

2025-01-15 Thread vstinner
https://github.com/python/cpython/commit/8d8b854824c4723d7c5924f1d5c6a397ea7214a5 commit: 8d8b854824c4723d7c5924f1d5c6a397ea7214a5 branch: main author: Umar Butler <8473183+umarbut...@users.noreply.github.com> committer: vstinner date: 2025-01-15T18:00:54+01:00 summary: gh-128016: Improved invali

[Python-checkins] gh-121604: fix ResourceLoader deprecation warning message (GH-128859)

2025-01-15 Thread brettcannon
https://github.com/python/cpython/commit/d05140f9f77d7dfc753dd1e5ac3a5962aaa03eff commit: d05140f9f77d7dfc753dd1e5ac3a5962aaa03eff branch: main author: Thomas Grainger committer: brettcannon date: 2025-01-15T21:13:59Z summary: gh-121604: fix ResourceLoader deprecation warning message (GH-128859)

[Python-checkins] [3.12] gh-97850: Suggest `TraversableResources` as the alternative for `ResourceLoader` (GH-128601) (GH-128896)

2025-01-15 Thread brettcannon
https://github.com/python/cpython/commit/0308bcfa04edc2934c34fd00be38503d415c8bf2 commit: 0308bcfa04edc2934c34fd00be38503d415c8bf2 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: brettcannon date: 2025-01-15T20:55:06Z summary: [3.12] gh-9785

[Python-checkins] gh-128891: add specialized opcodes to opcode.opname (#128892)

2025-01-15 Thread iritkatriel
https://github.com/python/cpython/commit/5eee2fe2b05c1a2836184e047fbd4176945cbf10 commit: 5eee2fe2b05c1a2836184e047fbd4176945cbf10 branch: main author: Irit Katriel <1055913+iritkatr...@users.noreply.github.com> committer: iritkatriel <1055913+iritkatr...@users.noreply.github.com> date: 2025-01-15T