[Python-checkins] [3.12] gh-118814: Fix the TypeVar constructor when name is passed by keyword (GH-122664) (GH-122807)

2024-08-07 Thread serhiy-storchaka
https://github.com/python/cpython/commit/f2cc8ad989ba1039f69b62f92c2eb700d142e285 commit: f2cc8ad989ba1039f69b62f92c2eb700d142e285 branch: 3.12 author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-08-08T09:49:50+03:00 summary: [3.12] gh-118814: Fix the TypeVar constructor when name is

[Python-checkins] [3.13] gh-118814: Fix the TypeVar constructor when name is passed by keyword (GH-122664) (GH-122806)

2024-08-07 Thread serhiy-storchaka
https://github.com/python/cpython/commit/1fd1c6c73890094410a4dcd6f216fc573ef57d6d commit: 1fd1c6c73890094410a4dcd6f216fc573ef57d6d branch: 3.13 author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-08-08T09:49:21+03:00 summary: [3.13] gh-118814: Fix the TypeVar constructor when name is

[Python-checkins] gh-116263: Do not rollover empty files in RotatingFileHandler (GH-122788)

2024-08-07 Thread serhiy-storchaka
https://github.com/python/cpython/commit/6094c6fc2fc30eb9ee7c2f9f1088a851f71bf1b9 commit: 6094c6fc2fc30eb9ee7c2f9f1088a851f71bf1b9 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-08-08T09:48:11+03:00 summary: gh-116263: Do not rollover empty files in RotatingFileHand

[Python-checkins] gh-120782: Update datetime test for static type immutability (#122800)

2024-08-07 Thread kumaraditya303
https://github.com/python/cpython/commit/3f76b6b8ac706be46de0b23c3fd582ec4bd176d5 commit: 3f76b6b8ac706be46de0b23c3fd582ec4bd176d5 branch: main author: neonene <[email protected]> committer: kumaraditya303 date: 2024-08-08T10:05:06+05:30 summary: gh-120782: Update datetime

[Python-checkins] gh-122247: Move instruction instrumentation sanity check after tracing check (#122251)

2024-08-07 Thread gaogaotiantian
https://github.com/python/cpython/commit/57d7c3e78fb635a0c6ccce38ec3e2f4284d5fac7 commit: 57d7c3e78fb635a0c6ccce38ec3e2f4284d5fac7 branch: main author: Tian Gao committer: gaogaotiantian date: 2024-08-07T21:30:14-07:00 summary: gh-122247: Move instruction instrumentation sanity check after traci

[Python-checkins] gh-105201: Add PyIter_NextItem() (#122331)

2024-08-07 Thread erlend-aasland
https://github.com/python/cpython/commit/e006c7371d8e57db26254792c67292956e88d81d commit: e006c7371d8e57db26254792c67292956e88d81d branch: main author: Erlend E. Aasland committer: erlend-aasland date: 2024-08-08T00:47:15+02:00 summary: gh-105201: Add PyIter_NextItem() (#122331) Return -1 and s

[Python-checkins] gh-118814: Fix the TypeVar constructor when name is passed by keyword (GH-122664)

2024-08-07 Thread serhiy-storchaka
https://github.com/python/cpython/commit/540fcc62f5da982b79504221cac01bfab8b73ba1 commit: 540fcc62f5da982b79504221cac01bfab8b73ba1 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-08-07T23:30:10+03:00 summary: gh-118814: Fix the TypeVar constructor when name is passed

[Python-checkins] gh-122478: Remove internal frames from tracebacks in REPL (GH-122528)

2024-08-07 Thread serhiy-storchaka
https://github.com/python/cpython/commit/e73e7a7abdc3fed252affcb1629df1b3c8fff2ef commit: e73e7a7abdc3fed252affcb1629df1b3c8fff2ef branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-08-07T23:20:57+03:00 summary: gh-122478: Remove internal frames from tracebacks in REPL

[Python-checkins] gh-118761: Improve import time of `pprint` (#122725)

2024-08-07 Thread hugovk
https://github.com/python/cpython/commit/42d9bec98fd846e16a3f4fa9a07e2024aae533ce commit: 42d9bec98fd846e16a3f4fa9a07e2024aae533ce branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-08-07T22:46:54+0

[Python-checkins] Remove dead code in the RE parser (GH-122796)

2024-08-07 Thread serhiy-storchaka
https://github.com/python/cpython/commit/f9637b4ba30bb0615cc7dd6e58211722f1437b00 commit: f9637b4ba30bb0615cc7dd6e58211722f1437b00 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-08-07T19:44:18Z summary: Remove dead code in the RE parser (GH-122796) files: M Lib/re/

[Python-checkins] gh-122798: Make tests for warnings in the re module more strict (GH-122799)

2024-08-07 Thread serhiy-storchaka
https://github.com/python/cpython/commit/d2e5be1f39bc3d48c7bc8c146c4bcadee266672a commit: d2e5be1f39bc3d48c7bc8c146c4bcadee266672a branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-08-07T19:43:49Z summary: gh-122798: Make tests for warnings in the re module more strict

[Python-checkins] gh-100256: Skip inaccessible registry keys in the WinAPI mimetype implementation (GH-122047)

2024-08-07 Thread zooba
https://github.com/python/cpython/commit/8f4892ac529b8f7f32d9707eb713300188247b7b commit: 8f4892ac529b8f7f32d9707eb713300188247b7b branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: zooba date: 2024-08-07T19:39:51+01:00 summary: gh-100256: Skip

[Python-checkins] gh-118926: Spill deferred references to stack in cases generator (#122748)

2024-08-07 Thread colesbury
https://github.com/python/cpython/commit/3e753c689a802d2e6d909cce3e22173977b2edbf commit: 3e753c689a802d2e6d909cce3e22173977b2edbf branch: main author: Sam Gross committer: colesbury date: 2024-08-07T13:23:53-04:00 summary: gh-118926: Spill deferred references to stack in cases generator (#12274

[Python-checkins] [3.13] Docs: Change `remove` to `removes` for consistency (GH-121072) (#122790)

2024-08-07 Thread AA-Turner
https://github.com/python/cpython/commit/bc8368e9d0ec4ffd72bc320fa4884e50a3eb92f9 commit: bc8368e9d0ec4ffd72bc320fa4884e50a3eb92f9 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] [3.12] Docs: Change `remove` to `removes` for consistency (GH-121072) (#122791)

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

[Python-checkins] [3.13] gh-122511: Improve documentation for object identity of mutable/immutable types (GH-122512) (#122778)

2024-08-07 Thread AA-Turner
https://github.com/python/cpython/commit/59be613137babab4e1957df62e6fbbc9677f17cd commit: 59be613137babab4e1957df62e6fbbc9677f17cd branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] [3.13] Doc: cmdline.rst: Include -P and -R in usage (GH-122590) (#122783)

2024-08-07 Thread AA-Turner
https://github.com/python/cpython/commit/04d6de66c774938b14062c23819af25c3299c297 commit: 04d6de66c774938b14062c23819af25c3299c297 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] Docs: Change `remove` to `removes` for consistency (#121072)

2024-08-07 Thread AA-Turner
https://github.com/python/cpython/commit/967a4f1d180d4cd669d5c6e3ac5ba99af4e72d4e commit: 967a4f1d180d4cd669d5c6e3ac5ba99af4e72d4e branch: main author: smij720 <[email protected]> committer: AA-Turner <[email protected]> date: 2024-08-07T16:30:00+01

[Python-checkins] Bump types-setuptools to 71.1.0.20240726 in /Tools (#122551)

2024-08-07 Thread AA-Turner
https://github.com/python/cpython/commit/19dd2dcbde857fa5137ab7f72a7f541cb689bac7 commit: 19dd2dcbde857fa5137ab7f72a7f541cb689bac7 branch: main author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> committer: AA-Turner <[email protected]> date: 2024-08

[Python-checkins] [3.12] Doc: cmdline.rst: Include -P and -R in usage (GH-122590) (#122784)

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

[Python-checkins] gh-100256: Skip inaccessible registry keys in the WinAPI mimetype implementation (GH-122047)

2024-08-07 Thread zooba
https://github.com/python/cpython/commit/0bd93755f37e6b8beb597787fce39eb141179965 commit: 0bd93755f37e6b8beb597787fce39eb141179965 branch: main author: Lucas Esposito committer: zooba date: 2024-08-07T16:07:26+01:00 summary: gh-100256: Skip inaccessible registry keys in the WinAPI mimetype impl

[Python-checkins] Doc: cmdline.rst: Include -P and -R in usage (#122590)

2024-08-07 Thread AA-Turner
https://github.com/python/cpython/commit/c25898d51e4ec84319b7113d5bf453c6e6519d9c commit: c25898d51e4ec84319b7113d5bf453c6e6519d9c branch: main author: Wim Jeantine-Glenn committer: AA-Turner <[email protected]> date: 2024-08-07T16:01:44+01:00 summary: Doc: cmdline.rst: I

[Python-checkins] gh-122759: Remove `assert` from `RERAISE` error handling (#122760)

2024-08-07 Thread sobolevn
https://github.com/python/cpython/commit/61a8bf28530558da239834785a0b590ae8900a16 commit: 61a8bf28530558da239834785a0b590ae8900a16 branch: main author: sobolevn committer: sobolevn date: 2024-08-07T17:25:25+03:00 summary: gh-122759: Remove `assert` from `RERAISE` error handling (#122760) files:

[Python-checkins] gh-117139: Fix an incorrect borrow in bytecodes.c (#122318)

2024-08-07 Thread kumaraditya303
https://github.com/python/cpython/commit/674a50ef2f8909c1c5d812e166bcc12ae6377908 commit: 674a50ef2f8909c1c5d812e166bcc12ae6377908 branch: main author: Sam Gross committer: kumaraditya303 date: 2024-08-07T19:06:19+05:30 summary: gh-117139: Fix an incorrect borrow in bytecodes.c (#122318) `_PyDi

[Python-checkins] [3.12] gh-122511: Improve documentation for object identity of mutable/immutable types (GH-122512) (#122779)

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

[Python-checkins] gh-122511: Improve documentation for object identity of mutable/immutable types (#122512)

2024-08-07 Thread AA-Turner
https://github.com/python/cpython/commit/76bdeebef6c6206f3e0af1e42cbfc75c51fbb8ca commit: 76bdeebef6c6206f3e0af1e42cbfc75c51fbb8ca branch: main author: Bénédikt Tran <[email protected]> committer: AA-Turner <[email protected]> date: 2024-08-07T13:40:

[Python-checkins] gh-121151: argparse: Fix wrapping of long usage text of arguments inside a mutually exclusive groups (GH-121159)

2024-08-07 Thread encukou
https://github.com/python/cpython/commit/013a0929750ed2b46ae990b59d02e3db84337474 commit: 013a0929750ed2b46ae990b59d02e3db84337474 branch: main author: Ali Hamdan committer: encukou date: 2024-08-07T15:20:38+02:00 summary: gh-121151: argparse: Fix wrapping of long usage text of arguments inside

[Python-checkins] [3.13] gh-122581: Avoid data races when collecting parser statistics (GH-122694) (#122733)

2024-08-07 Thread kumaraditya303
https://github.com/python/cpython/commit/9fb6bfbef0273622421bcc109e00a51923f7b4a7 commit: 9fb6bfbef0273622421bcc109e00a51923f7b4a7 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2024-08-07T18:29:03+05:30 summary: [3.13]

[Python-checkins] [3.12] Workaround 3.12.5 bundled pip 24.2 issue on macOS 10.9 to 10.12. (#122774)

2024-08-07 Thread ned-deily
https://github.com/python/cpython/commit/76a0dfa42e7a19ffb81c82cf772117c24341faec commit: 76a0dfa42e7a19ffb81c82cf772117c24341faec branch: 3.12 author: Ned Deily committer: ned-deily date: 2024-08-07T08:29:43-04:00 summary: [3.12] Workaround 3.12.5 bundled pip 24.2 issue on macOS 10.9 to 10.12.

[Python-checkins] Python 3.12.5

2024-08-07 Thread Yhg1s
https://github.com/python/cpython/commit/ff3bc82f7c9882c27aad597aac79355da7257186 commit: ff3bc82f7c9882c27aad597aac79355da7257186 branch: 3.12 author: Thomas Wouters committer: Yhg1s date: 2024-08-06T21:08:49+02:00 summary: Python 3.12.5 files: A Misc/NEWS.d/3.12.5.rst D Misc/NEWS.d/next/Build

[Python-checkins] gh-79846: Make ssl.create_default_context() ignore invalid certificates (GH-91740)

2024-08-07 Thread serhiy-storchaka
https://github.com/python/cpython/commit/9e551f9b351440ebae79e07a02d0e4a1b61d139e commit: 9e551f9b351440ebae79e07a02d0e4a1b61d139e branch: main author: pukkandan committer: serhiy-storchaka date: 2024-08-07T11:30:30+03:00 summary: gh-79846: Make ssl.create_default_context() ignore invalid certif