[Python-checkins] Fix typo in TLS docs (#140640)

2025-10-26 Thread kumaraditya303
https://github.com/python/cpython/commit/f5da369e20498b1c14ee835c70478c31c8df29bd commit: f5da369e20498b1c14ee835c70478c31c8df29bd branch: main author: da-woods committer: kumaraditya303 date: 2025-10-27T10:28:30+05:30 summary: Fix typo in TLS docs (#140640) files: M Doc/c-api/init.rst diff --

[Python-checkins] gh-138944: Fix `SyntaxError` message for invalid syntax following valid import-as statement (#138945)

2025-10-26 Thread pablogsal
https://github.com/python/cpython/commit/3dab11f888fda34c02734e4468d1acd4c36927fe commit: 3dab11f888fda34c02734e4468d1acd4c36927fe branch: main author: Brian Schubert committer: pablogsal date: 2025-10-26T22:35:21Z summary: gh-138944: Fix `SyntaxError` message for invalid syntax following valid

[Python-checkins] gh-140609: delete unused `_stdlib_enums` in enum.py (#140618)

2025-10-26 Thread vstinner
https://github.com/python/cpython/commit/9d34623eb11c4c6f8ba0ba8eb4e920dd8444be42 commit: 9d34623eb11c4c6f8ba0ba8eb4e920dd8444be42 branch: main author: yihong committer: vstinner date: 2025-10-26T18:37:31+01:00 summary: gh-140609: delete unused `_stdlib_enums` in enum.py (#140618) Signed-off-by

[Python-checkins] [3.13] gh-137568: Ignore startup file in `test_dumb_terminal_exits_cleanly` (GH-140295) (GH-140632)

2025-10-26 Thread ZeroIntensity
https://github.com/python/cpython/commit/15f92e66eb72c382852ffa28884cc7384aec4f1f commit: 15f92e66eb72c382852ffa28884cc7384aec4f1f branch: 3.13 author: Bartosz Sławecki committer: ZeroIntensity date: 2025-10-26T15:36:47Z summary: [3.13] gh-137568: Ignore startup file in `test_dumb_terminal_exits

[Python-checkins] [3.13] gh-140593: Fix a memory leak in function `my_ElementDeclHandler` of `pyexpat` (GH-140602) (#140630)

2025-10-26 Thread picnixz
https://github.com/python/cpython/commit/7abbf518399451e7349815e882259ef0a8242b3d commit: 7abbf518399451e7349815e882259ef0a8242b3d branch: 3.13 author: Sebastian Pipping committer: picnixz <[email protected]> date: 2025-10-26T15:22:20Z summary: [3.13] gh-140593: Fix a memo

[Python-checkins] [3.14] gh-140593: Fix a memory leak in function `my_ElementDeclHandler` of `pyexpat` (GH-140602) (#140629)

2025-10-26 Thread picnixz
https://github.com/python/cpython/commit/842c49b35432a5f0bcbe1145f0f8cea904249cd4 commit: 842c49b35432a5f0bcbe1145f0f8cea904249cd4 branch: 3.14 author: Sebastian Pipping committer: picnixz <[email protected]> date: 2025-10-26T15:19:18Z summary: [3.14] gh-140593: Fix a memo

[Python-checkins] [3.14] gh-137568: Ignore startup file in `test_dumb_terminal_exits_cleanly` (GH-140295) (GH-140628)

2025-10-26 Thread ZeroIntensity
https://github.com/python/cpython/commit/30ee67b2e408fecc61ff20a001b93d85c9815838 commit: 30ee67b2e408fecc61ff20a001b93d85c9815838 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-10-26T15:15:49Z summary: [3.14] gh-13

[Python-checkins] gh-137568: Ignore startup file in `test_dumb_terminal_exits_cleanly` (GH-140295)

2025-10-26 Thread ZeroIntensity
https://github.com/python/cpython/commit/06c779474c7f53bccb8ebf42c66e73b2488bf488 commit: 06c779474c7f53bccb8ebf42c66e73b2488bf488 branch: main author: Bartosz Sławecki committer: ZeroIntensity date: 2025-10-26T10:48:03-04:00 summary: gh-137568: Ignore startup file in `test_dumb_terminal_exits_c

[Python-checkins] gh-140593: Fix a memory leak in function `my_ElementDeclHandler` of `pyexpat` (#140602)

2025-10-26 Thread picnixz
https://github.com/python/cpython/commit/e34a5e33049ce845de646cf24a498766a2da3586 commit: e34a5e33049ce845de646cf24a498766a2da3586 branch: main author: Sebastian Pipping committer: picnixz <[email protected]> date: 2025-10-26T13:45:32Z summary: gh-140593: Fix a memory leak

[Python-checkins] [3.14] gh-133346: add tests for `_colorize.Theme` (GH-139687) (#140622)

2025-10-26 Thread picnixz
https://github.com/python/cpython/commit/46a3fd2da56737c6343977882b0858b35bfd05cd commit: 46a3fd2da56737c6343977882b0858b35bfd05cd branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: picnixz <[email protected]> date: 2025-1

[Python-checkins] gh-133346: add tests for `_colorize.Theme` (#139687)

2025-10-26 Thread picnixz
https://github.com/python/cpython/commit/37827c17526b7d3e1275861a1207be71aef6b284 commit: 37827c17526b7d3e1275861a1207be71aef6b284 branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-10-26T12:07:31Z

[Python-checkins] [3.14] gh-133346: make `_colorize.Argparse` kw-only constructible (GH-140620) (#140621)

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

[Python-checkins] gh-133346: make `_colorize.Argparse` kw-only constructible (#140620)

2025-10-26 Thread picnixz
https://github.com/python/cpython/commit/387ac2d2f3a9de139d2e1ad5f0dc7996af015f54 commit: 387ac2d2f3a9de139d2e1ad5f0dc7996af015f54 branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-10-26T11:33:57Z

[Python-checkins] gh-76007: Deprecate `__version__` attribute in `decimal` (#140302)

2025-10-26 Thread vstinner
https://github.com/python/cpython/commit/00026d19c272d1cf3527027bd6f9de910ff45070 commit: 00026d19c272d1cf3527027bd6f9de910ff45070 branch: main author: Stan Ulbrych <[email protected]> committer: vstinner date: 2025-10-26T12:01:04+01:00 summary: gh-76007: Deprecate

[Python-checkins] [3.13] Docs: Fix a grammatical error in `Doc/c-api/codec.rst` (GH-140612) (#140617)

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

[Python-checkins] [3.14] Docs: Fix a grammatical error in `Doc/c-api/codec.rst` (GH-140612) (#140616)

2025-10-26 Thread picnixz
https://github.com/python/cpython/commit/57ba6aedf6c11b52154e0ba17ae86bb8bcabd574 commit: 57ba6aedf6c11b52154e0ba17ae86bb8bcabd574 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: picnixz <[email protected]> date: 2025-1

[Python-checkins] Docs: Fix a grammatical error in `Doc/c-api/codec.rst` (#140612)

2025-10-26 Thread picnixz
https://github.com/python/cpython/commit/33b2ca80bb073e25b8e23691da96cf0eda67c7bf commit: 33b2ca80bb073e25b8e23691da96cf0eda67c7bf branch: main author: RayXu <[email protected]> committer: picnixz <[email protected]> date: 2025-10-26T10:39:32+01

[Python-checkins] [3.13] Standardize translation of `Doc/bugs.rst` (GH-137449) (GH-140282)

2025-10-26 Thread JulienPalard
https://github.com/python/cpython/commit/9d1a83255c74ded62f9f63ad15f8410b4ae4dda0 commit: 9d1a83255c74ded62f9f63ad15f8410b4ae4dda0 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: JulienPalard date: 2025-10-26T10:07:09+01:00 summary: [3.13] S