[Python-checkins] [3.12] Regen ``Doc/requirements-oldest-sphinx.txt`` (GH-118736) (#118753)

2024-05-07 Thread hugovk
https://github.com/python/cpython/commit/5cdef782bf875d8a2dd30ee82bd11c04bf2ef4b3 commit: 5cdef782bf875d8a2dd30ee82bd11c04bf2ef4b3 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-05-0

[Python-checkins] Regen ``Doc/requirements-oldest-sphinx.txt`` (#118736)

2024-05-07 Thread hugovk
https://github.com/python/cpython/commit/fcf52d7ceea3532f0b3475aadd4e1f72db463a1f commit: fcf52d7ceea3532f0b3475aadd4e1f72db463a1f branch: main author: Kirill Podoprigora committer: hugovk <[email protected]> date: 2024-05-08T08:59:17+03:00 summary: Regen ``Doc/requirements-

[Python-checkins] gh-118746: Fix crash in frame_getlocals and _PyFrame_GetLocals (#118748)

2024-05-07 Thread gvanrossum
https://github.com/python/cpython/commit/e7aec8713f84e90b20c9baae6b7a91d87f327ff0 commit: e7aec8713f84e90b20c9baae6b7a91d87f327ff0 branch: main author: Tian Gao committer: gvanrossum date: 2024-05-07T17:48:05-07:00 summary: gh-118746: Fix crash in frame_getlocals and _PyFrame_GetLocals (#118748)

[Python-checkins] gh-118610: Centralize power caching in `_pylong.py` (#118611)

2024-05-07 Thread tim-one
https://github.com/python/cpython/commit/2f0a338be66e276a700f86af51d5ef54a138cbfb commit: 2f0a338be66e276a700f86af51d5ef54a138cbfb branch: main author: Tim Peters committer: tim-one date: 2024-05-07T19:09:09-05:00 summary: gh-118610: Centralize power caching in `_pylong.py` (#118611) A new `com

[Python-checkins] Revert to free macOS runners (#118744)

2024-05-07 Thread ambv
https://github.com/python/cpython/commit/2a85bed89dc14327afe344a57233a37795fde2b9 commit: 2a85bed89dc14327afe344a57233a37795fde2b9 branch: main author: Ɓukasz Langa committer: ambv date: 2024-05-08T01:40:38+02:00 summary: Revert to free macOS runners (#118744) files: M .github/workflows/build.y

[Python-checkins] gh-118734: Fixes Windows build when Use_TIER2 is unspecified (#118735)

2024-05-07 Thread Yhg1s
https://github.com/python/cpython/commit/460546529b0959ce9528dec1c5cd836dcc04ad2c commit: 460546529b0959ce9528dec1c5cd836dcc04ad2c branch: main author: Steve Dower committer: Yhg1s date: 2024-05-07T23:01:18+02:00 summary: gh-118734: Fixes Windows build when Use_TIER2 is unspecified (#118735) fi

[Python-checkins] gh-109975: Make a rough editorial pass over What's New (#118711)

2024-05-07 Thread Yhg1s
https://github.com/python/cpython/commit/f5488550614858fdc7b442076fe73bdfa3cdd738 commit: f5488550614858fdc7b442076fe73bdfa3cdd738 branch: main author: T. Wouters committer: Yhg1s date: 2024-05-07T23:00:25+02:00 summary: gh-109975: Make a rough editorial pass over What's New (#118711) Make a ro

[Python-checkins] gh-118518: Check for perf version and not kernel version in test_perf_profiler (#118640)

2024-05-07 Thread pablogsal
https://github.com/python/cpython/commit/37959e25cbbe1d207c660b5bc9583b9bd1403f1a commit: 37959e25cbbe1d207c660b5bc9583b9bd1403f1a branch: main author: Pablo Galindo Salgado committer: pablogsal date: 2024-05-07T20:41:07+01:00 summary: gh-118518: Check for perf version and not kernel version in

[Python-checkins] gh-118729: Temporarily skip `test_multiprocessing_pool_circular_import` (#118732)

2024-05-07 Thread Yhg1s
https://github.com/python/cpython/commit/2c19987db525f61e85dadb40b368c97254adc7cc commit: 2c19987db525f61e85dadb40b368c97254adc7cc branch: main author: Sam Gross committer: Yhg1s date: 2024-05-07T21:27:28+02:00 summary: gh-118729: Temporarily skip `test_multiprocessing_pool_circular_import` (#1

[Python-checkins] gh-118650: Document `Enum._repr_*` reservation exclusion (GH-118698)

2024-05-07 Thread ethanfurman
https://github.com/python/cpython/commit/f58833ebf8161aaa33844d63fb51b1575180cfbb commit: f58833ebf8161aaa33844d63fb51b1575180cfbb branch: main author: chrysn committer: ethanfurman date: 2024-05-07T11:11:18-07:00 summary: gh-118650: Document `Enum._repr_*` reservation exclusion (GH-118698) fil

[Python-checkins] gh-118518: Improve perf docs (#118708)

2024-05-07 Thread pablogsal
https://github.com/python/cpython/commit/b9caa0977c512a5e7966ebfdc64fabdc4f3e4971 commit: b9caa0977c512a5e7966ebfdc64fabdc4f3e4971 branch: main author: Pablo Galindo Salgado committer: pablogsal date: 2024-05-07T17:25:15+01:00 summary: gh-118518: Improve perf docs (#118708) files: M Doc/howto/p

[Python-checkins] gh-111201: Allow pasted code to contain multiple statements in the REPL (#118712)

2024-05-07 Thread ambv
https://github.com/python/cpython/commit/a94ac566285662b214ca97d74481e07e51ccd7d9 commit: a94ac566285662b214ca97d74481e07e51ccd7d9 branch: main author: Pablo Galindo Salgado committer: ambv date: 2024-05-07T16:01:49Z summary: gh-111201: Allow pasted code to contain multiple statements in the REP

[Python-checkins] bpo-115773: Use the right variable name based on the field we are trying read (#118591)

2024-05-07 Thread pablogsal
https://github.com/python/cpython/commit/26bab423fb6e08f9df23c5c8f55e3d019150c454 commit: 26bab423fb6e08f9df23c5c8f55e3d019150c454 branch: main author: Abhinav Upadhyay committer: pablogsal date: 2024-05-07T14:50:41Z summary: bpo-115773: Use the right variable name based on the field we are tryi

[Python-checkins] gh-118682: Revert forcing str commands, allow class commands in pyrepl (#118709)

2024-05-07 Thread ambv
https://github.com/python/cpython/commit/e5413ec7831608f6cb4f39d805785cb1d7b67702 commit: e5413ec7831608f6cb4f39d805785cb1d7b67702 branch: main author: Lysandros Nikolaou committer: ambv date: 2024-05-07T14:31:56Z summary: gh-118682: Revert forcing str commands, allow class commands in pyrepl (#

[Python-checkins] gh-118660: Add second type parameter to (Async)ContextManager (#118681)

2024-05-07 Thread JelleZijlstra
https://github.com/python/cpython/commit/71080b8a0fe5da46fb97659060db76fd95a3fb61 commit: 71080b8a0fe5da46fb97659060db76fd95a3fb61 branch: main author: Jelle Zijlstra committer: JelleZijlstra date: 2024-05-07T14:16:05Z summary: gh-118660: Add second type parameter to (Async)ContextManager (#1186

[Python-checkins] [3.12] Remove Python 3.5 hardcoded version in the tutorial appendix (GH-117612) (GH-118707)

2024-05-07 Thread encukou
https://github.com/python/cpython/commit/efbc8c78c5cf5ddfdfdbcd436c11f10aead172b6 commit: efbc8c78c5cf5ddfdfdbcd436c11f10aead172b6 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2024-05-07T13:35:09Z summary: [3.12] Remove Pyth

[Python-checkins] Remove Python 3.5 hardcoded version in the tutorial appendix (GH-117612)

2024-05-07 Thread encukou
https://github.com/python/cpython/commit/a855f824a2f5a310ffa58a973a8fe9feaa2500b3 commit: a855f824a2f5a310ffa58a973a8fe9feaa2500b3 branch: main author: Kerim Kabirov committer: encukou date: 2024-05-07T15:28:16+02:00 summary: Remove Python 3.5 hardcoded version in the tutorial appendix (GH-11761

[Python-checkins] gh-111201: Allow bracketed paste to work (GH-118700)

2024-05-07 Thread ambv
https://github.com/python/cpython/commit/7d90b8aadbd6993ee50a73b7536f769334718423 commit: 7d90b8aadbd6993ee50a73b7536f769334718423 branch: main author: Pablo Galindo Salgado committer: ambv date: 2024-05-07T12:54:56Z summary: gh-111201: Allow bracketed paste to work (GH-118700) files: M Lib/_py

[Python-checkins] Remove several unused imports in `_pyrepl` (#118668)

2024-05-07 Thread pablogsal
https://github.com/python/cpython/commit/ad3d877a126bc892d1c598cf1357a2c39fd466c7 commit: ad3d877a126bc892d1c598cf1357a2c39fd466c7 branch: main author: Nikita Sobolev committer: pablogsal date: 2024-05-07T13:43:18+01:00 summary: Remove several unused imports in `_pyrepl` (#118668) files: M Lib/

[Python-checkins] gh-66410: Do not stringify arguments of Tkinter callback (GH-98592)

2024-05-07 Thread serhiy-storchaka
https://github.com/python/cpython/commit/65f5e586a1239ed1a66d8284773d7b02ce40e480 commit: 65f5e586a1239ed1a66d8284773d7b02ce40e480 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-05-07T12:07:32Z summary: gh-66410: Do not stringify arguments of Tkinter callback (GH-98

[Python-checkins] [3.12] gh-118310: Fix documentation for `enum.Enum.__new__` (GH-118311) (GH-118699)

2024-05-07 Thread encukou
https://github.com/python/cpython/commit/8e53f66797718a12bad7c6b50b93c8062d062a82 commit: 8e53f66797718a12bad7c6b50b93c8062d062a82 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2024-05-07T14:02:55+02:00 summary: [3.12] gh-118

[Python-checkins] [3.12] gh-78612: Mark up eval() using param list (GH-115212) (#116044)

2024-05-07 Thread erlend-aasland
https://github.com/python/cpython/commit/f85021a6a2f251883ac355a21f1ad51f7bf64fb7 commit: f85021a6a2f251883ac355a21f1ad51f7bf64fb7 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: erlend-aasland date: 2024-05-07T13:49:29+02:00 summary: [3.12]

[Python-checkins] gh-118518: Rename `PYTHONPERFJITSUPPORT` and `-X perfjit` with underscores (#118693)

2024-05-07 Thread pablogsal
https://github.com/python/cpython/commit/04859228aa11756558807bcf99ccff78e4e8c56d commit: 04859228aa11756558807bcf99ccff78e4e8c56d branch: main author: Hugo van Kemenade <[email protected]> committer: pablogsal date: 2024-05-07T11:47:21Z summary: gh-118518: Rename `PYTHONPER

[Python-checkins] gh-118310: Fix documentation for `enum.Enum.__new__` (GH-118311)

2024-05-07 Thread encukou
https://github.com/python/cpython/commit/48e52fe2c9a7b33671f6b5d1420a71a6f31ad64b commit: 48e52fe2c9a7b33671f6b5d1420a71a6f31ad64b branch: main author: Momo Eissenhauer committer: encukou date: 2024-05-07T13:42:18+02:00 summary: gh-118310: Fix documentation for `enum.Enum.__new__` (GH-118311) T

[Python-checkins] gh-109653: What's new: Note improved import times for several stdlib modules in Python 3.13 (#118697)

2024-05-07 Thread AlexWaygood
https://github.com/python/cpython/commit/44a9f3db2b40ba41999002799a74e6b6f2a3a50a commit: 44a9f3db2b40ba41999002799a74e6b6f2a3a50a branch: main author: Alex Waygood committer: AlexWaygood date: 2024-05-07T11:34:19Z summary: gh-109653: What's new: Note improved import times for several stdlib mod

[Python-checkins] gh-118418: Deprecate failing to pass a value to the *type_params* parameter of some private `typing` APIs (#118695)

2024-05-07 Thread AlexWaygood
https://github.com/python/cpython/commit/0f8a07d158ba0a0dfd3584d8195f30dd16738555 commit: 0f8a07d158ba0a0dfd3584d8195f30dd16738555 branch: main author: Alex Waygood committer: AlexWaygood date: 2024-05-07T11:12:28Z summary: gh-118418: Deprecate failing to pass a value to the *type_params* parame

[Python-checkins] gh-118119: Re-use `sep` in `posixpath.expanduser()` (GH-118120)

2024-05-07 Thread encukou
https://github.com/python/cpython/commit/6f768b71bab837c6c4aac4d3ddd251e55025fe0b commit: 6f768b71bab837c6c4aac4d3ddd251e55025fe0b branch: main author: Nice Zombies committer: encukou date: 2024-05-07T12:50:40+02:00 summary: gh-118119: Re-use `sep` in `posixpath.expanduser()` (GH-118120) files:

[Python-checkins] gh-109975: Update 'What's New in Python 3.13' for beta (#118694)

2024-05-07 Thread Yhg1s
https://github.com/python/cpython/commit/6cf70678e2d4126ed921e6288477ebd6889b9af7 commit: 6cf70678e2d4126ed921e6288477ebd6889b9af7 branch: main author: Hugo van Kemenade <[email protected]> committer: Yhg1s date: 2024-05-07T12:35:32+02:00 summary: gh-109975: Update 'What's N

[Python-checkins] gh-118650: Exclude `_repr_*` methods from Enum's _sunder_ reservation (GH-118651)

2024-05-07 Thread encukou
https://github.com/python/cpython/commit/1e428426c836b9a434810a6b99f70454d3a9611e commit: 1e428426c836b9a434810a6b99f70454d3a9611e branch: main author: chrysn committer: encukou date: 2024-05-07T12:35:51+02:00 summary: gh-118650: Exclude `_repr_*` methods from Enum's _sunder_ reservation (GH-11

[Python-checkins] [3.10] gh-100454: Fix running SSL tests with OpenSSL 3.1+ (GH-100456) (GH-118262)

2024-05-07 Thread ambv
https://github.com/python/cpython/commit/333c7dccd87c637d0b15cf81f9bbec28e39664fd commit: 333c7dccd87c637d0b15cf81f9bbec28e39664fd branch: 3.10 author: Dimitri John Ledkov <[email protected]> committer: ambv date: 2024-05-07T12:00:40+02:00 summary: [3.10] gh-100454: Fix running

[Python-checkins] [3.8] gh-113171: gh-65056: Fix "private" (non-global) IP address ranges (GH-113179) (GH-113186) (GH-118177) (GH-118479)

2024-05-07 Thread ambv
https://github.com/python/cpython/commit/895f7e2ac23eff4743143beef0f0c5ac71ea27d3 commit: 895f7e2ac23eff4743143beef0f0c5ac71ea27d3 branch: 3.8 author: Petr Viktorin committer: ambv date: 2024-05-07T11:58:20+02:00 summary: [3.8] gh-113171: gh-65056: Fix "private" (non-global) IP address ranges (

[Python-checkins] [3.9] gh-113171: gh-65056: Fix "private" (non-global) IP address ranges (GH-113179) (GH-113186) (GH-118177) (GH-118472)

2024-05-07 Thread ambv
https://github.com/python/cpython/commit/22adf29da8d99933ffed8647d3e0726edd16f7f8 commit: 22adf29da8d99933ffed8647d3e0726edd16f7f8 branch: 3.9 author: Petr Viktorin committer: ambv date: 2024-05-07T11:57:58+02:00 summary: [3.9] gh-113171: gh-65056: Fix "private" (non-global) IP address ranges (

[Python-checkins] [3.10] gh-113171: gh-65056: Fix "private" (non-global) IP address ranges (GH-113179) (GH-113186) (GH-118177) (GH-118229)

2024-05-07 Thread ambv
https://github.com/python/cpython/commit/c62c9e518b784fe44432a3f4fc265fb95b651906 commit: c62c9e518b784fe44432a3f4fc265fb95b651906 branch: 3.10 author: Petr Viktorin committer: ambv date: 2024-05-07T11:56:13+02:00 summary: [3.10] gh-113171: gh-65056: Fix "private" (non-global) IP address ranges

[Python-checkins] [3.12] gh-118314: Fix padding edge case in binascii.a2b_base64 strict mode (GH-118320) (GH-118691)

2024-05-07 Thread encukou
https://github.com/python/cpython/commit/56c61cc564eb1d990903cb28a8178674774add2e commit: 56c61cc564eb1d990903cb28a8178674774add2e branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2024-05-07T09:35:49Z summary: [3.12] gh-118314:

[Python-checkins] Fix several typos in documentation (GH-118625)

2024-05-07 Thread encukou
https://github.com/python/cpython/commit/976212223541b89329d81ab01e3edd14d8f6aaf5 commit: 976212223541b89329d81ab01e3edd14d8f6aaf5 branch: main author: Xie Yanbo committer: encukou date: 2024-05-07T09:23:06Z summary: Fix several typos in documentation (GH-118625) files: M Doc/library/datetime.r

[Python-checkins] gh-118314: Fix padding edge case in binascii.a2b_base64 strict mode (GH-118320)

2024-05-07 Thread encukou
https://github.com/python/cpython/commit/fe47d9bee319528ffeb5fd60a615d7f02c7b5585 commit: fe47d9bee319528ffeb5fd60a615d7f02c7b5585 branch: main author: Youfu Zhang <[email protected]> committer: encukou date: 2024-05-07T11:18:45+02:00 summary: gh-118314: Fix padding edge

[Python-checkins] gh-117657: Use clang 18 in TSAN builds (GH-118533)

2024-05-07 Thread encukou
https://github.com/python/cpython/commit/3a6ff1b1d959549546f533b18ec71aa21516328d commit: 3a6ff1b1d959549546f533b18ec71aa21516328d branch: main author: mpage committer: encukou date: 2024-05-07T11:04:01+02:00 summary: gh-117657: Use clang 18 in TSAN builds (GH-118533) Use clang 18 in TSAN build

[Python-checkins] Fix typo inaccuracy in _bootstrap_external.py (GH-118619)

2024-05-07 Thread encukou
https://github.com/python/cpython/commit/b7778d59020ed0e97ca459934585d45c3a4a6469 commit: b7778d59020ed0e97ca459934585d45c3a4a6469 branch: main author: wim glenn committer: encukou date: 2024-05-07T10:52:48+02:00 summary: Fix typo inaccuracy in _bootstrap_external.py (GH-118619) files: M Lib/im

[Python-checkins] [3.8] gh-116741: Upgrade libexpat to 2.6.2 (GH-117296) (GH-118188)

2024-05-07 Thread ambv
https://github.com/python/cpython/commit/f791cda79331f64e46b5e561f2f85f116aa5c494 commit: f791cda79331f64e46b5e561f2f85f116aa5c494 branch: 3.8 author: Seth Michael Larson committer: ambv date: 2024-05-07T10:51:06+02:00 summary: [3.8] gh-116741: Upgrade libexpat to 2.6.2 (GH-117296) (GH-118188)

[Python-checkins] [3.9] gh-116741: Upgrade libexpat to 2.6.2 (GH-117296) (GH-118187)

2024-05-07 Thread ambv
https://github.com/python/cpython/commit/7db40cd3a9b7b197c0f69179246f3bbe9de72372 commit: 7db40cd3a9b7b197c0f69179246f3bbe9de72372 branch: 3.9 author: Seth Michael Larson committer: ambv date: 2024-05-07T10:50:48+02:00 summary: [3.9] gh-116741: Upgrade libexpat to 2.6.2 (GH-117296) (GH-118187)

[Python-checkins] [3.10] gh-116741: Upgrade libexpat to 2.6.2 (GH-117296) (GH-118186)

2024-05-07 Thread ambv
https://github.com/python/cpython/commit/2ec701819134c351fc58582271771b2ef5895896 commit: 2ec701819134c351fc58582271771b2ef5895896 branch: 3.10 author: Seth Michael Larson committer: ambv date: 2024-05-07T10:50:19+02:00 summary: [3.10] gh-116741: Upgrade libexpat to 2.6.2 (GH-117296) (GH-118186)

[Python-checkins] [3.8] gh-114539: Clarify implicit launching of shells by subprocess (GH-117996) (GH-118006)

2024-05-07 Thread ambv
https://github.com/python/cpython/commit/14ac620e280aba83ce73b742ca36ac5e614b9a0a commit: 14ac620e280aba83ce73b742ca36ac5e614b9a0a branch: 3.8 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2024-05-07T10:48:26+02:00 summary: [3.8] gh-114539:

[Python-checkins] [3.9] gh-114539: Clarify implicit launching of shells by subprocess (GH-117996) (GH-118005)

2024-05-07 Thread ambv
https://github.com/python/cpython/commit/22ae38346264e80286fa5c5fca938a2f76d1dafc commit: 22ae38346264e80286fa5c5fca938a2f76d1dafc branch: 3.9 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2024-05-07T10:48:03+02:00 summary: [3.9] gh-114539:

[Python-checkins] [3.10] gh-114539: Clarify implicit launching of shells by subprocess (GH-117996) (GH-118004)

2024-05-07 Thread ambv
https://github.com/python/cpython/commit/9b33629f96a73f4da6ee070056b0aabea95ee034 commit: 9b33629f96a73f4da6ee070056b0aabea95ee034 branch: 3.10 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2024-05-07T10:47:46+02:00 summary: [3.10] gh-114539

[Python-checkins] gh-62090: Simplify argparse usage formatting (GH-105039)

2024-05-07 Thread encukou
https://github.com/python/cpython/commit/de1428f8c234a8731ced99cbfe5cd6c5c719e31d commit: de1428f8c234a8731ced99cbfe5cd6c5c719e31d branch: main author: Ali Hamdan committer: encukou date: 2024-05-07T09:28:51+02:00 summary: gh-62090: Simplify argparse usage formatting (GH-105039) Rationale =

[Python-checkins] gh-118107: Fix zipimporter ZIP64 handling. (GH-118108)

2024-05-07 Thread encukou
https://github.com/python/cpython/commit/49258efada0cb0fc58ccffc018ff310b8f7f4570 commit: 49258efada0cb0fc58ccffc018ff310b8f7f4570 branch: main author: John Sirois committer: encukou date: 2024-05-07T09:23:27+02:00 summary: gh-118107: Fix zipimporter ZIP64 handling. (GH-118108) Add missing impo