[Python-checkins] [3.11] gh-109991: Update GitHub CI workflows to use OpenSSL 3.0.13. (GH-115057)

2024-02-05 Thread ned-deily
https://github.com/python/cpython/commit/319e69579eaa73b1c106dacb44cb2148e9aa9e21 commit: 319e69579eaa73b1c106dacb44cb2148e9aa9e21 branch: 3.11 author: Ned Deily committer: ned-deily date: 2024-02-05T23:02:10-05:00 summary: [3.11] gh-109991: Update GitHub CI workflows to use OpenSSL 3.0.13. (GH-

[Python-checkins] GH-106747: Make pathlib ABC globbing more consistent with `glob.glob()` (#115056)

2024-02-05 Thread barneygale
https://github.com/python/cpython/commit/1b1f8398d0ffe3c8ba2cca79d0c0f19a6a34e72a commit: 1b1f8398d0ffe3c8ba2cca79d0c0f19a6a34e72a branch: main author: Barney Gale committer: barneygale date: 2024-02-06T02:48:18Z summary: GH-106747: Make pathlib ABC globbing more consistent with `glob.glob()` (

[Python-checkins] [3.12] gh-109991: Update GitHub CI workflows to use OpenSSL 3.0.13. (GH-115055)

2024-02-05 Thread ned-deily
https://github.com/python/cpython/commit/5ddb2740404ad62e74ecb0ea97ed98651821ed3f commit: 5ddb2740404ad62e74ecb0ea97ed98651821ed3f branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: ned-deily date: 2024-02-06T02:29:17Z summary: [3.12] gh-109991

[Python-checkins] [3.11] gh-109991: Update macOS installer to use OpenSSL 3.0.13. (GH-115054)

2024-02-05 Thread ned-deily
https://github.com/python/cpython/commit/753d0d559caeec389b348a397a7e6a83a3460890 commit: 753d0d559caeec389b348a397a7e6a83a3460890 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: ned-deily date: 2024-02-06T02:16:32Z summary: [3.11] gh-109991

[Python-checkins] [3.12] gh-109991: Update macOS installer to use OpenSSL 3.0.13. (GH-115053)

2024-02-05 Thread ned-deily
https://github.com/python/cpython/commit/51f8c0459d48966daa4e1676187f6943c6446aff commit: 51f8c0459d48966daa4e1676187f6943c6446aff branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: ned-deily date: 2024-02-06T02:16:32Z summary: [3.12] gh-109991

[Python-checkins] gh-109991: Update GitHub CI workflows to use OpenSSL 3.0.13. (#115050)

2024-02-05 Thread ned-deily
https://github.com/python/cpython/commit/299e16ca0f303a1e00bd0e04679862a5d4db5ab2 commit: 299e16ca0f303a1e00bd0e04679862a5d4db5ab2 branch: main author: Ned Deily committer: ned-deily date: 2024-02-05T21:10:11-05:00 summary: gh-109991: Update GitHub CI workflows to use OpenSSL 3.0.13. (#115050)

[Python-checkins] gh-109991: Update macOS installer to use OpenSSL 3.0.13. (GH-115052)

2024-02-05 Thread ned-deily
https://github.com/python/cpython/commit/638e811a3c54a81d8af5a4c08b9497d210823f78 commit: 638e811a3c54a81d8af5a4c08b9497d210823f78 branch: main author: Ned Deily committer: ned-deily date: 2024-02-05T20:59:25-05:00 summary: gh-109991: Update macOS installer to use OpenSSL 3.0.13. (GH-115052) fi

[Python-checkins] [3.11] gh-109991: Update Windows build to use OpenSSL 3.0.13 (#115048)

2024-02-05 Thread zware
https://github.com/python/cpython/commit/30d999fa509056bae8145e492dfb6a7e78666f59 commit: 30d999fa509056bae8145e492dfb6a7e78666f59 branch: 3.11 author: Zachary Ware committer: zware date: 2024-02-06T00:19:44Z summary: [3.11] gh-109991: Update Windows build to use OpenSSL 3.0.13 (#115048) (cherr

[Python-checkins] [3.12] gh-109991: Update Windows build to use OpenSSL 3.0.13 (#115047)

2024-02-05 Thread zware
https://github.com/python/cpython/commit/b967eabedf2561d41c4be2f30dfd2e2cbd0e44bc commit: b967eabedf2561d41c4be2f30dfd2e2cbd0e44bc branch: 3.12 author: Zachary Ware committer: zware date: 2024-02-06T00:11:15Z summary: [3.12] gh-109991: Update Windows build to use OpenSSL 3.0.13 (#115047) (cherr

[Python-checkins] gh-109991: Update Windows build to use OpenSSL 3.0.13 (#115043)

2024-02-05 Thread zware
https://github.com/python/cpython/commit/01dceba13e872e9ca24b8e00a2b75db3d0d6c1a3 commit: 01dceba13e872e9ca24b8e00a2b75db3d0d6c1a3 branch: main author: Zachary Ware committer: zware date: 2024-02-05T23:10:55Z summary: gh-109991: Update Windows build to use OpenSSL 3.0.13 (#115043) files: A Misc

[Python-checkins] gh-83648: Support deprecation of options, arguments and subcommands in argparse (GH-114086)

2024-02-05 Thread serhiy-storchaka
https://github.com/python/cpython/commit/bb57ffdb38e9e8df8f9ea71f1430dbbe4bf2d3ac commit: bb57ffdb38e9e8df8f9ea71f1430dbbe4bf2d3ac branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-02-06T00:41:34+02:00 summary: gh-83648: Support deprecation of options, arguments and su

[Python-checkins] gh-114944: Fix race between `_PyParkingLot_Park` and `_PyParkingLot_UnparkAll` when handling interrupts (#114945)

2024-02-05 Thread DinoV
https://github.com/python/cpython/commit/c32bae52904723d99e1f98e2ef54570268d86467 commit: c32bae52904723d99e1f98e2ef54570268d86467 branch: main author: mpage committer: DinoV date: 2024-02-05T13:48:37-08:00 summary: gh-114944: Fix race between `_PyParkingLot_Park` and `_PyParkingLot_UnparkAll`

[Python-checkins] [3.11] gh-109475: Fix support of explicit option value "--" in argparse (GH-114814) (GH-115037)

2024-02-05 Thread serhiy-storchaka
https://github.com/python/cpython/commit/e1976399cd08a0aadeb094cee46b4ebf468fecd9 commit: e1976399cd08a0aadeb094cee46b4ebf468fecd9 branch: 3.11 author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-02-05T21:04:11Z summary: [3.11] gh-109475: Fix support of explicit option value "--" in

[Python-checkins] [3.12] gh-109475: Fix support of explicit option value "--" in argparse (GH-114814) (GH-115036)

2024-02-05 Thread serhiy-storchaka
https://github.com/python/cpython/commit/94ad68264c5d1651b601787fe10a379afe6ee18b commit: 94ad68264c5d1651b601787fe10a379afe6ee18b branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-02-05T21:02:00Z summary: [3.12] gh

[Python-checkins] gh-82626: Emit a warning when bool is used as a file descriptor (GH-111275)

2024-02-05 Thread serhiy-storchaka
https://github.com/python/cpython/commit/652fbf88c4c422ff17fefd4dcb5e06b5c0e26e74 commit: 652fbf88c4c422ff17fefd4dcb5e06b5c0e26e74 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-02-05T22:51:11+02:00 summary: gh-82626: Emit a warning when bool is used as a file descr

[Python-checkins] gh-115015: Argument Clinic: fix generated code for METH_METHOD methods without params (#115016)

2024-02-05 Thread erlend-aasland
https://github.com/python/cpython/commit/09096a1647913526a3d4fa69a9d2056ec82a8f37 commit: 09096a1647913526a3d4fa69a9d2056ec82a8f37 branch: main author: Erlend E. Aasland committer: erlend-aasland date: 2024-02-05T21:49:17+01:00 summary: gh-115015: Argument Clinic: fix generated code for METH_MET

[Python-checkins] gh-109475: Fix support of explicit option value "--" in argparse (GH-114814)

2024-02-05 Thread serhiy-storchaka
https://github.com/python/cpython/commit/4aa4f0906df9fc9c6c6f6657f2c521468c6b1688 commit: 4aa4f0906df9fc9c6c6f6657f2c521468c6b1688 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-02-05T22:42:43+02:00 summary: gh-109475: Fix support of explicit option value "--" in ar

[Python-checkins] [3.12] gh-114967: Fix "Built-in Exceptions" documentation ambiguous wording (GH-114968) (#115033)

2024-02-05 Thread terryjreedy
https://github.com/python/cpython/commit/21f06a22c022f3b620cc3000575ade5226956ef5 commit: 21f06a22c022f3b620cc3000575ade5226956ef5 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: terryjreedy date: 2024-02-05T20:30:38Z summary: [3.12] gh-1149

[Python-checkins] [3.11] gh-114967: Fix "Built-in Exceptions" documentation ambiguous wording (GH-114968) (#115034)

2024-02-05 Thread terryjreedy
https://github.com/python/cpython/commit/98b2f4624a40eb374807842a7fb9d109375af99d commit: 98b2f4624a40eb374807842a7fb9d109375af99d branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: terryjreedy date: 2024-02-05T20:29:29Z summary: [3.11] gh-1149

[Python-checkins] gh-114967: Fix "Built-in Exceptions" documentation ambiguous wording (#114968)

2024-02-05 Thread terryjreedy
https://github.com/python/cpython/commit/750489cc774df44daa2c0d23e8a404fe62be93d1 commit: 750489cc774df44daa2c0d23e8a404fe62be93d1 branch: main author: HarryLHW <[email protected]> committer: terryjreedy date: 2024-02-05T15:22:57-05:00 summary: gh-114967: Fix "Built-in Exceptions" documentation

[Python-checkins] gh-112075: Add gc shared bits (#114931)

2024-02-05 Thread DinoV
https://github.com/python/cpython/commit/bcccf1fb63870c1b7f8abe246e27b7fff343abd7 commit: bcccf1fb63870c1b7f8abe246e27b7fff343abd7 branch: main author: Dino Viehland committer: DinoV date: 2024-02-05T10:35:59-08:00 summary: gh-112075: Add gc shared bits (#114931) Add GC shared flags for objects

[Python-checkins] GH-108362: Incremental GC implementation (GH-108038)

2024-02-05 Thread markshannon
https://github.com/python/cpython/commit/36518e69d74607e5f094ce55286188e4545a947d commit: 36518e69d74607e5f094ce55286188e4545a947d branch: main author: Mark Shannon committer: markshannon date: 2024-02-05T18:28:51Z summary: GH-108362: Incremental GC implementation (GH-108038) files: A Misc/NEWS

[Python-checkins] gh-43457: Tkinter: fix design flaws in wm_attributes() (GH-111404)

2024-02-05 Thread serhiy-storchaka
https://github.com/python/cpython/commit/b4ba0f73d6eef3da321bb96aafd09dfbc572e95d commit: b4ba0f73d6eef3da321bb96aafd09dfbc572e95d branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-02-05T18:24:54+02:00 summary: gh-43457: Tkinter: fix design flaws in wm_attributes() (GH

[Python-checkins] GH-113462: Limit the number of versions that a single class can use. (GH-114900)

2024-02-05 Thread markshannon
https://github.com/python/cpython/commit/992446dd5bd3fff92ea0f8064fb19eebfe105cef commit: 992446dd5bd3fff92ea0f8064fb19eebfe105cef branch: main author: Mark Shannon committer: markshannon date: 2024-02-05T16:20:54Z summary: GH-113462: Limit the number of versions that a single class can use. (GH

[Python-checkins] [3.11] gh-114392: Improve test_capi.test_structmembers (GH-114393) (GH-115030)

2024-02-05 Thread serhiy-storchaka
https://github.com/python/cpython/commit/89878141edd23b8829d737cd2d92a1eaaa751c59 commit: 89878141edd23b8829d737cd2d92a1eaaa751c59 branch: 3.11 author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-02-05T13:24:23+02:00 summary: [3.11] gh-114392: Improve test_capi.test_structmembers (GH

[Python-checkins] gh-115026: Argument Clinic: handle PyBuffer_FillInfo errors in generated code (#115027)

2024-02-05 Thread erlend-aasland
https://github.com/python/cpython/commit/87cd20a567aca56369010689e22a524bc1f1ac03 commit: 87cd20a567aca56369010689e22a524bc1f1ac03 branch: main author: Nikita Sobolev committer: erlend-aasland date: 2024-02-05T11:45:09+01:00 summary: gh-115026: Argument Clinic: handle PyBuffer_FillInfo errors in

[Python-checkins] gh-115020: Remove a debugging print in test_frame (GH-115021)

2024-02-05 Thread serhiy-storchaka
https://github.com/python/cpython/commit/f71bdd34085d31a826148b2e5da57e0302655056 commit: f71bdd34085d31a826148b2e5da57e0302655056 branch: main author: Kirill Podoprigora committer: serhiy-storchaka date: 2024-02-05T12:20:34+02:00 summary: gh-115020: Remove a debugging print in test_frame (GH-11

[Python-checkins] [3.12] GH-69695: Update ``PyImport_ImportModule`` description (GH-103836) GH-114925)

2024-02-05 Thread encukou
https://github.com/python/cpython/commit/d334122d2295a4863384676a3ce313a831b12335 commit: d334122d2295a4863384676a3ce313a831b12335 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2024-02-05T10:53:57+01:00 summary: [3.12] GH-696

[Python-checkins] [3.11] GH-69695: Update ``PyImport_ImportModule`` description (GH-103836) (GH-114924)

2024-02-05 Thread encukou
https://github.com/python/cpython/commit/b3f0108eacb7b58c1a2bdd2e4894de23b425d282 commit: b3f0108eacb7b58c1a2bdd2e4894de23b425d282 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2024-02-05T10:53:50+01:00 summary: [3.11] GH-696