[Python-checkins] [3.11] gh-101100: Fix Sphinx warnings in `whatsnew/2.1.rst` (GH-112357) (#115933)

2024-02-25 Thread hugovk
https://github.com/python/cpython/commit/392bc9a3a006705d3621834f220bed0d22a8a20f commit: 392bc9a3a006705d3621834f220bed0d22a8a20f branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-02-2

[Python-checkins] [3.12] gh-101100: Fix Sphinx warnings in `whatsnew/2.1.rst` (GH-112357) (#115932)

2024-02-25 Thread hugovk
https://github.com/python/cpython/commit/551e12f893b5e8c4ccfaf7edabf12f5fc5f82a81 commit: 551e12f893b5e8c4ccfaf7edabf12f5fc5f82a81 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-02-2

[Python-checkins] gh-101100: Fix Sphinx warnings in `whatsnew/2.1.rst` (#112357)

2024-02-25 Thread hugovk
https://github.com/python/cpython/commit/8e8ab75d97f51c2850eb8cd711010662d5f1d360 commit: 8e8ab75d97f51c2850eb8cd711010662d5f1d360 branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-02-25T23:49:04-0

[Python-checkins] [3.11] gh-115921: Change 'equation' to 'expression' in random.rst (GH-115927) (#115929)

2024-02-25 Thread terryjreedy
https://github.com/python/cpython/commit/f822070e7ac2a1283df63f34dd103d4b7ac87aea commit: f822070e7ac2a1283df63f34dd103d4b7ac87aea branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: terryjreedy date: 2024-02-26T03:57:48Z summary: [3.11] gh-1159

[Python-checkins] [3.12] gh-115921: Change 'equation' to 'expression' in random.rst (GH-115927) (#115928)

2024-02-25 Thread terryjreedy
https://github.com/python/cpython/commit/f1b3b346eb7978d10cbc5408ca906584cd81c936 commit: f1b3b346eb7978d10cbc5408ca906584cd81c936 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: terryjreedy date: 2024-02-26T03:57:09Z summary: [3.12] gh-1159

[Python-checkins] gh-115921: Change 'equation' to 'expression' in random.rst (#115927)

2024-02-25 Thread terryjreedy
https://github.com/python/cpython/commit/de0b4f95cbfe1f868514029289597204074c05c8 commit: de0b4f95cbfe1f868514029289597204074c05c8 branch: main author: Terry Jan Reedy committer: terryjreedy date: 2024-02-25T22:50:49-05:00 summary: gh-115921: Change 'equation' to 'expression' in random.rst (#115

[Python-checkins] [3.11] gh-101100: Fix broken xrefs in fcntl module doc (GH-115691) (#115925)

2024-02-25 Thread willingc
https://github.com/python/cpython/commit/2110ae80fa917e993b4ab5f1a28f35b14e60c5f6 commit: 2110ae80fa917e993b4ab5f1a28f35b14e60c5f6 branch: 3.11 author: Carol Willing committer: willingc date: 2024-02-26T01:32:52Z summary: [3.11] gh-101100: Fix broken xrefs in fcntl module doc (GH-115691) (#11592

[Python-checkins] [3.12] gh-101100: Fix broken xrefs in fcntl module doc (GH-115691) (#115924)

2024-02-25 Thread willingc
https://github.com/python/cpython/commit/7307b562b049d886fc616596748540a6f8ae16eb commit: 7307b562b049d886fc616596748540a6f8ae16eb branch: 3.12 author: Carol Willing committer: willingc date: 2024-02-25T17:27:35-08:00 summary: [3.12] gh-101100: Fix broken xrefs in fcntl module doc (GH-115691) (#

[Python-checkins] gh-114099: Add configure and Makefile targets to support iOS compilation. (GH-115390)

2024-02-25 Thread ned-deily
https://github.com/python/cpython/commit/bee7bb3310b356e99e3a0f75f23efbc97f1b0a24 commit: bee7bb3310b356e99e3a0f75f23efbc97f1b0a24 branch: main author: Russell Keith-Magee committer: ned-deily date: 2024-02-25T20:21:10-05:00 summary: gh-114099: Add configure and Makefile targets to support iOS c

[Python-checkins] GH-101112: Add "pattern language" section to pathlib docs (#114030)

2024-02-25 Thread barneygale
https://github.com/python/cpython/commit/e921f09c8a7eb2ab24e8a782b65531ee5afb291a commit: e921f09c8a7eb2ab24e8a782b65531ee5afb291a branch: main author: Barney Gale committer: barneygale date: 2024-02-26T00:19:03Z summary: GH-101112: Add "pattern language" section to pathlib docs (#114030) Expla

[Python-checkins] gh-71052: fix test_concurrent_futures wasi regression. (#115923)

2024-02-25 Thread gpshead
https://github.com/python/cpython/commit/92ce41cce1694b755ba80ed870c3f1083617dd97 commit: 92ce41cce1694b755ba80ed870c3f1083617dd97 branch: main author: Gregory P. Smith committer: gpshead date: 2024-02-26T00:02:56Z summary: gh-71052: fix test_concurrent_futures wasi regression. (#115923) Fix th

[Python-checkins] gh-115532: Add kernel density estimation to the statistics module (gh-115863)

2024-02-25 Thread rhettinger
https://github.com/python/cpython/commit/6d34eb0e36d3a7edd9e7629f21da39b6a74b8f68 commit: 6d34eb0e36d3a7edd9e7629f21da39b6a74b8f68 branch: main author: Raymond Hettinger committer: rhettinger date: 2024-02-25T17:46:47-06:00 summary: gh-115532: Add kernel density estimation to the statistics modu

[Python-checkins] gh-115799: Add missing double-quote in docs (#115884)

2024-02-25 Thread hauntsaninja
https://github.com/python/cpython/commit/6a3236fe2e61673cf9f819534afbf14a18678408 commit: 6a3236fe2e61673cf9f819534afbf14a18678408 branch: main author: bssyousefi <[email protected]> committer: hauntsaninja <[email protected]> date: 2024-02-25

[Python-checkins] gh-72249: Include the module name in the repr of partial object (GH-101910)

2024-02-25 Thread serhiy-storchaka
https://github.com/python/cpython/commit/8f5be78bce95deb338e2e1cf13a0a579b3b42dd2 commit: 8f5be78bce95deb338e2e1cf13a0a579b3b42dd2 branch: main author: Furkan Onder committer: serhiy-storchaka date: 2024-02-25T22:55:19+02:00 summary: gh-72249: Include the module name in the repr of partial objec

[Python-checkins] gh-115914: minor cleanup: simplify filename_obj assignment in PyRun_AnyFileExFlags (gh-115916)

2024-02-25 Thread gpshead
https://github.com/python/cpython/commit/f082a05c67cc949ccd1a940ecf6721953bbdc34f commit: f082a05c67cc949ccd1a940ecf6721953bbdc34f branch: main author: Sergii K committer: gpshead date: 2024-02-25T12:45:38-08:00 summary: gh-115914: minor cleanup: simplify filename_obj assignment in PyRun_AnyFi

[Python-checkins] gh-101100: Fix broken xrefs in fcntl module doc (#115691)

2024-02-25 Thread willingc
https://github.com/python/cpython/commit/84a275c4a2c8a22d198c6f227d538e6b27bbb029 commit: 84a275c4a2c8a22d198c6f227d538e6b27bbb029 branch: main author: Skip Montanaro committer: willingc date: 2024-02-25T12:02:18-08:00 summary: gh-101100: Fix broken xrefs in fcntl module doc (#115691) * clean u

[Python-checkins] gh-71052: Enable test_concurrent_futures on platforms that lack multiprocessing (gh-115917)

2024-02-25 Thread gpshead
https://github.com/python/cpython/commit/4827968af87d828554c3fadd97094c97798541b4 commit: 4827968af87d828554c3fadd97094c97798541b4 branch: main author: Malcolm Smith committer: gpshead date: 2024-02-25T11:38:18-08:00 summary: gh-71052: Enable test_concurrent_futures on platforms that lack multip

[Python-checkins] bpo-31116: Add Z85 variant to base64 (GH-30598)

2024-02-25 Thread serhiy-storchaka
https://github.com/python/cpython/commit/c40b5b97fdac5099f670589b42c9038d7b23f2e5 commit: c40b5b97fdac5099f670589b42c9038d7b23f2e5 branch: main author: Matan Perelman committer: serhiy-storchaka date: 2024-02-25T19:17:54+02:00 summary: bpo-31116: Add Z85 variant to base64 (GH-30598) Z85 specif

[Python-checkins] gh-96471: Correct docs for queue shutdown (#115838)

2024-02-25 Thread gvanrossum
https://github.com/python/cpython/commit/9402ea63f7897ecda7036f667949ad17f4208e5b commit: 9402ea63f7897ecda7036f667949ad17f4208e5b branch: main author: Laurie O committer: gvanrossum date: 2024-02-25T16:53:21Z summary: gh-96471: Correct docs for queue shutdown (#115838) files: M Doc/library/que

[Python-checkins] [3.12] gh-113479: Link to workaround for subtle issue with takewhile() (gh-115890) (gh-115910)

2024-02-25 Thread rhettinger
https://github.com/python/cpython/commit/124594913d9573f43da0917198263f5235a7ed26 commit: 124594913d9573f43da0917198263f5235a7ed26 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: rhettinger date: 2024-02-25T12:38:15Z summary: [3.12] gh-11347

[Python-checkins] gh-113479: Link to workaround for subtle issue with takewhile() (gh-115890)

2024-02-25 Thread rhettinger
https://github.com/python/cpython/commit/a0a8d9ffe0ddb0f55aeb02801f48e722c2660ed3 commit: a0a8d9ffe0ddb0f55aeb02801f48e722c2660ed3 branch: main author: Raymond Hettinger committer: rhettinger date: 2024-02-25T06:32:14-06:00 summary: gh-113479: Link to workaround for subtle issue with takewhile()

[Python-checkins] [3.11] gh-103417: Fix the scheduler example (GH-111497) (GH-115909)

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

[Python-checkins] [3.12] gh-103417: Fix the scheduler example (GH-111497) (GH-115908)

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

[Python-checkins] gh-103417: Fix the scheduler example (GH-111497)

2024-02-25 Thread serhiy-storchaka
https://github.com/python/cpython/commit/cb287d342139509e03a2dbe5ea2608627fd3a350 commit: cb287d342139509e03a2dbe5ea2608627fd3a350 branch: main author: mauricelambert <[email protected]> committer: serhiy-storchaka date: 2024-02-25T13:55:57+02:00 summary: gh-103417:

[Python-checkins] [3.11] gh-115886: Handle embedded null characters in shared memory name (GH-115887) (GH-115907)

2024-02-25 Thread serhiy-storchaka
https://github.com/python/cpython/commit/f2b1f6b8289fe138befd4683a3f7355053c1dcde commit: f2b1f6b8289fe138befd4683a3f7355053c1dcde branch: 3.11 author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-02-25T11:12:07Z summary: [3.11] gh-115886: Handle embedded null characters in shared mem

[Python-checkins] [3.12] gh-115886: Handle embedded null characters in shared memory name (GH-115887) (GH-115906)

2024-02-25 Thread serhiy-storchaka
https://github.com/python/cpython/commit/116375eb04f38fa4be1058b1f2f0443f709cf9bf commit: 116375eb04f38fa4be1058b1f2f0443f709cf9bf branch: 3.12 author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-02-25T11:09:28Z summary: [3.12] gh-115886: Handle embedded null characters in shared mem

[Python-checkins] [3.11] bpo-14322: added test case for invalid update to hmac (GH-26636) (#115905)

2024-02-25 Thread hugovk
https://github.com/python/cpython/commit/c6455ff0fd4a05a5b7ffeccb19a9ae30c66ffbe6 commit: c6455ff0fd4a05a5b7ffeccb19a9ae30c66ffbe6 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-02-2

[Python-checkins] [3.12] bpo-14322: added test case for invalid update to hmac (GH-26636) (#115904)

2024-02-25 Thread hugovk
https://github.com/python/cpython/commit/6dbf85ce546dcb7438468e04e931cf9503b84263 commit: 6dbf85ce546dcb7438468e04e931cf9503b84263 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-02-2

[Python-checkins] bpo-14322: added test case for invalid update to hmac (#26636)

2024-02-25 Thread hugovk
https://github.com/python/cpython/commit/6550b548138ed996e1098c4271f5b7df56f02ab8 commit: 6550b548138ed996e1098c4271f5b7df56f02ab8 branch: main author: Arjun committer: hugovk <[email protected]> date: 2024-02-25T03:33:28-07:00 summary: bpo-14322: added test case for invalid

[Python-checkins] [3.11] gh-101100: Fix Sphinx warnings in `whatsnew/2.0.rst` (GH-112351) (#115903)

2024-02-25 Thread hugovk
https://github.com/python/cpython/commit/a9f8cf03f191f8e083cdc83665a93fbcee6d83b0 commit: a9f8cf03f191f8e083cdc83665a93fbcee6d83b0 branch: 3.11 author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-02-25T03:19:23-0

[Python-checkins] [3.12] gh-101100: Fix Sphinx warnings in `whatsnew/2.0.rst` (GH-112351) (#115902)

2024-02-25 Thread hugovk
https://github.com/python/cpython/commit/671b6a348c9a6a426da2cf15442be56ef1d6f670 commit: 671b6a348c9a6a426da2cf15442be56ef1d6f670 branch: 3.12 author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-02-25T03:19:20-0

[Python-checkins] gh-101100: Fix Sphinx warnings in `whatsnew/2.0.rst` (#112351)

2024-02-25 Thread hugovk
https://github.com/python/cpython/commit/a00b41b9e9257e3c779e3ef5d5d5f0cef9223a30 commit: a00b41b9e9257e3c779e3ef5d5d5f0cef9223a30 branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-02-25T02:45:56-0

[Python-checkins] gh-115886: Handle embedded null characters in shared memory name (GH-115887)

2024-02-25 Thread serhiy-storchaka
https://github.com/python/cpython/commit/79811ededd160b6e8bcfbe4b0f9d5b4589280f19 commit: 79811ededd160b6e8bcfbe4b0f9d5b4589280f19 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-02-25T11:31:03+02:00 summary: gh-115886: Handle embedded null characters in shared memor

[Python-checkins] [3.11] Add an example of of custom `__repr__` (GH-112761) (#115901)

2024-02-25 Thread terryjreedy
https://github.com/python/cpython/commit/c0789209c49167d563b5777966b40dca7f6411fb commit: c0789209c49167d563b5777966b40dca7f6411fb branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: terryjreedy date: 2024-02-25T08:06:37Z summary: [3.11] Add an

[Python-checkins] [3.12] Add an example of of custom `__repr__` (GH-112761) (#115900)

2024-02-25 Thread terryjreedy
https://github.com/python/cpython/commit/041d85fea284b02e2231711346b4fa3d0c94bad8 commit: 041d85fea284b02e2231711346b4fa3d0c94bad8 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: terryjreedy date: 2024-02-25T08:05:39Z summary: [3.12] Add an

[Python-checkins] Add an example of of custom `__repr__` (#112761)

2024-02-25 Thread terryjreedy
https://github.com/python/cpython/commit/5770006ffac2abd4f1c9fd33bf5015c9ef023576 commit: 5770006ffac2abd4f1c9fd33bf5015c9ef023576 branch: main author: Oh seungmin committer: terryjreedy date: 2024-02-25T02:59:35-05:00 summary: Add an example of of custom `__repr__` (#112761) Added to repr entr