[Python-checkins] gh-119105: Differ.compare is too slow [for degenerate cases] (#119492)

2024-05-24 Thread tim-one
https://github.com/python/cpython/commit/de19694cfbcaa1c85c3a4b7184a24ff21b1c0919 commit: de19694cfbcaa1c85c3a4b7184a24ff21b1c0919 branch: main author: Tim Peters committer: tim-one date: 2024-05-24T22:08:21-05:00 summary: gh-119105: Differ.compare is too slow [for degenerate cases] (#119492) `

[Python-checkins] gh-119180: Update the magic number (#119397)

2024-05-24 Thread JelleZijlstra
https://github.com/python/cpython/commit/84be5244de75c92904fb41326c9a69f19051e7ab commit: 84be5244de75c92904fb41326c9a69f19051e7ab branch: main author: Jelle Zijlstra committer: JelleZijlstra date: 2024-05-24T17:32:17-07:00 summary: gh-119180: Update the magic number (#119397) PR #119321 added

[Python-checkins] [3.12] Misc improvements to the docs for itertools (gh-119532)

2024-05-24 Thread rhettinger
https://github.com/python/cpython/commit/2d700670adb17dee0f9d0d7b31adae156919e59d commit: 2d700670adb17dee0f9d0d7b31adae156919e59d branch: 3.12 author: Raymond Hettinger committer: rhettinger date: 2024-05-24T17:35:38-05:00 summary: [3.12] Misc improvements to the docs for itertools (gh-119532)

[Python-checkins] [3.13] Misc improvement to the docs for itertools (gh-119529) (#119531)

2024-05-24 Thread rhettinger
https://github.com/python/cpython/commit/55446513509be4c6fa0b0e3eb6f9c9cc3b3d0bdd commit: 55446513509be4c6fa0b0e3eb6f9c9cc3b3d0bdd branch: 3.13 author: Raymond Hettinger committer: rhettinger date: 2024-05-24T17:26:25-05:00 summary: [3.13] Misc improvement to the docs for itertools (gh-119529) (

[Python-checkins] Misc improvement to the docs for itertools (gh-119529)

2024-05-24 Thread rhettinger
https://github.com/python/cpython/commit/49c3ade4f3ceae2f8fcbe03ebaaad5eddf8de0bf commit: 49c3ade4f3ceae2f8fcbe03ebaaad5eddf8de0bf branch: main author: Raymond Hettinger committer: rhettinger date: 2024-05-24T16:58:24-05:00 summary: Misc improvement to the docs for itertools (gh-119529) files:

[Python-checkins] [3.12] Regen ``Doc/requirements-oldest-sphinx.txt`` (GH-119520) (#119523)

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

[Python-checkins] [3.13] Regen ``Doc/requirements-oldest-sphinx.txt`` (GH-119520) (#119522)

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

[Python-checkins] GH-119054: Add "Querying file type and status" section to pathlib docs (#119055)

2024-05-24 Thread barneygale
https://github.com/python/cpython/commit/81d63362302187e5cb838c9a7cd857181142e530 commit: 81d63362302187e5cb838c9a7cd857181142e530 branch: main author: Barney Gale committer: barneygale date: 2024-05-24T19:35:13Z summary: GH-119054: Add "Querying file type and status" section to pathlib docs (#1

[Python-checkins] Regen ``Doc/requirements-oldest-sphinx.txt`` (#119520)

2024-05-24 Thread hugovk
https://github.com/python/cpython/commit/045e195c76f33c77c339284b13f81102e4b9abe2 commit: 045e195c76f33c77c339284b13f81102e4b9abe2 branch: main author: Kirill Podoprigora committer: hugovk <[email protected]> date: 2024-05-24T13:30:32-06:00 summary: Regen ``Doc/requirements-

[Python-checkins] gh-118263: Add additional arguments to path_t (Argument Clinic type) in posixmodule (GH-118355)

2024-05-24 Thread zooba
https://github.com/python/cpython/commit/cc38ee1edb029d7a9d2c39f8eac0bdff74549988 commit: cc38ee1edb029d7a9d2c39f8eac0bdff74549988 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: zooba date: 2024-05-24T18:26:06Z summary: gh-118263: Add addit

[Python-checkins] gh-118263: Add additional arguments to path_t (Argument Clinic type) in posixmodule (GH-118355)

2024-05-24 Thread zooba
https://github.com/python/cpython/commit/96b392df303b2cfaea823afcb462c0b455704ce8 commit: 96b392df303b2cfaea823afcb462c0b455704ce8 branch: main author: Nice Zombies committer: zooba date: 2024-05-24T19:04:17+01:00 summary: gh-118263: Add additional arguments to path_t (Argument Clinic type) in

[Python-checkins] gh-112075: Fix dict thread safety issues (#119288)

2024-05-24 Thread DinoV
https://github.com/python/cpython/commit/f0ed1863bd7a0b9d021fb59e156663a7ec553f0e commit: f0ed1863bd7a0b9d021fb59e156663a7ec553f0e branch: main author: Germán Méndez Bravo committer: DinoV date: 2024-05-24T10:39:06-07:00 summary: gh-112075: Fix dict thread safety issues (#119288) Fix dict threa

[Python-checkins] [3.8] gh-118486: Support mkdir(mode=0o700) on Windows (GH-118488) (GH-118742)

2024-05-24 Thread ambv
https://github.com/python/cpython/commit/91e3669e01245185569d09e9e6e11641282971ee commit: 91e3669e01245185569d09e9e6e11641282971ee branch: 3.8 author: Steve Dower committer: ambv date: 2024-05-24T19:27:13+02:00 summary: [3.8] gh-118486: Support mkdir(mode=0o700) on Windows (GH-118488) (GH-118742

[Python-checkins] [3.9] gh-118486: Support mkdir(mode=0o700) on Windows (GH-118488) (GH-118741)

2024-05-24 Thread ambv
https://github.com/python/cpython/commit/5130731c9e779b97d00a24f54cdce73ce9975dfd commit: 5130731c9e779b97d00a24f54cdce73ce9975dfd branch: 3.9 author: Steve Dower committer: ambv date: 2024-05-24T19:27:01+02:00 summary: [3.9] gh-118486: Support mkdir(mode=0o700) on Windows (GH-118488) (GH-118741

[Python-checkins] [3.10] gh-118486: Support mkdir(mode=0o700) on Windows (GH-118488) (GH-118740)

2024-05-24 Thread ambv
https://github.com/python/cpython/commit/c8f868dc52f98011d0f9b459b6487920bfb0ac4d commit: c8f868dc52f98011d0f9b459b6487920bfb0ac4d branch: 3.10 author: Steve Dower committer: ambv date: 2024-05-24T19:26:44+02:00 summary: [3.10] gh-118486: Support mkdir(mode=0o700) on Windows (GH-118488) (GH-1187

[Python-checkins] [3.13] GH-119496: accept UTF-8 BOM in .pth files (GH-119508)

2024-05-24 Thread ncoghlan
https://github.com/python/cpython/commit/217d57fc3c9a8ec45dfccd3aab9a05dbf6656da0 commit: 217d57fc3c9a8ec45dfccd3aab9a05dbf6656da0 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ncoghlan date: 2024-05-24T14:52:20Z summary: [3.13] GH-119496:

[Python-checkins] [3.12] GH-119496: accept UTF-8 BOM in .pth files (GH-119509)

2024-05-24 Thread ncoghlan
https://github.com/python/cpython/commit/4c0bc69238458e7e71d4ee26d926b706e7909977 commit: 4c0bc69238458e7e71d4ee26d926b706e7909977 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: ncoghlan date: 2024-05-24T14:52:09Z summary: [3.12] GH-119496:

[Python-checkins] GH-119496: accept UTF-8 BOM in .pth files (GH-119503)

2024-05-24 Thread ncoghlan
https://github.com/python/cpython/commit/bf5b6467f8cc06759f3396ab1a8ad64fe7d1db2e commit: bf5b6467f8cc06759f3396ab1a8ad64fe7d1db2e branch: main author: Alyssa Coghlan committer: ncoghlan date: 2024-05-24T14:29:19Z summary: GH-119496: accept UTF-8 BOM in .pth files (GH-119503) `Out-File -Encodin

[Python-checkins] [3.13] gh-69214: Fix fcntl.ioctl() request type (GH-119498) (#119504)

2024-05-24 Thread vstinner
https://github.com/python/cpython/commit/0bab0b3a53da735838720f96f3d3bf86ca6ba125 commit: 0bab0b3a53da735838720f96f3d3bf86ca6ba125 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2024-05-24T12:54:59Z summary: [3.13] gh-69214:

[Python-checkins] [3.12] gh-69214: Fix fcntl.ioctl() request type (#119498) (#119505)

2024-05-24 Thread vstinner
https://github.com/python/cpython/commit/078da88ad19e8f7474b6943edd39b7e61511bd20 commit: 078da88ad19e8f7474b6943edd39b7e61511bd20 branch: 3.12 author: Victor Stinner committer: vstinner date: 2024-05-24T12:53:41Z summary: [3.12] gh-69214: Fix fcntl.ioctl() request type (#119498) (#119505) gh-6

[Python-checkins] gh-69214: Fix fcntl.ioctl() request type (#119498)

2024-05-24 Thread vstinner
https://github.com/python/cpython/commit/92fab3356f4c61d4c73606e4fae705c6d8f6213b commit: 92fab3356f4c61d4c73606e4fae705c6d8f6213b branch: main author: Victor Stinner committer: vstinner date: 2024-05-24T14:31:40+02:00 summary: gh-69214: Fix fcntl.ioctl() request type (#119498) Use an 'unsigned

[Python-checkins] [3.13] gh-118692: Avoid creating unnecessary StopIteration instances for monitoring (GH-119216) (#119497)

2024-05-24 Thread iritkatriel
https://github.com/python/cpython/commit/c864efba25465eb6a4fff7e0a6df80a9ba449370 commit: c864efba25465eb6a4fff7e0a6df80a9ba449370 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: iritkatriel <[email protected]> date: