[Python-checkins] gh-59330: Improve error message for dest= for positionals (GH-125215)

2024-10-12 Thread serhiy-storchaka
https://github.com/python/cpython/commit/a6c0c64de0ade400df7995f1e9480b6fc0f863aa commit: a6c0c64de0ade400df7995f1e9480b6fc0f863aa branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-10-12T14:46:28+03:00 summary: gh-59330: Improve error message for dest= for positionals

[Python-checkins] gh-85935: Explicitly document the case nargs=0 in argparse (GH-125302)

2024-10-12 Thread serhiy-storchaka
https://github.com/python/cpython/commit/07c2d15977738165e9dc4248e7edda7c75ecc14b commit: 07c2d15977738165e9dc4248e7edda7c75ecc14b branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-10-12T11:53:00Z summary: gh-85935: Explicitly document the case nargs=0 in argparse (GH-

[Python-checkins] gh-125254: Fix error report about ambiguous option in argparse (GH-125273)

2024-10-12 Thread serhiy-storchaka
https://github.com/python/cpython/commit/63cf4e914f879ee28a75c02e867baa7c6047ea2b commit: 63cf4e914f879ee28a75c02e867baa7c6047ea2b branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-10-12T12:15:37Z summary: gh-125254: Fix error report about ambiguous option in argparse

[Python-checkins] gh-111924: use atomics for interp id refcounting (#125321)

2024-10-12 Thread kumaraditya303
https://github.com/python/cpython/commit/5d8739e956cd20d3860133b384518a3c5c74e5ae commit: 5d8739e956cd20d3860133b384518a3c5c74e5ae branch: main author: Kumar Aditya committer: kumaraditya303 date: 2024-10-12T12:40:34+05:30 summary: gh-111924: use atomics for interp id refcounting (#125321) fil

[Python-checkins] gh-125196: Use PyUnicodeWriter in parser (#125271)

2024-10-12 Thread vstinner
https://github.com/python/cpython/commit/4a943c3251d1b3fdf50cfb9264ae74e5bc845c3c commit: 4a943c3251d1b3fdf50cfb9264ae74e5bc845c3c branch: main author: Victor Stinner committer: vstinner date: 2024-10-12T09:28:34+02:00 summary: gh-125196: Use PyUnicodeWriter in parser (#125271) Replace the priv

[Python-checkins] gh-85935: Check for nargs=0 for positional arguments in argparse (GH-124839)

2024-10-12 Thread serhiy-storchaka
https://github.com/python/cpython/commit/9944ad388c457325456152257b977410c4ec3593 commit: 9944ad388c457325456152257b977410c4ec3593 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-10-12T16:04:17+03:00 summary: gh-85935: Check for nargs=0 for positional arguments in ar

[Python-checkins] gh-124872: Change PyContext_WatchCallback to take PyObject (#124737)

2024-10-12 Thread 1st1
https://github.com/python/cpython/commit/330c527299a5380f39c658bfa9321706cabc445d commit: 330c527299a5380f39c658bfa9321706cabc445d branch: main author: Richard Hansen committer: 1st1 date: 2024-10-12T13:57:27-07:00 summary: gh-124872: Change PyContext_WatchCallback to take PyObject (#124737) Th

[Python-checkins] [3.13] Doc: Fix suggested usage of `-X gil=0` in the glossary (GH-125366) (#125382)

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

[Python-checkins] Doc: Fix suggested usage of `-X gil=0` in the glossary (#125366)

2024-10-12 Thread AA-Turner
https://github.com/python/cpython/commit/a8fa4ad9e9f7aa0cba8b23af2c583d17bb1d1847 commit: a8fa4ad9e9f7aa0cba8b23af2c583d17bb1d1847 branch: main author: Ruoyu Zhong committer: AA-Turner <[email protected]> date: 2024-10-13T01:53:28+01:00 summary: Doc: Fix suggested usage o

[Python-checkins] gh-125260: Change the default ``gzip.compress()`` mtime to 0 (#125261)

2024-10-12 Thread AA-Turner
https://github.com/python/cpython/commit/dcd58c50844dae0d83517e88518a677914ea594b commit: dcd58c50844dae0d83517e88518a677914ea594b branch: main author: Bernhard M. Wiedemann committer: AA-Turner <[email protected]> date: 2024-10-12T18:18:48+01:00 summary: gh-125260: Chang

[Python-checkins] [3.12] gh-125289: Update sample code in asyncio-task.rst (GH-125292) (GH-125375)

2024-10-12 Thread willingc
https://github.com/python/cpython/commit/1d45fae26dacd9c07d4a57831e224073ef56cbe7 commit: 1d45fae26dacd9c07d4a57831e224073ef56cbe7 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: willingc date: 2024-10-12T20:44:41Z summary: [3.12] gh-125289:

[Python-checkins] [3.13] gh-125289: Update sample code in asyncio-task.rst (GH-125292) (GH-125374)

2024-10-12 Thread willingc
https://github.com/python/cpython/commit/6afdb098593d1e1c08fdd2aee7306d768a2e3bff commit: 6afdb098593d1e1c08fdd2aee7306d768a2e3bff branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: willingc date: 2024-10-12T20:43:30Z summary: [3.13] gh-125289:

[Python-checkins] gh-125289: Update sample code in asyncio-task.rst (GH-125292)

2024-10-12 Thread willingc
https://github.com/python/cpython/commit/fa52b82c91a8e1a0971bd5fef656473ec93f41e3 commit: fa52b82c91a8e1a0971bd5fef656473ec93f41e3 branch: main author: Ghorban M. Tavakoly <[email protected]> committer: willingc date: 2024-10-12T13:38:13-07:00 summary: gh-125289: Update sam

[Python-checkins] gh-124872: Move PyThreadState to first argument for consistency (#124774)

2024-10-12 Thread 1st1
https://github.com/python/cpython/commit/62d5a53a0b2a5262a86984cfe9817aeb653ebfca commit: 62d5a53a0b2a5262a86984cfe9817aeb653ebfca branch: main author: Richard Hansen committer: 1st1 date: 2024-10-12T12:33:00-07:00 summary: gh-124872: Move PyThreadState to first argument for consistency (#124774

[Python-checkins] Prefer "similar" over "equivalent" in tutorial (#125343)

2024-10-12 Thread nedbat
https://github.com/python/cpython/commit/4a2282b0679bbf7b7fbd36aae1b1565145238961 commit: 4a2282b0679bbf7b7fbd36aae1b1565145238961 branch: main author: Stephen Rosen committer: nedbat date: 2024-10-12T16:21:55-04:00 summary: Prefer "similar" over "equivalent" in tutorial (#125343) In the datast

[Python-checkins] [3.13] gh-125254: Fix error report about ambiguous option in argparse (GH-125273) (GH-125359)

2024-10-12 Thread serhiy-storchaka
https://github.com/python/cpython/commit/33c41360c8d0a2019feddb523295ff3d7d47ee3c commit: 33c41360c8d0a2019feddb523295ff3d7d47ee3c branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-10-12T16:00:41+03:00 summary: [3.1

[Python-checkins] [3.13] gh-85935: Explicitly document the case nargs=0 in argparse (GH-125302) (GH-125357)

2024-10-12 Thread serhiy-storchaka
https://github.com/python/cpython/commit/0542645354db6f072c1aee28a2c04927a8a0c002 commit: 0542645354db6f072c1aee28a2c04927a8a0c002 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-10-12T16:02:26+03:00 summary: [3.1

[Python-checkins] [3.12] gh-85935: Explicitly document the case nargs=0 in argparse (GH-125302) (GH-125358)

2024-10-12 Thread serhiy-storchaka
https://github.com/python/cpython/commit/e01a1784dbfe366cd2d5e22bba8b964107651bf0 commit: e01a1784dbfe366cd2d5e22bba8b964107651bf0 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-10-12T16:02:14+03:00 summary: [3.1

[Python-checkins] gh-53203: Fix strptime() for %c and %x formats on many locales (GH-124946)

2024-10-12 Thread serhiy-storchaka
https://github.com/python/cpython/commit/c05f9dde8a12dfd63d3ade93da616042df2dc925 commit: c05f9dde8a12dfd63d3ade93da616042df2dc925 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-10-12T17:46:21Z summary: gh-53203: Fix strptime() for %c and %x formats on many locales

[Python-checkins] [3.13] gh-53203: Fix strptime() for %c and %x formats on many locales (GH-124946) (GH-125369)

2024-10-12 Thread serhiy-storchaka
https://github.com/python/cpython/commit/06285be22b686601e6fb11db0222ce07bf8cd12b commit: 06285be22b686601e6fb11db0222ce07bf8cd12b branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-10-12T18:11:48Z summary: [3.13] gh

[Python-checkins] [3.12] gh-53203: Fix strptime() for %c and %x formats on many locales (GH-124946) (GH-125370)

2024-10-12 Thread serhiy-storchaka
https://github.com/python/cpython/commit/331fc017ce6afdf778464f6e9540670bb6a0fa4f commit: 331fc017ce6afdf778464f6e9540670bb6a0fa4f branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-10-12T18:02:52Z summary: [3.12] gh

[Python-checkins] [3.12] gh-125254: Fix error report about ambiguous option in argparse (GH-125273) (GH-125360)

2024-10-12 Thread serhiy-storchaka
https://github.com/python/cpython/commit/aa0cdeb93cedef1e28bc3e4dc6cd4c5c3b1425d6 commit: aa0cdeb93cedef1e28bc3e4dc6cd4c5c3b1425d6 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-10-12T16:00:24+03:00 summary: [3.1

[Python-checkins] gh-65865: Raise early errors for invalid help strings in argparse (GH-124899)

2024-10-12 Thread serhiy-storchaka
https://github.com/python/cpython/commit/eb2d268ac7480b5e2b4ffb9a644cad7ac75ae954 commit: eb2d268ac7480b5e2b4ffb9a644cad7ac75ae954 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-10-12T13:10:50+03:00 summary: gh-65865: Raise early errors for invalid help strings in a