[Python-checkins] [3.12] gh-113445: Amend PyObject_RichCompareBool() docs (GH-113891) (GH-114638)

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

[Python-checkins] [3.11] gh-113445: Amend PyObject_RichCompareBool() docs (GH-113891) (GH-114637)

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

[Python-checkins] Simplify concurrent.futures.process code by using itertools.batched() (GH-114221)

2024-01-27 Thread serhiy-storchaka
https://github.com/python/cpython/commit/547c135d70760f974ed0476a32a6809e708bfe4d commit: 547c135d70760f974ed0476a32a6809e708bfe4d branch: main author: NewUserHa <[email protected]> committer: serhiy-storchaka date: 2024-01-27T10:29:38+02:00 summary: Simplify concurrent.

[Python-checkins] Fix `c-api/file.rst` indexes (GH-114608)

2024-01-27 Thread serhiy-storchaka
https://github.com/python/cpython/commit/23fb9f0777b054526b3b32f58e60b2a03132bf45 commit: 23fb9f0777b054526b3b32f58e60b2a03132bf45 branch: main author: Nikita Sobolev committer: serhiy-storchaka date: 2024-01-27T10:45:07+02:00 summary: Fix `c-api/file.rst` indexes (GH-114608) files: M Doc/c-api

[Python-checkins] gh-101100: Fix sphinx warnings in `library/email.mime.rst` (GH-114635)

2024-01-27 Thread serhiy-storchaka
https://github.com/python/cpython/commit/6a8944acb61d0a2c210ab8066cdcec8602110e2f commit: 6a8944acb61d0a2c210ab8066cdcec8602110e2f branch: main author: Nikita Sobolev committer: serhiy-storchaka date: 2024-01-27T10:45:40+02:00 summary: gh-101100: Fix sphinx warnings in `library/email.mime.rst` (

[Python-checkins] [3.11] Fix `c-api/file.rst` indexes (GH-114608) (GH-114639)

2024-01-27 Thread serhiy-storchaka
https://github.com/python/cpython/commit/b323d99ac946f5ef56b775014f890dde5480e941 commit: b323d99ac946f5ef56b775014f890dde5480e941 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-01-27T08:52:37Z summary: [3.11] Fi

[Python-checkins] [3.11] gh-101100: Fix sphinx warnings in `library/email.mime.rst` (GH-114635) (GH-114641)

2024-01-27 Thread serhiy-storchaka
https://github.com/python/cpython/commit/8884a214174b8041071b14b7628d00ac85c555b3 commit: 8884a214174b8041071b14b7628d00ac85c555b3 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-01-27T08:52:57Z summary: [3.11] gh

[Python-checkins] [3.12] gh-101100: Fix sphinx warnings in `library/email.mime.rst` (GH-114635) (GH-114640)

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

[Python-checkins] gh-113560: Improve docstrings for set.issubset() and set.issuperset() (GH-113562)

2024-01-27 Thread serhiy-storchaka
https://github.com/python/cpython/commit/11c582235d86b6020710eff282eeb381a7bf7bb7 commit: 11c582235d86b6020710eff282eeb381a7bf7bb7 branch: main author: Charlie Zhao committer: serhiy-storchaka date: 2024-01-27T09:53:01Z summary: gh-113560: Improve docstrings for set.issubset() and set.issuperset

[Python-checkins] [3.11] gh-113560: Improve docstrings for set.issubset() and set.issuperset() (GH-113562) (GH-114643)

2024-01-27 Thread serhiy-storchaka
https://github.com/python/cpython/commit/21799488bcb893d563a03d1c3e99e4195795c7ab commit: 21799488bcb893d563a03d1c3e99e4195795c7ab branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-01-27T11:21:24Z summary: [3.11] gh

[Python-checkins] [3.12] gh-113560: Improve docstrings for set.issubset() and set.issuperset() (GH-113562) (GH-114644)

2024-01-27 Thread serhiy-storchaka
https://github.com/python/cpython/commit/5c21f3d9e5a1f798585ed9a642d04d036bcace77 commit: 5c21f3d9e5a1f798585ed9a642d04d036bcace77 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-01-27T11:29:26Z summary: [3.12] gh

[Python-checkins] gh-101100: Fix Sphinx warnings in `whatsnew/3.11.rst` and related (#114531)

2024-01-27 Thread hugovk
https://github.com/python/cpython/commit/b6623d61d4e07aefd15d910ef67837c66bceaf32 commit: b6623d61d4e07aefd15d910ef67837c66bceaf32 branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-01-27T06:06:59-0

[Python-checkins] gh-101100: Fix sphinx warnings in `reference/import.rst` (#114646)

2024-01-27 Thread hugovk
https://github.com/python/cpython/commit/a384b20c0ce5aa520fa91ae0233d53642925525b commit: a384b20c0ce5aa520fa91ae0233d53642925525b branch: main author: Nikita Sobolev committer: hugovk <[email protected]> date: 2024-01-27T07:30:21-07:00 summary: gh-101100: Fix sphinx warning

[Python-checkins] [3.11] gh-101100: Fix Sphinx warnings in `whatsnew/3.11.rst` and related (GH-114531) (#114650)

2024-01-27 Thread hugovk
https://github.com/python/cpython/commit/e0964658d3a183d8e322bed05b35c3305f825ce5 commit: e0964658d3a183d8e322bed05b35c3305f825ce5 branch: 3.11 author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-01-27T07:57:33-0

[Python-checkins] [3.12] gh-101100: Fix Sphinx warnings in `whatsnew/3.11.rst` and related (GH-114531) (#114649)

2024-01-27 Thread hugovk
https://github.com/python/cpython/commit/045663f9927f573e53af20698674c1ebd2d80d4a commit: 045663f9927f573e53af20698674c1ebd2d80d4a branch: 3.12 author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-01-27T07:57:28-0

[Python-checkins] [3.11] gh-101100: Fix sphinx warnings in `reference/import.rst` (GH-114646) (#114654)

2024-01-27 Thread hugovk
https://github.com/python/cpython/commit/27ccb7e1ae31fe2469e37f4d78ba905201a0977e commit: 27ccb7e1ae31fe2469e37f4d78ba905201a0977e branch: 3.11 author: Nikita Sobolev committer: hugovk <[email protected]> date: 2024-01-27T09:37:13-07:00 summary: [3.11] gh-101100: Fix sphinx

[Python-checkins] [3.12] gh-101100: Fix sphinx warnings in `reference/import.rst` (GH-114646) (#114652)

2024-01-27 Thread hugovk
https://github.com/python/cpython/commit/01910d6845c898d3de2e4e474aa8aa65bf58c41f commit: 01910d6845c898d3de2e4e474aa8aa65bf58c41f branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-01-2

[Python-checkins] gh-114100: Remove superfluous writing to fd 1 in test_pty (GH-114647)

2024-01-27 Thread serhiy-storchaka
https://github.com/python/cpython/commit/7a470541e2bbc6f3e87a6d813e2ec42cf726de7a commit: 7a470541e2bbc6f3e87a6d813e2ec42cf726de7a branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-01-27T18:38:17+02:00 summary: gh-114100: Remove superfluous writing to fd 1 in test_pty

[Python-checkins] [3.12] gh-114100: Remove superfluous writing to fd 1 in test_pty (GH-114647) (GH-114655)

2024-01-27 Thread serhiy-storchaka
https://github.com/python/cpython/commit/205ac6eecf4795a9a8411c19385fa06c9d763d7a commit: 205ac6eecf4795a9a8411c19385fa06c9d763d7a branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-01-27T19:29:48+02:00 summary: [3.1

[Python-checkins] [3.11] gh-114100: Remove superfluous writing to fd 1 in test_pty (GH-114647) (GH-114656)

2024-01-27 Thread serhiy-storchaka
https://github.com/python/cpython/commit/3a3e8731a49afcbf9363342e99bd3ef4c72df885 commit: 3a3e8731a49afcbf9363342e99bd3ef4c72df885 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-01-27T19:30:11+02:00 summary: [3.1

[Python-checkins] GH-79634: Speed up pathlib globbing by removing `joinpath()` call. (#114623)

2024-01-27 Thread barneygale
https://github.com/python/cpython/commit/823a38a960c245cbf309ef29120d3690ba1bcd2c commit: 823a38a960c245cbf309ef29120d3690ba1bcd2c branch: main author: Barney Gale committer: barneygale date: 2024-01-27T19:59:51Z summary: GH-79634: Speed up pathlib globbing by removing `joinpath()` call. (#11462

[Python-checkins] Use bool in fileinput.input() docstring and tests for the inplace argument (GH-111998)

2024-01-27 Thread serhiy-storchaka
https://github.com/python/cpython/commit/a768e12f094a9b14a9a1680fb50330e1050716c4 commit: a768e12f094a9b14a9a1680fb50330e1050716c4 branch: main author: Ville Skyttä committer: serhiy-storchaka date: 2024-01-27T23:47:55+02:00 summary: Use bool in fileinput.input() docstring and tests for the inpl