[Python-checkins] [3.13] gh-118934: Fix PyEval_GetLocals docs (PEP 667) (GH-119934)

2024-06-01 Thread ncoghlan
https://github.com/python/cpython/commit/cf8f292a362c3715c536ff90d3e5d0c98ecf2bf0 commit: cf8f292a362c3715c536ff90d3e5d0c98ecf2bf0 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ncoghlan date: 2024-06-02T05:57:17Z summary: [3.13] gh-118934:

[Python-checkins] [3.13] gh-118888: Further PEP 667 docs updates (gh-119894)

2024-06-01 Thread ncoghlan
https://github.com/python/cpython/commit/36ca00f44d0136384f3f89b7fe2632bc802ec64d commit: 36ca00f44d0136384f3f89b7fe2632bc802ec64d branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ncoghlan date: 2024-06-02T15:41:25+10:00 summary: [3.13] gh-11

[Python-checkins] gh-118934: Fix PyEval_GetLocals docs (PEP 667) (#119932)

2024-06-01 Thread ncoghlan
https://github.com/python/cpython/commit/fd6cd621e0cce6ba2e737103d2a62b5ade90f41f commit: fd6cd621e0cce6ba2e737103d2a62b5ade90f41f branch: main author: Alyssa Coghlan committer: ncoghlan date: 2024-06-02T04:44:29Z summary: gh-118934: Fix PyEval_GetLocals docs (PEP 667) (#119932) PEP 667's descr

[Python-checkins] Refactor (mostly rearrange) the statistics module (gh-119930)

2024-06-01 Thread rhettinger
https://github.com/python/cpython/commit/e378dc15b52985724b6ae4782c4ef0afc3393ca9 commit: e378dc15b52985724b6ae4782c4ef0afc3393ca9 branch: main author: Raymond Hettinger committer: rhettinger date: 2024-06-01T22:07:46-05:00 summary: Refactor (mostly rearrange) the statistics module (gh-119930)

[Python-checkins] [3.13] gh-119016: Remove outdated sentences from the "classes" tutorial (GH-119130) (#119925)

2024-06-01 Thread AlexWaygood
https://github.com/python/cpython/commit/edb6883ef3f7a8ef0c8313dd3a8fd3ccff3b4770 commit: edb6883ef3f7a8ef0c8313dd3a8fd3ccff3b4770 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AlexWaygood date: 2024-06-01T21:35:03Z summary: [3.13] gh-1190

[Python-checkins] [3.12] gh-119016: Remove outdated sentences from the "classes" tutorial (GH-119130) (#119926)

2024-06-01 Thread AlexWaygood
https://github.com/python/cpython/commit/e57a4a19a11672829da71e1963802aa17fddf4f1 commit: e57a4a19a11672829da71e1963802aa17fddf4f1 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: AlexWaygood date: 2024-06-01T21:26:07Z summary: [3.12] gh-1190

[Python-checkins] [3.13] gh-111201: Skip pyrepl Windows tests earlier (#119848) (#119924)

2024-06-01 Thread vstinner
https://github.com/python/cpython/commit/ac35d9621ba1defdc950ffc188a423ae840368ad commit: ac35d9621ba1defdc950ffc188a423ae840368ad branch: 3.13 author: Victor Stinner committer: vstinner date: 2024-06-01T21:21:13Z summary: [3.13] gh-111201: Skip pyrepl Windows tests earlier (#119848) (#119924)

[Python-checkins] gh-119016: Remove outdated sentences from the "classes" tutorial (#119130)

2024-06-01 Thread AlexWaygood
https://github.com/python/cpython/commit/c618f7d80e78f83cc24b6bdead33ca38cbd4d27f commit: c618f7d80e78f83cc24b6bdead33ca38cbd4d27f branch: main author: Nice Zombies committer: AlexWaygood date: 2024-06-01T21:20:00Z summary: gh-119016: Remove outdated sentences from the "classes" tutorial (#11913

[Python-checkins] [3.12] gh-116145: Update macOS installer to Tcl/Tk 8.6.14 (GH-116151) (GH-119922)

2024-06-01 Thread ned-deily
https://github.com/python/cpython/commit/46545d3244f341fb341a8b0bbc39583a7a6a16ee commit: 46545d3244f341fb341a8b0bbc39583a7a6a16ee branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: ned-deily date: 2024-06-01T20:23:05Z summary: [3.12] gh-116145

[Python-checkins] [3.12] GH-89727: Fix `shutil.rmtree()` recursion error on deep trees (GH-119808) (#119919)

2024-06-01 Thread barneygale
https://github.com/python/cpython/commit/feb7870b46feb4b758203a27deab7d674f19923b commit: feb7870b46feb4b758203a27deab7d674f19923b branch: 3.12 author: Barney Gale committer: barneygale date: 2024-06-01T20:39:35+01:00 summary: [3.12] GH-89727: Fix `shutil.rmtree()` recursion error on deep trees

[Python-checkins] [3.13] GH-89727: Fix `shutil.rmtree()` recursion error on deep trees (GH-119808) (#119918)

2024-06-01 Thread barneygale
https://github.com/python/cpython/commit/225c3cd6c1b2e768f1c879c271b48ec27a99cb5b commit: 225c3cd6c1b2e768f1c879c271b48ec27a99cb5b branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: barneygale date: 2024-06-01T20:38:55+01:00 summary: [3.13] GH-

[Python-checkins] GH-89727: Fix `shutil.rmtree()` recursion error on deep trees (#119808)

2024-06-01 Thread barneygale
https://github.com/python/cpython/commit/53b1981fb0cda6c656069e992f172fc6aad7c99c commit: 53b1981fb0cda6c656069e992f172fc6aad7c99c branch: main author: Barney Gale committer: barneygale date: 2024-06-01T19:49:12+01:00 summary: GH-89727: Fix `shutil.rmtree()` recursion error on deep trees (#11980

[Python-checkins] [3.12] Add unique() recipe to itertools docs (gh-119911) (gh-119917)

2024-06-01 Thread rhettinger
https://github.com/python/cpython/commit/60393f5f14c7741930de73c46475c9b5c1809dc3 commit: 60393f5f14c7741930de73c46475c9b5c1809dc3 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: rhettinger date: 2024-06-01T12:06:18-05:00 summary: [3.12] Add

[Python-checkins] [3.13] Add unique() recipe to itertools docs (gh-119911) (gh-119916)

2024-06-01 Thread rhettinger
https://github.com/python/cpython/commit/99d0f51e61b6ab3d58c034c007b5d9d6156fdf3b commit: 99d0f51e61b6ab3d58c034c007b5d9d6156fdf3b branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: rhettinger date: 2024-06-01T12:06:04-05:00 summary: [3.13] Add

[Python-checkins] [3.13] gh-117657: Add TSAN suppression for `set_discard_entry` (GH-119908) (#119914)

2024-06-01 Thread colesbury
https://github.com/python/cpython/commit/9f9be95d66c0dd66189f8c9f13b69442361cd593 commit: 9f9be95d66c0dd66189f8c9f13b69442361cd593 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: colesbury date: 2024-06-01T16:42:16Z summary: [3.13] gh-117657

[Python-checkins] Add unique() recipe to itertools docs (gh-119911)

2024-06-01 Thread rhettinger
https://github.com/python/cpython/commit/63111bfcf021db29ce6ef9ffa4117ffb7a2cb868 commit: 63111bfcf021db29ce6ef9ffa4117ffb7a2cb868 branch: main author: Raymond Hettinger committer: rhettinger date: 2024-06-01T11:30:24-05:00 summary: Add unique() recipe to itertools docs (gh-119911) files: M Doc

[Python-checkins] [3.12] gh-113892: Add a extra check to `ProactorEventLoop.sock_connect` to ensure that the given socket is in non-blocking mode (GH-119519) (#119913)

2024-06-01 Thread gvanrossum
https://github.com/python/cpython/commit/55f65156cb0b21a7238d3eda169473daba9f5024 commit: 55f65156cb0b21a7238d3eda169473daba9f5024 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: gvanrossum date: 2024-06-01T16:29:34Z summary: [3.12] gh-11389

[Python-checkins] [3.13] gh-113892: Add a extra check to `ProactorEventLoop.sock_connect` to ensure that the given socket is in non-blocking mode (GH-119519) (#119912)

2024-06-01 Thread gvanrossum
https://github.com/python/cpython/commit/0ea77d49cc5380b2fe294fb7cc3754df7ac08419 commit: 0ea77d49cc5380b2fe294fb7cc3754df7ac08419 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: gvanrossum date: 2024-06-01T16:27:54Z summary: [3.13] gh-11389

[Python-checkins] gh-117657: Add TSAN suppression for `set_discard_entry` (#119908)

2024-06-01 Thread colesbury
https://github.com/python/cpython/commit/7dc745d1f5d9558047a52cad5e01df7567533269 commit: 7dc745d1f5d9558047a52cad5e01df7567533269 branch: main author: Sam Gross committer: colesbury date: 2024-06-01T12:15:58-04:00 summary: gh-117657: Add TSAN suppression for `set_discard_entry` (#119908) Seen

[Python-checkins] gh-113892: Add a extra check to `ProactorEventLoop.sock_connect` to ensure that the given socket is in non-blocking mode (#119519)

2024-06-01 Thread gvanrossum
https://github.com/python/cpython/commit/cf3bba3f0671d2c9fee099e3ab0f78b98b176131 commit: cf3bba3f0671d2c9fee099e3ab0f78b98b176131 branch: main author: Kirill Podoprigora committer: gvanrossum date: 2024-06-01T09:05:19-07:00 summary: gh-113892: Add a extra check to `ProactorEventLoop.sock_connec

[Python-checkins] Minor speed/accuracy improvement for kde() (gh-119910)

2024-06-01 Thread rhettinger
https://github.com/python/cpython/commit/ce2ea7d629788fd051cbec099b5947ecbe50e819 commit: ce2ea7d629788fd051cbec099b5947ecbe50e819 branch: main author: Raymond Hettinger committer: rhettinger date: 2024-06-01T10:49:14-05:00 summary: Minor speed/accuracy improvement for kde() (gh-119910) files:

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

2024-06-01 Thread vstinner
https://github.com/python/cpython/commit/4e147caf3fcb6af9ed28b87a09c72f294d8f60bd commit: 4e147caf3fcb6af9ed28b87a09c72f294d8f60bd branch: 3.13 author: Victor Stinner committer: vstinner date: 2024-06-01T17:08:23+02:00 summary: [3.13] Revert "[3.13] gh-69214: Fix fcntl.ioctl() request type (GH-1

[Python-checkins] [3.12] Revert "[3.12] gh-69214: Fix fcntl.ioctl() request type (#119498)(#1… (#119905)

2024-06-01 Thread vstinner
https://github.com/python/cpython/commit/34a0e7a8243ce708ae8c61ab213f38e8f882d4dc commit: 34a0e7a8243ce708ae8c61ab213f38e8f882d4dc branch: 3.12 author: Victor Stinner committer: vstinner date: 2024-06-01T17:08:07+02:00 summary: [3.12] Revert "[3.12] gh-69214: Fix fcntl.ioctl() request type (#119

[Python-checkins] [3.13] gh-117657: Fix TSAN race in QSBR assertion (GH-119887) (#119904)

2024-06-01 Thread colesbury
https://github.com/python/cpython/commit/48054d2306fed2a2a53d8e5dba9c1aa7ef138ed5 commit: 48054d2306fed2a2a53d8e5dba9c1aa7ef138ed5 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: colesbury date: 2024-06-01T14:51:55Z summary: [3.13] gh-117657

[Python-checkins] [3.13] gh-117657: Fix TSAN race in free-threaded GC (GH-119883) (#119903)

2024-06-01 Thread colesbury
https://github.com/python/cpython/commit/48f3378d6c620e99f17679ee11982a57640d3bb4 commit: 48f3378d6c620e99f17679ee11982a57640d3bb4 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: colesbury date: 2024-06-01T14:26:12Z summary: [3.13] gh-117657

[Python-checkins] gh-117657: Fix TSAN race in QSBR assertion (#119887)

2024-06-01 Thread colesbury
https://github.com/python/cpython/commit/90ec19fd33e2452902b9788d4821f1fbf6542304 commit: 90ec19fd33e2452902b9788d4821f1fbf6542304 branch: main author: Sam Gross committer: colesbury date: 2024-06-01T10:04:38-04:00 summary: gh-117657: Fix TSAN race in QSBR assertion (#119887) Due to a limitatio

[Python-checkins] gh-117657: Fix TSAN race in free-threaded GC (#119883)

2024-06-01 Thread colesbury
https://github.com/python/cpython/commit/60593b2052ca275559c11028d50e19f8e5dfee13 commit: 60593b2052ca275559c11028d50e19f8e5dfee13 branch: main author: Sam Gross committer: colesbury date: 2024-06-01T10:04:05-04:00 summary: gh-117657: Fix TSAN race in free-threaded GC (#119883) Only call `gc_re

[Python-checkins] Bump types-psutil from 5.9.5.20240423 to 5.9.5.20240516 in /Tools (#119900)

2024-06-01 Thread AlexWaygood
https://github.com/python/cpython/commit/5152120ae746516670c77e7feed5c4a8912f2bbb commit: 5152120ae746516670c77e7feed5c4a8912f2bbb branch: main author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> committer: AlexWaygood date: 2024-06-01T10:38:13Z summary: Bump types-psutil

[Python-checkins] build(deps-dev): bump types-setuptools from 69.5.0.20240423 to 70.0.0.20240524 in /Tools (#119899)

2024-06-01 Thread AlexWaygood
https://github.com/python/cpython/commit/51191dbfdd115b6de481a1cb5c86b952d622c2d7 commit: 51191dbfdd115b6de481a1cb5c86b952d622c2d7 branch: main author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> committer: AlexWaygood date: 2024-06-01T10:11:53Z summary: build(deps-dev): b