[Python-checkins] [3.12] gh-125296: Fix strange fragment identifier for `name or flags` in argparse docs (GH-125297) (#125300)

2024-10-10 Thread sobolevn
https://github.com/python/cpython/commit/ee1257cb9ca913745fd96730b739f538bce60f0a commit: ee1257cb9ca913745fd96730b739f538bce60f0a branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2024-10-11T06:39:54Z summary: [3.12] gh-125296:

[Python-checkins] [3.12] [3.13] gh-124969: Fix locale.nl_langinfo(locale.ALT_DIGITS) (GH-124974) (GH-125232) (GH-125284)

2024-10-10 Thread serhiy-storchaka
https://github.com/python/cpython/commit/171ebcd4df268c77f1ca03339a137ca6a54242e5 commit: 171ebcd4df268c77f1ca03339a137ca6a54242e5 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-10-11T09:37:55+03:00 summary: [3.1

[Python-checkins] [3.13] gh-125296: Fix strange fragment identifier for `name or flags` in argparse docs (GH-125297) (#125299)

2024-10-10 Thread sobolevn
https://github.com/python/cpython/commit/1fe27103e01c895d493642818bdaafba4217989a commit: 1fe27103e01c895d493642818bdaafba4217989a branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2024-10-11T06:35:49Z summary: [3.13] gh-125296:

[Python-checkins] gh-125296: Fix strange fragment identifier for `name or flags` in argparse docs (#125297)

2024-10-10 Thread sobolevn
https://github.com/python/cpython/commit/c1913effeed4e4da4d5310a40ab518945001ffba commit: c1913effeed4e4da4d5310a40ab518945001ffba branch: main author: Savannah Ostrowski committer: sobolevn date: 2024-10-11T09:30:27+03:00 summary: gh-125296: Fix strange fragment identifier for `name or flags` i

[Python-checkins] gh-124872: Rename blurb file to reference the correct issue (#125285)

2024-10-10 Thread AA-Turner
https://github.com/python/cpython/commit/2f8301cbfbdd2976d254a4a772b4879069dd4298 commit: 2f8301cbfbdd2976d254a4a772b4879069dd4298 branch: main author: Richard Hansen committer: AA-Turner <[email protected]> date: 2024-10-11T03:39:17+01:00 summary: gh-124872: Rename blurb

[Python-checkins] Add some doctest cleanups for `turtle` and `configparser` (#125288)

2024-10-10 Thread AlexWaygood
https://github.com/python/cpython/commit/a726ce73ca69b3a5ccc2cbe23061070e686b1150 commit: a726ce73ca69b3a5ccc2cbe23061070e686b1150 branch: main author: Alex Waygood committer: AlexWaygood date: 2024-10-10T23:53:45Z summary: Add some doctest cleanups for `turtle` and `configparser` (#125288) Co-

[Python-checkins] [3.13] gh-124969: Fix locale.nl_langinfo(locale.ALT_DIGITS) (GH-124974) (#125232)

2024-10-10 Thread freakboy3742
https://github.com/python/cpython/commit/26a93189e4c3674a9e0acbd7923b1f27ff01419e commit: 26a93189e4c3674a9e0acbd7923b1f27ff01419e branch: 3.13 author: Serhiy Storchaka committer: freakboy3742 date: 2024-10-11T05:56:22+08:00 summary: [3.13] gh-124969: Fix locale.nl_langinfo(locale.ALT_DIGITS) (G

[Python-checkins] [3.12] Doc: Upgrade Sphinx to 8.1 (GH-125276) (#125279)

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

[Python-checkins] [3.13] Doc: Upgrade Sphinx to 8.1 (GH-125276) (#125278)

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

[Python-checkins] Doc: Upgrade Sphinx to 8.1 (#125276)

2024-10-10 Thread AA-Turner
https://github.com/python/cpython/commit/dd0ee201da34d1d4a631d77b420728f9233f53f9 commit: dd0ee201da34d1d4a631d77b420728f9233f53f9 branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2024-10-10T21:26:0

[Python-checkins] gh-125268: Use static string for "1e309" in AST (#125272)

2024-10-10 Thread colesbury
https://github.com/python/cpython/commit/427dcf24de4e06d239745d74d08c4b2e541dca5a commit: 427dcf24de4e06d239745d74d08c4b2e541dca5a branch: main author: Sam Gross committer: colesbury date: 2024-10-10T16:21:29-04:00 summary: gh-125268: Use static string for "1e309" in AST (#125272) When formatti

[Python-checkins] gh-125196: Use PyUnicodeWriter for repr(dict) (#125270)

2024-10-10 Thread vstinner
https://github.com/python/cpython/commit/bb594e801b6a84823badbb85b88f0fc8b221d7bf commit: bb594e801b6a84823badbb85b88f0fc8b221d7bf branch: main author: Victor Stinner committer: vstinner date: 2024-10-10T20:41:14+02:00 summary: gh-125196: Use PyUnicodeWriter for repr(dict) (#125270) files: M Ob

[Python-checkins] [3.12] Note argparse exit code in documentation (GH-119568) (GH-125275)

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

[Python-checkins] [3.13] Note argparse exit code in documentation (GH-119568) (GH-125274)

2024-10-10 Thread serhiy-storchaka
https://github.com/python/cpython/commit/319305c0bf1212d46c8695310af63e3da79ee4be commit: 319305c0bf1212d46c8695310af63e3da79ee4be branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-10-10T21:18:17+03:00 summary: [3.1

[Python-checkins] Note argparse exit code in documentation (GH-119568)

2024-10-10 Thread serhiy-storchaka
https://github.com/python/cpython/commit/3b87fb74c907510402678bf1b7c4a94df0e5e65a commit: 3b87fb74c907510402678bf1b7c4a94df0e5e65a branch: main author: Justin Kunimune committer: serhiy-storchaka date: 2024-10-10T20:56:05+03:00 summary: Note argparse exit code in documentation (GH-119568) Co-au

[Python-checkins] [3.13] GH-122578: update to WASI SDK 24 (GH-122960) (GH-122961)

2024-10-10 Thread brettcannon
https://github.com/python/cpython/commit/2f87976926c393ae683d8414c201759997c23ef8 commit: 2f87976926c393ae683d8414c201759997c23ef8 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: brettcannon date: 2024-10-10T17:46:01Z summary: [3.13] GH-1225

[Python-checkins] [3.13] GH-121634: have `wasi.py` accept the host target triple as an argument (GH-123030) (GH-123042)

2024-10-10 Thread brettcannon
https://github.com/python/cpython/commit/cc1892d3cfc72827fceb6ca2e44725265d2407bc commit: cc1892d3cfc72827fceb6ca2e44725265d2407bc branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: brettcannon date: 2024-10-10T17:44:31Z summary: [3.13] GH-1216

[Python-checkins] [3.13] gh-122765: make prompt in activate.csh robust against unbalanced quotes and newlines (GH-123751) (GH-124185)

2024-10-10 Thread brettcannon
https://github.com/python/cpython/commit/9aa85f524fd276becc2a4265a9b0c00b4e7b3440 commit: 9aa85f524fd276becc2a4265a9b0c00b4e7b3440 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: brettcannon date: 2024-10-10T17:39:39Z summary: [3.13] gh-1227

[Python-checkins] [3.12] gh-121607: Edited source file import recipe to make it more clear (GH-121519) (GH-124081)

2024-10-10 Thread brettcannon
https://github.com/python/cpython/commit/ba292cc3019135fdd3670d72d6e3252a5a99a570 commit: ba292cc3019135fdd3670d72d6e3252a5a99a570 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: brettcannon date: 2024-10-10T10:31:27-07:00 summary: [3.12] gh

[Python-checkins] GH-125174: Make immortal objects more robust, following design from PEP 683 (GH-125251)

2024-10-10 Thread markshannon
https://github.com/python/cpython/commit/c9014374c50d6ef64786d3e7d9c7e99053d5c9e2 commit: c9014374c50d6ef64786d3e7d9c7e99053d5c9e2 branch: main author: Mark Shannon committer: markshannon date: 2024-10-10T18:19:08+01:00 summary: GH-125174: Make immortal objects more robust, following design from

[Python-checkins] [3.13] gh-125118: don't copy arbitrary values to _Bool in the struct module (GH-125169) (#125263)

2024-10-10 Thread vstinner
https://github.com/python/cpython/commit/c2cb1a89b75f000842bf9626928155172b9ab069 commit: c2cb1a89b75f000842bf9626928155172b9ab069 branch: 3.13 author: Sergey B Kirpichev committer: vstinner date: 2024-10-10T14:58:57Z summary: [3.13] gh-125118: don't copy arbitrary values to _Bool in the struct

[Python-checkins] [3.12] gh-125118: don't copy arbitrary values to _Bool in the struct module (GH-125169) (#125265)

2024-10-10 Thread vstinner
https://github.com/python/cpython/commit/67f8302b9c94079f73dba23eaa47443fcb6008ad commit: 67f8302b9c94079f73dba23eaa47443fcb6008ad branch: 3.12 author: Sergey B Kirpichev committer: vstinner date: 2024-10-10T14:56:49Z summary: [3.12] gh-125118: don't copy arbitrary values to _Bool in the struct

[Python-checkins] gh-124570: ctypes: Run some Structure tests on Union as well (GH-124976)

2024-10-10 Thread encukou
https://github.com/python/cpython/commit/01fc3b34cc6994bc83b6540da3a8573e79dfbb56 commit: 01fc3b34cc6994bc83b6540da3a8573e79dfbb56 branch: main author: Petr Viktorin committer: encukou date: 2024-10-10T16:27:52+02:00 summary: gh-124570: ctypes: Run some Structure tests on Union as well (GH-12497

[Python-checkins] gh-125196: Use PyUnicodeWriter for JSON encoder (#125249)

2024-10-10 Thread vstinner
https://github.com/python/cpython/commit/c914212474792312bb125211bae5719650fe2f58 commit: c914212474792312bb125211bae5719650fe2f58 branch: main author: Victor Stinner committer: vstinner date: 2024-10-10T15:33:00+02:00 summary: gh-125196: Use PyUnicodeWriter for JSON encoder (#125249) Replace t

[Python-checkins] [3.13] gh-124471: Set name for unnamed reusable workflow (GH-124475) (gh-125256)

2024-10-10 Thread corona10
https://github.com/python/cpython/commit/0c43d60e7d0edb2fd8f996091d96ba4e8350e72a commit: 0c43d60e7d0edb2fd8f996091d96ba4e8350e72a branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: corona10 date: 2024-10-10T13:03:45Z summary: [3.13] gh-124471:

[Python-checkins] [3.12] gh-124471: Set name for unnamed reusable workflow (GH-124475) (gh-125257)

2024-10-10 Thread corona10
https://github.com/python/cpython/commit/74df3a79d308d036e79b600b1e7850e7828e6b39 commit: 74df3a79d308d036e79b600b1e7850e7828e6b39 branch: 3.12 author: Donghee Na committer: corona10 date: 2024-10-10T13:01:41Z summary: [3.12] gh-124471: Set name for unnamed reusable workflow (GH-124475) (gh-1252

[Python-checkins] gh-124153: Simplify PyType_GetBaseByToken (GH-124488)

2024-10-10 Thread encukou
https://github.com/python/cpython/commit/120b891e4dff692aef0c2b16d887459b88a76a1b commit: 120b891e4dff692aef0c2b16d887459b88a76a1b branch: main author: neonene <[email protected]> committer: encukou date: 2024-10-10T12:57:13Z summary: gh-124153: Simplify PyType_GetBaseByTo

[Python-checkins] gh-125118: don't copy arbitrary values to _Bool in the struct module (GH-125169)

2024-10-10 Thread encukou
https://github.com/python/cpython/commit/87d7315ac57250046372b0d9ae4619ba619c8c87 commit: 87d7315ac57250046372b0d9ae4619ba619c8c87 branch: main author: Sergey B Kirpichev committer: encukou date: 2024-10-10T14:42:03+02:00 summary: gh-125118: don't copy arbitrary values to _Bool in the struct mod

[Python-checkins] gh-124471: Set name for unnamed reusable workflow (#124475)

2024-10-10 Thread AA-Turner
https://github.com/python/cpython/commit/e4cab488d4445e8444932f3bed1c329c0d9e5038 commit: e4cab488d4445e8444932f3bed1c329c0d9e5038 branch: main author: Donghee Na committer: AA-Turner <[email protected]> date: 2024-10-10T12:39:53Z summary: gh-124471: Set name for unnamed

[Python-checkins] [3.13] gh-71784: [doc] add usage examples for traceback.TracebackException (GH-125189) (#125247)

2024-10-10 Thread AlexWaygood
https://github.com/python/cpython/commit/47ad32d158e1df2f89b6ec0ed1e8bb09937e04d1 commit: 47ad32d158e1df2f89b6ec0ed1e8bb09937e04d1 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AlexWaygood date: 2024-10-10T10:46:31Z summary: [3.13] gh-7178

[Python-checkins] [3.13] GH-121970: Extract ``availability`` into a new extension (GH-125082) (#125237)

2024-10-10 Thread AA-Turner
https://github.com/python/cpython/commit/abb01fd9381ebac5cc441b5712a2fd223413d2c4 commit: abb01fd9381ebac5cc441b5712a2fd223413d2c4 branch: 3.13 author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2024-10-10T10:43:4

[Python-checkins] [3.12] gh-71784: [doc] add usage examples for traceback.TracebackException (GH-125189) (#125248)

2024-10-10 Thread AlexWaygood
https://github.com/python/cpython/commit/01daccff3c2c7b389a2c2ef5a7f80f1b733f5881 commit: 01daccff3c2c7b389a2c2ef5a7f80f1b733f5881 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: AlexWaygood date: 2024-10-10T10:37:14Z summary: [3.12] gh-7178

[Python-checkins] [3.13] Pin the doctest workflow to Ubuntu 22.04 (GH-125236) (#125240)

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

[Python-checkins] gh-71784: [doc] add usage examples for traceback.TracebackException (#125189)

2024-10-10 Thread AlexWaygood
https://github.com/python/cpython/commit/f9ae5d1cee2f8927a71cd4f1f66f10050a4f658a commit: f9ae5d1cee2f8927a71cd4f1f66f10050a4f658a branch: main author: Irit Katriel <[email protected]> committer: AlexWaygood date: 2024-10-10T11:21:12+01:00 summary: gh-71784: [doc] add u

[Python-checkins] gh-125196: Use PyUnicodeWriter for repr(tuple) (#125242)

2024-10-10 Thread vstinner
https://github.com/python/cpython/commit/82dfdc328779778295075d791ee30a0308fb9af4 commit: 82dfdc328779778295075d791ee30a0308fb9af4 branch: main author: Victor Stinner committer: vstinner date: 2024-10-10T10:20:53Z summary: gh-125196: Use PyUnicodeWriter for repr(tuple) (#125242) files: M Object

[Python-checkins] gh-125196: Add a free list to PyUnicodeWriter (#125227)

2024-10-10 Thread vstinner
https://github.com/python/cpython/commit/1639d934b9180c278ac9c02be43cbb1beada494a commit: 1639d934b9180c278ac9c02be43cbb1beada494a branch: main author: Victor Stinner committer: vstinner date: 2024-10-10T12:11:06+02:00 summary: gh-125196: Add a free list to PyUnicodeWriter (#125227) files: M In

[Python-checkins] [3.12] Pin the doctest workflow to Ubuntu 22.04 (GH-125236) (#125241)

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

[Python-checkins] [3.13] gh-125140: Remove the current directory from sys.path when using pyrepl (GH-125212) (#125224)

2024-10-10 Thread pablogsal
https://github.com/python/cpython/commit/85cf3a9dbe752a04d502f1af815063e6c429e402 commit: 85cf3a9dbe752a04d502f1af815063e6c429e402 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: pablogsal date: 2024-10-10T10:35:47+01:00 summary: [3.13] gh-1

[Python-checkins] Pin the doctest workflow to Ubuntu 22.04 (#125236)

2024-10-10 Thread AA-Turner
https://github.com/python/cpython/commit/7a10cdec359750b5154490fa9e24475c90d05aab commit: 7a10cdec359750b5154490fa9e24475c90d05aab branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2024-10-10T10:34:5

[Python-checkins] [3.12] GH-121970: Extract ``availability`` into a new extension (GH-125082) (#125238)

2024-10-10 Thread AA-Turner
https://github.com/python/cpython/commit/caa4924917f2c5e70d9e199a71893a6fc8bc43da commit: caa4924917f2c5e70d9e199a71893a6fc8bc43da branch: 3.12 author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2024-10-10T09:16:0