[Python-checkins] [3.12] gh-116741: Upgrade libexpat to 2.6.2 (GH-117296) (GH-118166)

2024-04-22 Thread gpshead
https://github.com/python/cpython/commit/30725f0ad207511ca146bc8130a10513fbed7a7b commit: 30725f0ad207511ca146bc8130a10513fbed7a7b branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2024-04-23T01:30:59Z summary: [3.12] gh-116741:

[Python-checkins] gh-95754: Better error when script shadows a standard library or third party module (#113769)

2024-04-22 Thread hauntsaninja
https://github.com/python/cpython/commit/8e86579caef59fad0c54ac698d589f23a7951c55 commit: 8e86579caef59fad0c54ac698d589f23a7951c55 branch: main author: Shantanu <[email protected]> committer: hauntsaninja <[email protected]> date: 2024-04-22

[Python-checkins] gh-116741: Upgrade libexpat to 2.6.2 (#117296)

2024-04-22 Thread gpshead
https://github.com/python/cpython/commit/c9829eec0883a8991ea4d319d965e123a3cf6c20 commit: c9829eec0883a8991ea4d319d965e123a3cf6c20 branch: main author: Seth Michael Larson committer: gpshead date: 2024-04-22T18:15:08-07:00 summary: gh-116741: Upgrade libexpat to 2.6.2 (#117296) Upgrade libexpat

[Python-checkins] GH-118074: Executors in the COLD_EXITS array are not GC'able (#118117)

2024-04-22 Thread gvanrossum
https://github.com/python/cpython/commit/1b85b3424c081835406592868123fe898ee029ad commit: 1b85b3424c081835406592868123fe898ee029ad branch: main author: Guido van Rossum committer: gvanrossum date: 2024-04-22T16:20:39-07:00 summary: GH-118074: Executors in the COLD_EXITS array are not GC'able (#1

[Python-checkins] Set proper permissions for `jit.yml` workflow (#118084)

2024-04-22 Thread sobolevn
https://github.com/python/cpython/commit/fc21c7f7a731d64f7e4f0e82469f78fa9c104bbd commit: fc21c7f7a731d64f7e4f0e82469f78fa9c104bbd branch: main author: Nikita Sobolev committer: sobolevn date: 2024-04-23T00:31:01+03:00 summary: Set proper permissions for `jit.yml` workflow (#118084) files: M .g

[Python-checkins] gh-109118: Allow lambdas in annotation scopes in classes (#118019)

2024-04-22 Thread JelleZijlstra
https://github.com/python/cpython/commit/85f727c5fb2afa60affa9ae3396ce4149cf5215d commit: 85f727c5fb2afa60affa9ae3396ce4149cf5215d branch: main author: Jelle Zijlstra committer: JelleZijlstra date: 2024-04-22T12:50:26-07:00 summary: gh-109118: Allow lambdas in annotation scopes in classes (#1180

[Python-checkins] Remove more remnants of deepfreeze (#118159)

2024-04-22 Thread gvanrossum
https://github.com/python/cpython/commit/4c7bfdff90544deb5d2055fcbe4db4c2a231e95d commit: 4c7bfdff90544deb5d2055fcbe4db4c2a231e95d branch: main author: Guido van Rossum committer: gvanrossum date: 2024-04-22T12:17:57-07:00 summary: Remove more remnants of deepfreeze (#118159) files: A Include/i

[Python-checkins] [3.12] gh-117968: Add tests for the part of the PyRun family of the C API (GH-117982) (GH-118011)

2024-04-22 Thread serhiy-storchaka
https://github.com/python/cpython/commit/8ae70c87619393eef19c8ac01df81b7559d3d245 commit: 8ae70c87619393eef19c8ac01df81b7559d3d245 branch: 3.12 author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-04-22T18:59:28Z summary: [3.12] gh-117968: Add tests for the part of the PyRun family of

[Python-checkins] bpo-18108: Adding dir_fd and follow_symlinks keyword args to shutil.chown (GH-15811)

2024-04-22 Thread serhiy-storchaka
https://github.com/python/cpython/commit/8974a63f5ee0557e14db97eb1284a5dd8c49f8f7 commit: 8974a63f5ee0557e14db97eb1284a5dd8c49f8f7 branch: main author: tahia committer: serhiy-storchaka date: 2024-04-22T18:23:36Z summary: bpo-18108: Adding dir_fd and follow_symlinks keyword args to shutil.chown

[Python-checkins] [3.12] gh-118030: Group definitions for `ParamSpecArgs` and `ParamSpecKwargs` in `typing.rst` (GH-118154) (#118155)

2024-04-22 Thread AlexWaygood
https://github.com/python/cpython/commit/c869f4ed5c404381ac72caf3142145c2fd7b2be4 commit: c869f4ed5c404381ac72caf3142145c2fd7b2be4 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: AlexWaygood date: 2024-04-22T15:04:11Z summary: [3.12] gh-1180

[Python-checkins] gh-118030: Group definitions for `ParamSpecArgs` and `ParamSpecKwargs` in `typing.rst` (#118154)

2024-04-22 Thread AlexWaygood
https://github.com/python/cpython/commit/78ba4cb758ba1e40d27af6bc2fa15ed3e33a29d2 commit: 78ba4cb758ba1e40d27af6bc2fa15ed3e33a29d2 branch: main author: Nice Zombies committer: AlexWaygood date: 2024-04-22T14:57:46Z summary: gh-118030: Group definitions for `ParamSpecArgs` and `ParamSpecKwargs` i

[Python-checkins] [3.12] gh-118148: Improve tests for shutil.make_archive() (GH-118149) (GH-118151)

2024-04-22 Thread serhiy-storchaka
https://github.com/python/cpython/commit/312d8192f3feb52098f67c3ec0edbe27d9fb1f67 commit: 312d8192f3feb52098f67c3ec0edbe27d9fb1f67 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-04-22T13:43:34Z summary: [3.12] gh

[Python-checkins] gh-118148: Improve tests for shutil.make_archive() (GH-118149)

2024-04-22 Thread serhiy-storchaka
https://github.com/python/cpython/commit/287d939ed4445089e8312ab44110cbb6b6306a5c commit: 287d939ed4445089e8312ab44110cbb6b6306a5c branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-04-22T16:27:47+03:00 summary: gh-118148: Improve tests for shutil.make_archive() (GH-118

[Python-checkins] GH-115480: Reduce guard strength for binary ops when type of one operand is known already (GH-118050)

2024-04-22 Thread markshannon
https://github.com/python/cpython/commit/a6647d16abf4dd65997865e857371673238e60bf commit: a6647d16abf4dd65997865e857371673238e60bf branch: main author: Mark Shannon committer: markshannon date: 2024-04-22T13:34:06+01:00 summary: GH-115480: Reduce guard strength for binary ops when type of one op

[Python-checkins] [3.12] gh-115986 Improve pprint documentation accuracy (GH-117403) (#118146)

2024-04-22 Thread erlend-aasland
https://github.com/python/cpython/commit/b1e5f2746d852830c18e2d91dcc6b2923081 commit: b1e5f2746d852830c18e2d91dcc6b2923081 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: erlend-aasland date: 2024-04-22T10:34:48Z summary: [3.12] gh-1

[Python-checkins] gh-115986 Improve pprint documentation accuracy (#117403)

2024-04-22 Thread erlend-aasland
https://github.com/python/cpython/commit/ceb6038b053c403bed3ca3a8bd17b7e3fc9aab7d commit: ceb6038b053c403bed3ca3a8bd17b7e3fc9aab7d branch: main author: Kerim Kabirov committer: erlend-aasland date: 2024-04-22T12:28:21+02:00 summary: gh-115986 Improve pprint documentation accuracy (#117403) Co-a