[Python-checkins] gh-89427: Provide the original prompt value for VIRTUAL_ENV_PROMPT (GH-106726)

2024-01-23 Thread vsajip
https://github.com/python/cpython/commit/8edc8029def8040ebe1caf75d815439156dd2124 commit: 8edc8029def8040ebe1caf75d815439156dd2124 branch: main author: Jim Porter <826865+jimpor...@users.noreply.github.com> committer: vsajip date: 2024-01-23T08:53:04Z summary: gh-89427: Provide the original promp

[Python-checkins] [3.11] Docs: align usage of versionadded/versionchanged with recommended practice (#114409) (#114473)

2024-01-23 Thread erlend-aasland
https://github.com/python/cpython/commit/eb94a0426fa8c8c4f7de7426a647def6c792f3c4 commit: eb94a0426fa8c8c4f7de7426a647def6c792f3c4 branch: 3.11 author: Erlend E. Aasland committer: erlend-aasland date: 2024-01-23T10:39:25+01:00 summary: [3.11] Docs: align usage of versionadded/versionchanged wit

[Python-checkins] [3.12] Docs: align usage of versionadded/versionchanged with recommended practice (#114409) (#114472)

2024-01-23 Thread erlend-aasland
https://github.com/python/cpython/commit/3efcf6673e46507e144e859fa9a33d1820380b9a commit: 3efcf6673e46507e144e859fa9a33d1820380b9a branch: 3.12 author: Erlend E. Aasland committer: erlend-aasland date: 2024-01-23T10:39:57+01:00 summary: [3.12] Docs: align usage of versionadded/versionchanged wit

[Python-checkins] gh-113317: Don't use global clinic instance in bad_argument() (#114330)

2024-01-23 Thread erlend-aasland
https://github.com/python/cpython/commit/e14930ff6397439759eb34ca70a3493baa845014 commit: e14930ff6397439759eb34ca70a3493baa845014 branch: main author: Erlend E. Aasland committer: erlend-aasland date: 2024-01-23T11:07:56+01:00 summary: gh-113317: Don't use global clinic instance in bad_argument

[Python-checkins] gh-101100: Fix sphinx warnings in `Doc/library/locale.rst` (#114425)

2024-01-23 Thread hugovk
https://github.com/python/cpython/commit/7d21cae964fc47afda400fc1fbbcf7984fcfe819 commit: 7d21cae964fc47afda400fc1fbbcf7984fcfe819 branch: main author: Nikita Sobolev committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2024-01-23T13:05:27+02:00 summary: gh-101100: Fix sphinx warning

[Python-checkins] [3.12] gh-101100: Fix sphinx warnings in `Doc/library/locale.rst` (GH-114425) (#114477)

2024-01-23 Thread hugovk
https://github.com/python/cpython/commit/1b9abe4acc61c161afda23be30f597aed4c27c22 commit: 1b9abe4acc61c161afda23be30f597aed4c27c22 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2024-01-2

[Python-checkins] [3.11] gh-101100: Fix sphinx warnings in `Doc/library/locale.rst` (GH-114425) (#114478)

2024-01-23 Thread hugovk
https://github.com/python/cpython/commit/b62db465e5e7f8fba2a5e506ea27aadbf6391225 commit: b62db465e5e7f8fba2a5e506ea27aadbf6391225 branch: 3.11 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2024-01-2

[Python-checkins] gh-114423: Remove DummyThread from threading._active when thread dies (GH-114424)

2024-01-23 Thread serhiy-storchaka
https://github.com/python/cpython/commit/5a1ecc8cc7d3dfedd14adea1c3cdc3cfeb79f0e1 commit: 5a1ecc8cc7d3dfedd14adea1c3cdc3cfeb79f0e1 branch: main author: Fabio Zadrozny <117621+fab...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-01-23T14:12:50+02:00 summary: gh-114423: Remove Du

[Python-checkins] Docs: mark up FTP.retrbinary and FTP.storbinary with param lists (#114399)

2024-01-23 Thread erlend-aasland
https://github.com/python/cpython/commit/5277d4c7dbd1baee300e494fce2738cee218c243 commit: 5277d4c7dbd1baee300e494fce2738cee218c243 branch: main author: Erlend E. Aasland committer: erlend-aasland date: 2024-01-23T14:53:35+01:00 summary: Docs: mark up FTP.retrbinary and FTP.storbinary with param

[Python-checkins] Docs: mark up FTP.connect() and FTP.login() with param lists (#114395)

2024-01-23 Thread erlend-aasland
https://github.com/python/cpython/commit/01105c7c4f7f01a8b1077008e61d5c7df0ab832b commit: 01105c7c4f7f01a8b1077008e61d5c7df0ab832b branch: main author: Erlend E. Aasland committer: erlend-aasland date: 2024-01-23T13:57:23Z summary: Docs: mark up FTP.connect() and FTP.login() with param lists (#1

[Python-checkins] [3.12] Docs: mark up FTP.retrbinary and FTP.storbinary with param lists (GH-114399) (#114483)

2024-01-23 Thread erlend-aasland
https://github.com/python/cpython/commit/e18ceb7564ee360392c6e5f16191f516c5cd8e98 commit: e18ceb7564ee360392c6e5f16191f516c5cd8e98 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: erlend-aasland date: 2024-01-23T14:00:27Z summary: [3.12] Docs

[Python-checkins] [3.11] Docs: mark up FTP.retrbinary and FTP.storbinary with param lists (GH-114399) (#114484)

2024-01-23 Thread erlend-aasland
https://github.com/python/cpython/commit/ec71690fcc53d99266c7eaf548172cdf6abd1a8b commit: ec71690fcc53d99266c7eaf548172cdf6abd1a8b branch: 3.11 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: erlend-aasland date: 2024-01-23T14:00:35Z summary: [3.11] Docs

[Python-checkins] [3.11] Docs: mark up FTP.connect() and FTP.login() with param lists (GH-114395) (#114486)

2024-01-23 Thread erlend-aasland
https://github.com/python/cpython/commit/8790e5799a187138243d66a0418ee32f0871600e commit: 8790e5799a187138243d66a0418ee32f0871600e branch: 3.11 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: erlend-aasland date: 2024-01-23T14:03:51Z summary: [3.11] Docs

[Python-checkins] [3.12] Docs: mark up FTP.connect() and FTP.login() with param lists (GH-114395) (#114485)

2024-01-23 Thread erlend-aasland
https://github.com/python/cpython/commit/d492b19856e6cd05d33ce6264d2733cb926b02f4 commit: d492b19856e6cd05d33ce6264d2733cb926b02f4 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: erlend-aasland date: 2024-01-23T14:04:01Z summary: [3.12] Docs

[Python-checkins] gh-108303: Move `.whl` test files to `Lib/test/wheeldata/` (#114343)

2024-01-23 Thread vstinner
https://github.com/python/cpython/commit/ba253a4794ae2d35a6f6df46a98a1ed38bd61268 commit: ba253a4794ae2d35a6f6df46a98a1ed38bd61268 branch: main author: Nikita Sobolev committer: vstinner date: 2024-01-23T16:33:12+01:00 summary: gh-108303: Move `.whl` test files to `Lib/test/wheeldata/` (#114343)

[Python-checkins] [3.12] gh-108303: Move `.whl` test files to `Lib/test/wheeldata/` (GH-114343) (#114488)

2024-01-23 Thread vstinner
https://github.com/python/cpython/commit/be85f35f12bebc669b0aa1c2e9cdd0624fb32a10 commit: be85f35f12bebc669b0aa1c2e9cdd0624fb32a10 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: vstinner date: 2024-01-23T15:58:44Z summary: [3.12] gh-108303:

[Python-checkins] gh-112984: Fix link error on free-threaded Windows build (GH-114455)

2024-01-23 Thread zooba
https://github.com/python/cpython/commit/5f1997896d9c3ecf92e9863177c452b468a6a2c8 commit: 5f1997896d9c3ecf92e9863177c452b468a6a2c8 branch: main author: Sam Gross committer: zooba date: 2024-01-23T18:05:15Z summary: gh-112984: Fix link error on free-threaded Windows build (GH-114455) The test_pe

[Python-checkins] gh-111964: Implement stop-the-world pauses (gh-112471)

2024-01-23 Thread ericsnowcurrently
https://github.com/python/cpython/commit/441affc9e7f419ef0b68f734505fa2f79fe653c7 commit: 441affc9e7f419ef0b68f734505fa2f79fe653c7 branch: main author: Sam Gross committer: ericsnowcurrently date: 2024-01-23T11:08:23-07:00 summary: gh-111964: Implement stop-the-world pauses (gh-112471) The `--d

[Python-checkins] gh-113884: Make queue.SimpleQueue thread-safe when the GIL is disabled (#114161)

2024-01-23 Thread erlend-aasland
https://github.com/python/cpython/commit/925907ea362c4c014086be48625ac7dd67645cfc commit: 925907ea362c4c014086be48625ac7dd67645cfc branch: main author: mpage committer: erlend-aasland date: 2024-01-23T20:25:41+01:00 summary: gh-113884: Make queue.SimpleQueue thread-safe when the GIL is disabled

[Python-checkins] Docs: use placeholders in dbm flag param docs (#114482)

2024-01-23 Thread erlend-aasland
https://github.com/python/cpython/commit/8c265408c51609c6b4a6788cac9cc5fea7a14888 commit: 8c265408c51609c6b4a6788cac9cc5fea7a14888 branch: main author: Erlend E. Aasland committer: erlend-aasland date: 2024-01-23T20:54:44+01:00 summary: Docs: use placeholders in dbm flag param docs (#114482) Al

[Python-checkins] [3.12] Docs: use placeholders in dbm flag param docs (GH-114482) (#114497)

2024-01-23 Thread erlend-aasland
https://github.com/python/cpython/commit/a73a6a3c69bedee52b7a828b4bd133d76becd73c commit: a73a6a3c69bedee52b7a828b4bd133d76becd73c branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: erlend-aasland date: 2024-01-23T21:05:21+01:00 summary: [3.12]

[Python-checkins] [3.11] Docs: use placeholders in dbm flag param docs (GH-114482) (#114498)

2024-01-23 Thread erlend-aasland
https://github.com/python/cpython/commit/e85f4c6fa96d9b6f7d4a1d0a9ac07c12ba7f33db commit: e85f4c6fa96d9b6f7d4a1d0a9ac07c12ba7f33db branch: 3.11 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: erlend-aasland date: 2024-01-23T21:05:39+01:00 summary: [3.11]

[Python-checkins] gh-101438: Avoid reference cycle in ElementTree.iterparse. (GH-114269)

2024-01-23 Thread serhiy-storchaka
https://github.com/python/cpython/commit/ce01ab536f22a3cf095d621f3b3579c1e3567859 commit: ce01ab536f22a3cf095d621f3b3579c1e3567859 branch: main author: Sam Gross committer: serhiy-storchaka date: 2024-01-23T20:14:46Z summary: gh-101438: Avoid reference cycle in ElementTree.iterparse. (GH-114269)

[Python-checkins] [3.12] gh-101438: Avoid reference cycle in ElementTree.iterparse. (GH-114269) (GH-114499)

2024-01-23 Thread serhiy-storchaka
https://github.com/python/cpython/commit/f63dec94f6b0249e5376617bec1ecb03da7723b2 commit: f63dec94f6b0249e5376617bec1ecb03da7723b2 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-01-23T20:48:42Z summary: [3.12] gh

[Python-checkins] [3.11] gh-101438: Avoid reference cycle in ElementTree.iterparse. (GH-114269) (GH-114500)

2024-01-23 Thread serhiy-storchaka
https://github.com/python/cpython/commit/9344edeb75e299baeee51dbc26172977475827ef commit: 9344edeb75e299baeee51dbc26172977475827ef branch: 3.11 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-01-23T20:49:13Z summary: [3.11] gh

[Python-checkins] gh-114492: Initialize struct termios before calling tcgetattr() (GH-114495)

2024-01-23 Thread serhiy-storchaka
https://github.com/python/cpython/commit/d22c066b802592932f9eb18434782299e80ca42e commit: d22c066b802592932f9eb18434782299e80ca42e branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-01-23T23:27:04+02:00 summary: gh-114492: Initialize struct termios before calling tcgeta

[Python-checkins] [3.11] gh-114492: Initialize struct termios before calling tcgetattr() (GH-114495) (GH-114503)

2024-01-23 Thread serhiy-storchaka
https://github.com/python/cpython/commit/666d07f241970482f17dc4bf7a5dff737d9b8357 commit: 666d07f241970482f17dc4bf7a5dff737d9b8357 branch: 3.11 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-01-23T21:53:13Z summary: [3.11] gh

[Python-checkins] [3.12] gh-114492: Initialize struct termios before calling tcgetattr() (GH-114495) (GH-114502)

2024-01-23 Thread serhiy-storchaka
https://github.com/python/cpython/commit/386c72d9928c51aa2c855ce592bd8022da3b407f commit: 386c72d9928c51aa2c855ce592bd8022da3b407f branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-01-23T22:02:02Z summary: [3.12] gh

[Python-checkins] gh-112075: Adapt more dict methods to Argument Clinic (#114256)

2024-01-23 Thread DinoV
https://github.com/python/cpython/commit/afe8f376c096d5d6e8b12fbc691ca9b35381470b commit: afe8f376c096d5d6e8b12fbc691ca9b35381470b branch: main author: Dino Viehland committer: DinoV date: 2024-01-23T22:10:04Z summary: gh-112075: Adapt more dict methods to Argument Clinic (#114256) * Move more

[Python-checkins] GH-114456: lower the recursion limit under WASI for debug builds (GH-114457)

2024-01-23 Thread brettcannon
https://github.com/python/cpython/commit/f59f90b5bccb9e7ac522bc779ab1f6bf11bb4aa3 commit: f59f90b5bccb9e7ac522bc779ab1f6bf11bb4aa3 branch: main author: Brett Cannon committer: brettcannon date: 2024-01-23T15:48:14-08:00 summary: GH-114456: lower the recursion limit under WASI for debug builds (G

[Python-checkins] Fix a typo in the contextlib documentation (#114507)

2024-01-23 Thread AA-Turner
https://github.com/python/cpython/commit/82cd8fee31823b560e664f81b430a9186d6019dd commit: 82cd8fee31823b560e664f81b430a9186d6019dd branch: main author: Daniel Hollas committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 2024-01-24T05:16:31+01:00 summary: Fix a typo in the contex

[Python-checkins] [3.12] Fix a typo in the contextlib documentation (GH-114507) (#114514)

2024-01-23 Thread AA-Turner
https://github.com/python/cpython/commit/2692f5b6d2bda55fa651f1c6b1b36cfabf349231 commit: 2692f5b6d2bda55fa651f1c6b1b36cfabf349231 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 202

[Python-checkins] [3.11] Fix a typo in the contextlib documentation (GH-114507) (#114515)

2024-01-23 Thread AA-Turner
https://github.com/python/cpython/commit/018b637a529d9b56eea423c55627cb5cba03954b commit: 018b637a529d9b56eea423c55627cb5cba03954b branch: 3.11 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 202

[Python-checkins] gh-113205: test_multiprocessing.test_terminate: Give tasks a chance to start (GH-114249)

2024-01-23 Thread serhiy-storchaka
https://github.com/python/cpython/commit/ce75b4c26d18dcd840fd2e7ee362a84209648d06 commit: ce75b4c26d18dcd840fd2e7ee362a84209648d06 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-01-24T09:13:09+02:00 summary: gh-113205: test_multiprocessing.test_terminate: Give tasks

[Python-checkins] gh-101100: Fix sphinx warnings in `asyncio-task.rst` (#114469)

2024-01-23 Thread hugovk
https://github.com/python/cpython/commit/1e4f00ebd8db44a031b61eed0803b4c3d731aed7 commit: 1e4f00ebd8db44a031b61eed0803b4c3d731aed7 branch: main author: Nikita Sobolev committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2024-01-24T00:23:34-07:00 summary: gh-101100: Fix sphinx warning

[Python-checkins] [3.11] gh-113205: test_multiprocessing.test_terminate: Give tasks a chance to start (GH-114249) (GH-114517)

2024-01-23 Thread serhiy-storchaka
https://github.com/python/cpython/commit/b39a314edaf15716e9d9a2ff1d11ac79e09d97fa commit: b39a314edaf15716e9d9a2ff1d11ac79e09d97fa branch: 3.11 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-01-24T07:26:58Z summary: [3.11] gh

[Python-checkins] [3.11] gh-101100: Fix sphinx warnings in `asyncio-task.rst` (GH-114469) (#114518)

2024-01-23 Thread hugovk
https://github.com/python/cpython/commit/208db89fe66077678e2670ec262ee9cd69c284e7 commit: 208db89fe66077678e2670ec262ee9cd69c284e7 branch: 3.11 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2024-01-2

[Python-checkins] [3.12] gh-101100: Fix sphinx warnings in `asyncio-task.rst` (GH-114469) (#114519)

2024-01-23 Thread hugovk
https://github.com/python/cpython/commit/0c42897f8d3bf0fbd4d10463a0628d6074efa7e6 commit: 0c42897f8d3bf0fbd4d10463a0628d6074efa7e6 branch: 3.12 author: Hugo van Kemenade <1324225+hug...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2024-01-24T00:40:22-0

[Python-checkins] [3.12] gh-113205: test_multiprocessing.test_terminate: Give tasks a chance to start (GH-114249) (GH-114516)

2024-01-23 Thread serhiy-storchaka
https://github.com/python/cpython/commit/03f8f77885cd1bf802cc8945dfdb308772c471ac commit: 03f8f77885cd1bf802cc8945dfdb308772c471ac branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-01-24T07:46:27Z summary: [3.12] gh