[Python-checkins] gh-138130: Fix return value of libc_ver() on Emscripten (#138132)

2025-08-31 Thread freakboy3742
https://github.com/python/cpython/commit/11a5fc82381308f0b6060b8c06af89fd197516e1 commit: 11a5fc82381308f0b6060b8c06af89fd197516e1 branch: main author: Hood Chatham committer: freakboy3742 date: 2025-09-01T06:50:29+08:00 summary: gh-138130: Fix return value of libc_ver() on Emscripten (#138132)

[Python-checkins] gh-138286: Run ``ruff`` on ``Tools/i18n`` (#138287)

2025-08-31 Thread AA-Turner
https://github.com/python/cpython/commit/78acd8e95e78bc410b8207cd60e1323ece01b3d5 commit: 78acd8e95e78bc410b8207cd60e1323ece01b3d5 branch: main author: Stan Ulbrych <[email protected]> committer: AA-Turner <[email protected]> date: 2025-08-31

[Python-checkins] gh-138013: Make ``test.test_io`` into a package (#138153)

2025-08-31 Thread AA-Turner
https://github.com/python/cpython/commit/15e37ea6b7f7070c112aa3118ba46325c4cfde2c commit: 15e37ea6b7f7070c112aa3118ba46325c4cfde2c branch: main author: Cody Maloney committer: AA-Turner <[email protected]> date: 2025-08-31T20:14:19+01:00 summary: gh-138013: Make ``test.te

[Python-checkins] [3.13] gh-138295: Fix a grammar issue in the descriptor HOWTO (GH-138296) (GH-138300)

2025-08-31 Thread ZeroIntensity
https://github.com/python/cpython/commit/aebf072a52b396e32f530dbaeab7c4155425eaef commit: aebf072a52b396e32f530dbaeab7c4155425eaef branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-08-31T15:59:22Z summary: [3.13] gh-13

[Python-checkins] gh-138295: Fix a grammar issue in the descriptor HOWTO (GH-138296)

2025-08-31 Thread ZeroIntensity
https://github.com/python/cpython/commit/552cf86b83e8aafebcfe9abbc77101bdbfda14c8 commit: 552cf86b83e8aafebcfe9abbc77101bdbfda14c8 branch: main author: Fangyi Zhou committer: ZeroIntensity date: 2025-08-31T11:50:23-04:00 summary: gh-138295: Fix a grammar issue in the descriptor HOWTO (GH-138296)

[Python-checkins] gh-138279: Remove unused attr in RuleCollectorVisitor in parser_generator.py (#138280)

2025-08-31 Thread pablogsal
https://github.com/python/cpython/commit/7bca924fdbecb13e9c5fd72568cdd8f77101fe07 commit: 7bca924fdbecb13e9c5fd72568cdd8f77101fe07 branch: main author: chemelnucfin <[email protected]> committer: pablogsal date: 2025-08-31T14:23:40Z summary: gh-138279: Remove unused at