[Python-checkins] GH-123945: Update regex for parsing negative numbers that contain underscores (#123970)

2024-09-16 Thread hauntsaninja
https://github.com/python/cpython/commit/14e5bdceff45e6e789e1f838b96988946c75b0f4 commit: 14e5bdceff45e6e789e1f838b96988946c75b0f4 branch: main author: Savannah Ostrowski committer: hauntsaninja <[email protected]> date: 2024-09-16T23:30:17-07:00 summary: GH-123945: U

[Python-checkins] [3.12] GH-103484: Fix permanently redirects reported by linkcheck (GH-124144) (GH-124152)

2024-09-16 Thread gpshead
https://github.com/python/cpython/commit/92bc7140332fc257603d1e913eb71d697e19bcea commit: 92bc7140332fc257603d1e913eb71d697e19bcea branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2024-09-16T20:53:46-07:00 summary: [3.12] GH-103

[Python-checkins] GH-103484: Fix permanently redirects reported by linkcheck (GH-124144)

2024-09-16 Thread gpshead
https://github.com/python/cpython/commit/0a32c6959c265d21d7c43fe8e4aefc8c0983e85e commit: 0a32c6959c265d21d7c43fe8e4aefc8c0983e85e branch: main author: Rafael Fontenelle committer: gpshead date: 2024-09-17T02:53:38Z summary: GH-103484: Fix permanently redirects reported by linkcheck (GH-124144)

[Python-checkins] [3.12] GH-124108: Skip test_locale.test_strcoll_with_diacritic() on NetBSD (GH-124110) (#124147)

2024-09-16 Thread vstinner
https://github.com/python/cpython/commit/2f9dc65e121df86cf5fd25f7830ab7dea129e60f commit: 2f9dc65e121df86cf5fd25f7830ab7dea129e60f branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2024-09-16T23:28:51Z summary: [3.12] GH-124108:

[Python-checkins] GH-124108: Skip test_locale.test_strcoll_with_diacritic() on NetBSD (#124110)

2024-09-16 Thread vstinner
https://github.com/python/cpython/commit/10de3600a908f96d1c43dac85ef867991d54708e commit: 10de3600a908f96d1c43dac85ef867991d54708e branch: main author: Furkan Onder committer: vstinner date: 2024-09-16T23:00:36Z summary: GH-124108: Skip test_locale.test_strcoll_with_diacritic() on NetBSD (#12411

[Python-checkins] [3.12] gh-121023: Improve `_xxtestfuzz/README.rst` (GH-121024) (#124141)

2024-09-16 Thread sobolevn
https://github.com/python/cpython/commit/446203e122136a65cf40634eda78b5f0a8c1f05c commit: 446203e122136a65cf40634eda78b5f0a8c1f05c branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2024-09-16T20:29:02Z summary: [3.12] gh-121023:

[Python-checkins] gh-121023: Improve `_xxtestfuzz/README.rst` (#121024)

2024-09-16 Thread sobolevn
https://github.com/python/cpython/commit/a9c2bc16349c2be3005f97249f3ae9699988f218 commit: a9c2bc16349c2be3005f97249f3ae9699988f218 branch: main author: sobolevn committer: sobolevn date: 2024-09-16T23:28:09+03:00 summary: gh-121023: Improve `_xxtestfuzz/README.rst` (#121024) Co-authored-by: Ill

[Python-checkins] gh-124043: Disallow mixing `--with-trace-refs` and `--disable-gil` (#124078)

2024-09-16 Thread colesbury
https://github.com/python/cpython/commit/3b45df03a4bd0e21edec43144b8d9bac689d23a0 commit: 3b45df03a4bd0e21edec43144b8d9bac689d23a0 branch: main author: Peter Bierma committer: colesbury date: 2024-09-16T16:03:16-04:00 summary: gh-124043: Disallow mixing `--with-trace-refs` and `--disable-gil` (#

[Python-checkins] [3.12] GH-103484: Tell linkcheck to ignore debian manpage redirects (GH-123019) (#124136)

2024-09-16 Thread AA-Turner
https://github.com/python/cpython/commit/1151dd6c73ab1fe3d9848c4e4d61f15fd640d52e commit: 1151dd6c73ab1fe3d9848c4e4d61f15fd640d52e branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] gh-124064: Make warning emitting compiler options opt-in (#124070)

2024-09-16 Thread hugovk
https://github.com/python/cpython/commit/44052b5f18c5d605d33bf3207b5c918127cf0e82 commit: 44052b5f18c5d605d33bf3207b5c918127cf0e82 branch: main author: Nate Ohlson committer: hugovk <[email protected]> date: 2024-09-16T20:22:30+03:00 summary: gh-124064: Make warning emitting

[Python-checkins] GH-109975: Copyedit 3.13 What's New: New Deprecations (#123845)

2024-09-16 Thread AA-Turner
https://github.com/python/cpython/commit/05235e3c16d755e292ebf6e2bd6c4903bb6849b9 commit: 05235e3c16d755e292ebf6e2bd6c4903bb6849b9 branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2024-09-16T17:03:4

[Python-checkins] gh-123969: refactor _PyErr_RaiseSyntaxError and _PyErr_EmitSyntaxWarning out of compiler (#123972)

2024-09-16 Thread iritkatriel
https://github.com/python/cpython/commit/aba42c0b547e6395c9c268cf98a298d0494cb9df commit: aba42c0b547e6395c9c268cf98a298d0494cb9df branch: main author: Irit Katriel <[email protected]> committer: iritkatriel <[email protected]> date: 2024-09-16T

[Python-checkins] gh-124058: remove _PyCompile_IsNestedScope, roll it into _PyCompile_IsInteractive (#124061)

2024-09-16 Thread JelleZijlstra
https://github.com/python/cpython/commit/9aa1f60e2dedd8a67c42fb4f4c56858b6ba5b947 commit: 9aa1f60e2dedd8a67c42fb4f4c56858b6ba5b947 branch: main author: Irit Katriel <[email protected]> committer: JelleZijlstra date: 2024-09-16T06:58:18-07:00 summary: gh-124058: remove _

[Python-checkins] [3.12] Docs: Drop letter PDF (GH-123912) (#123999)

2024-09-16 Thread hugovk
https://github.com/python/cpython/commit/f3c1f3d5ff4aa1c156859ecea8d7b745fb3770b1 commit: f3c1f3d5ff4aa1c156859ecea8d7b745fb3770b1 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-09-1

[Python-checkins] gh-97588: remove unused functions in _ctypes/cfield.c (GH-124010)

2024-09-16 Thread encukou
https://github.com/python/cpython/commit/453da532fee26dc4f83d4cab77eb9bdb17b941e6 commit: 453da532fee26dc4f83d4cab77eb9bdb17b941e6 branch: main author: Irit Katriel <[email protected]> committer: encukou date: 2024-09-16T14:13:18+02:00 summary: gh-97588: remove unused f

[Python-checkins] [3.12] gh-94808: Add test coverage for "starred kind" in _PyPegen_set_expr_context (GH-119222) (GH-119264)

2024-09-16 Thread encukou
https://github.com/python/cpython/commit/3f5d18d351b7a6adea48f66f0d1248b5de3d150c commit: 3f5d18d351b7a6adea48f66f0d1248b5de3d150c branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2024-09-16T10:43:31+02:00 summary: [3.12] gh-948