[Python-checkins] Python 3.11.10

2024-09-06 Thread pablogsal
https://github.com/python/cpython/commit/0c47759eee3e170e04a5dae82f12f6b375ae78f7 commit: 0c47759eee3e170e04a5dae82f12f6b375ae78f7 branch: 3.11 author: Pablo Galindo committer: pablogsal date: 2024-09-07T02:03:31+01:00 summary: Python 3.11.10 files: A Misc/NEWS.d/3.11.10.rst D Misc/NEWS.d/next/

[Python-checkins] [3.12] Update macOS installer Welcome and ReadMe for 3.12.6 (#123800)

2024-09-06 Thread ned-deily
https://github.com/python/cpython/commit/01748b75de54c7ec70e345f704c886457f113fc8 commit: 01748b75de54c7ec70e345f704c886457f113fc8 branch: 3.12 author: Ned Deily committer: ned-deily date: 2024-09-06T21:01:31-04:00 summary: [3.12] Update macOS installer Welcome and ReadMe for 3.12.6 (#123800) T

[Python-checkins] Python 3.10.15

2024-09-06 Thread pablogsal
https://github.com/python/cpython/commit/ffee63f34445412322a7afc2535731be221cabba commit: ffee63f34445412322a7afc2535731be221cabba branch: 3.10 author: Pablo Galindo committer: pablogsal date: 2024-09-07T01:20:06+01:00 summary: Python 3.10.15 files: A Misc/NEWS.d/3.10.15.rst D Misc/NEWS.d/next

[Python-checkins] Python 3.13.0rc2

2024-09-06 Thread Yhg1s
https://github.com/python/cpython/commit/ec610069637d56101896803a70d418a89afe0b4b commit: ec610069637d56101896803a70d418a89afe0b4b branch: 3.13 author: Thomas Wouters committer: Yhg1s date: 2024-09-06T23:15:21+02:00 summary: Python 3.13.0rc2 files: A Misc/NEWS.d/3.13.0rc2.rst D Misc/NEWS.d/next

[Python-checkins] Python 3.12.6

2024-09-06 Thread Yhg1s
https://github.com/python/cpython/commit/a4a2d2b0d85273f746c3834ce2753e19c898949d commit: a4a2d2b0d85273f746c3834ce2753e19c898949d branch: 3.12 author: Thomas Wouters committer: Yhg1s date: 2024-09-06T21:03:47+02:00 summary: Python 3.12.6 files: A Misc/NEWS.d/3.12.6.rst D Misc/NEWS.d/next/Build

[Python-checkins] Python 3.8.20

2024-09-06 Thread ambv
https://github.com/python/cpython/commit/39b2f82717a69dde7212bc39b673b0f55c99e6a3 commit: 39b2f82717a69dde7212bc39b673b0f55c99e6a3 branch: 3.8 author: Łukasz Langa committer: ambv date: 2024-09-06T22:41:55+02:00 summary: Python 3.8.20 files: A Misc/NEWS.d/3.8.20.rst D Misc/NEWS.d/next/Core_and

[Python-checkins] [3.13] gh-123780: Make test_pkgutil clean up `spam` module (GH-123036) (#123781)

2024-09-06 Thread Yhg1s
https://github.com/python/cpython/commit/72cdd2ade6df5512a578716e64b812d6fe4f06e5 commit: 72cdd2ade6df5512a578716e64b812d6fe4f06e5 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: Yhg1s date: 2024-09-06T22:57:46+02:00 summary: [3.13] gh-12378

[Python-checkins] [3.13] gh-123523: Rework typing documentation for generators and coroutines, and link to it from `collections.abc` docs (GH-123544) (#123790)

2024-09-06 Thread Yhg1s
https://github.com/python/cpython/commit/e62cb77c25f026c1019bb23c7134690bfe15dcd6 commit: e62cb77c25f026c1019bb23c7134690bfe15dcd6 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: Yhg1s date: 2024-09-06T22:56:37+02:00 summary: [3.13] gh-12352

[Python-checkins] [3.13] gh-123321: Make Parser/myreadline.c locking safe in free-threaded build (GH-123690) (#123798)

2024-09-06 Thread Yhg1s
https://github.com/python/cpython/commit/905288824dd6874659bf3e3aa06c6a67e47f0ac3 commit: 905288824dd6874659bf3e3aa06c6a67e47f0ac3 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: Yhg1s date: 2024-09-06T22:55:42+02:00 summary: [3.13] gh-12332

[Python-checkins] [3.13] gh-123716: Fix 'Bad substitution' syntax error in configure script for NetBSD compatibility (GH-123717) (#123752)

2024-09-06 Thread Yhg1s
https://github.com/python/cpython/commit/e68f30ecd2505a3fe25b93e7a62193adb9bcaf79 commit: e68f30ecd2505a3fe25b93e7a62193adb9bcaf79 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: Yhg1s date: 2024-09-06T22:55:29+02:00 summary: [3.13] gh-12371

[Python-checkins] Python 3.9.20

2024-09-06 Thread ambv
https://github.com/python/cpython/commit/8c3f7946ec848ec16cf28418c0f984ecaa029541 commit: 8c3f7946ec848ec16cf28418c0f984ecaa029541 branch: 3.9 author: Łukasz Langa committer: ambv date: 2024-09-06T21:03:56+02:00 summary: Python 3.9.20 files: A Misc/NEWS.d/3.9.20.rst D Misc/NEWS.d/next/Core_and

[Python-checkins] [3.13] gh-120221: Support KeyboardInterrupt in asyncio REPL (GH-123795) (#123799)

2024-09-06 Thread ambv
https://github.com/python/cpython/commit/5c3078d6e597c7e50b3b0da37f493e2dfca17a6a commit: 5c3078d6e597c7e50b3b0da37f493e2dfca17a6a branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2024-09-06T22:25:19+02:00 summary: [3.13] gh-120221

[Python-checkins] gh-120221: Support KeyboardInterrupt in asyncio REPL (#123795)

2024-09-06 Thread ambv
https://github.com/python/cpython/commit/033510e11dff742d9626b9fd895925ac77f566f1 commit: 033510e11dff742d9626b9fd895925ac77f566f1 branch: main author: Łukasz Langa committer: ambv date: 2024-09-06T21:28:29+02:00 summary: gh-120221: Support KeyboardInterrupt in asyncio REPL (#123795) This switc

[Python-checkins] gh-123321: Make Parser/myreadline.c locking safe in free-threaded build (#123690)

2024-09-06 Thread colesbury
https://github.com/python/cpython/commit/0c080d7c77d826c1afab7bd6b73f61e714cffcb7 commit: 0c080d7c77d826c1afab7bd6b73f61e714cffcb7 branch: main author: Sam Gross committer: colesbury date: 2024-09-06T15:07:08-04:00 summary: gh-123321: Make Parser/myreadline.c locking safe in free-threaded build

[Python-checkins] gh-117657: Fix file descriptor race in test_socket.py (#123697)

2024-09-06 Thread colesbury
https://github.com/python/cpython/commit/8a46a2ec5032c5eb1bc3c6bb0fc2422ac9b2cc53 commit: 8a46a2ec5032c5eb1bc3c6bb0fc2422ac9b2cc53 branch: main author: Nadeshiko Manju committer: colesbury date: 2024-09-06T15:00:28-04:00 summary: gh-117657: Fix file descriptor race in test_socket.py (#123697) f

[Python-checkins] [3.13] gh-109975: Add links to py-free-threading.github.io (GH-123776) (#123794)

2024-09-06 Thread hugovk
https://github.com/python/cpython/commit/66b15381f187f00f0fd91575f9f11e14bfddeeca commit: 66b15381f187f00f0fd91575f9f11e14bfddeeca branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2024-09-0

[Python-checkins] gh-109975: Add links to py-free-threading.github.io (#123776)

2024-09-06 Thread hugovk
https://github.com/python/cpython/commit/5a4fb7ea1c96f67dbb3df5d4ccaf3f66a1e19731 commit: 5a4fb7ea1c96f67dbb3df5d4ccaf3f66a1e19731 branch: main author: Nathan Goldbaum committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2024-09-06T20:12:12+03:00 summary: gh-109975: Add links to py-f

[Python-checkins] [3.12] gh-123523: Rework typing documentation for generators and coroutines, and link to it from `collections.abc` docs (#123544) (#123792)

2024-09-06 Thread AlexWaygood
https://github.com/python/cpython/commit/7e51091481b0cbfdeaf0c6f7dcf4788272f59d36 commit: 7e51091481b0cbfdeaf0c6f7dcf4788272f59d36 branch: 3.12 author: Alex Waygood committer: AlexWaygood date: 2024-09-06T17:06:36Z summary: [3.12] gh-123523: Rework typing documentation for generators and corouti

[Python-checkins] gh-123523: Rework typing documentation for generators and coroutines, and link to it from `collections.abc` docs (#123544)

2024-09-06 Thread AlexWaygood
https://github.com/python/cpython/commit/56e4a417ce170e5c538ce9aafccfe7bf7492 commit: 56e4a417ce170e5c538ce9aafccfe7bf7492 branch: main author: Stanislav Terliakov <50529348+sterlia...@users.noreply.github.com> committer: AlexWaygood date: 2024-09-06T17:41:06+01:00 summary: gh-123523: Rew

[Python-checkins] [3.13] GH-123545: Remove duplicate Py_DECREF when handling _PyOptimizer_Optimize errors (GH-123759)

2024-09-06 Thread brandtbucher
https://github.com/python/cpython/commit/eac2fdacfb1b3b86e09f25c025ee7a2b2e24671b commit: eac2fdacfb1b3b86e09f25c025ee7a2b2e24671b branch: 3.13 author: Savannah Ostrowski committer: brandtbucher date: 2024-09-06T09:02:32-07:00 summary: [3.13] GH-123545: Remove duplicate Py_DECREF when handling

[Python-checkins] [3.13] gh-123747: Avoid static_assert() in internal header files (#123779) (#123785)

2024-09-06 Thread Yhg1s
https://github.com/python/cpython/commit/d053204b73c8569ac0c8c107b997293ffe64b195 commit: d053204b73c8569ac0c8c107b997293ffe64b195 branch: 3.13 author: Victor Stinner committer: Yhg1s date: 2024-09-06T14:41:09Z summary: [3.13] gh-123747: Avoid static_assert() in internal header files (#123779)

[Python-checkins] [3.13] gh-119310: Fix encoding when reading old history file (GH-121779) (#123784)

2024-09-06 Thread ambv
https://github.com/python/cpython/commit/2cc1899b938cb9ced5dec47070fb263fcb2d90d0 commit: 2cc1899b938cb9ced5dec47070fb263fcb2d90d0 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2024-09-06T16:23:47+02:00 summary: [3.13] gh-119310

[Python-checkins] gh-121645: Fix typo in PyBytes_Join() doc (#123783)

2024-09-06 Thread vstinner
https://github.com/python/cpython/commit/d343f977ba89c415aa4dcaf75122e0b4235d4fb1 commit: d343f977ba89c415aa4dcaf75122e0b4235d4fb1 branch: main author: Victor Stinner committer: vstinner date: 2024-09-06T16:08:17+02:00 summary: gh-121645: Fix typo in PyBytes_Join() doc (#123783) files: M Doc/c-

[Python-checkins] gh-123747: Avoid static_assert() in internal header files (#123779)

2024-09-06 Thread vstinner
https://github.com/python/cpython/commit/ef4b69d2becf49daaea21eb04effee81328a0393 commit: ef4b69d2becf49daaea21eb04effee81328a0393 branch: main author: Victor Stinner committer: vstinner date: 2024-09-06T15:52:07+02:00 summary: gh-123747: Avoid static_assert() in internal header files (#123779)

[Python-checkins] [3.12] gh-123309: Add more tests for the pickletools module (GH-123355) (#123534)

2024-09-06 Thread ambv
https://github.com/python/cpython/commit/94682423c2673d9b330a891af92200391b22c603 commit: 94682423c2673d9b330a891af92200391b22c603 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2024-09-06T15:51:16+02:00 summary: [3.12] gh-123309

[Python-checkins] [3.12] gh-123431: Harmonize extension code checks in pickle (GH-123434) (#123460)

2024-09-06 Thread ambv
https://github.com/python/cpython/commit/58e01a1c7f18087c6cde0b462f6f6df975714b44 commit: 58e01a1c7f18087c6cde0b462f6f6df975714b44 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2024-09-06T15:50:27+02:00 summary: [3.12] gh-123431

[Python-checkins] [3.12] gh-122798: Make tests for warnings in the re module more strict (GH-122799) (#122805)

2024-09-06 Thread ambv
https://github.com/python/cpython/commit/10adcb4a2b67eb30f807ed01495b50a7b2064735 commit: 10adcb4a2b67eb30f807ed01495b50a7b2064735 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2024-09-06T15:49:35+02:00 summary: [3.12] gh-122798

[Python-checkins] [3.12] gh-85110: Preserve relative path in URL without netloc in urllib.parse.urlunsplit() (GH-123179) (#123188)

2024-09-06 Thread ambv
https://github.com/python/cpython/commit/0edfc668e73d313396ec7e2a3228227b1317bfa4 commit: 0edfc668e73d313396ec7e2a3228227b1317bfa4 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2024-09-06T15:48:23+02:00 summary: [3.12] gh-85110:

[Python-checkins] [3.12] gh-116263: Do not rollover empty files in RotatingFileHandler (GH-122788) (#122815)

2024-09-06 Thread ambv
https://github.com/python/cpython/commit/7cb8d28e508c581834fe7a1a928d531e0f7687b9 commit: 7cb8d28e508c581834fe7a1a928d531e0f7687b9 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2024-09-06T15:47:42+02:00 summary: [3.12] gh-116263

[Python-checkins] [3.12] gh-122527: Fix a crash on deallocation of `PyStructSequence` (GH-122577) (#122626)

2024-09-06 Thread ambv
https://github.com/python/cpython/commit/1bfb58cf2ff273534f7b92e9dc32873b77acec95 commit: 1bfb58cf2ff273534f7b92e9dc32873b77acec95 branch: 3.12 author: Sam Gross committer: ambv date: 2024-09-06T15:46:56+02:00 summary: [3.12] gh-122527: Fix a crash on deallocation of `PyStructSequence` (GH-12257

[Python-checkins] [3.12] gh-120426: Add the glossary term "immortal" (GH-123191) (GH-123491) (#123636)

2024-09-06 Thread ambv
https://github.com/python/cpython/commit/74feab2bae0b5cb70ce236f2682bf167ef8664bd commit: 74feab2bae0b5cb70ce236f2682bf167ef8664bd branch: 3.12 author: Petr Viktorin committer: ambv date: 2024-09-06T15:46:05+02:00 summary: [3.12] gh-120426: Add the glossary term "immortal" (GH-123191) (GH-123491

[Python-checkins] [3.13] gh-123207: Clarify the documentation for the mro lookup for super() (GH-123417) (#123732)

2024-09-06 Thread ambv
https://github.com/python/cpython/commit/c46ad20d41a95d0c621d9aa79e829fad9654b381 commit: c46ad20d41a95d0c621d9aa79e829fad9654b381 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2024-09-06T15:45:22+02:00 summary: [3.13] gh-123207

[Python-checkins] [3.12] gh-123207: Clarify the documentation for the mro lookup for super() (GH-123417) (#123733)

2024-09-06 Thread ambv
https://github.com/python/cpython/commit/407505da8ea46e21b53fcffe6a7edb0580b6902c commit: 407505da8ea46e21b53fcffe6a7edb0580b6902c branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2024-09-06T15:44:54+02:00 summary: [3.12] gh-123207

[Python-checkins] [3.13] gh-123463: Include logging_flow diagram in non-HTML docs (GH-123464) (#123666)

2024-09-06 Thread ambv
https://github.com/python/cpython/commit/402b5f204a244f04b6c49fb3491369b74accdba2 commit: 402b5f204a244f04b6c49fb3491369b74accdba2 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2024-09-06T15:44:07+02:00 summary: [3.13] gh-123463

[Python-checkins] [3.12] gh-123463: Include logging_flow diagram in non-HTML docs (GH-123464) (#123667)

2024-09-06 Thread ambv
https://github.com/python/cpython/commit/8eef5a80a41b3875b052c2fcfabf4b708567d05b commit: 8eef5a80a41b3875b052c2fcfabf4b708567d05b branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2024-09-06T15:43:49+02:00 summary: [3.12] gh-123463

[Python-checkins] gh-119310: Fix encoding when reading old history file (#121779)

2024-09-06 Thread ambv
https://github.com/python/cpython/commit/e95984826eb3cdb3a3baedb2ccea35e11e9f8161 commit: e95984826eb3cdb3a3baedb2ccea35e11e9f8161 branch: main author: aorcajo <589252+aorc...@users.noreply.github.com> committer: ambv date: 2024-09-06T15:40:29+02:00 summary: gh-119310: Fix encoding when reading o

[Python-checkins] gh-123780: Make test_pkgutil clean up `spam` module (GH-123036)

2024-09-06 Thread encukou
https://github.com/python/cpython/commit/eca3fe40c251d51964172dd4e6e9c7d0d85d7d4a commit: eca3fe40c251d51964172dd4e6e9c7d0d85d7d4a branch: main author: Malcolm Smith committer: encukou date: 2024-09-06T15:23:55+02:00 summary: gh-123780: Make test_pkgutil clean up `spam` module (GH-123036) files

[Python-checkins] [3.13] gh-123657: Fix crash and refleak in `decimal.getcontext()` (GH-123703) (GH-123774)

2024-09-06 Thread encukou
https://github.com/python/cpython/commit/e443187fce52db1a757c672389256e69972df40d commit: e443187fce52db1a757c672389256e69972df40d branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: encukou date: 2024-09-06T15:18:01+02:00 summary: [3.13] gh-123

[Python-checkins] [3.11] gh-102988: Adjust version numbers in versionadded directives (#123772)

2024-09-06 Thread ambv
https://github.com/python/cpython/commit/2e2b1b5f99d138212aa1f55e3cf91f36766b1ad2 commit: 2e2b1b5f99d138212aa1f55e3cf91f36766b1ad2 branch: 3.11 author: Petr Viktorin committer: ambv date: 2024-09-06T14:29:04+02:00 summary: [3.11] gh-102988: Adjust version numbers in versionadded directives (#123

[Python-checkins] [3.13] gh-119034, REPL: Change page up/down keys to search in history (GH-123607) (GH-123773)

2024-09-06 Thread ambv
https://github.com/python/cpython/commit/c787a5161ca147cb8f9867c3a61b7ab4edf6c2a7 commit: c787a5161ca147cb8f9867c3a61b7ab4edf6c2a7 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2024-09-06T14:04:11+02:00 summary: [3.13] gh-119034

[Python-checkins] Fix typo in error message misspelling __slotnames__ (GH-115772)

2024-09-06 Thread encukou
https://github.com/python/cpython/commit/782a076362ca1836c2052652b1a3a352dec45186 commit: 782a076362ca1836c2052652b1a3a352dec45186 branch: main author: Jay Aljelo Ting <65202977+jayastin...@users.noreply.github.com> committer: encukou date: 2024-09-06T13:50:55+02:00 summary: Fix typo in error mes

[Python-checkins] gh-123657: Fix crash and refleak in `decimal.getcontext()` (GH-123703)

2024-09-06 Thread encukou
https://github.com/python/cpython/commit/853588e24c907be158b3a08601797ea5b47a0eba commit: 853588e24c907be158b3a08601797ea5b47a0eba branch: main author: neonene <53406459+neon...@users.noreply.github.com> committer: encukou date: 2024-09-06T13:15:23+02:00 summary: gh-123657: Fix crash and refleak

[Python-checkins] gh-119034, REPL: Change page up/down keys to search in history (#123607)

2024-09-06 Thread ambv
https://github.com/python/cpython/commit/8311b11800509c975023e062e2c336f417c5e4c0 commit: 8311b11800509c975023e062e2c336f417c5e4c0 branch: main author: Victor Stinner committer: ambv date: 2024-09-06T13:15:00+02:00 summary: gh-119034, REPL: Change page up/down keys to search in history (#123607)

[Python-checkins] [3.10] [CVE-2023-27043] gh-102988: Reject malformed addresses in email.parseaddr() (GH-111116) (#123768)

2024-09-06 Thread ambv
https://github.com/python/cpython/commit/2a9273a0e4466e2f057f9ce6fe98cd8ce570331b commit: 2a9273a0e4466e2f057f9ce6fe98cd8ce570331b branch: 3.10 author: Petr Viktorin committer: ambv date: 2024-09-06T13:14:22+02:00 summary: [3.10] [CVE-2023-27043] gh-102988: Reject malformed addresses in email.p

[Python-checkins] [3.8] [CVE-2023-27043] gh-102988: Reject malformed addresses in email.parseaddr() (GH-111116) (#123770)

2024-09-06 Thread ambv
https://github.com/python/cpython/commit/4d069d5b1170b9d82013ab824ff5d6cf28964d97 commit: 4d069d5b1170b9d82013ab824ff5d6cf28964d97 branch: 3.8 author: Petr Viktorin committer: ambv date: 2024-09-06T13:14:09+02:00 summary: [3.8] [CVE-2023-27043] gh-102988: Reject malformed addresses in email.par

[Python-checkins] [3.9] [CVE-2023-27043] gh-102988: Reject malformed addresses in email.parseaddr() (GH-111116) (#123769)

2024-09-06 Thread ambv
https://github.com/python/cpython/commit/ee953f2b8fc12ee9b8209ab60a2f06c603e5a624 commit: ee953f2b8fc12ee9b8209ab60a2f06c603e5a624 branch: 3.9 author: Petr Viktorin committer: ambv date: 2024-09-06T13:13:54+02:00 summary: [3.9] [CVE-2023-27043] gh-102988: Reject malformed addresses in email.par

[Python-checkins] [3.13] gh-111201: fix auto-indent in pyrepl for muliple pound comments (GH-123196) (GH-123764)

2024-09-06 Thread ambv
https://github.com/python/cpython/commit/b221c5bba16d1406abbef13eba30b944bbcc92e1 commit: b221c5bba16d1406abbef13eba30b944bbcc92e1 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2024-09-06T13:09:22+02:00 summary: [3.13] gh-111201

[Python-checkins] [3.12] gh-102988: Adjust version numbers in versionadded directives (GH-123771)

2024-09-06 Thread encukou
https://github.com/python/cpython/commit/bc207e85f7e64a6cf61645acb040f36af0da41b8 commit: bc207e85f7e64a6cf61645acb040f36af0da41b8 branch: 3.12 author: Petr Viktorin committer: encukou date: 2024-09-06T11:08:54Z summary: [3.12] gh-102988: Adjust version numbers in versionadded directives (GH-123

[Python-checkins] [3.11] [CVE-2023-27043] gh-102988: Reject malformed addresses in email.parseaddr() (GH-111116) (#123767)

2024-09-06 Thread ambv
https://github.com/python/cpython/commit/bc4a703a934a59657ecd018320ef990bc5542803 commit: bc4a703a934a59657ecd018320ef990bc5542803 branch: 3.11 author: Petr Viktorin committer: ambv date: 2024-09-06T12:46:23+02:00 summary: [3.11] [CVE-2023-27043] gh-102988: Reject malformed addresses in email.p

[Python-checkins] [3.12] [CVE-2023-27043] gh-102988: Reject malformed addresses in email.parseaddr() (GH-111116) (#123766)

2024-09-06 Thread ambv
https://github.com/python/cpython/commit/15068242bd4405475f70a81805a8895ca309a310 commit: 15068242bd4405475f70a81805a8895ca309a310 branch: 3.12 author: Petr Viktorin committer: ambv date: 2024-09-06T12:46:16+02:00 summary: [3.12] [CVE-2023-27043] gh-102988: Reject malformed addresses in email.p

[Python-checkins] [3.12] gh-123048: Fix missing source location in pattern matching code (GH-123167) (#123170)

2024-09-06 Thread iritkatriel
https://github.com/python/cpython/commit/919a3e8028de61a57c672c2de1a47c82b75b2e39 commit: 919a3e8028de61a57c672c2de1a47c82b75b2e39 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: iritkatriel <1055913+iritkatr...@users.noreply.github.com> date:

[Python-checkins] [3.12] gh-123213: Fixed xml.etree.ElementTree.Element.extend and assignment to no longer hide exceptions (GH-123214) (#123258)

2024-09-06 Thread hugovk
https://github.com/python/cpython/commit/747abc00d05621b4f639f8b41eac37b9ed61ba91 commit: 747abc00d05621b4f639f8b41eac37b9ed61ba91 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2024-09-0

[Python-checkins] [3.13] gh-103066: Add links and `help` in site.py constants (GH-103777) (#123762)

2024-09-06 Thread hugovk
https://github.com/python/cpython/commit/37e1f8d2a06ca098fd38dfeb148712dcccf5835d commit: 37e1f8d2a06ca098fd38dfeb148712dcccf5835d branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2024-09-0

[Python-checkins] [3.12] gh-103066: Add links and `help` in site.py constants (GH-103777) (#123763)

2024-09-06 Thread hugovk
https://github.com/python/cpython/commit/17249f3a8fce233d4cb0f371d9978e281315bc46 commit: 17249f3a8fce233d4cb0f371d9978e281315bc46 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2024-09-0

[Python-checkins] gh-111201: fix auto-indent in pyrepl for muliple pound comments (#123196)

2024-09-06 Thread pablogsal
https://github.com/python/cpython/commit/d683f49a7b0635a26150cfbb398a3d93b227a74e commit: d683f49a7b0635a26150cfbb398a3d93b227a74e branch: main author: Arnon Yaari committer: pablogsal date: 2024-09-06T07:33:40Z summary: gh-111201: fix auto-indent in pyrepl for muliple pound comments (#123196)

[Python-checkins] gh-103066: Add links and `help` in site.py constants (#103777)

2024-09-06 Thread hugovk
https://github.com/python/cpython/commit/67957ea77da8c667df1508a9d3d9b39e59f671d6 commit: 67957ea77da8c667df1508a9d3d9b39e59f671d6 branch: main author: David Caron committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2024-09-06T10:29:28+03:00 summary: gh-103066: Add links and `help`