[Python-checkins] gh-115872: Doc: remove obsolete reference to MSI packages (#115873)

2024-02-23 Thread hugovk
https://github.com/python/cpython/commit/52517118685dd3cc35068af6bba80b650775a89b commit: 52517118685dd3cc35068af6bba80b650775a89b branch: main author: partev committer: hugovk <[email protected]> date: 2024-02-23T23:53:26-07:00 summary: gh-115872: Doc: remove obsolete refer

[Python-checkins] gh-114763: Protect lazy loading modules from attribute access races (GH-114781)

2024-02-23 Thread brettcannon
https://github.com/python/cpython/commit/200271c61db44d90759f8a8934949aefd72d5724 commit: 200271c61db44d90759f8a8934949aefd72d5724 branch: main author: Chris Markiewicz committer: brettcannon date: 2024-02-23T16:02:16-08:00 summary: gh-114763: Protect lazy loading modules from attribute access r

[Python-checkins] Insert missing apostrophes in ctypes documentation (#115090)

2024-02-23 Thread willingc
https://github.com/python/cpython/commit/ef6074b352a95706f44a592ffe31baace690cc1c commit: ef6074b352a95706f44a592ffe31baace690cc1c branch: main author: jmcb committer: willingc date: 2024-02-23T14:55:47-08:00 summary: Insert missing apostrophes in ctypes documentation (#115090) files: M Doc/lib

[Python-checkins] [3.12] Update http.cookiejar document for cookie object attributes (GH-101885) (#115833)

2024-02-23 Thread willingc
https://github.com/python/cpython/commit/71b75f6f15ea2e8ffe59558bf2ec87b089833b40 commit: 71b75f6f15ea2e8ffe59558bf2ec87b089833b40 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: willingc date: 2024-02-23T14:11:59-08:00 summary: [3.12] Updat

[Python-checkins] [3.11] Update http.cookiejar document for cookie object attributes (GH-101885) (#115834)

2024-02-23 Thread willingc
https://github.com/python/cpython/commit/7c2e1b2c8fb4cd5b7c9dff32576663cde7c89926 commit: 7c2e1b2c8fb4cd5b7c9dff32576663cde7c89926 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: willingc date: 2024-02-23T14:11:09-08:00 summary: [3.11] Updat

[Python-checkins] [3.12] gh-67044: Always quote or escape \r and \n in csv.writer() (GH-115741) (GH-115866)

2024-02-23 Thread serhiy-storchaka
https://github.com/python/cpython/commit/4ac657a62fdc3d3d263d7bdd62d0d24c3b028bb7 commit: 4ac657a62fdc3d3d263d7bdd62d0d24c3b028bb7 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-02-23T20:45:04Z summary: [3.12] gh

[Python-checkins] [3.11] gh-67044: Always quote or escape \r and \n in csv.writer() (GH-115741) (GH-115867)

2024-02-23 Thread serhiy-storchaka
https://github.com/python/cpython/commit/a4a28e50fe5a4c1a0b1335bc19025c874421de4f commit: a4a28e50fe5a4c1a0b1335bc19025c874421de4f branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-02-23T20:43:53Z summary: [3.11] gh

[Python-checkins] gh-67044: Always quote or escape \r and \n in csv.writer() (GH-115741)

2024-02-23 Thread serhiy-storchaka
https://github.com/python/cpython/commit/c688c0f130906ff7725a126fff143d1389884f89 commit: c688c0f130906ff7725a126fff143d1389884f89 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-02-23T22:25:09+02:00 summary: gh-67044: Always quote or escape \r and \n in csv.writer()

[Python-checkins] [3.12] gh-54358: Clarify data chunking in pyexpat (GH-31629) (GH-115864)

2024-02-23 Thread serhiy-storchaka
https://github.com/python/cpython/commit/10907bdad3b9a29346025f9a7376e447be7ff953 commit: 10907bdad3b9a29346025f9a7376e447be7ff953 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-02-23T21:25:56+02:00 summary: [3.1

[Python-checkins] [3.11] gh-54358: Clarify data chunking in pyexpat (GH-31629) (GH-115865)

2024-02-23 Thread serhiy-storchaka
https://github.com/python/cpython/commit/5172247e8d9236309a52423c4a68b71cf4d22b94 commit: 5172247e8d9236309a52423c4a68b71cf4d22b94 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-02-23T21:25:38+02:00 summary: [3.1

[Python-checkins] gh-54358: Clarify data chunking in pyexpat (GH-31629)

2024-02-23 Thread serhiy-storchaka
https://github.com/python/cpython/commit/462a2fc09d9e5f7cdd3a8f2faed73e5bc2c93349 commit: 462a2fc09d9e5f7cdd3a8f2faed73e5bc2c93349 branch: main author: Stanley <[email protected]> committer: serhiy-storchaka date: 2024-02-23T18:57:08Z summary: gh-54358: Clarify data chunki

[Python-checkins] gh-115859: Disable the tier 2 redundancy eliminator by default (GH-115860)

2024-02-23 Thread Fidget-Spinner
https://github.com/python/cpython/commit/3d8fc06d4f8dc1e7be2455a7e89b37285fa89112 commit: 3d8fc06d4f8dc1e7be2455a7e89b37285fa89112 branch: main author: Ken Jin committer: Fidget-Spinner date: 2024-02-23T18:43:52Z summary: gh-115859: Disable the tier 2 redundancy eliminator by default (GH-115860)

[Python-checkins] gh-115778: Add `tierN` annotation for instruction definitions (#115815)

2024-02-23 Thread gvanrossum
https://github.com/python/cpython/commit/e4561e050148f6dc347e8c7ba30c8125b5fc0e45 commit: e4561e050148f6dc347e8c7ba30c8125b5fc0e45 branch: main author: Kirill Podoprigora committer: gvanrossum date: 2024-02-23T17:31:57Z summary: gh-115778: Add `tierN` annotation for instruction definitions (#115

[Python-checkins] [3.12] gh-90300: Reformat the Python CLI help output (GH-93415) (#115847)

2024-02-23 Thread ambv
https://github.com/python/cpython/commit/2bdd1d6f15d5507a9ed6dff10e9fb57e2a8c0b40 commit: 2bdd1d6f15d5507a9ed6dff10e9fb57e2a8c0b40 branch: 3.12 author: Ɓukasz Langa committer: ambv date: 2024-02-23T18:23:16+01:00 summary: [3.12] gh-90300: Reformat the Python CLI help output (GH-93415) (#115847)

[Python-checkins] [3.11] gh-89480: Document the gdb helpers (GH-115657) (GH-115858)

2024-02-23 Thread encukou
https://github.com/python/cpython/commit/de45b8a88bd5dd502c45c4f858d663a0249d7988 commit: de45b8a88bd5dd502c45c4f858d663a0249d7988 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2024-02-23T17:34:21+01:00 summary: [3.11] gh-894

[Python-checkins] [3.12] gh-89480: Document the gdb helpers (GH-115657) (GH-115857)

2024-02-23 Thread encukou
https://github.com/python/cpython/commit/73921f4c57cf1d3cf671ebffcbb01cd3aeb60ac2 commit: 73921f4c57cf1d3cf671ebffcbb01cd3aeb60ac2 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2024-02-23T17:32:42+01:00 summary: [3.12] gh-894

[Python-checkins] gh-89480: Document the gdb helpers (GH-115657)

2024-02-23 Thread encukou
https://github.com/python/cpython/commit/59057ce55a443f35bfd685c688071aebad7b3671 commit: 59057ce55a443f35bfd685c688071aebad7b3671 branch: main author: Pablo Galindo Salgado committer: encukou date: 2024-02-23T17:13:45+01:00 summary: gh-89480: Document the gdb helpers (GH-115657) Content adapte

[Python-checkins] gh-114058: Improve method information in redundancy eliminator (GH-115848)

2024-02-23 Thread Fidget-Spinner
https://github.com/python/cpython/commit/2ec50b4a66de6be418bfad058117249d4775df0f commit: 2ec50b4a66de6be418bfad058117249d4775df0f branch: main author: Ken Jin committer: Fidget-Spinner date: 2024-02-23T23:41:10+08:00 summary: gh-114058: Improve method information in redundancy eliminator (GH-11

[Python-checkins] gh-114435: Allow test_stat_inaccessible_file() to have matching ino/dev (GH-114571)

2024-02-23 Thread zooba
https://github.com/python/cpython/commit/c61ed32b843824c799d81ee8b70f85675e3c03f5 commit: c61ed32b843824c799d81ee8b70f85675e3c03f5 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: zooba date: 2024-02-23T12:35:42Z summary: gh-114435: Allow tes

[Python-checkins] gh-111789: Use PyDict_GetItemRef() in Python/compile.c (GH-112083)

2024-02-23 Thread ambv
https://github.com/python/cpython/commit/acd6f41ecf9987c21c3d238d5496b17857c05482 commit: acd6f41ecf9987c21c3d238d5496b17857c05482 branch: main author: Serhiy Storchaka committer: ambv date: 2024-02-23T12:35:27+01:00 summary: gh-111789: Use PyDict_GetItemRef() in Python/compile.c (GH-112083) Co

[Python-checkins] gh-115806: Make configure output more readable (#115807)

2024-02-23 Thread erlend-aasland
https://github.com/python/cpython/commit/e74cd0f9101d06045464ac3173ab73e0b78d175e commit: e74cd0f9101d06045464ac3173ab73e0b78d175e branch: main author: Erlend E. Aasland committer: erlend-aasland date: 2024-02-23T10:52:06+01:00 summary: gh-115806: Make configure output more readable (#115807) -

[Python-checkins] gh-90300: Reformat the Python CLI help output (GH-93415)

2024-02-23 Thread ambv
https://github.com/python/cpython/commit/2e92ffd7fa89e3bd33ee2f31541d3dc53aaa2d12 commit: 2e92ffd7fa89e3bd33ee2f31541d3dc53aaa2d12 branch: main author: Serhiy Storchaka committer: ambv date: 2024-02-23T10:27:07+01:00 summary: gh-90300: Reformat the Python CLI help output (GH-93415) files: M Pyt

[Python-checkins] Remove `ConverterKeywordDict` alias in `clinic.py` (#115843)

2024-02-23 Thread AlexWaygood
https://github.com/python/cpython/commit/e3f462c9a73d2a6e79aacce7f25aaac361c2d743 commit: e3f462c9a73d2a6e79aacce7f25aaac361c2d743 branch: main author: Nikita Sobolev committer: AlexWaygood date: 2024-02-23T09:00:07Z summary: Remove `ConverterKeywordDict` alias in `clinic.py` (#115843) files: M