[Python-checkins] [3.14] gh-138081: fix some dead links in InternalDocs (GH-138082) (#138781)

2025-09-19 Thread hugovk
https://github.com/python/cpython/commit/8a767fbcb3168a48a7e909b597c070d103901b87 commit: 8a767fbcb3168a48a7e909b597c070d103901b87 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-09-1

[Python-checkins] gh-138709: Implement CPU time profiling in profiling.sample (#138710)

2025-09-19 Thread pablogsal
https://github.com/python/cpython/commit/67636f72d278ef42de1c9cc92755f9d33d73c112 commit: 67636f72d278ef42de1c9cc92755f9d33d73c112 branch: main author: Pablo Galindo Salgado committer: pablogsal date: 2025-09-19T19:17:28+01:00 summary: gh-138709: Implement CPU time profiling in profiling.sample

[Python-checkins] gh-112729: Correctly fail when the process is out of memory during interpreter creation (GH-139164)

2025-09-19 Thread ZeroIntensity
https://github.com/python/cpython/commit/d06113c7a7cac76a28847702685e601b79f71bf8 commit: d06113c7a7cac76a28847702685e601b79f71bf8 branch: main author: Peter Bierma committer: ZeroIntensity date: 2025-09-19T10:41:09-04:00 summary: gh-112729: Correctly fail when the process is out of memory durin

[Python-checkins] gh-138013: Split SignalsTest from test_io.test_general (#139079)

2025-09-19 Thread vstinner
https://github.com/python/cpython/commit/69c6b438e84ef2bb94a587e49946a2a4b6454fb3 commit: 69c6b438e84ef2bb94a587e49946a2a4b6454fb3 branch: main author: Cody Maloney committer: vstinner date: 2025-09-19T18:21:50Z summary: gh-138013: Split SignalsTest from test_io.test_general (#139079) Increase

[Python-checkins] [3.13] gh-118803: Fixup a few references in the 3.13 branch to the intended removal date for `ByteString` (#139171)

2025-09-19 Thread AlexWaygood
https://github.com/python/cpython/commit/8aa856170dd79b17df87dc2b35472b1c50d14c4c commit: 8aa856170dd79b17df87dc2b35472b1c50d14c4c branch: 3.13 author: Alex Waygood committer: AlexWaygood date: 2025-09-19T18:51:39+01:00 summary: [3.13] gh-118803: Fixup a few references in the 3.13 branch to the

[Python-checkins] [3.13] gh-112729: Correctly fail when the process is out of memory during interpreter creation (GH-139164) (GH-139169)

2025-09-19 Thread ZeroIntensity
https://github.com/python/cpython/commit/63dd27da3ba17a9584907cf179c0f33ba92de98a commit: 63dd27da3ba17a9584907cf179c0f33ba92de98a branch: 3.13 author: Peter Bierma committer: ZeroIntensity date: 2025-09-19T15:09:44Z summary: [3.13] gh-112729: Correctly fail when the process is out of memory dur

[Python-checkins] [3.13] gh-139076: Fix regression in pydoc not showing extension functions (GH-139077) (GH-139161)

2025-09-19 Thread serhiy-storchaka
https://github.com/python/cpython/commit/9809c30456fcb3e804819db903452696f9a444dd commit: 9809c30456fcb3e804819db903452696f9a444dd branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-09-19T16:38:20+03:00 summary: [3.1

[Python-checkins] gh-138310: Adds sys.audit event for import_module (#138311)

2025-09-19 Thread lisroach
https://github.com/python/cpython/commit/2fd43a1ffe4ff1f6c46f6045bc327d6085c40fbf commit: 2fd43a1ffe4ff1f6c46f6045bc327d6085c40fbf branch: main author: Lisa Roach committer: lisroach date: 2025-09-19T06:21:42-07:00 summary: gh-138310: Adds sys.audit event for import_module (#138311) * Updates s

[Python-checkins] Fix the reference to unicode specification (#139138)

2025-09-19 Thread malemburg
https://github.com/python/cpython/commit/b36dee855dd61f6ac37208866c3c4c21429a587a commit: b36dee855dd61f6ac37208866c3c4c21429a587a branch: main author: Karolina Surma <[email protected]> committer: malemburg date: 2025-09-19T14:28:55+02:00 summary: Fix the reference to un

[Python-checkins] gh-139076: Fix regression in pydoc not showing extension functions (GH-139077)

2025-09-19 Thread serhiy-storchaka
https://github.com/python/cpython/commit/7257b24140ac1b39fb8cfd4610134ec79575a396 commit: 7257b24140ac1b39fb8cfd4610134ec79575a396 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-09-19T15:54:06+03:00 summary: gh-139076: Fix regression in pydoc not showing extension f

[Python-checkins] gh-126016: Remove bad assertion in `PyThreadState_Clear` (GH-139158)

2025-09-19 Thread ZeroIntensity
https://github.com/python/cpython/commit/9243a4b93397f04237a5112011ee03433eda0462 commit: 9243a4b93397f04237a5112011ee03433eda0462 branch: main author: Peter Bierma committer: ZeroIntensity date: 2025-09-19T12:17:05Z summary: gh-126016: Remove bad assertion in `PyThreadState_Clear` (GH-139158)

[Python-checkins] gh-138171: Migrate iOS testbed location and add Apple build script (#138176)

2025-09-19 Thread freakboy3742
https://github.com/python/cpython/commit/35c7e52b3ea3fdeb8eb77d2d8c803467a2ba6311 commit: 35c7e52b3ea3fdeb8eb77d2d8c803467a2ba6311 branch: main author: Russell Keith-Magee committer: freakboy3742 date: 2025-09-19T13:23:38+01:00 summary: gh-138171: Migrate iOS testbed location and add Apple build

[Python-checkins] [3.14] Replace "ordered arguments" with "positional arguments" in `unittest.mock` documentation (GH-137552) (#137553)

2025-09-19 Thread hugovk
https://github.com/python/cpython/commit/7b4e0dc36adb467f977cc74bc711143522c6e4ce commit: 7b4e0dc36adb467f977cc74bc711143522c6e4ce branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-09-1

[Python-checkins] gh-138005: Document that CSV `skipinitialspace=True` and `delimiter=' '` require quotation for empty fields (#138006)

2025-09-19 Thread hugovk
https://github.com/python/cpython/commit/e0f54a608eae7cb062b3b22d1b39a0f3fba3e8cb commit: e0f54a608eae7cb062b3b22d1b39a0f3fba3e8cb branch: main author: Maurycy Pawłowski-Wieroński <[email protected]> committer: hugovk <[email protected]> date: 2025-09-11T18

[Python-checkins] gh-81148: Eliminate unnecessary check in _strptime when determining AM/PM (#13428)

2025-09-19 Thread pganssle
https://github.com/python/cpython/commit/e3d9bd6be384e8a0ae95f298747c90ef3260d12b commit: e3d9bd6be384e8a0ae95f298747c90ef3260d12b branch: main author: Gordon P. Hemsley committer: pganssle <[email protected]> date: 2025-09-19T10:23:12Z summary: gh-81148: Eliminate unneces

[Python-checkins] gh-135729: Store reference to globals in `Interpreter._decref` (GH-139104)

2025-09-19 Thread ZeroIntensity
https://github.com/python/cpython/commit/571210b8f34a54922e5eb11d65060d7a77b8bdf0 commit: 571210b8f34a54922e5eb11d65060d7a77b8bdf0 branch: main author: Peter Bierma committer: ZeroIntensity date: 2025-09-18T11:17:51Z summary: gh-135729: Store reference to globals in `Interpreter._decref` (GH-139

[Python-checkins] GH-137218: Update `make` for JIT stencils (#137265)

2025-09-19 Thread savannahostrowski
https://github.com/python/cpython/commit/85c1ef647751d18194bbc52eb2b1305871e03d10 commit: 85c1ef647751d18194bbc52eb2b1305871e03d10 branch: main author: Savannah Bailey committer: savannahostrowski date: 2025-09-19T10:36:42+01:00 summary: GH-137218: Update `make` for JIT stencils (#137265) files

[Python-checkins] gh-121237: Add `%:z` directive to datetime.strptime (#136961)

2025-09-19 Thread pganssle
https://github.com/python/cpython/commit/495f589363b236599f266a1a3974435b112506f1 commit: 495f589363b236599f266a1a3974435b112506f1 branch: main author: Semyon Moroz committer: pganssle <[email protected]> date: 2025-09-19T10:25:31+01:00 summary: gh-121237: Add `%:z` direct

[Python-checkins] gh-129813, PEP 782: Fix refleak in sock_recvfrom() (GH-139151)

2025-09-19 Thread encukou
https://github.com/python/cpython/commit/47485c03843e0a1b0bb8d55d260cd5e5ca08dbe9 commit: 47485c03843e0a1b0bb8d55d260cd5e5ca08dbe9 branch: main author: Victor Stinner committer: encukou date: 2025-09-19T09:30:11Z summary: gh-129813, PEP 782: Fix refleak in sock_recvfrom() (GH-139151) files: M M