[Python-checkins] [3.13] Doc: Fix default ``latex_elements['papersize']`` (GH-124525) (#124725)

2024-09-29 Thread Yhg1s
https://github.com/python/cpython/commit/fe58596cce205c5c7aced9de3fd21767e47ee250 commit: fe58596cce205c5c7aced9de3fd21767e47ee250 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-29T21:23:06-07:00 summary: [3.13] Doc: Fix

[Python-checkins] [3.13] gh-123811: test that round() can return signed zero (GH-123829) (#123938)

2024-09-29 Thread Yhg1s
https://github.com/python/cpython/commit/243db20b75e6c127bb8bd2d42099ba16a5fc56e1 commit: 243db20b75e6c127bb8bd2d42099ba16a5fc56e1 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-29T21:22:13-07:00 summary: [3.13] gh-12381

[Python-checkins] [3.13] gh-123339: Fix cases of inconsistency of __module__ and __firstlineno__ in classes (GH-123613) (#124735)

2024-09-29 Thread Yhg1s
https://github.com/python/cpython/commit/5bf32d1300f7342ec76e8afee480eef07d00a23b commit: 5bf32d1300f7342ec76e8afee480eef07d00a23b branch: 3.13 author: Serhiy Storchaka committer: Yhg1s date: 2024-09-29T21:21:40-07:00 summary: [3.13] gh-123339: Fix cases of inconsistency of __module__ and __firs

[Python-checkins] [3.13] gh-124722: Fix leak in `test_detach_materialized_dict_no_memory` (GH-124769) (#124777)

2024-09-29 Thread Yhg1s
https://github.com/python/cpython/commit/ce0eaa67032389d64fd2d7fb510e34372082eef8 commit: ce0eaa67032389d64fd2d7fb510e34372082eef8 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-29T21:18:24-07:00 summary: [3.13] gh-12472

[Python-checkins] [3.13] gh-123826: Fix unused function warnings in mimalloc on NetBSD (GH-123827) (#123875)

2024-09-29 Thread Yhg1s
https://github.com/python/cpython/commit/a1a4cfcc8ee0da9302c566031cb3425f3238dd29 commit: a1a4cfcc8ee0da9302c566031cb3425f3238dd29 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-30T01:58:09Z summary: [3.13] gh-123826: Fi

[Python-checkins] gh-124722: Fix leak in `test_detach_materialized_dict_no_memory` (GH-124769)

2024-09-29 Thread zware
https://github.com/python/cpython/commit/6f4d64b048133c60d40705fb5ef776f78c7dd710 commit: 6f4d64b048133c60d40705fb5ef776f78c7dd710 branch: main author: sobolevn committer: zware date: 2024-09-29T20:47:45-05:00 summary: gh-124722: Fix leak in `test_detach_materialized_dict_no_memory` (GH-124769)

[Python-checkins] [3.13] gh-123919: Fix null handling in `_freeze_module.c` (GH-123920) (#123948)

2024-09-29 Thread Yhg1s
https://github.com/python/cpython/commit/8b9bd43d40c2140797dd53449eeb5ca2779f4a54 commit: 8b9bd43d40c2140797dd53449eeb5ca2779f4a54 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-29T18:22:15-07:00 summary: [3.13] gh-12391

[Python-checkins] [3.13] gh-123915: Ensure that Windows AMD64 and ARM64 release builds use different directories (GH-123918) (#123921)

2024-09-29 Thread Yhg1s
https://github.com/python/cpython/commit/3fd3b8a6780bb8a06d6d0a5a9cd96eafe8ac735c commit: 3fd3b8a6780bb8a06d6d0a5a9cd96eafe8ac735c branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-29T18:25:09-07:00 summary: [3.13] gh-12391

[Python-checkins] [3.13] gh-121039: add Floats/ComplexesAreIdenticalMixin to test.support.testcase (GH-121071) (#123840)

2024-09-29 Thread Yhg1s
https://github.com/python/cpython/commit/62e54ddc05a0d1685e66b716de40681088e968fa commit: 62e54ddc05a0d1685e66b716de40681088e968fa branch: 3.13 author: Sergey B Kirpichev committer: Yhg1s date: 2024-09-29T18:27:23-07:00 summary: [3.13] gh-121039: add Floats/ComplexesAreIdenticalMixin to test.su

[Python-checkins] [3.13] gh-123823: Fix test_posix for unsupported posix_fallocate on NetBSD (GH-123824) (#123864)

2024-09-29 Thread Yhg1s
https://github.com/python/cpython/commit/25a23cb002dc6645311425c329f1fbf52cc057c1 commit: 25a23cb002dc6645311425c329f1fbf52cc057c1 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-29T18:26:50-07:00 summary: [3.13] gh-12382

[Python-checkins] [3.13] gh-123892: Add "_wmi" to sys.stdlib_module_names (GH-123893) (#123896)

2024-09-29 Thread Yhg1s
https://github.com/python/cpython/commit/612e469624c64ade080b1fc79085e1e30e9eb394 commit: 612e469624c64ade080b1fc79085e1e30e9eb394 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-29T18:24:55-07:00 summary: [3.13] gh-12389

[Python-checkins] [3.13] gh-123881: Add additional test coverage for PEP 695 edge cases (GH-123886) (#123890)

2024-09-29 Thread Yhg1s
https://github.com/python/cpython/commit/601ef402fd75a55f0a07bdc8c85b236800fcc6eb commit: 601ef402fd75a55f0a07bdc8c85b236800fcc6eb branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-29T18:24:40-07:00 summary: [3.13] gh-12388

[Python-checkins] [3.13] gh-77894: Fix a crash when the GC breaks a loop containing a memoryview (GH-123898) (#123936)

2024-09-29 Thread Yhg1s
https://github.com/python/cpython/commit/4c3d537531c63bb9fa8f972e721167f341131c05 commit: 4c3d537531c63bb9fa8f972e721167f341131c05 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-29T18:23:42-07:00 summary: [3.13] gh-77894

[Python-checkins] [3.13] gh-123942: add missing test for docstring-handling code in ast_opt.c (GH-123943) (#123955)

2024-09-29 Thread Yhg1s
https://github.com/python/cpython/commit/793cb77f55ac157cf3f32da863f39c408b29d78c commit: 793cb77f55ac157cf3f32da863f39c408b29d78c branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-29T18:21:57-07:00 summary: [3.13] gh-12394

[Python-checkins] [3.13] gh-116622: Mock the passage of time in Android logcat rate limit tests (GH-124015) (#124035)

2024-09-29 Thread Yhg1s
https://github.com/python/cpython/commit/d002e1f3d5122fa3f17817791fd1cadade49fc8f commit: d002e1f3d5122fa3f17817791fd1cadade49fc8f branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-29T18:15:16-07:00 summary: [3.13] gh-11662

[Python-checkins] [3.13] gh-123836: Check zero signs in math_testcases.txt (GH-123854) (#124161)

2024-09-29 Thread Yhg1s
https://github.com/python/cpython/commit/5e2711775e4c8fa8f5af854888e88311e04d2069 commit: 5e2711775e4c8fa8f5af854888e88311e04d2069 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-29T18:14:44-07:00 summary: [3.13] gh-12383

[Python-checkins] [3.13] gh-123836: workaround fmod(x, y) bug on Windows (GH-124171) (#124187)

2024-09-29 Thread Yhg1s
https://github.com/python/cpython/commit/99185bd6498bec3d690680c9fb7b8a938b45ae21 commit: 99185bd6498bec3d690680c9fb7b8a938b45ae21 branch: 3.13 author: Sergey B Kirpichev committer: Yhg1s date: 2024-09-29T18:14:02-07:00 summary: [3.13] gh-123836: workaround fmod(x, y) bug on Windows (GH-124171)

[Python-checkins] [3.13] gh-122145: Handle an empty AST body when reporting tracebacks (GH-122161) (#124214)

2024-09-29 Thread Yhg1s
https://github.com/python/cpython/commit/99dc0893c7e680a3d6b7c2a917a569681b95b8de commit: 99dc0893c7e680a3d6b7c2a917a569681b95b8de branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-29T18:13:36-07:00 summary: [3.13] gh-12214

[Python-checkins] [3.13] gh-124064: Fix -Wconversion warnings in Parser/string_parser.c (GH-124204) (#124216)

2024-09-29 Thread Yhg1s
https://github.com/python/cpython/commit/5dcce94e9dfd80d0e09c083f97af758ab1caa272 commit: 5dcce94e9dfd80d0e09c083f97af758ab1caa272 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-29T18:13:13-07:00 summary: [3.13] gh-12406

[Python-checkins] [3.13] gh-124212: Fix undefined variable in error message in venv (GH-124211) (#124226)

2024-09-29 Thread Yhg1s
https://github.com/python/cpython/commit/32acfdb678e3a4cbff7dcbbc5233d169cdafe1a9 commit: 32acfdb678e3a4cbff7dcbbc5233d169cdafe1a9 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-29T18:11:22-07:00 summary: [3.13] gh-12421

[Python-checkins] [3.13] gh-123934: Fix `MagicMock` not to reset magic method return values (GH-124038) (#124231)

2024-09-29 Thread Yhg1s
https://github.com/python/cpython/commit/0a868db982f1331f3c9b88f9b611b9050436a43c commit: 0a868db982f1331f3c9b88f9b611b9050436a43c branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-29T18:11:03-07:00 summary: [3.13] gh-12393

[Python-checkins] [3.13] gh-124245: Fix UserWarning in test_argparse (GH-124246) (#124255)

2024-09-29 Thread Yhg1s
https://github.com/python/cpython/commit/dceac5b8ea064671aa07b6cb35842955684555f1 commit: dceac5b8ea064671aa07b6cb35842955684555f1 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-29T18:07:04-07:00 summary: [3.13] gh-12424

[Python-checkins] [3.13] gh-123797: Check for runtime availability of `ptsname_r` on macos (GH-123806) (#124270)

2024-09-29 Thread Yhg1s
https://github.com/python/cpython/commit/dbfc37a5f86196c642e63aee91be70752ad8604c commit: dbfc37a5f86196c642e63aee91be70752ad8604c branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-29T18:06:53-07:00 summary: [3.13] gh-12379

[Python-checkins] [3.13] gh-124248: Fix crash in struct when processing 0p fields (GH-124251) (#124277)

2024-09-29 Thread Yhg1s
https://github.com/python/cpython/commit/dddae6647e6151fe2d35f1e46a32860da3b4c959 commit: dddae6647e6151fe2d35f1e46a32860da3b4c959 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-29T18:06:32-07:00 summary: [3.13] gh-12424

[Python-checkins] [3.13] gh-124254: Detect freethreaded MSI component when doing an upgrade on Windows (GH-124279) (#124347)

2024-09-29 Thread Yhg1s
https://github.com/python/cpython/commit/7f101dcfebf5acc4bf3a809a58b044001ee423c1 commit: 7f101dcfebf5acc4bf3a809a58b044001ee423c1 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-29T18:06:11-07:00 summary: [3.13] gh-12425

[Python-checkins] [3.13] GH-87041: Fix incorrect indentation in argparse help (GH-124230) (#124373)

2024-09-29 Thread Yhg1s
https://github.com/python/cpython/commit/8d3a0fecbe2edb69cf66db82f1c59601aac94651 commit: 8d3a0fecbe2edb69cf66db82f1c59601aac94651 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-29T18:05:51-07:00 summary: [3.13] GH-87041

[Python-checkins] [3.13] Bump Ruff to 0.6.7 (#124384) (#124389)

2024-09-29 Thread Yhg1s
https://github.com/python/cpython/commit/67aa68f1b4f0205fb15b03032cb0452d9c5545f0 commit: 67aa68f1b4f0205fb15b03032cb0452d9c5545f0 branch: 3.13 author: Alex Waygood committer: Yhg1s date: 2024-09-29T18:04:56-07:00 summary: [3.13] Bump Ruff to 0.6.7 (#124384) (#124389) Bump Ruff to 0.6.7 (#12438

[Python-checkins] [3.13] bpo-44864: Do not translate user-provided strings in ArgumentParser.add_subparsers() (GH-27667) (#124506)

2024-09-29 Thread Yhg1s
https://github.com/python/cpython/commit/6425443e1dc2b2051b2b2e953d719bd5f1659eb5 commit: 6425443e1dc2b2051b2b2e953d719bd5f1659eb5 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-29T18:03:29-07:00 summary: [3.13] bpo-4486

[Python-checkins] [3.13] gh-116622: Make test_unzip_zipfile recognize Android error message format (GH-124462) (#124516)

2024-09-29 Thread Yhg1s
https://github.com/python/cpython/commit/0a57fe3a7d4047e07f5f393a25b7c6d5db466004 commit: 0a57fe3a7d4047e07f5f393a25b7c6d5db466004 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-29T18:03:12-07:00 summary: [3.13] gh-11662

[Python-checkins] [3.13] gh-124513: Check args in framelocalsproxy_new() (GH-124515) (#124539)

2024-09-29 Thread Yhg1s
https://github.com/python/cpython/commit/62f691f3d114aea1db1d5c6a6ac1a2f936ddaea4 commit: 62f691f3d114aea1db1d5c6a6ac1a2f936ddaea4 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-29T18:03:00-07:00 summary: [3.13] gh-12451

[Python-checkins] [3.13] gh-124378: Update test_ttk for Tcl/Tk 8.6.15 (GH-124542) (#124544)

2024-09-29 Thread Yhg1s
https://github.com/python/cpython/commit/c7f9332ee51f612899d817a927f706216287dd70 commit: c7f9332ee51f612899d817a927f706216287dd70 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-29T18:02:42-07:00 summary: [3.13] gh-12437

[Python-checkins] [3.13] gh-124498: Fix `TypeAliasType` not to be generic, when `type_params=()` (GH-124499) (#124603)

2024-09-29 Thread Yhg1s
https://github.com/python/cpython/commit/e20505cb4164e5768f39cfa2653847ae3d74ba26 commit: e20505cb4164e5768f39cfa2653847ae3d74ba26 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-29T18:01:06-07:00 summary: [3.13] gh-12449

[Python-checkins] [3.13] gh-89683: add tests for `deepcopy` on frozen dataclasses (GH-123098) (#124678)

2024-09-29 Thread Yhg1s
https://github.com/python/cpython/commit/6b847be207d1ebd1c105fa41c0e627225a844750 commit: 6b847be207d1ebd1c105fa41c0e627225a844750 branch: 3.13 author: Bénédikt Tran <[email protected]> committer: Yhg1s date: 2024-09-29T18:00:42-07:00 summary: [3.13] gh-89683: add tests fo

[Python-checkins] [3.13] gh-124385: Document and soft-deprecate PyLong_AS_LONG (GH-124386) (#124719)

2024-09-29 Thread Yhg1s
https://github.com/python/cpython/commit/e8980b17bb72508c7cbf8c364be647eef9b512bf commit: e8980b17bb72508c7cbf8c364be647eef9b512bf branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-29T17:59:54-07:00 summary: [3.13] gh-12438

[Python-checkins] [3.13] docs: improve venv docs (GH-124540) (#124727)

2024-09-29 Thread Yhg1s
https://github.com/python/cpython/commit/f8e3de8c7d4ab12c55abdb22b83601d10a545f6f commit: f8e3de8c7d4ab12c55abdb22b83601d10a545f6f branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-29T17:58:32-07:00 summary: [3.13] docs: im

[Python-checkins] [3.13] gh-124746: remove assertion on exits having line numbers (#124762)

2024-09-29 Thread Yhg1s
https://github.com/python/cpython/commit/cebc6f51ee14dbeb90277f479e2293ae1ee64ccc commit: cebc6f51ee14dbeb90277f479e2293ae1ee64ccc branch: 3.13 author: Irit Katriel <[email protected]> committer: Yhg1s date: 2024-09-29T17:53:47-07:00 summary: [3.13] gh-124746: remove as

[Python-checkins] [3.13] Docs: improve generic `typing.NamedTuple` example (GH-124739) (#124764)

2024-09-29 Thread Yhg1s
https://github.com/python/cpython/commit/e532760f46957f867272dbbc5cc2bd779b5ac3a2 commit: e532760f46957f867272dbbc5cc2bd779b5ac3a2 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-29T17:53:13-07:00 summary: [3.13] Docs: im

[Python-checkins] [3.13] gh-124720: Update "Using Python on a Mac" document (GH-124721) (#124775)

2024-09-29 Thread Yhg1s
https://github.com/python/cpython/commit/7c7e01c2a102bba5add59c892d2ec2297fd63e40 commit: 7c7e01c2a102bba5add59c892d2ec2297fd63e40 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-29T17:52:31-07:00 summary: [3.13] gh-12472

[Python-checkins] gh-124400: Use the normal command path for breakpoint commands (#124401)

2024-09-29 Thread gaogaotiantian
https://github.com/python/cpython/commit/b5774603a0c877f19b33fb922e2fb967b1d50329 commit: b5774603a0c877f19b33fb922e2fb967b1d50329 branch: main author: Tian Gao committer: gaogaotiantian date: 2024-09-29T19:46:16-04:00 summary: gh-124400: Use the normal command path for breakpoint commands (#124

[Python-checkins] gh-124720: Update "Using Python on a Mac" document (#124721)

2024-09-29 Thread freakboy3742
https://github.com/python/cpython/commit/4b83c03ce964af7fb204144db9adaa524c113a82 commit: 4b83c03ce964af7fb204144db9adaa524c113a82 branch: main author: Ned Deily committer: freakboy3742 date: 2024-09-30T07:39:46+08:00 summary: gh-124720: Update "Using Python on a Mac" document (#124721) Update

[Python-checkins] [3.12] Create hyperlink and fix typos in macOS installer (#123805)

2024-09-29 Thread ned-deily
https://github.com/python/cpython/commit/a67a39272c61de5202c44690d10a385c9ecaf97c commit: a67a39272c61de5202c44690d10a385c9ecaf97c branch: 3.12 author: Hugo van Kemenade <[email protected]> committer: ned-deily date: 2024-09-29T11:11:29-06:00 summary: [3.12] Create hyperlink

[Python-checkins] gh-111495: Add tests for `PyCodec_*` C API (#123343)

2024-09-29 Thread vstinner
https://github.com/python/cpython/commit/6d0d26eb8ca1e68ffad3364dea7edb1e4063ae07 commit: 6d0d26eb8ca1e68ffad3364dea7edb1e4063ae07 branch: main author: Bénédikt Tran <[email protected]> committer: vstinner date: 2024-09-29T15:22:39Z summary: gh-111495: Add tests for `PyCod

[Python-checkins] gh-123961: Add a global state to _curses (#124729)

2024-09-29 Thread vstinner
https://github.com/python/cpython/commit/4d8e7c40a0d37a84da1e0c130e7d585eb39438ad commit: 4d8e7c40a0d37a84da1e0c130e7d585eb39438ad branch: main author: Bénédikt Tran <[email protected]> committer: vstinner date: 2024-09-29T15:17:20Z summary: gh-123961: Add a global state t

[Python-checkins] gh-123290: Fix decref in _curses update_lines_cols() (#124767)

2024-09-29 Thread vstinner
https://github.com/python/cpython/commit/12417a984c59fcec246b060576b46e31f9a7d926 commit: 12417a984c59fcec246b060576b46e31f9a7d926 branch: main author: Bénédikt Tran <[email protected]> committer: vstinner date: 2024-09-29T15:02:43Z summary: gh-123290: Fix decref in _curse

[Python-checkins] functools: Give up on lazy-importing types (#124736)

2024-09-29 Thread JelleZijlstra
https://github.com/python/cpython/commit/95581b35517f547b44e42631bd97ab4ba1a5c343 commit: 95581b35517f547b44e42631bd97ab4ba1a5c343 branch: main author: Jelle Zijlstra committer: JelleZijlstra date: 2024-09-29T06:31:06-07:00 summary: functools: Give up on lazy-importing types (#124736) PR #12108

[Python-checkins] [3.12] Docs: improve generic `typing.NamedTuple` example (GH-124739) (#124765)

2024-09-29 Thread AlexWaygood
https://github.com/python/cpython/commit/980d4a1befe29b06d8af1ce82e70d983195e7b0e commit: 980d4a1befe29b06d8af1ce82e70d983195e7b0e branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: AlexWaygood date: 2024-09-29T11:13:25Z summary: [3.12] Docs: i

[Python-checkins] Docs: improve generic `typing.NamedTuple` example (#124739)

2024-09-29 Thread AlexWaygood
https://github.com/python/cpython/commit/76fbee642e78eacf3866102f31e0ac969b57f1e6 commit: 76fbee642e78eacf3866102f31e0ac969b57f1e6 branch: main author: CBerJun <[email protected]> committer: AlexWaygood date: 2024-09-29T12:07:05+01:00 summary: Docs: improve generic `typin

[Python-checkins] [3.12] gh-58573: Fix conflicts between abbreviated long options in the parent parser and subparsers in argparse (GH-124631) (GH-124759)

2024-09-29 Thread serhiy-storchaka
https://github.com/python/cpython/commit/cbea45ad74779c0ffe760bab7f9d5ce149302495 commit: cbea45ad74779c0ffe760bab7f9d5ce149302495 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-09-29T09:18:06Z summary: [3.12] gh

[Python-checkins] gh-58573: Fix conflicts between abbreviated long options in the parent parser and subparsers in argparse (GH-124631)

2024-09-29 Thread serhiy-storchaka
https://github.com/python/cpython/commit/3f27153e077d7e9448e2f081275931968b40cc74 commit: 3f27153e077d7e9448e2f081275931968b40cc74 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-09-29T12:01:03+03:00 summary: gh-58573: Fix conflicts between abbreviated long options i

[Python-checkins] [3.12] gh-116850: Fix argparse for namespaces with not directly writable dict (GH-124667) (GH-124758)

2024-09-29 Thread serhiy-storchaka
https://github.com/python/cpython/commit/5464c8aa9856a65f576f536532ee56310397e109 commit: 5464c8aa9856a65f576f536532ee56310397e109 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-09-29T08:40:00Z summary: [3.12] gh

[Python-checkins] [3.12] gh-61181: Fix support of choices with string value in argparse (GH-124578) (GH-124756)

2024-09-29 Thread serhiy-storchaka
https://github.com/python/cpython/commit/7677be5ee6ffdc7b4b366ea29a86da50873cd731 commit: 7677be5ee6ffdc7b4b366ea29a86da50873cd731 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-09-29T08:32:51Z summary: [3.12] gh

[Python-checkins] [3.12] gh-124345: Support abbreviated single-dash long options with = in argparse (GH-124428) (GH-124754)

2024-09-29 Thread serhiy-storchaka
https://github.com/python/cpython/commit/71a2b8d1851ad1f157d5e99f16868fb9544bf15b commit: 71a2b8d1851ad1f157d5e99f16868fb9544bf15b branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-09-29T08:30:26Z summary: [3.12] gh

[Python-checkins] [3.12] gh-80259: Fix conflict between type and default=SUPPRESS in argparse (GH-124519) (GH-124752)

2024-09-29 Thread serhiy-storchaka
https://github.com/python/cpython/commit/bdcdb0ac7f1a921273927572124aab29f5539115 commit: bdcdb0ac7f1a921273927572124aab29f5539115 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-09-29T08:17:08Z summary: [3.12] gh

[Python-checkins] [3.12] gh-104860: Fix allow_abbrev=False for single-dash long options (GH-124340) (GH-124750)

2024-09-29 Thread serhiy-storchaka
https://github.com/python/cpython/commit/00fd32af21a3ff371cf12a509b324de9602af894 commit: 00fd32af21a3ff371cf12a509b324de9602af894 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-09-29T08:16:38Z summary: [3.12] gh

[Python-checkins] gh-116850: Fix argparse for namespaces with not directly writable dict (GH-124667)

2024-09-29 Thread serhiy-storchaka
https://github.com/python/cpython/commit/95e92ef6c74e973ea13d15180190d0fa2af82fbf commit: 95e92ef6c74e973ea13d15180190d0fa2af82fbf branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-09-29T11:01:10+03:00 summary: gh-116850: Fix argparse for namespaces with not directly w

[Python-checkins] gh-61181: Fix support of choices with string value in argparse (GH-124578)

2024-09-29 Thread serhiy-storchaka
https://github.com/python/cpython/commit/f1a2417b9e2993e584610851ac004c8b0599b323 commit: f1a2417b9e2993e584610851ac004c8b0599b323 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-09-29T10:57:21+03:00 summary: gh-61181: Fix support of choices with string value in argp

[Python-checkins] gh-53834: Fix support of arguments with choices in argparse (GH-124495)

2024-09-29 Thread serhiy-storchaka
https://github.com/python/cpython/commit/dac4ec52866e4068f3ac33b4da1e1a1fe6fc2cba commit: dac4ec52866e4068f3ac33b4da1e1a1fe6fc2cba branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-09-29T10:52:52+03:00 summary: gh-53834: Fix support of arguments with choices in argpars

[Python-checkins] gh-124345: Support abbreviated single-dash long options with = in argparse (GH-124428)

2024-09-29 Thread serhiy-storchaka
https://github.com/python/cpython/commit/61180446eee2aef07b042c7e8892c45afabd1499 commit: 61180446eee2aef07b042c7e8892c45afabd1499 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-09-29T10:52:07+03:00 summary: gh-124345: Support abbreviated single-dash long options wi

[Python-checkins] gh-80259: Fix conflict between type and default=SUPPRESS in argparse (GH-124519)

2024-09-29 Thread serhiy-storchaka
https://github.com/python/cpython/commit/9bcadf589ab6f7b9d309290de7a80156b6905d35 commit: 9bcadf589ab6f7b9d309290de7a80156b6905d35 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-09-29T10:47:06+03:00 summary: gh-80259: Fix conflict between type and default=SUPPRESS i

[Python-checkins] gh-104860: Fix allow_abbrev=False for single-dash long options (GH-124340)

2024-09-29 Thread serhiy-storchaka
https://github.com/python/cpython/commit/49e105f9488de18d3d92948232fcbd956cbe0c6e commit: 49e105f9488de18d3d92948232fcbd956cbe0c6e branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-09-29T10:44:34+03:00 summary: gh-104860: Fix allow_abbrev=False for single-dash long opt

[Python-checkins] gh-123497: New limit for Python integers on 64-bit platforms (GH-123724)

2024-09-29 Thread serhiy-storchaka
https://github.com/python/cpython/commit/d08c7888229e78533648191dfe42e2d2d3ecea25 commit: d08c7888229e78533648191dfe42e2d2d3ecea25 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-09-29T10:40:20+03:00 summary: gh-123497: New limit for Python integers on 64-bit platfor