[Python-checkins] Revert "gh-137969: Fix evaluation of `ref.evaluate(format=Format.FORWARDREF)` objects (#138075)" (#140930)

2025-11-02 Thread JelleZijlstra
https://github.com/python/cpython/commit/349de57839afcd1a1813a0cb53ba9cf1610ba7a5 commit: 349de57839afcd1a1813a0cb53ba9cf1610ba7a5 branch: main author: Jelle Zijlstra committer: JelleZijlstra date: 2025-11-02T21:35:15-08:00 summary: Revert "gh-137969: Fix evaluation of `ref.evaluate(format=Forma

[Python-checkins] [3.14] gh-140693: Improve `argparse` documentation about controlling color (GH-140737) (#140932)

2025-11-02 Thread savannahostrowski
https://github.com/python/cpython/commit/fa9bb9a09273c7fba8023b24069f570797de01b4 commit: fa9bb9a09273c7fba8023b24069f570797de01b4 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: savannahostrowski date: 2025-11-02T21:08:47-08:00 summary: [3.

[Python-checkins] Remove redundant `sys.exit(2)` call in `pdb` CLI (#139948)

2025-11-02 Thread gaogaotiantian
https://github.com/python/cpython/commit/121c219e302365e63eef0aef81b94a3de7a37fec commit: 121c219e302365e63eef0aef81b94a3de7a37fec branch: main author: Frost Ming committer: gaogaotiantian date: 2025-11-02T18:47:18-08:00 summary: Remove redundant `sys.exit(2)` call in `pdb` CLI (#139948) files:

[Python-checkins] [3.14] gh-137969: Fix evaluation of `ref.evaluate(format=Format.FORWARDREF)` objects (GH-138075) (#140929)

2025-11-02 Thread JelleZijlstra
https://github.com/python/cpython/commit/cdb6fe89ae3a4bfbffb91290dbf9db0c4af85cd5 commit: cdb6fe89ae3a4bfbffb91290dbf9db0c4af85cd5 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: JelleZijlstra date: 2025-11-03T01:45:44Z summary: [3.14] gh-13

[Python-checkins] gh-137969: Fix evaluation of `ref.evaluate(format=Format.FORWARDREF)` objects (#138075)

2025-11-02 Thread JelleZijlstra
https://github.com/python/cpython/commit/63e01d6bae9ddc9ff35aca2134945670eacef163 commit: 63e01d6bae9ddc9ff35aca2134945670eacef163 branch: main author: dr-carlos <[email protected]> committer: JelleZijlstra date: 2025-11-02T17:20:30-08:00 summary: gh-137969: Fix evaluati

[Python-checkins] [3.14] gh-138425: Correctly partially evaluate global generics with undefined params in `ref.evaluate(format=Format.FORWARDREF)` (GH-138430) (#140927)

2025-11-02 Thread JelleZijlstra
https://github.com/python/cpython/commit/23e3771045b412be19ce2d702eb7736d5df1f920 commit: 23e3771045b412be19ce2d702eb7736d5df1f920 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: JelleZijlstra date: 2025-11-02T23:41:49Z summary: [3.14] gh-13

[Python-checkins] gh-138425: Correctly partially evaluate global generics with undefined params in `ref.evaluate(format=Format.FORWARDREF)` (#138430)

2025-11-02 Thread JelleZijlstra
https://github.com/python/cpython/commit/e66f87ca73516efb4aec1f2f056d2a4efd73248a commit: e66f87ca73516efb4aec1f2f056d2a4efd73248a branch: main author: dr-carlos <[email protected]> committer: JelleZijlstra date: 2025-11-02T15:15:47-08:00 summary: gh-138425: Correctly pa

[Python-checkins] gh-140693: Improve `argparse` documentation about controlling color (#140737)

2025-11-02 Thread savannahostrowski
https://github.com/python/cpython/commit/31de83d5e2e17f4e9a37e08b384bab916e1da7c1 commit: 31de83d5e2e17f4e9a37e08b384bab916e1da7c1 branch: main author: Krishna Chaitanya <[email protected]> committer: savannahostrowski date: 2025-11-02T13:58:16-08:00 summary: gh-14069

[Python-checkins] gh-140808: Remove __class_getitem__ from mailbox._ProxyFile (#140838)

2025-11-02 Thread emmatyping
https://github.com/python/cpython/commit/9e5628ad68b768e2a8f0bcd3204b0027e238c45c commit: 9e5628ad68b768e2a8f0bcd3204b0027e238c45c branch: main author: Sebastian Rittau committer: emmatyping date: 2025-11-02T13:56:59-08:00 summary: gh-140808: Remove __class_getitem__ from mailbox._ProxyFile (#14

[Python-checkins] [3.13] gh-135307: Fix email error when policy max_line_length is set to 0 or None (GH-135367) (#140917)

2025-11-02 Thread bitdancer
https://github.com/python/cpython/commit/10af8404b4be19183822d2d3e36288a8d1418a1c commit: 10af8404b4be19183822d2d3e36288a8d1418a1c branch: 3.13 author: Jiucheng(Oliver) committer: bitdancer date: 2025-11-02T15:20:29-05:00 summary: [3.13] gh-135307: Fix email error when policy max_line_length is

[Python-checkins] [3.14] gh-135307: Fix email error when policy max_line_length is set to 0 or None (GH-135367) (#140915)

2025-11-02 Thread bitdancer
https://github.com/python/cpython/commit/7e1bac6a1aa6705c2386d80f093e575106de3340 commit: 7e1bac6a1aa6705c2386d80f093e575106de3340 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: bitdancer date: 2025-11-02T10:03:12-05:00 summary: [3.14] gh-1

[Python-checkins] gh-135307: Fix email error when policy max_line_length is set to 0 or None (#135367)

2025-11-02 Thread bitdancer
https://github.com/python/cpython/commit/6d45cd8dbb07ae020ec07f2c3375dd06e52377f6 commit: 6d45cd8dbb07ae020ec07f2c3375dd06e52377f6 branch: main author: Jiucheng(Oliver) committer: bitdancer date: 2025-11-02T09:32:14-05:00 summary: gh-135307: Fix email error when policy max_line_length is set to

[Python-checkins] [3.14] Docs: avoid informal formulation in `Doc/c-api/conversion.rst` (GH-140898) (#140912)

2025-11-02 Thread picnixz
https://github.com/python/cpython/commit/6ab4dfb5604475b63d32bb050120704ea45fd05b commit: 6ab4dfb5604475b63d32bb050120704ea45fd05b branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: picnixz <[email protected]> date: 2025-1

[Python-checkins] [3.13] Docs: avoid informal formulation in `Doc/c-api/conversion.rst` (GH-140898) (#140913)

2025-11-02 Thread picnixz
https://github.com/python/cpython/commit/b8910fc4446c245ebe2aeff2eaf99b490887619c commit: b8910fc4446c245ebe2aeff2eaf99b490887619c branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: picnixz <[email protected]> date: 2025-1

[Python-checkins] Docs: avoid informal formulation in `Doc/c-api/conversion.rst` (#140898)

2025-11-02 Thread picnixz
https://github.com/python/cpython/commit/173cc53d9fdc596d7a19102fa407c829f9c71516 commit: 173cc53d9fdc596d7a19102fa407c829f9c71516 branch: main author: RayXu <[email protected]> committer: picnixz <[email protected]> date: 2025-11-02T13:49:49Z s

[Python-checkins] [3.13] gh-90949: add Expat API to prevent XML deadly allocations (CVE-2025-59375) (GH-139234) (#139367)

2025-11-02 Thread picnixz
https://github.com/python/cpython/commit/bc36bd1786b8921546b70d745aef3912af588bbb commit: bc36bd1786b8921546b70d745aef3912af588bbb branch: 3.13 author: Sebastian Pipping committer: picnixz <[email protected]> date: 2025-11-02T12:39:11Z summary: [3.13] gh-90949: add Expat A

[Python-checkins] gh-134786: raise error if `Py_TPFLAGS_MANAGED_WEAKREF` or `Py_TPFLAGS_MANAGED_DICT` is used without `Py_TPFLAGS_HAVE_GC` set (#135863)

2025-11-02 Thread kumaraditya303
https://github.com/python/cpython/commit/da65f38a94c3da515ef7e5081cb5fe81ce97f98e commit: da65f38a94c3da515ef7e5081cb5fe81ce97f98e branch: main author: Sergey Miryanov committer: kumaraditya303 date: 2025-11-02T16:34:49+05:30 summary: gh-134786: raise error if `Py_TPFLAGS_MANAGED_WEAKREF` or `P

[Python-checkins] [3.13] Docs: fix some grammatical errors in `Doc/c-api/dict.rst` (GH-140899) (#140902)

2025-11-02 Thread picnixz
https://github.com/python/cpython/commit/6ba31ca5d513614a90e77a11619385434d75d625 commit: 6ba31ca5d513614a90e77a11619385434d75d625 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: picnixz <[email protected]> date: 2025-1

[Python-checkins] [3.14] Docs: fix some grammatical errors in `Doc/c-api/dict.rst` (GH-140899) (#140901)

2025-11-02 Thread picnixz
https://github.com/python/cpython/commit/4d7fab9b15f9ce9239af809064fe5ce70faab433 commit: 4d7fab9b15f9ce9239af809064fe5ce70faab433 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: picnixz <[email protected]> date: 2025-1

[Python-checkins] [3.14] gh-90949: add Expat API to prevent XML deadly allocations (CVE-2025-59375) (GH-139234) (#139359)

2025-11-02 Thread picnixz
https://github.com/python/cpython/commit/bf2865f80f50d0a9a4ea7082ced6087fa76b6f7c commit: bf2865f80f50d0a9a4ea7082ced6087fa76b6f7c branch: 3.14 author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-11-02T09:33:36Z

[Python-checkins] Docs: fix some grammatical errors in `Doc/c-api/dict.rst` (#140899)

2025-11-02 Thread picnixz
https://github.com/python/cpython/commit/d12cbf2865d2845d238f697ddace83face814972 commit: d12cbf2865d2845d238f697ddace83face814972 branch: main author: RayXu <[email protected]> committer: picnixz <[email protected]> date: 2025-11-02T09:31:26+01