[Python-checkins] Update LOGGING example taken from Django docs. (#114903)

2024-02-02 Thread hugovk
https://github.com/python/cpython/commit/28bb2961ba2f650452c949fcfc75ccfe0b5517e9 commit: 28bb2961ba2f650452c949fcfc75ccfe0b5517e9 branch: main author: Mariusz Felisiak committer: hugovk <[email protected]> date: 2024-02-03T09:37:21+02:00 summary: Update LOGGING example take

[Python-checkins] [3.12] Normalize heading underline in multiprocessing.rst (GH-114923) (#114946)

2024-02-02 Thread gpshead
https://github.com/python/cpython/commit/718dbd4cd33a204e12fb747a09b73c4c4ac1b55f commit: 718dbd4cd33a204e12fb747a09b73c4c4ac1b55f branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2024-02-03T02:02:26Z summary: [3.12] Normalize h

[Python-checkins] [3.11] Normalize heading underline in multiprocessing.rst (GH-114923) (#114947)

2024-02-02 Thread gpshead
https://github.com/python/cpython/commit/1956f7b2297465b7196e3bb716d0acb2c3e3e6f3 commit: 1956f7b2297465b7196e3bb716d0acb2c3e3e6f3 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2024-02-03T02:02:15Z summary: [3.11] Normalize h

[Python-checkins] Normalize heading underline in multiprocessing.rst (#114923)

2024-02-02 Thread gpshead
https://github.com/python/cpython/commit/00d7109075dfaadf438362c084e8a1890c53d4c8 commit: 00d7109075dfaadf438362c084e8a1890c53d4c8 branch: main author: Skip Montanaro committer: gpshead date: 2024-02-02T17:56:00-08:00 summary: Normalize heading underline in multiprocessing.rst (#114923) This ge

[Python-checkins] ``Tools/cases_generator``: Fix typos and incorrect comments. (#114892)

2024-02-02 Thread gvanrossum
https://github.com/python/cpython/commit/f3cdd64de8a9d5bad122cc0b285b5c44cd9b202b commit: f3cdd64de8a9d5bad122cc0b285b5c44cd9b202b branch: main author: Kirill Podoprigora committer: gvanrossum date: 2024-02-02T17:52:58-08:00 summary: ``Tools/cases_generator``: Fix typos and incorrect comments. (

[Python-checkins] gh-114875: Require getgrent for building the grp extension module (#114876)

2024-02-02 Thread erlend-aasland
https://github.com/python/cpython/commit/f35c7c070ca6b49c5d6a97be34e6c02f828f5873 commit: f35c7c070ca6b49c5d6a97be34e6c02f828f5873 branch: main author: Malcolm Smith committer: erlend-aasland date: 2024-02-03T00:30:52+01:00 summary: gh-114875: Require getgrent for building the grp extension modu

[Python-checkins] [3.12] gh-114913: Add newline to subprocess doc (GH-114941) (#114942)

2024-02-02 Thread terryjreedy
https://github.com/python/cpython/commit/9c6c40ec90f5ce5db8c8fc1ce45a95bb98fd8705 commit: 9c6c40ec90f5ce5db8c8fc1ce45a95bb98fd8705 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: terryjreedy date: 2024-02-02T23:22:22Z summary: [3.12] gh-1149

[Python-checkins] [3.11] gh-114913: Add newline to subprocess doc (GH-114941) (#114943)

2024-02-02 Thread terryjreedy
https://github.com/python/cpython/commit/b833b00482234cb0f949e6c277ee1bce1a2cbb85 commit: b833b00482234cb0f949e6c277ee1bce1a2cbb85 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: terryjreedy date: 2024-02-02T23:22:03Z summary: [3.11] gh-1149

[Python-checkins] gh-114913: Add newline to subprocess doc (#114941)

2024-02-02 Thread terryjreedy
https://github.com/python/cpython/commit/1183f1e6bfba06ae6c8ea362f96e977bc288e627 commit: 1183f1e6bfba06ae6c8ea362f96e977bc288e627 branch: main author: Terry Jan Reedy committer: terryjreedy date: 2024-02-02T23:14:32Z summary: gh-114913: Add newline to subprocess doc (#114941) *creationflags* i

[Python-checkins] gh-101599: argparse: simplify the option help string (GH-103372)

2024-02-02 Thread serhiy-storchaka
https://github.com/python/cpython/commit/c4a2e8a2c5188c3288d57b80852e92c83f46f6f3 commit: c4a2e8a2c5188c3288d57b80852e92c83f46f6f3 branch: main author: Jokimax <[email protected]> committer: serhiy-storchaka date: 2024-02-02T22:13:00Z summary: gh-101599: argparse: simplify

[Python-checkins] [3.12] Bump ruff to 0.2.0 (GH-114932) (#114935)

2024-02-02 Thread AlexWaygood
https://github.com/python/cpython/commit/034bb70aaad5622bd53bad21595b18b8f4407984 commit: 034bb70aaad5622bd53bad21595b18b8f4407984 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: AlexWaygood date: 2024-02-02T22:03:25Z summary: [3.12] Bump ru

[Python-checkins] [3.11] Correct timedelta description (GH-101417) (GH-114939)

2024-02-02 Thread serhiy-storchaka
https://github.com/python/cpython/commit/4e1360ae50837575798d46e9943ae9bf7dcc6669 commit: 4e1360ae50837575798d46e9943ae9bf7dcc6669 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-02-02T21:49:04Z summary: [3.11] Co

[Python-checkins] [3.12] Correct timedelta description (GH-101417) (GH-114938)

2024-02-02 Thread serhiy-storchaka
https://github.com/python/cpython/commit/1eb873ef458521648f043ddfebe41b24d0cfd87d commit: 1eb873ef458521648f043ddfebe41b24d0cfd87d branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-02-02T21:48:44Z summary: [3.12] Co

[Python-checkins] Correct timedelta description (GH-101417)

2024-02-02 Thread serhiy-storchaka
https://github.com/python/cpython/commit/73d20cafb54193c94577ca60df1ba0410b3ced74 commit: 73d20cafb54193c94577ca60df1ba0410b3ced74 branch: main author: John Belmonte committer: serhiy-storchaka date: 2024-02-02T23:42:17+02:00 summary: Correct timedelta description (GH-101417) It only represents

[Python-checkins] [3.12] Fix indentation of "versionchanged" in datetime.rst (GH-114933) (GH-114937)

2024-02-02 Thread serhiy-storchaka
https://github.com/python/cpython/commit/dee56434b56e397be0f06fa13a3834a41bcd3fb3 commit: dee56434b56e397be0f06fa13a3834a41bcd3fb3 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-02-02T23:18:07+02:00 summary: [3.1

[Python-checkins] [3.11] Fix indentation of "versionchanged" in datetime.rst (GH-114933) (GH-114936)

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

[Python-checkins] Fix indentation of "versionchanged" in datetime.rst (GH-114933)

2024-02-02 Thread serhiy-storchaka
https://github.com/python/cpython/commit/b27812d6320e35d62d91f1b3714be1e38021101a commit: b27812d6320e35d62d91f1b3714be1e38021101a branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-02-02T23:09:16+02:00 summary: Fix indentation of "versionchanged" in datetime.rst (GH-11

[Python-checkins] [3.11] gh-103360: Add link in stdtypes.rst to escape sequences in lexical_analysis.rst (GH-103638) (#114908)

2024-02-02 Thread terryjreedy
https://github.com/python/cpython/commit/df5381d8b6eebf47a5469e66d4d4554683988bbc commit: df5381d8b6eebf47a5469e66d4d4554683988bbc branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: terryjreedy date: 2024-02-02T21:06:35Z summary: [3.11] gh-1033

[Python-checkins] Bump ruff to 0.2.0 (#114932)

2024-02-02 Thread AlexWaygood
https://github.com/python/cpython/commit/920b89f62751e64a35fa1bebc03701af6d6f31f2 commit: 920b89f62751e64a35fa1bebc03701af6d6f31f2 branch: main author: Alex Waygood committer: AlexWaygood date: 2024-02-02T21:04:15Z summary: Bump ruff to 0.2.0 (#114932) files: M .pre-commit-config.yaml M Lib/tes

[Python-checkins] [3.12] gh-114728: Fix documentation for comparison of objects in datetime module (GH-114749) (GH-114928)

2024-02-02 Thread serhiy-storchaka
https://github.com/python/cpython/commit/e9d53248c66d05b2fde324bcaec87a8ee63b5398 commit: e9d53248c66d05b2fde324bcaec87a8ee63b5398 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-02-02T19:01:34Z summary: [3.12] gh

[Python-checkins] Update venv activate.bat to escape custom PROMPT variables on Windows (GH-114885)

2024-02-02 Thread vsajip
https://github.com/python/cpython/commit/7e2703bbff09c3c72c225790e5c71f423351b2d1 commit: 7e2703bbff09c3c72c225790e5c71f423351b2d1 branch: main author: GILGAMESH <[email protected]> committer: vsajip date: 2024-02-02T18:59:53Z summary: Update venv activate.bat to escape custom PROMPT variables on Wi

[Python-checkins] [3.11] gh-114728: Fix documentation for comparison of objects in datetime module (GH-114749) (GH-114929)

2024-02-02 Thread serhiy-storchaka
https://github.com/python/cpython/commit/08133e4b5850c46e5863e3ba7d27a73062d98d31 commit: 08133e4b5850c46e5863e3ba7d27a73062d98d31 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-02-02T18:59:28Z summary: [3.11] gh

[Python-checkins] gh-114728: Fix documentation for comparison of objects in datetime module (GH-114749)

2024-02-02 Thread serhiy-storchaka
https://github.com/python/cpython/commit/c12240ed28aac6494750e00143bc550c4d6d8ad1 commit: c12240ed28aac6494750e00143bc550c4d6d8ad1 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-02-02T20:53:24+02:00 summary: gh-114728: Fix documentation for comparison of objects in

[Python-checkins] GH-69695: Update ``PyImport_ImportModule`` description (GH-103836)

2024-02-02 Thread encukou
https://github.com/python/cpython/commit/9872855a31720f514b84373848b49fca09d66ecd commit: 9872855a31720f514b84373848b49fca09d66ecd branch: main author: patenaud <[email protected]> committer: encukou date: 2024-02-02T17:31:55+01:00 summary: GH-69695: Update ``PyImport_Imp

[Python-checkins] gh-114909: Add --first-weekday option to usage message (#114910)

2024-02-02 Thread hugovk
https://github.com/python/cpython/commit/ee66c333493105e014678be118850e138e3c62a8 commit: ee66c333493105e014678be118850e138e3c62a8 branch: main author: Steven Ward committer: hugovk <[email protected]> date: 2024-02-02T17:13:00+02:00 summary: gh-114909: Add --first-weekday o

[Python-checkins] gh-104530: Enable native Win32 condition variables by default (GH-104531)

2024-02-02 Thread zooba
https://github.com/python/cpython/commit/b3f0b698daf2438a6e59d5d19ccb34acdba0bffc commit: b3f0b698daf2438a6e59d5d19ccb34acdba0bffc branch: main author: Andrew Rogers <[email protected]> committer: zooba date: 2024-02-02T13:50:51Z summary: gh-104530: Enable native Win32 condi

[Python-checkins] [3.12] gh-103360: Add link in stdtypes.rst to escape sequences in lexical_analysis.rst (GH-103638) (GH-114907)

2024-02-02 Thread serhiy-storchaka
https://github.com/python/cpython/commit/e2f7aab9a902ab7ea1bc1479351da3c76fca3036 commit: e2f7aab9a902ab7ea1bc1479351da3c76fca3036 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-02-02T13:38:58Z summary: [3.12] gh

[Python-checkins] gh-103360: Add link in stdtypes.rst to escape sequences in lexical_analysis.rst (GH-103638)

2024-02-02 Thread serhiy-storchaka
https://github.com/python/cpython/commit/d29f57f6036353b4e705a42637177442bf7e07e5 commit: d29f57f6036353b4e705a42637177442bf7e07e5 branch: main author: Justin Williams <[email protected]> committer: serhiy-storchaka date: 2024-02-02T15:32:46+02:00 summary: gh-103360: Add li

[Python-checkins] [3.11] gh-103820: IDLE: Do not interpret buttons 4/5 as scrolling on non-X11 (GH-103821) (GH-114902)

2024-02-02 Thread serhiy-storchaka
https://github.com/python/cpython/commit/e995c585e751f8ea80bfda70d4f70bbf1912660d commit: e995c585e751f8ea80bfda70d4f70bbf1912660d branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-02-02T15:13:00+02:00 summary: [3.1

[Python-checkins] [3.12] gh-103820: IDLE: Do not interpret buttons 4/5 as scrolling on non-X11 (GH-103821) (GH-114901)

2024-02-02 Thread serhiy-storchaka
https://github.com/python/cpython/commit/564d8484d12bffad164b85dc2687f28290fab9a2 commit: 564d8484d12bffad164b85dc2687f28290fab9a2 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-02-02T15:12:31+02:00 summary: [3.1

[Python-checkins] gh-114329: Add `PyList_GetItemRef` function (GH-114504)

2024-02-02 Thread encukou
https://github.com/python/cpython/commit/d0f1307580a69372611d27b04bbf2551dc85a1ef commit: d0f1307580a69372611d27b04bbf2551dc85a1ef branch: main author: Sam Gross committer: encukou date: 2024-02-02T14:03:15+01:00 summary: gh-114329: Add `PyList_GetItemRef` function (GH-114504) The new `PyList_G

[Python-checkins] GH-113710: Add a "globals to constants" pass (GH-114592)

2024-02-02 Thread markshannon
https://github.com/python/cpython/commit/0e71a295e9530c939a5efcb45db23cf31e0303b4 commit: 0e71a295e9530c939a5efcb45db23cf31e0303b4 branch: main author: Mark Shannon committer: markshannon date: 2024-02-02T12:14:34Z summary: GH-113710: Add a "globals to constants" pass (GH-114592) Converts speci

[Python-checkins] gh-107901: make compiler inline basic blocks with no line number and no fallthrough (#114750)

2024-02-02 Thread iritkatriel
https://github.com/python/cpython/commit/2091fb2a85c1aa2d9b22c02736b07831bd875c2a commit: 2091fb2a85c1aa2d9b22c02736b07831bd875c2a branch: main author: Irit Katriel <[email protected]> committer: iritkatriel <[email protected]> date: 2024-02-02T

[Python-checkins] GH-113655 Lower C recursion limit from 4000 to 3000 on Windows. (GH-114896)

2024-02-02 Thread markshannon
https://github.com/python/cpython/commit/41fde89e471003b3e70fdd76d6726fba9982a1eb commit: 41fde89e471003b3e70fdd76d6726fba9982a1eb branch: main author: Mark Shannon committer: markshannon date: 2024-02-02T10:41:28Z summary: GH-113655 Lower C recursion limit from 4000 to 3000 on Windows. (GH-1148

[Python-checkins] gh-103820: IDLE: Do not interpret buttons 4/5 as scrolling on non-X11 (GH-103821)

2024-02-02 Thread serhiy-storchaka
https://github.com/python/cpython/commit/d25d4ee60cc789a8b9c222859bb720ade1ab2e30 commit: d25d4ee60cc789a8b9c222859bb720ade1ab2e30 branch: main author: Christopher Chavez committer: serhiy-storchaka date: 2024-02-02T10:38:43Z summary: gh-103820: IDLE: Do not interpret buttons 4/5 as scrolling on

[Python-checkins] [3.12] Move "format" param doc of shutil.make_archive() on its own paragraph (GH-103829) (GH-114897)

2024-02-02 Thread serhiy-storchaka
https://github.com/python/cpython/commit/8cb7e5cc7c495a873964dc7ba1ac9662654ded75 commit: 8cb7e5cc7c495a873964dc7ba1ac9662654ded75 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-02-02T12:28:32+02:00 summary: [3.1

[Python-checkins] [3.11] Move "format" param doc of shutil.make_archive() on its own paragraph (GH-103829) (GH-114898)

2024-02-02 Thread serhiy-storchaka
https://github.com/python/cpython/commit/1eb791ce4f69cd23153a9fa428b0c4c9ef227a89 commit: 1eb791ce4f69cd23153a9fa428b0c4c9ef227a89 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-02-02T12:28:15+02:00 summary: [3.1

[Python-checkins] Move "format" param doc of shutil.make_archive() on its own paragraph (GH-103829)

2024-02-02 Thread serhiy-storchaka
https://github.com/python/cpython/commit/53339a0ef72fcfc15221792b117c4670b07a0b20 commit: 53339a0ef72fcfc15221792b117c4670b07a0b20 branch: main author: Michal Kaptur committer: serhiy-storchaka date: 2024-02-02T10:00:18Z summary: Move "format" param doc of shutil.make_archive() on its own paragr