[Python-checkins] [3.13] gh-125940: Android: support 16 KB pages (GH-125941) (#125948)

2024-10-24 Thread freakboy3742
https://github.com/python/cpython/commit/904634b2580565de73905f96d6a1ac42058c1978 commit: 904634b2580565de73905f96d6a1ac42058c1978 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: freakboy3742 date: 2024-10-25T08:37:38+08:00 summary: [3.13] g

[Python-checkins] gh-125933: Add ARIA labels to select elements in the version switcher (#125934)

2024-10-24 Thread hugovk
https://github.com/python/cpython/commit/1306f33c84b2745aa8af5e3e8f680aa80b836c0e commit: 1306f33c84b2745aa8af5e3e8f680aa80b836c0e branch: main author: Kerim Kabirov committer: hugovk <[email protected]> date: 2024-10-24T23:52:21+03:00 summary: gh-125933: Add ARIA labels to

[Python-checkins] Increase minimum Android API level to 24 (#125946)

2024-10-24 Thread freakboy3742
https://github.com/python/cpython/commit/371c537dff0b384e46ebe6b08009f6628b7acd58 commit: 371c537dff0b384e46ebe6b08009f6628b7acd58 branch: main author: Malcolm Smith committer: freakboy3742 date: 2024-10-25T08:41:07+08:00 summary: Increase minimum Android API level to 24 (#125946) Minimum Andro

[Python-checkins] gh-125940: Android: support 16 KB pages (#125941)

2024-10-24 Thread freakboy3742
https://github.com/python/cpython/commit/e68d4b08ff13a06a2c2877f63bf856e6bf3c2e77 commit: e68d4b08ff13a06a2c2877f63bf856e6bf3c2e77 branch: main author: Malcolm Smith committer: freakboy3742 date: 2024-10-25T07:51:16+08:00 summary: gh-125940: Android: support 16 KB pages (#125941) Modify Android

[Python-checkins] [3.13] gh-125859: Fix crash when `gc.get_objects` is called during GC (GH-125882) (GH-125921)

2024-10-24 Thread colesbury
https://github.com/python/cpython/commit/5c2696bc261905b84c71ddbee3f439af568a8795 commit: 5c2696bc261905b84c71ddbee3f439af568a8795 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: colesbury date: 2024-10-24T14:08:15Z summary: [3.13] gh-125859

[Python-checkins] gh-125864: Propagate `pickle.loads()` failures in `InterpreterPoolExecutor` (gh-125898)

2024-10-24 Thread ericsnowcurrently
https://github.com/python/cpython/commit/41bd9d959ccdb1095b6662b903bb3cbd2a47087b commit: 41bd9d959ccdb1095b6662b903bb3cbd2a47087b branch: main author: Peter Bierma committer: ericsnowcurrently date: 2024-10-24T10:51:45-06:00 summary: gh-125864: Propagate `pickle.loads()` failures in `Interprete

[Python-checkins] gh-125942: Android: set stdout to `errors="backslashreplace"` (#125943)

2024-10-24 Thread freakboy3742
https://github.com/python/cpython/commit/b08570c90eb9fa2e2ee4429909b14240b7a427d4 commit: b08570c90eb9fa2e2ee4429909b14240b7a427d4 branch: main author: Malcolm Smith committer: freakboy3742 date: 2024-10-25T08:35:41+08:00 summary: gh-125942: Android: set stdout to `errors="backslashreplace"` (#1

[Python-checkins] gh-125900: Clean-up logic around immortalization in free-threading (#125901)

2024-10-24 Thread colesbury
https://github.com/python/cpython/commit/332356b880576a1a00b5dc34f03d7d3995dd4512 commit: 332356b880576a1a00b5dc34f03d7d3995dd4512 branch: main author: Sam Gross committer: colesbury date: 2024-10-24T18:09:59-04:00 summary: gh-125900: Clean-up logic around immortalization in free-threading (#125

[Python-checkins] [3.13] gh-125933: Add ARIA labels to select elements in the version switcher (GH-125934) (#125938)

2024-10-24 Thread hugovk
https://github.com/python/cpython/commit/92d301eb678427dbb40aef2e0c9c91f75f278413 commit: 92d301eb678427dbb40aef2e0c9c91f75f278413 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-10-2

[Python-checkins] [3.13] gh-125842: Fix `sys.exit(0xffff_ffff)` on Windows (GH-125896) (GH-125925)

2024-10-24 Thread colesbury
https://github.com/python/cpython/commit/52b57eee64c1fe98306fae9643f7c8b66548fab0 commit: 52b57eee64c1fe98306fae9643f7c8b66548fab0 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: colesbury date: 2024-10-24T16:27:30Z summary: [3.13] gh-125842

[Python-checkins] gh-125909: Avoid a redirect when linking to the devguide (#125826)

2024-10-24 Thread AA-Turner
https://github.com/python/cpython/commit/5003ad5c5ea508f0dde1b374cd8bc6a481ad5c5d commit: 5003ad5c5ea508f0dde1b374cd8bc6a481ad5c5d branch: main author: partev committer: AA-Turner <[email protected]> date: 2024-10-24T17:41:01+01:00 summary: gh-125909: Avoid a redirect whe

[Python-checkins] gh-123930: Better error for "from imports" when script shadows module (#123929)

2024-10-24 Thread hauntsaninja
https://github.com/python/cpython/commit/500f5338a8fe13719478589333fcd296e8e8eb02 commit: 500f5338a8fe13719478589333fcd296e8e8eb02 branch: main author: Shantanu <[email protected]> committer: hauntsaninja <[email protected]> date: 2024-10-24

[Python-checkins] gh-125842: Fix `sys.exit(0xffff_ffff)` on Windows (#125896)

2024-10-24 Thread colesbury
https://github.com/python/cpython/commit/ad6110a93ffa82cae71af6c78692de065d3871b5 commit: ad6110a93ffa82cae71af6c78692de065d3871b5 branch: main author: Sam Gross committer: colesbury date: 2024-10-24T12:03:50-04:00 summary: gh-125842: Fix `sys.exit(0x_)` on Windows (#125896) On Windows,

[Python-checkins] [3.13] gh-123930: Better error for "from imports" when script shadows module (GH-123929) (#125937)

2024-10-24 Thread hauntsaninja
https://github.com/python/cpython/commit/3d8b6f0977fa28335da6071e26a9699e90f0a168 commit: 3d8b6f0977fa28335da6071e26a9699e90f0a168 branch: 3.13 author: Shantanu <[email protected]> committer: hauntsaninja <[email protected]> date: 2024-10-24

[Python-checkins] gh-118950: Fix SSLProtocol.connection_lost not being called when OSError is thrown (#118960)

2024-10-24 Thread kumaraditya303
https://github.com/python/cpython/commit/3f24bde0b6689b8f05872a8118a97908b5a94659 commit: 3f24bde0b6689b8f05872a8118a97908b5a94659 branch: main author: Javad Shafique committer: kumaraditya303 date: 2024-10-24T17:41:16Z summary: gh-118950: Fix SSLProtocol.connection_lost not being called when OS

[Python-checkins] [3.12] gh-125909: Avoid a redirect when linking to the devguide (GH-125826) (#125930)

2024-10-24 Thread AA-Turner
https://github.com/python/cpython/commit/869119e36d1b1367eff7003b04dfbe2ce7129a20 commit: 869119e36d1b1367eff7003b04dfbe2ce7129a20 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] [3.12] gh-125933: Add ARIA labels to select elements in the version switcher (GH-125934) (#125939)

2024-10-24 Thread hugovk
https://github.com/python/cpython/commit/31ff9e5ac685dff58456f7fa93d1872e8cda604f commit: 31ff9e5ac685dff58456f7fa93d1872e8cda604f branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-10-2

[Python-checkins] [3.13] gh-125259: Fix error notes removal in enum initialization (GH-125647) (GH-125858)

2024-10-24 Thread ethanfurman
https://github.com/python/cpython/commit/32830cf7030f5db5ef86204abe17dc7c4fcec7ff commit: 32830cf7030f5db5ef86204abe17dc7c4fcec7ff branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ethanfurman date: 2024-10-24T20:24:23-07:00 summary: [3.13] gh

[Python-checkins] [3.13] gh-125245: Fix race condition when importing `collections.abc` (GH-125415) (GH-125944)

2024-10-24 Thread colesbury
https://github.com/python/cpython/commit/d46d291bd390027811937bbf5af2e2600b8398a9 commit: d46d291bd390027811937bbf5af2e2600b8398a9 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: colesbury date: 2024-10-24T22:38:45Z summary: [3.13] gh-125245

[Python-checkins] [3.13] gh-125942: Android: set stdout to `errors="backslashreplace"` (GH-125943) (#125950)

2024-10-24 Thread freakboy3742
https://github.com/python/cpython/commit/083c5814c85e1daff54d2e0e1e08c5028f5d8bc8 commit: 083c5814c85e1daff54d2e0e1e08c5028f5d8bc8 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: freakboy3742 date: 2024-10-25T00:59:23Z summary: [3.13] gh-125

[Python-checkins] [3.13] gh-124858: fix happy eyeballs refcyles (GH-124859) (#124912)

2024-10-24 Thread willingc
https://github.com/python/cpython/commit/e5967403993f4d491950aac01525c9d9a9b8eb1a commit: e5967403993f4d491950aac01525c9d9a9b8eb1a branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: willingc date: 2024-10-23T12:35:56-07:00 summary: [3.13] gh-12