[Python-checkins] GH-44626, GH-105476: Fix `ntpath.isabs()` handling of part-absolute paths (#113829)

2024-01-12 Thread barneygale
https://github.com/python/cpython/commit/e4ff131e01184b68d868cfd241a03f8b7d2e0ff9 commit: e4ff131e01184b68d868cfd241a03f8b7d2e0ff9 branch: main author: Barney Gale committer: barneygale date: 2024-01-13T07:36:05Z summary: GH-44626, GH-105476: Fix `ntpath.isabs()` handling of part-absolute paths

[Python-checkins] GH-111798: skip `test_super_deep()` from `test_call` under pydebug builds on WASI (GH-114010)

2024-01-12 Thread brettcannon
https://github.com/python/cpython/commit/dac1da21218a406652b35919aa2118cc32d4c65a commit: dac1da21218a406652b35919aa2118cc32d4c65a branch: main author: Brett Cannon committer: brettcannon date: 2024-01-12T16:29:16-08:00 summary: GH-111798: skip `test_super_deep()` from `test_call` under pydebug

[Python-checkins] [3.12] gh-89159: Document missing TarInfo members (GH-91564) (#114006)

2024-01-12 Thread AA-Turner
https://github.com/python/cpython/commit/1ea6658342af217570c24b6f00859ec30bbed72e commit: 1ea6658342af217570c24b6f00859ec30bbed72e branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] [3.11] gh-89159: Document missing TarInfo members (GH-91564) (#114007)

2024-01-12 Thread AA-Turner
https://github.com/python/cpython/commit/d7a544ad3b575d93353c9c755e57e5435ab2730d commit: d7a544ad3b575d93353c9c755e57e5435ab2730d branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] gh-89159: Document missing TarInfo members (#91564)

2024-01-12 Thread AA-Turner
https://github.com/python/cpython/commit/3aa4b839e4aa01d4e8bc5c7685fd0eb17c4609b8 commit: 3aa4b839e4aa01d4e8bc5c7685fd0eb17c4609b8 branch: main author: Stanley <[email protected]> committer: AA-Turner <[email protected]> date: 2024-01-12T23:19:57Z su

[Python-checkins] GH-111801: set a lower recursion limit for `test_infintely_many_bases()` in `test_isinstance` (#113997)

2024-01-12 Thread brettcannon
https://github.com/python/cpython/commit/3c19ee0422e9b9f1582fb74931c174a84583bca0 commit: 3c19ee0422e9b9f1582fb74931c174a84583bca0 branch: main author: Brett Cannon committer: brettcannon date: 2024-01-12T15:19:21-08:00 summary: GH-111801: set a lower recursion limit for `test_infintely_many_bas

[Python-checkins] [3.11] datamodel: Fix a typo in ``object.__init_subclass__`` (GH-111599) (#114005)

2024-01-12 Thread AA-Turner
https://github.com/python/cpython/commit/cd8fd2292e7ad029d030eff88eda7d14d92dbdf7 commit: cd8fd2292e7ad029d030eff88eda7d14d92dbdf7 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] [3.12] datamodel: Fix a typo in ``object.__init_subclass__`` (GH-111599) (#114004)

2024-01-12 Thread AA-Turner
https://github.com/python/cpython/commit/d577225104f1696e30e9cc5fd93d80c7d437946f commit: d577225104f1696e30e9cc5fd93d80c7d437946f branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] [3.11] Link to the glossary for "magic methods" in ``MagicMock`` (GH-111292) (#114003)

2024-01-12 Thread AA-Turner
https://github.com/python/cpython/commit/2d184b26df0c6996a1b0617820b6807def8d53b4 commit: 2d184b26df0c6996a1b0617820b6807def8d53b4 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] [3.12] Link to the glossary for "magic methods" in ``MagicMock`` (GH-111292) (#114002)

2024-01-12 Thread AA-Turner
https://github.com/python/cpython/commit/b9e15bef829040510543433f68f08af65610a34e commit: b9e15bef829040510543433f68f08af65610a34e branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] [3.12] gh-101100: Fix Sphinx Lint warnings in `Misc/` (GH-113946) (#113998)

2024-01-12 Thread hugovk
https://github.com/python/cpython/commit/27f7f3712f976c619fb99b321fa5e2883212f077 commit: 27f7f3712f976c619fb99b321fa5e2883212f077 branch: 3.12 author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-01-12T15:58:16-0

[Python-checkins] datamodel: Fix a typo in ``object.__init_subclass__`` (#111599)

2024-01-12 Thread AA-Turner
https://github.com/python/cpython/commit/a47353d587b78bb5501b21343d9bca739c49a43a commit: a47353d587b78bb5501b21343d9bca739c49a43a branch: main author: InSync <[email protected]> committer: AA-Turner <[email protected]> date: 2024-01-12T22:59:

[Python-checkins] [3.11] gh-101100: Fix Sphinx Lint warnings in `Misc/` (GH-113946) (#114001)

2024-01-12 Thread hugovk
https://github.com/python/cpython/commit/4bd4367a97cf217faf984113104631630a59a96b commit: 4bd4367a97cf217faf984113104631630a59a96b branch: 3.11 author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-01-12T15:58:26-0

[Python-checkins] Link to the glossary for "magic methods" in ``MagicMock`` (#111292)

2024-01-12 Thread AA-Turner
https://github.com/python/cpython/commit/e97da8677f7bbc6d970e230d334cd646ab662af1 commit: e97da8677f7bbc6d970e230d334cd646ab662af1 branch: main author: Pierre Equoy committer: AA-Turner <[email protected]> date: 2024-01-12T22:54:36Z summary: Link to the glossary for "magi

[Python-checkins] [3.12] Tutorial: Clarify 'nonzero exit status' in the appendix (GH-112039) (#113999)

2024-01-12 Thread AA-Turner
https://github.com/python/cpython/commit/68d1e30c946d003fdcfe2a4bbf76feeef6ebfa48 commit: 68d1e30c946d003fdcfe2a4bbf76feeef6ebfa48 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] [3.11] Tutorial: Clarify 'nonzero exit status' in the appendix (GH-112039) (#114000)

2024-01-12 Thread AA-Turner
https://github.com/python/cpython/commit/e276743682d52f3e4b6b9ff5332821473f3de0fc commit: e276743682d52f3e4b6b9ff5332821473f3de0fc branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] Tutorial: Clarify 'nonzero exit status' in the appendix (#112039)

2024-01-12 Thread AA-Turner
https://github.com/python/cpython/commit/32f3684b8f18d757945eee67a697cb4a95c697db commit: 32f3684b8f18d757945eee67a697cb4a95c697db branch: main author: Andrew Zipperer <[email protected]> committer: AA-Turner <[email protected]> date: 2024-01-12T22:

[Python-checkins] Fix a grammatical error in `pycore_pymem.h` (#112993)

2024-01-12 Thread AA-Turner
https://github.com/python/cpython/commit/9a71750a2930ebeac4080a378966aa7fdd4a9b34 commit: 9a71750a2930ebeac4080a378966aa7fdd4a9b34 branch: main author: Joseph Pearson <[email protected]> committer: AA-Turner <[email protected]> date: 2024-01-1

[Python-checkins] gh-101100: Fix Sphinx Lint warnings in `Misc/` (#113946)

2024-01-12 Thread hugovk
https://github.com/python/cpython/commit/794983cd610958f44147664b6ab31071c6107ffb commit: 794983cd610958f44147664b6ab31071c6107ffb branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-01-13T00:25:04+0

[Python-checkins] gh-95649: Document that asyncio contains uvloop code (#107536)

2024-01-12 Thread AA-Turner
https://github.com/python/cpython/commit/dce30c9cbc212e5455e100f35ac6afeb30dfd23e commit: dce30c9cbc212e5455e100f35ac6afeb30dfd23e branch: main author: Alois Klink committer: AA-Turner <[email protected]> date: 2024-01-12T22:21:13Z summary: gh-95649: Document that asyncio

[Python-checkins] GH-111802: set a low recursion limit for `test_bad_getattr()` in `test.pickletester` (GH-113996)

2024-01-12 Thread brettcannon
https://github.com/python/cpython/commit/8aa126354d93d7c928fb35b842cb3a4bd6e1881f commit: 8aa126354d93d7c928fb35b842cb3a4bd6e1881f branch: main author: Brett Cannon committer: brettcannon date: 2024-01-12T14:14:09-08:00 summary: GH-111802: set a low recursion limit for `test_bad_getattr()` in `

[Python-checkins] gh-113971: Make `zipfile.ZipInfo._compresslevel` public as `.compress_level` (#113969)

2024-01-12 Thread gpshead
https://github.com/python/cpython/commit/b44b9d99004f096619c962a8b42a19322f6a441b commit: b44b9d99004f096619c962a8b42a19322f6a441b branch: main author: Gregory P. Smith committer: gpshead date: 2024-01-12T20:15:05Z summary: gh-113971: Make `zipfile.ZipInfo._compresslevel` public as `.compress_le

[Python-checkins] gh-113710: Add types to the interpreter DSL (#113711)

2024-01-12 Thread Fidget-Spinner
https://github.com/python/cpython/commit/ac92527c08d917dffdb9c0a218d06f21114614a2 commit: ac92527c08d917dffdb9c0a218d06f21114614a2 branch: main author: Ken Jin committer: Fidget-Spinner date: 2024-01-13T01:30:27+08:00 summary: gh-113710: Add types to the interpreter DSL (#113711) Co-authored-by

[Python-checkins] gh-113868: Add a number of MAP_* flags from macOS to module mmap (#113869)

2024-01-12 Thread ronaldoussoren
https://github.com/python/cpython/commit/79970792fd2c70f77c38e08c7b3a9daf6a11bde1 commit: 79970792fd2c70f77c38e08c7b3a9daf6a11bde1 branch: main author: Ronald Oussoren committer: ronaldoussoren date: 2024-01-12T16:56:18+01:00 summary: gh-113868: Add a number of MAP_* flags from macOS to module m

[Python-checkins] gh-111877: Fixes stat() handling for inaccessible files on Windows (GH-113716)

2024-01-12 Thread zooba
https://github.com/python/cpython/commit/7b7cf75c027ba453c6b6e20d245e7338c70f0a03 commit: 7b7cf75c027ba453c6b6e20d245e7338c70f0a03 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: zooba date: 2024-01-12T15:53:27Z summary: gh-111877: Fixes sta

[Python-checkins] gh-107901: duplicate blocks with no lineno that have an eval break and multiple predecessors (#113950)

2024-01-12 Thread iritkatriel
https://github.com/python/cpython/commit/8aa0088ea2422ed6b95076fe48a13df7562a4355 commit: 8aa0088ea2422ed6b95076fe48a13df7562a4355 branch: main author: Irit Katriel <[email protected]> committer: iritkatriel <[email protected]> date: 2024-01-12T

[Python-checkins] gh-113980: Fix resource warnings in test_asyncgen (GH-113984)

2024-01-12 Thread serhiy-storchaka
https://github.com/python/cpython/commit/e02c15b3f13d9d83032ada72c6773f8a3b2d34dc commit: e02c15b3f13d9d83032ada72c6773f8a3b2d34dc branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-01-12T17:30:26+02:00 summary: gh-113980: Fix resource warnings in test_asyncgen (GH-1139

[Python-checkins] gh-111877: Fixes stat() handling for inaccessible files on Windows (GH-113716)

2024-01-12 Thread zooba
https://github.com/python/cpython/commit/ed066481c76c6888ff5709f5b9f93b92c232a4a6 commit: ed066481c76c6888ff5709f5b9f93b92c232a4a6 branch: main author: Steve Dower committer: zooba date: 2024-01-12T15:27:56Z summary: gh-111877: Fixes stat() handling for inaccessible files on Windows (GH-113716)

[Python-checkins] [3.12] Docs: Amend codeobject.co_lines docs; end number is exclusive (GH-113970) (#113987)

2024-01-12 Thread erlend-aasland
https://github.com/python/cpython/commit/eb22afb0042b09f05de5077c1947053dfbf7a5c0 commit: eb22afb0042b09f05de5077c1947053dfbf7a5c0 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: erlend-aasland date: 2024-01-12T15:10:43Z summary: [3.12] Docs

[Python-checkins] [3.11] Docs: Amend codeobject.co_lines docs; end number is exclusive (GH-113970) (#113988)

2024-01-12 Thread erlend-aasland
https://github.com/python/cpython/commit/f8dd29030d497f975f2551d33b179156838ebd7b commit: f8dd29030d497f975f2551d33b179156838ebd7b branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: erlend-aasland date: 2024-01-12T15:10:33Z summary: [3.11] Docs

[Python-checkins] Docs: Amend codeobject.co_lines docs; end number is exclusive (#113970)

2024-01-12 Thread erlend-aasland
https://github.com/python/cpython/commit/e68806c7122070078507b370b13bb225f8501ff8 commit: e68806c7122070078507b370b13bb225f8501ff8 branch: main author: Ned Batchelder committer: erlend-aasland date: 2024-01-12T16:04:14+01:00 summary: Docs: Amend codeobject.co_lines docs; end number is exclusive

[Python-checkins] [3.12] gh-113027: Fix test_variable_tzname in test_email (GH-113821) (GH-113831)

2024-01-12 Thread serhiy-storchaka
https://github.com/python/cpython/commit/8046eb0cc89a66b93616501c1d7d199a59e998d4 commit: 8046eb0cc89a66b93616501c1d7d199a59e998d4 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-01-12T12:00:17Z summary: [3.12] gh

[Python-checkins] [3.11] gh-113027: Fix test_variable_tzname in test_email (GH-113821) (GH-113832)

2024-01-12 Thread serhiy-storchaka
https://github.com/python/cpython/commit/64d8f39a12821adc24f899790b6d03e4599949f4 commit: 64d8f39a12821adc24f899790b6d03e4599949f4 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-01-12T11:59:23Z summary: [3.11] gh

[Python-checkins] GH-113860: Get rid of `_PyUOpExecutorObject` (GH-113954)

2024-01-12 Thread markshannon
https://github.com/python/cpython/commit/30e6cbdba22d946dacc3f2e19c884b2e1891d58c commit: 30e6cbdba22d946dacc3f2e19c884b2e1891d58c branch: main author: Brandt Bucher committer: markshannon date: 2024-01-12T11:58:23Z summary: GH-113860: Get rid of `_PyUOpExecutorObject` (GH-113954) files: D Incl

[Python-checkins] gh-113027: Fix timezone check in test_variable_tzname in test_email (GH-113835)

2024-01-12 Thread encukou
https://github.com/python/cpython/commit/29e2839cd6af5c90cfd7abe800b045b6dcee0c05 commit: 29e2839cd6af5c90cfd7abe800b045b6dcee0c05 branch: main author: Pablo Galindo Salgado committer: encukou date: 2024-01-12T11:46:17+01:00 summary: gh-113027: Fix timezone check in test_variable_tzname in test_

[Python-checkins] gh-108364: In sqlite3, disable foreign keys before dumping SQL schema (#113957)

2024-01-12 Thread erlend-aasland
https://github.com/python/cpython/commit/de777e490fb356d7bcc7c907141c20a5135d97df commit: de777e490fb356d7bcc7c907141c20a5135d97df branch: main author: Mariusz Felisiak committer: erlend-aasland date: 2024-01-12T10:50:37+01:00 summary: gh-108364: In sqlite3, disable foreign keys before dumping S

[Python-checkins] gh-113858: Cut down ccache size (GH-113945)

2024-01-12 Thread encukou
https://github.com/python/cpython/commit/fcb4c8d31a4b1c60ed9990db3eacd1db9cac4df2 commit: fcb4c8d31a4b1c60ed9990db3eacd1db9cac4df2 branch: main author: Petr Viktorin committer: encukou date: 2024-01-12T10:48:25+01:00 summary: gh-113858: Cut down ccache size (GH-113945) Cut down ccache size - O