[Python-checkins] gh-72284: Revise lists in IDLE doc (#114174)

2024-01-16 Thread terryjreedy
https://github.com/python/cpython/commit/4a32275389d94ba41f8881c32ad4b232effb1c6f commit: 4a32275389d94ba41f8881c32ad4b232effb1c6f branch: main author: Terry Jan Reedy committer: terryjreedy date: 2024-01-17T07:52:32Z summary: gh-72284: Revise lists in IDLE doc (#114174) Tkinter is a fact, not

[Python-checkins] [3.11] gh-81479: For Help => IDLE Doc, stop double-spacing some lists. (GH-114168) (#114171)

2024-01-16 Thread terryjreedy
https://github.com/python/cpython/commit/069cca7c2bcceb95aaf843bee32780f7720efa33 commit: 069cca7c2bcceb95aaf843bee32780f7720efa33 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: terryjreedy date: 2024-01-17T01:35:35-05:00 summary: [3.11] gh

[Python-checkins] [3.12] gh-81479: For Help => IDLE Doc, stop double-spacing some lists. (GH-114168) (#114170)

2024-01-16 Thread terryjreedy
https://github.com/python/cpython/commit/f1f2d204d13cdd541c0c32ee4d6763d49e79ac59 commit: f1f2d204d13cdd541c0c32ee4d6763d49e79ac59 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: terryjreedy date: 2024-01-17T01:35:15-05:00 summary: [3.12] gh

[Python-checkins] gh-81479: For Help => IDLE Doc, stop double-spacing some lists. (#114168)

2024-01-16 Thread terryjreedy
https://github.com/python/cpython/commit/e07a400c310ad3bdd72bb0ae401991af17435e4d commit: e07a400c310ad3bdd72bb0ae401991af17435e4d branch: main author: Terry Jan Reedy committer: terryjreedy date: 2024-01-17T05:24:59Z summary: gh-81479: For Help => IDLE Doc, stop double-spacing some lists. (#114

[Python-checkins] [3.11] gh-112043: Align concurrent.futures.Executor.map docs with implementation (GH-114153) (#114165)

2024-01-16 Thread AA-Turner
https://github.com/python/cpython/commit/644b4a1e87b08fb8e67a81cbe474d9c5178ae77c commit: 644b4a1e87b08fb8e67a81cbe474d9c5178ae77c branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] [3.12] gh-112043: Align concurrent.futures.Executor.map docs with implementation (GH-114153) (#114164)

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

[Python-checkins] [3.12] gh-88531 Fix dataclass __post_init__/__init__ interplay documentation (gh-107404) (#114162)

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

[Python-checkins] [3.11] gh-88531 Fix dataclass __post_init__/__init__ interplay documentation (gh-107404) (#114163)

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

[Python-checkins] gh-112043: Align concurrent.futures.Executor.map docs with implementation (#114153)

2024-01-16 Thread AA-Turner
https://github.com/python/cpython/commit/8d26db45df479a54eccd2aced7d8a5ea9fd0ffa5 commit: 8d26db45df479a54eccd2aced7d8a5ea9fd0ffa5 branch: main author: Erlend E. Aasland committer: AA-Turner <[email protected]> date: 2024-01-17T01:31:16Z summary: gh-112043: Align concurre

[Python-checkins] gh-88531 Fix dataclass __post_init__/__init__ interplay documentation (gh-107404)

2024-01-16 Thread ericvsmith
https://github.com/python/cpython/commit/05008c27b73da640b63c0d335c65ade517c0eb84 commit: 05008c27b73da640b63c0d335c65ade517c0eb84 branch: main author: Steffen Zeile <[email protected]> committer: ericvsmith date: 2024-01-16T20:17:34-05:00 summary: gh-88531 Fix dataclass __

[Python-checkins] [3.12] gh-106293: Fix typos in Objects/object_layout.md (GH-106294) (#114158)

2024-01-16 Thread erlend-aasland
https://github.com/python/cpython/commit/b201a6a1f107ca3ff4201cb4dc3cd677db6cb52d commit: b201a6a1f107ca3ff4201cb4dc3cd677db6cb52d branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: erlend-aasland date: 2024-01-16T23:35:20Z summary: [3.12] gh-1

[Python-checkins] gh-106293: Fix typos in Objects/object_layout.md (#106294)

2024-01-16 Thread erlend-aasland
https://github.com/python/cpython/commit/60ca37fdee52cc4ff318b6e9ddbb260e8583b33b commit: 60ca37fdee52cc4ff318b6e9ddbb260e8583b33b branch: main author: Mano Sriram committer: erlend-aasland date: 2024-01-16T23:11:15Z summary: gh-106293: Fix typos in Objects/object_layout.md (#106294) Co-authore

[Python-checkins] GH-110109: pathlib docs: bring `from_uri()` and `as_uri()` together. (#110312)

2024-01-16 Thread barneygale
https://github.com/python/cpython/commit/45e527dfb553a5687aad828260cda85f02b9b6f8 commit: 45e527dfb553a5687aad828260cda85f02b9b6f8 branch: main author: Barney Gale committer: barneygale date: 2024-01-16T22:51:57Z summary: GH-110109: pathlib docs: bring `from_uri()` and `as_uri()` together. (#110

[Python-checkins] [3.11] gh-94220: Align fnmatch docs with the implementation and amend markup (GH-114152) (#114156)

2024-01-16 Thread erlend-aasland
https://github.com/python/cpython/commit/9351b5ddf13e0cff6e29621c11f2a45db6ff51be commit: 9351b5ddf13e0cff6e29621c11f2a45db6ff51be branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: erlend-aasland date: 2024-01-16T23:42:57+01:00 summary: [3.11]

[Python-checkins] [3.12] gh-94220: Align fnmatch docs with the implementation and amend markup (GH-114152) (#114155)

2024-01-16 Thread erlend-aasland
https://github.com/python/cpython/commit/50bb9c69e14f88965564b663d7088633691f5d6a commit: 50bb9c69e14f88965564b663d7088633691f5d6a branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: erlend-aasland date: 2024-01-16T23:42:29+01:00 summary: [3.12]

[Python-checkins] [3.12] GH-78988: Document `pathlib.Path.glob()` exception propagation. (GH-114036) (#114154)

2024-01-16 Thread barneygale
https://github.com/python/cpython/commit/0ee681a665da36267d9e87ece472b9a9c5da9c13 commit: 0ee681a665da36267d9e87ece472b9a9c5da9c13 branch: 3.12 author: Barney Gale committer: barneygale date: 2024-01-16T22:39:09Z summary: [3.12] GH-78988: Document `pathlib.Path.glob()` exception propagation. (G

[Python-checkins] Fix typo in c_annotations.py comment (#108773)

2024-01-16 Thread erlend-aasland
https://github.com/python/cpython/commit/1d6989f9b081f936882973e45550663d7956a9d5 commit: 1d6989f9b081f936882973e45550663d7956a9d5 branch: main author: Kuan-Wei Chiu committer: erlend-aasland date: 2024-01-16T23:36:01+01:00 summary: Fix typo in c_annotations.py comment (#108773) "compatability"

[Python-checkins] gh-94220: Align fnmatch docs with the implementation and amend markup (#114152)

2024-01-16 Thread erlend-aasland
https://github.com/python/cpython/commit/6e84f3b56f445b56ab48723d636c0a17090298ab commit: 6e84f3b56f445b56ab48723d636c0a17090298ab branch: main author: Erlend E. Aasland committer: erlend-aasland date: 2024-01-16T22:35:09Z summary: gh-94220: Align fnmatch docs with the implementation and amend m

[Python-checkins] GH-78988: Document `pathlib.Path.glob()` exception propagation. (#114036)

2024-01-16 Thread barneygale
https://github.com/python/cpython/commit/7092b3f1319269accf4c02f08256d51f111b9ca3 commit: 7092b3f1319269accf4c02f08256d51f111b9ca3 branch: main author: Barney Gale committer: barneygale date: 2024-01-16T22:28:54Z summary: GH-78988: Document `pathlib.Path.glob()` exception propagation. (#114036)

[Python-checkins] gh-113655: Increase default stack size for PGO builds to avoid C stack exhaustion (GH-114148)

2024-01-16 Thread zooba
https://github.com/python/cpython/commit/2e672f7ca67470cbda3346a4b1b532cf5fa61799 commit: 2e672f7ca67470cbda3346a4b1b532cf5fa61799 branch: main author: Steve Dower committer: zooba date: 2024-01-16T22:02:20Z summary: gh-113655: Increase default stack size for PGO builds to avoid C stack exhaust

[Python-checkins] gh-112529: Track if debug allocator is used as underlying allocator (#113747)

2024-01-16 Thread DinoV
https://github.com/python/cpython/commit/b331381485c1965d1c88b7aee7ae9604aca05758 commit: b331381485c1965d1c88b7aee7ae9604aca05758 branch: main author: Sam Gross committer: DinoV date: 2024-01-16T13:42:15-08:00 summary: gh-112529: Track if debug allocator is used as underlying allocator (#113747

[Python-checkins] Update copyright years to 2024. (GH-113608)

2024-01-16 Thread ambv
https://github.com/python/cpython/commit/c86571e4c9765a88ba05a7d9b874b40af0e1d6ab commit: c86571e4c9765a88ba05a7d9b874b40af0e1d6ab branch: main author: solya0x <[email protected]> committer: ambv date: 2024-01-16T21:54:05+01:00 summary: Update copyright years to 2024. (GH

[Python-checkins] GH-114013: fix setting `HOSTRUNNER` for `Tools/wasm/wasi.py` (GH-114097)

2024-01-16 Thread brettcannon
https://github.com/python/cpython/commit/03f78397039760085b8ec07969835c89610bbc6d commit: 03f78397039760085b8ec07969835c89610bbc6d branch: main author: Brett Cannon committer: brettcannon date: 2024-01-16T11:36:41-08:00 summary: GH-114013: fix setting `HOSTRUNNER` for `Tools/wasm/wasi.py` (GH-11

[Python-checkins] Clean up backslash avoiding code in ast, fix typo (#113605)

2024-01-16 Thread hauntsaninja
https://github.com/python/cpython/commit/3d5df54cdc1e946bd953bc9906da5abf78a48357 commit: 3d5df54cdc1e946bd953bc9906da5abf78a48357 branch: main author: Shantanu <[email protected]> committer: hauntsaninja <[email protected]> date: 2024-01-16

[Python-checkins] [3.12] gh-113659: Skip hidden .pth files (GH-113660) (GH-114143)

2024-01-16 Thread serhiy-storchaka
https://github.com/python/cpython/commit/59da12613afd9241e5afed863315081788d1ce00 commit: 59da12613afd9241e5afed863315081788d1ce00 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-01-16T18:57:14Z summary: [3.12] gh

[Python-checkins] [3.11] gh-113659: Skip hidden .pth files (GH-113660) (GH-114144)

2024-01-16 Thread serhiy-storchaka
https://github.com/python/cpython/commit/21ab20b3a794ab5f64963706088af21574068f4c commit: 21ab20b3a794ab5f64963706088af21574068f4c branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-01-16T18:56:31Z summary: [3.11] gh

[Python-checkins] [3.11] Fix 'expresion' typo in IDLE doc (GH-114130) (#114140)

2024-01-16 Thread terryjreedy
https://github.com/python/cpython/commit/e7dcab355e8b8917861f234f412c7b3213481e29 commit: e7dcab355e8b8917861f234f412c7b3213481e29 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: terryjreedy date: 2024-01-16T18:31:25Z summary: [3.11] Fix 'ex

[Python-checkins] [3.12] Fix 'expresion' typo in IDLE doc (GH-114130) (#114139)

2024-01-16 Thread terryjreedy
https://github.com/python/cpython/commit/60f5f7513fa3513efa308162841a6efee5a34993 commit: 60f5f7513fa3513efa308162841a6efee5a34993 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: terryjreedy date: 2024-01-16T18:27:43Z summary: [3.12] Fix 'ex

[Python-checkins] gh-113659: Skip hidden .pth files (GH-113660)

2024-01-16 Thread serhiy-storchaka
https://github.com/python/cpython/commit/74208ed0c440244fb809d8acc97cb9ef51e888e3 commit: 74208ed0c440244fb809d8acc97cb9ef51e888e3 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-01-16T20:23:05+02:00 summary: gh-113659: Skip hidden .pth files (GH-113660) Skip .pth f

[Python-checkins] gh-114096: Restore privileges in _winapi.CreateJunction after creating the junction (GH-114089)

2024-01-16 Thread zooba
https://github.com/python/cpython/commit/10f00294a083100897bc14dcecf20e1357e22644 commit: 10f00294a083100897bc14dcecf20e1357e22644 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: zooba date: 2024-01-16T17:39:59Z summary: gh-114096: Restore p

[Python-checkins] gh-114096: Restore privileges in _winapi.CreateJunction after creating the junction (GH-114089)

2024-01-16 Thread zooba
https://github.com/python/cpython/commit/fb5cec98e2f185b953e7957834487941a88e670d commit: fb5cec98e2f185b953e7957834487941a88e670d branch: 3.11 author: Steve Dower committer: zooba date: 2024-01-16T17:37:17Z summary: gh-114096: Restore privileges in _winapi.CreateJunction after creating the jun

[Python-checkins] [3.11] Docs: Improve multiprocessing.SharedMemory reference (#114093) (#114138)

2024-01-16 Thread erlend-aasland
https://github.com/python/cpython/commit/2122e1ee837564042fa0f1ed0021f0e8c69dda0e commit: 2122e1ee837564042fa0f1ed0021f0e8c69dda0e branch: 3.11 author: Erlend E. Aasland committer: erlend-aasland date: 2024-01-16T17:18:34Z summary: [3.11] Docs: Improve multiprocessing.SharedMemory reference (#11

[Python-checkins] [3.12] Docs: Improve multiprocessing.SharedMemory reference (#114093) (#114137)

2024-01-16 Thread erlend-aasland
https://github.com/python/cpython/commit/91739149f04f0e6cd50727edf966e0da2f156276 commit: 91739149f04f0e6cd50727edf966e0da2f156276 branch: 3.12 author: Erlend E. Aasland committer: erlend-aasland date: 2024-01-16T17:17:29Z summary: [3.12] Docs: Improve multiprocessing.SharedMemory reference (#11

[Python-checkins] Fix 'expresion' typo in IDLE doc (#114130)

2024-01-16 Thread terryjreedy
https://github.com/python/cpython/commit/7a24ecc953e1edc9c5bbedbd19cc587c3ff635ea commit: 7a24ecc953e1edc9c5bbedbd19cc587c3ff635ea branch: main author: Terry Jan Reedy committer: terryjreedy date: 2024-01-16T17:12:59Z summary: Fix 'expresion' typo in IDLE doc (#114130) The substantive change is

[Python-checkins] [3.12] gh-114107: test.pythoninfo logs Windows Developer Mode (GH-114121) (#114129)

2024-01-16 Thread vstinner
https://github.com/python/cpython/commit/1d5bca65e26419dfc911a636f81b37379b111f8a commit: 1d5bca65e26419dfc911a636f81b37379b111f8a branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2024-01-16T16:53:29Z summary: [3.12] gh-114107:

[Python-checkins] [3.11] gh-114107: test.pythoninfo logs Windows Developer Mode (GH-114121) (#114128)

2024-01-16 Thread vstinner
https://github.com/python/cpython/commit/ddc9e34c53d442d3da9af67759dc3f6707239630 commit: ddc9e34c53d442d3da9af67759dc3f6707239630 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2024-01-16T16:43:50Z summary: [3.11] gh-114107:

[Python-checkins] [3.11] gh-114069: Revise Tutorial Methods paragraph (GH-114127) (#114132)

2024-01-16 Thread terryjreedy
https://github.com/python/cpython/commit/d42e54e9d60b3343b48458faa2ab10ac9de78889 commit: d42e54e9d60b3343b48458faa2ab10ac9de78889 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: terryjreedy date: 2024-01-16T16:43:23Z summary: [3.11] gh-1140

[Python-checkins] [3.12] gh-114069: Revise Tutorial Methods paragraph (GH-114127) (#114131)

2024-01-16 Thread terryjreedy
https://github.com/python/cpython/commit/3eeab87feba51c7ef6c87a374874a21d11835d6d commit: 3eeab87feba51c7ef6c87a374874a21d11835d6d branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: terryjreedy date: 2024-01-16T16:43:20Z summary: [3.12] gh-1140

[Python-checkins] Docs: Improve multiprocessing.SharedMemory reference (#114093)

2024-01-16 Thread erlend-aasland
https://github.com/python/cpython/commit/b1db6278cf6e60efdeca96244e5d73df4f070bea commit: b1db6278cf6e60efdeca96244e5d73df4f070bea branch: main author: Erlend E. Aasland committer: erlend-aasland date: 2024-01-16T16:43:13Z summary: Docs: Improve multiprocessing.SharedMemory reference (#114093)

[Python-checkins] gh-114096: Restore privileges in _winapi.CreateJunction after creating the junction (GH-114089)

2024-01-16 Thread zooba
https://github.com/python/cpython/commit/de4ced54eb08e8630e3b6c13436d4ecc3fb14708 commit: de4ced54eb08e8630e3b6c13436d4ecc3fb14708 branch: main author: Steve Dower committer: zooba date: 2024-01-16T16:40:02Z summary: gh-114096: Restore privileges in _winapi.CreateJunction after creating the jun

[Python-checkins] gh-114069: Revise Tutorial Methods paragraph (#114127)

2024-01-16 Thread terryjreedy
https://github.com/python/cpython/commit/31a2543c80e1e38c97e50533249d9aa00e2f6cae commit: 31a2543c80e1e38c97e50533249d9aa00e2f6cae branch: main author: Terry Jan Reedy committer: terryjreedy date: 2024-01-16T11:33:05-05:00 summary: gh-114069: Revise Tutorial Methods paragraph (#114127) Remove e

[Python-checkins] Fix an incorrect comment in iobase_is_closed (GH-102952)

2024-01-16 Thread serhiy-storchaka
https://github.com/python/cpython/commit/e454f9383c5ea629a917dfea791da0bb92b90d8e commit: e454f9383c5ea629a917dfea791da0bb92b90d8e branch: main author: Jonathon Reinhart committer: serhiy-storchaka date: 2024-01-16T18:27:17+02:00 summary: Fix an incorrect comment in iobase_is_closed (GH-102952)

[Python-checkins] gh-114107: test.pythoninfo logs Windows Developer Mode (#114121)

2024-01-16 Thread vstinner
https://github.com/python/cpython/commit/c77f552ec02040dfe14a0a3cb743d96eedffadec commit: c77f552ec02040dfe14a0a3cb743d96eedffadec branch: main author: Victor Stinner committer: vstinner date: 2024-01-16T17:23:46+01:00 summary: gh-114107: test.pythoninfo logs Windows Developer Mode (#114121) Al

[Python-checkins] gh-111968: Use per-thread freelists for PyContext in free-threading (gh-114122)

2024-01-16 Thread corona10
https://github.com/python/cpython/commit/867f59f234a4135901070a386d55327e44ee1b7a commit: 867f59f234a4135901070a386d55327e44ee1b7a branch: main author: Donghee Na committer: corona10 date: 2024-01-16T16:14:56Z summary: gh-111968: Use per-thread freelists for PyContext in free-threading (gh-11412

[Python-checkins] gh-113626: Add allow_code parameter in marshal functions (GH-113648)

2024-01-16 Thread serhiy-storchaka
https://github.com/python/cpython/commit/d2d8332f71ae8059150a9d8d91498493f9b443fc commit: d2d8332f71ae8059150a9d8d91498493f9b443fc branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-01-16T18:05:15+02:00 summary: gh-113626: Add allow_code parameter in marshal functions (

[Python-checkins] [3.12] gh-113858: GH Actions: Make ccache smaller (GH-113859, GH-113945) (GH-114082)

2024-01-16 Thread encukou
https://github.com/python/cpython/commit/74485c0323f91b32877e71c233570d89bc63fbd5 commit: 74485c0323f91b32877e71c233570d89bc63fbd5 branch: 3.12 author: Petr Viktorin committer: encukou date: 2024-01-16T16:28:27+01:00 summary: [3.12] gh-113858: GH Actions: Make ccache smaller (GH-113859, GH-11394

[Python-checkins] gh-102468: Document `PyCFunction_New*` and `PyCMethod_New` (GH-112557)

2024-01-16 Thread encukou
https://github.com/python/cpython/commit/a482bc67ee786e60937a547776fcf9528810e1ce commit: a482bc67ee786e60937a547776fcf9528810e1ce branch: main author: AN Long committer: encukou date: 2024-01-16T16:17:03+01:00 summary: gh-102468: Document `PyCFunction_New*` and `PyCMethod_New` (GH-112557) Co-a

[Python-checkins] gh-114107: Fix importlib.resources symlink test if symlinks aren't supported (#114108)

2024-01-16 Thread Yhg1s
https://github.com/python/cpython/commit/c361a1f395de9e508b6e1b0a4c5e69204905a7b7 commit: c361a1f395de9e508b6e1b0a4c5e69204905a7b7 branch: main author: Petr Viktorin committer: Yhg1s date: 2024-01-16T16:10:03+01:00 summary: gh-114107: Fix importlib.resources symlink test if symlinks aren't suppo

[Python-checkins] gh-113858: GH Actions: Limit max ccache size for the asan build (GH-114113)

2024-01-16 Thread encukou
https://github.com/python/cpython/commit/ac44ec6206a1e5479effd91e02e2946b94e98ede commit: ac44ec6206a1e5479effd91e02e2946b94e98ede branch: main author: Petr Viktorin committer: encukou date: 2024-01-16T14:21:16+01:00 summary: gh-113858: GH Actions: Limit max ccache size for the asan build (GH-11

[Python-checkins] [3.11] Docs: Align multiprocessing.shared_memory docs with Sphinx recommendations (#114103) (#114114)

2024-01-16 Thread erlend-aasland
https://github.com/python/cpython/commit/e5ae15f0fe647d6c4fb89c418e759f9ff6efa86d commit: e5ae15f0fe647d6c4fb89c418e759f9ff6efa86d branch: 3.11 author: Erlend E. Aasland committer: erlend-aasland date: 2024-01-16T13:08:01Z summary: [3.11] Docs: Align multiprocessing.shared_memory docs with Sphin

[Python-checkins] [3.12] Docs: Align multiprocessing.shared_memory docs with Sphinx recommendations (#114103) (#114112)

2024-01-16 Thread erlend-aasland
https://github.com/python/cpython/commit/4888db15fe89143740a044267c404b93eb4508eb commit: 4888db15fe89143740a044267c404b93eb4508eb branch: 3.12 author: Erlend E. Aasland committer: erlend-aasland date: 2024-01-16T12:56:07Z summary: [3.12] Docs: Align multiprocessing.shared_memory docs with Sphin

[Python-checkins] Docs: Align multiprocessing.shared_memory docs with Sphinx recommendations (#114103)

2024-01-16 Thread erlend-aasland
https://github.com/python/cpython/commit/af852740862169cf3e8789a13b86a7b1d03b91db commit: af852740862169cf3e8789a13b86a7b1d03b91db branch: main author: Erlend E. Aasland committer: erlend-aasland date: 2024-01-16T12:35:35Z summary: Docs: Align multiprocessing.shared_memory docs with Sphinx recom

[Python-checkins] [3.11] gh-114077: Fix OverflowError in socket.sendfile() when pass count >2GiB (GH-114079) (GH-114111)

2024-01-16 Thread serhiy-storchaka
https://github.com/python/cpython/commit/0e922658755a6e62995661f03aca86cda13ba03e commit: 0e922658755a6e62995661f03aca86cda13ba03e branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-01-16T13:53:26+02:00 summary: [3.1

[Python-checkins] [3.12] gh-114077: Fix OverflowError in socket.sendfile() when pass count >2GiB (GH-114079) (GH-114110)

2024-01-16 Thread serhiy-storchaka
https://github.com/python/cpython/commit/045adb1ad893ce350ac40e180da44523d03361a0 commit: 045adb1ad893ce350ac40e180da44523d03361a0 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-01-16T13:53:02+02:00 summary: [3.1

[Python-checkins] gh-114077: Fix OverflowError in socket.sendfile() when pass count >2GiB (GH-114079)

2024-01-16 Thread serhiy-storchaka
https://github.com/python/cpython/commit/d4dfad2aa9e76038302b0c5a29ebacc2723ed50d commit: d4dfad2aa9e76038302b0c5a29ebacc2723ed50d branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-01-16T11:31:34Z summary: gh-114077: Fix OverflowError in socket.sendfile() when pass cou

[Python-checkins] gh-113238: add Anchor to importlib.resources (#113801)

2024-01-16 Thread FFY00
https://github.com/python/cpython/commit/c85c0026a64c2a902138feeb73a9c66af1af31e0 commit: c85c0026a64c2a902138feeb73a9c66af1af31e0 branch: main author: Mike Zimin <[email protected]> committer: FFY00 date: 2024-01-16T10:55:59Z summary: gh-113238: add Anchor to importl

[Python-checkins] gh-113358: Fix rendering tracebacks with exceptions with a broken __getattr__ (GH-113359)

2024-01-16 Thread vsajip
https://github.com/python/cpython/commit/04fabe22dd98b4d87f672254b743fbadd5206352 commit: 04fabe22dd98b4d87f672254b743fbadd5206352 branch: main author: Jérome Perrin committer: vsajip date: 2024-01-16T09:49:24Z summary: gh-113358: Fix rendering tracebacks with exceptions with a broken __getattr_

[Python-checkins] GH-113655: Lower the C recursion limit on various platforms (GH-113944)

2024-01-16 Thread markshannon
https://github.com/python/cpython/commit/17b73ab99ef12f89d41acec7500a244e68b1aaa4 commit: 17b73ab99ef12f89d41acec7500a244e68b1aaa4 branch: main author: Mark Shannon committer: markshannon date: 2024-01-16T09:32:01Z summary: GH-113655: Lower the C recursion limit on various platforms (GH-113944)

[Python-checkins] gh-114101: Correct PyErr_Format arguments in _testcapi module (#114102)

2024-01-16 Thread erlend-aasland
https://github.com/python/cpython/commit/6c502ba809ff662a5eebf8c6778dec6bd28918fb commit: 6c502ba809ff662a5eebf8c6778dec6bd28918fb branch: main author: AN Long committer: erlend-aasland date: 2024-01-16T09:32:39+01:00 summary: gh-114101: Correct PyErr_Format arguments in _testcapi module (#11410