[Python-checkins] [3.12] gh-123646: Remove accidentally left ``lel.patch`` (GH-123647)

2024-09-03 Thread zware
https://github.com/python/cpython/commit/4170bddbcf8d3f6554ddd4a16435a497c10dc252 commit: 4170bddbcf8d3f6554ddd4a16435a497c10dc252 branch: 3.12 author: Kirill Podoprigora committer: zware date: 2024-09-03T13:21:39-05:00 summary: [3.12] gh-123646: Remove accidentally left ``lel.patch`` (GH

[Python-checkins] gh-123418: Update OpenSSL to 3.0.15 on Windows (GH-123673)

2024-09-04 Thread zware
https://github.com/python/cpython/commit/d2eafe2f48aac31aa8a152620bdfd0f2a274ee1d commit: d2eafe2f48aac31aa8a152620bdfd0f2a274ee1d branch: main author: Zachary Ware committer: zware date: 2024-09-04T17:08:02Z summary: gh-123418: Update OpenSSL to 3.0.15 on Windows (GH-123673) files: A Misc

[Python-checkins] gh-123418: Update CI to use fresh OpenSSL releases (GH-123675)

2024-09-04 Thread zware
https://github.com/python/cpython/commit/56b00f4705634af2861a8aa9c2eb5769012220f0 commit: 56b00f4705634af2861a8aa9c2eb5769012220f0 branch: main author: Zachary Ware committer: zware date: 2024-09-04T13:16:53-05:00 summary: gh-123418: Update CI to use fresh OpenSSL releases (GH-123675) Also

[Python-checkins] gh-123700: Update OpenSSL versions in multissltests and CI (#123701)

2024-09-04 Thread zware
https://github.com/python/cpython/commit/d83e30caddcbf9482273743d287577517ec735b7 commit: d83e30caddcbf9482273743d287577517ec735b7 branch: main author: Zachary Ware committer: zware date: 2024-09-04T14:29:41-05:00 summary: gh-123700: Update OpenSSL versions in multissltests and CI (#123701

[Python-checkins] [3.13] gh-123418: Update CI to use fresh OpenSSL releases (GH-123696)

2024-09-04 Thread zware
https://github.com/python/cpython/commit/e3b4564f6c23b8444fd95815642ee72e54dbd847 commit: e3b4564f6c23b8444fd95815642ee72e54dbd847 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: zware date: 2024-09-04T14:33:56-05:00 summary: [3.

[Python-checkins] [3.12] gh-123418: Update CI to use fresh OpenSSL releases (GH-123698)

2024-09-04 Thread zware
https://github.com/python/cpython/commit/e094d61a155a4a3f380d07391f47cfd0886559b1 commit: e094d61a155a4a3f380d07391f47cfd0886559b1 branch: 3.12 author: Zachary Ware committer: zware date: 2024-09-04T14:37:09-05:00 summary: [3.12] gh-123418: Update CI to use fresh OpenSSL releases (GH-123698

[Python-checkins] [3.13] gh-123418: Update OpenSSL to 3.0.15 on Windows (GH-123686)

2024-09-04 Thread zware
https://github.com/python/cpython/commit/9b541ac9ac09a15b665c360b33e89cc5ce8b92c1 commit: 9b541ac9ac09a15b665c360b33e89cc5ce8b92c1 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: zware date: 2024-09-04T16:21:12-05:00 summary: [3.

[Python-checkins] [3.12] gh-123418: Update OpenSSL to 3.0.15 on Windows (GH-123691)

2024-09-04 Thread zware
https://github.com/python/cpython/commit/e27406465fa9cef1d92f7962e41a8aaa9fb26765 commit: e27406465fa9cef1d92f7962e41a8aaa9fb26765 branch: 3.12 author: Zachary Ware committer: zware date: 2024-09-04T16:21:37-05:00 summary: [3.12] gh-123418: Update OpenSSL to 3.0.15 on Windows (GH-123691

[Python-checkins] [3.13] gh-123700: Update OpenSSL versions in multissltests and CI (GH-123702)

2024-09-04 Thread zware
https://github.com/python/cpython/commit/ad944b5e1f304be1a8c2cc03e9f15005bcb97108 commit: ad944b5e1f304be1a8c2cc03e9f15005bcb97108 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: zware date: 2024-09-04T16:31:01-05:00 summary: [3.

[Python-checkins] [3.12] gh-123700: Update OpenSSL versions in multissltests and CI (GH-123704)

2024-09-04 Thread zware
https://github.com/python/cpython/commit/e75ecd0b424f2218e0591ae251a09365dcc4e731 commit: e75ecd0b424f2218e0591ae251a09365dcc4e731 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: zware date: 2024-09-04T16:31:28-05:00 summary: [3.

[Python-checkins] gh-123418: Update Android build to use OpenSSL 3.0.15 (GH-123685)

2024-09-04 Thread zware
https://github.com/python/cpython/commit/1fdfce9452706a8a12ccdacff6d02c9231dc48ce commit: 1fdfce9452706a8a12ccdacff6d02c9231dc48ce branch: main author: Zachary Ware committer: zware date: 2024-09-04T17:42:58-05:00 summary: gh-123418: Update Android build to use OpenSSL 3.0.15 (GH-123685) files

[Python-checkins] subprocess docs: Fix semantically important typo (GH-119752)

2024-05-29 Thread zware
https://github.com/python/cpython/commit/2cc3502f98bb9aea386ab55443fc077ddcdde91d commit: 2cc3502f98bb9aea386ab55443fc077ddcdde91d branch: main author: Zachary Ware committer: zware date: 2024-05-29T22:19:54Z summary: subprocess docs: Fix semantically important typo (GH-119752) GH-25416

[Python-checkins] contextlib docs: Clean up redundant 'up' after 'cleanup' (GH-119867)

2024-05-31 Thread zware
https://github.com/python/cpython/commit/f3fc800d5f17b144a752a262102b750bedcdaa14 commit: f3fc800d5f17b144a752a262102b750bedcdaa14 branch: main author: Zachary Ware committer: zware date: 2024-05-31T17:19:54Z summary: contextlib docs: Clean up redundant 'up' after 'clea

[Python-checkins] [3.12] contextlib docs: Clean up redundant 'up' after 'cleanup' (GH-119873)

2024-05-31 Thread zware
https://github.com/python/cpython/commit/2f7fada58091c518fd6784e108cce83bf6c310ac commit: 2f7fada58091c518fd6784e108cce83bf6c310ac branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: zware date: 2024-05-31T17:27:57Z summary: [3.12] cont

[Python-checkins] [3.13] contextlib docs: Clean up redundant 'up' after 'cleanup' (GH-119872)

2024-05-31 Thread zware
https://github.com/python/cpython/commit/eb5e19aa685fab3832b2a44ec5867068baf6e1a7 commit: eb5e19aa685fab3832b2a44ec5867068baf6e1a7 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: zware date: 2024-05-31T17:39:02Z summary: [3.13] cont

[Python-checkins] gh-120078: Fix struct_time attr typo tm_day -> tm_mday in Doc/library/time.rst (GH-120081)

2024-06-04 Thread zware
https://github.com/python/cpython/commit/b6b0dcbfc054f581b6f78602e4c2e9474e3efe21 commit: b6b0dcbfc054f581b6f78602e4c2e9474e3efe21 branch: main author: shurj0 <[email protected]> committer: zware date: 2024-06-04T19:23:12-05:00 summary: gh-120078: Fix struct_time att

[Python-checkins] [3.12] gh-120078: Fix struct_time attr typo tm_day -> tm_mday in Doc/library/time.rst (GH-120084)

2024-06-04 Thread zware
https://github.com/python/cpython/commit/c46621bf33f037c7f6d3fd8299bef02d4e186b70 commit: c46621bf33f037c7f6d3fd8299bef02d4e186b70 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: zware date: 2024-06-05T00:29:28Z summary: [3.12] gh-

[Python-checkins] [3.13] gh-120078: Fix struct_time attr typo tm_day -> tm_mday in Doc/library/time.rst (GH-120085)

2024-06-04 Thread zware
https://github.com/python/cpython/commit/df8a98abee44d22192d1900d8f62c12399e080ae commit: df8a98abee44d22192d1900d8f62c12399e080ae branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: zware date: 2024-06-05T00:39:54Z summary: [3.13] gh-

[Python-checkins] gh-95144: Improve error message of `... in None` (GH-119888)

2024-07-12 Thread zware
https://github.com/python/cpython/commit/dc03ce797ae8786a9711e6ee5dcaadde02c55864 commit: dc03ce797ae8786a9711e6ee5dcaadde02c55864 branch: main author: Zachary Ware committer: zware date: 2024-07-12T16:34:17Z summary: gh-95144: Improve error message of `... in None` (GH-119888) files: A Misc

[Python-checkins] gh-83648: Use versionadded in 'deprecated' description (GH-121877)

2024-07-16 Thread zware
https://github.com/python/cpython/commit/4e35dd607b0f32657341e6c4f583d14964ee1699 commit: 4e35dd607b0f32657341e6c4f583d14964ee1699 branch: main author: Zachary Ware committer: zware date: 2024-07-16T21:26:17Z summary: gh-83648: Use versionadded in 'deprecated' description (GH-121877)

[Python-checkins] [3.13] gh-83648: Use versionadded in 'deprecated' description (GH-121878)

2024-07-16 Thread zware
https://github.com/python/cpython/commit/b11a77668c8e2fd5dec4d59ef78ce4733b4a8e3a commit: b11a77668c8e2fd5dec4d59ef78ce4733b4a8e3a branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: zware date: 2024-07-16T21:43:40Z summary: [3.13] gh

[Python-checkins] gh-112301: Add argument aliases and tee compiler output for check warnings (GH-122465)

2024-07-30 Thread zware
https://github.com/python/cpython/commit/1cac0908fb6866c30b7fe106bc8d6cd03c7977f9 commit: 1cac0908fb6866c30b7fe106bc8d6cd03c7977f9 branch: main author: Nate Ohlson committer: zware date: 2024-07-30T14:49:15-05:00 summary: gh-112301: Add argument aliases and tee compiler output for check

[Python-checkins] gh-111239: Update Windows build to use zlib 1.3.1 (GH-114877)

2024-02-01 Thread zware
https://github.com/python/cpython/commit/618d7256e78da8200f6e2c6235094a1ef885dca4 commit: 618d7256e78da8200f6e2c6235094a1ef885dca4 branch: main author: Zachary Ware committer: zware date: 2024-02-01T17:54:02-06:00 summary: gh-111239: Update Windows build to use zlib 1.3.1 (GH-114877) files: A

[Python-checkins] gh-114883: Fix Makefile dependency tree for non-jit builds (GH-114884)

2024-02-03 Thread zware
https://github.com/python/cpython/commit/1032326fe46afaef57c3e01160a4f889dadfee95 commit: 1032326fe46afaef57c3e01160a4f889dadfee95 branch: main author: Zachary Ware committer: zware date: 2024-02-03T23:16:03Z summary: gh-114883: Fix Makefile dependency tree for non-jit builds (GH-114884) files

[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

[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

[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

[Python-checkins] gh-115119: Switch Windows build to mpdecimal external (GH-115182)

2024-03-18 Thread zware
https://github.com/python/cpython/commit/849e0716d378d6f9f724d1b3c386f6613d52a49d commit: 849e0716d378d6f9f724d1b3c386f6613d52a49d branch: main author: Zachary Ware committer: zware date: 2024-03-18T12:07:25-05:00 summary: gh-115119: Switch Windows build to mpdecimal external (GH-115182) This

[Python-checkins] Remove references to private symbols from zipimport module docstring (GH-119015)

2024-05-15 Thread zware
https://github.com/python/cpython/commit/7d722b7d3ac78bfa74a5d2f21513ffbf4f85cff2 commit: 7d722b7d3ac78bfa74a5d2f21513ffbf4f85cff2 branch: main author: Thomas Grainger committer: zware date: 2024-05-15T11:21:52-05:00 summary: Remove references to private symbols from zipimport module docstring

[Python-checkins] [3.13] Remove references to private symbols from zipimport module docstring (GH-119071)

2024-05-15 Thread zware
https://github.com/python/cpython/commit/f85d59ccf8efb916cf516e65d0e550d068fd442e commit: f85d59ccf8efb916cf516e65d0e550d068fd442e branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: zware date: 2024-05-15T16:52:48Z summary: [3.13]

[Python-checkins] gh-125084: Resolve paths in generator common code (GH-125085)

2024-10-08 Thread zware
https://github.com/python/cpython/commit/7dca7322cca7ff146444e56f28f21f1090987fff commit: 7dca7322cca7ff146444e56f28f21f1090987fff branch: main author: Cody Maloney committer: zware date: 2024-10-08T12:16:02-05:00 summary: gh-125084: Resolve paths in generator common code (GH-125085) In out of

[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] gh-125766: Docs: minor rewording of installation on Linux section (GH-125743)

2024-10-21 Thread zware
https://github.com/python/cpython/commit/d67bf2d89ab57f94608d7d2cf949dc4a8749485d commit: d67bf2d89ab57f94608d7d2cf949dc4a8749485d branch: main author: partev committer: zware date: 2024-10-21T16:18:10Z summary: gh-125766: Docs: minor rewording of installation on Linux section (GH-125743

[Python-checkins] [3.13] gh-124448: Update Windows builds to use Tcl/Tk 8.6.15 (GH-125795)

2024-10-21 Thread zware
https://github.com/python/cpython/commit/13baff76ad25bf50b3a1fecd2df2c93b6ee32a8d commit: 13baff76ad25bf50b3a1fecd2df2c93b6ee32a8d branch: 3.13 author: Zachary Ware committer: zware date: 2024-10-21T11:55:15-05:00 summary: [3.13] gh-124448: Update Windows builds to use Tcl/Tk 8.6.15 (GH-125795

[Python-checkins] [3.13] gh-125766: Docs: minor rewording of installation on Linux section (GH-125793)

2024-10-21 Thread zware
https://github.com/python/cpython/commit/ace547867389021c3441096a3d07f20af21a4f4e commit: ace547867389021c3441096a3d07f20af21a4f4e branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: zware date: 2024-10-21T11:56:01-05:00 summary: [3.

[Python-checkins] [3.12] gh-125766: Docs: minor rewording of installation on Linux section (GH-125794)

2024-10-21 Thread zware
https://github.com/python/cpython/commit/cea93dbd99d4d19c1c8ec688d9411e59f1ba42d2 commit: cea93dbd99d4d19c1c8ec688d9411e59f1ba42d2 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: zware date: 2024-10-21T11:56:29-05:00 summary: [3.

[Python-checkins] [3.12] gh-124448: Update Windows builds to use Tcl/Tk 8.6.15 (GH-125796)

2024-10-21 Thread zware
https://github.com/python/cpython/commit/7a2bd3d2adba2c95f316243dc477910e63f4e6ae commit: 7a2bd3d2adba2c95f316243dc477910e63f4e6ae branch: 3.12 author: Zachary Ware committer: zware date: 2024-10-21T21:44:56-05:00 summary: [3.12] gh-124448: Update Windows builds to use Tcl/Tk 8.6.15 (GH-125796

[Python-checkins] gh-125615: Fix grammar nit in tutorial's interactive interpreter appendix (GH-125617)

2024-10-16 Thread zware
https://github.com/python/cpython/commit/aab3210271136ad8e8fecd927b806602c463e1f2 commit: aab3210271136ad8e8fecd927b806602c463e1f2 branch: main author: Cornelius Roemer committer: zware date: 2024-10-16T15:53:30-05:00 summary: gh-125615: Fix grammar nit in tutorial's interactive interp

[Python-checkins] [3.13] gh-125615: Fix grammar nit in tutorial's interactive interpreter appendix (GH-125619)

2024-10-16 Thread zware
https://github.com/python/cpython/commit/ca9bbafb492815bcb10c4c9e4eba080c60c81e2a commit: ca9bbafb492815bcb10c4c9e4eba080c60c81e2a branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: zware date: 2024-10-16T20:58:49Z summary: [3.13] gh-

[Python-checkins] gh-125017: Fix refleak from GH-125636 (GH-125664)

2024-10-17 Thread zware
https://github.com/python/cpython/commit/c3164ae3cf4e8f9ccc4df8ea5f5664c5927ea839 commit: c3164ae3cf4e8f9ccc4df8ea5f5664c5927ea839 branch: main author: Zachary Ware committer: zware date: 2024-10-17T17:21:32-05:00 summary: gh-125017: Fix refleak from GH-125636 (GH-125664) files: M Objects

[Python-checkins] gh-121938: ctypes: Skip test of _pack_-ed struct with c_int64 on x86 (GH-125877)

2024-10-23 Thread zware
https://github.com/python/cpython/commit/13c9fa3d64e0653d696daad716703ef05fd5002b commit: 13c9fa3d64e0653d696daad716703ef05fd5002b branch: main author: Petr Viktorin committer: zware date: 2024-10-23T16:37:06-05:00 summary: gh-121938: ctypes: Skip test of _pack_-ed struct with c_int64 on x86

[Python-checkins] Fix `make htmllive` target (GH-124219)

2024-09-18 Thread zware
https://github.com/python/cpython/commit/9a6e2336e4b54fc13064b77826a67b03b3b45133 commit: 9a6e2336e4b54fc13064b77826a67b03b3b45133 branch: main author: Zachary Ware committer: zware date: 2024-09-18T21:02:20Z summary: Fix `make htmllive` target (GH-124219) Allow `make -C Doc htmllive` to work

[Python-checkins] [3.12] Fix `make htmllive` target (GH-124222)

2024-09-18 Thread zware
https://github.com/python/cpython/commit/2216c52828d96f19226f69efadff817ec0e36dcd commit: 2216c52828d96f19226f69efadff817ec0e36dcd branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: zware date: 2024-09-18T16:12:17-05:00 summary: [3.1

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

2024-09-25 Thread zware
https://github.com/python/cpython/commit/fb6bd31cb74d2f7e7b525ee4fe9f45475fc94ce9 commit: fb6bd31cb74d2f7e7b525ee4fe9f45475fc94ce9 branch: main author: Zachary Ware committer: zware date: 2024-09-25T20:16:32Z summary: gh-124378: Update test_ttk for Tcl/Tk 8.6.15 (GH-124542) Co-authored-by

[Python-checkins] gh-124448: Update Windows builds to use Tcl/Tk 8.6.15 (GH-124449)

2024-09-25 Thread zware
https://github.com/python/cpython/commit/9d8f2d8e08336695fdade5846da4bbcc3eb5f152 commit: 9d8f2d8e08336695fdade5846da4bbcc3eb5f152 branch: main author: Zachary Ware committer: zware date: 2024-09-25T21:00:25Z summary: gh-124448: Update Windows builds to use Tcl/Tk 8.6.15 (GH-124449) files: A

[Python-checkins] [3.12] Adjust build_ubuntu_ssltests job to use cache for the correct OS version (GH-124482)

2024-09-24 Thread zware
https://github.com/python/cpython/commit/391c4fce3ee89a10281c47fda73c27e54f843bd5 commit: 391c4fce3ee89a10281c47fda73c27e54f843bd5 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: zware date: 2024-09-25T01:50:18Z summary: [3.12]

[Python-checkins] Adjust build_ubuntu_ssltests job to use cache for the correct OS version (GH-124403)

2024-09-24 Thread zware
https://github.com/python/cpython/commit/54dd77fb8c880d7655fffab934978e277b4275fe commit: 54dd77fb8c880d7655fffab934978e277b4275fe branch: main author: Zachary Ware committer: zware date: 2024-09-24T20:27:23-05:00 summary: Adjust build_ubuntu_ssltests job to use cache for the correct OS version

[Python-checkins] Add 3.13 as a version option to the crash issue template (#124560)

2024-09-25 Thread zware
https://github.com/python/cpython/commit/ede1504c4b37b98636bf935679746ba2932f5677 commit: ede1504c4b37b98636bf935679746ba2932f5677 branch: main author: Zachary Ware committer: zware date: 2024-09-25T23:09:37Z summary: Add 3.13 as a version option to the crash issue template (#124560) files: M

[Python-checkins] [3.12] gh-124378: Update test_ttk for Tcl/Tk 8.6.15 (GH-124545)

2024-09-26 Thread zware
https://github.com/python/cpython/commit/a0c90b36f68560ebcc42c3ea7fb67812f6e1e132 commit: a0c90b36f68560ebcc42c3ea7fb67812f6e1e132 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: zware date: 2024-09-26T11:20:09-05:00 summary: [3.

[Python-checkins] Update verison options in crash issue template (GH-125555)

2024-10-15 Thread zware
https://github.com/python/cpython/commit/7453b8f15c77a8f3b07a5049450436079476c465 commit: 7453b8f15c77a8f3b07a5049450436079476c465 branch: main author: Zachary Ware committer: zware date: 2024-10-15T22:08:00Z summary: Update verison options in crash issue template (GH-12) files: M .github

[Python-checkins] gh-125625: Check for `py -3.13` in PCbuild/find_python.bat (GH-125626)

2024-10-17 Thread zware
https://github.com/python/cpython/commit/0cb20f2e7e867d5c34fc17dd5b8e51e8b0020bb3 commit: 0cb20f2e7e867d5c34fc17dd5b8e51e8b0020bb3 branch: main author: Wulian committer: zware date: 2024-10-17T10:40:30-05:00 summary: gh-125625: Check for `py -3.13` in PCbuild/find_python.bat (GH-125626) files

[Python-checkins] [3.13] gh-125625: Check for `py -3.13` in PCbuild/find_python.bat (GH-125650)

2024-10-17 Thread zware
https://github.com/python/cpython/commit/7a2db7601abdd002ddb2b8e0f14c728867ef2527 commit: 7a2db7601abdd002ddb2b8e0f14c728867ef2527 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: zware date: 2024-10-17T16:09:20Z summary: [3.13] gh-

[Python-checkins] GH-99108: Make vectorized versions of Blake2 available on x86, too (#125244)

2024-10-17 Thread zware
https://github.com/python/cpython/commit/528bbab96feadbfabb798547e5bb2ad52070fb73 commit: 528bbab96feadbfabb798547e5bb2ad52070fb73 branch: main author: Jonathan Protzenko committer: zware date: 2024-10-17T15:08:43Z summary: GH-99108: Make vectorized versions of Blake2 available on x86, too

[Python-checkins] [3.12] gh-125625: Check for `py -3.13` in PCbuild/find_python.bat (GH-125649)

2024-10-17 Thread zware
https://github.com/python/cpython/commit/8f72f33d69dbf74728c713356ec4d160fd7d79f5 commit: 8f72f33d69dbf74728c713356ec4d160fd7d79f5 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: zware date: 2024-10-17T16:01:55Z summary: [3.12] gh-

[Python-checkins] gh-127265: Remove single quotes from 'arrow's in tutorial/errors.rst (GH-127267)

2024-11-25 Thread zware
https://github.com/python/cpython/commit/26ff32b30553e1f7b0cc822835ad2da8890c180c commit: 26ff32b30553e1f7b0cc822835ad2da8890c180c branch: main author: funkyrailroad committer: zware date: 2024-11-25T15:34:01-06:00 summary: gh-127265: Remove single quotes from 'arrow's in tutorial/

[Python-checkins] [3.13] gh-127265: Remove single quotes from 'arrow's in tutorial/errors.rst (GH-127269)

2024-11-25 Thread zware
https://github.com/python/cpython/commit/7f263dd33f667891b5804229e370f08a028e commit: 7f263dd33f667891b5804229e370f08a028e branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: zware date: 2024-11-25T21:39:59Z summary: [3.13] gh-

[Python-checkins] [3.12] gh-127265: Remove single quotes from 'arrow's in tutorial/errors.rst (GH-127268)

2024-11-25 Thread zware
https://github.com/python/cpython/commit/619037af1c0f6daf6b682e974f8e6ffaaf4c01d9 commit: 619037af1c0f6daf6b682e974f8e6ffaaf4c01d9 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: zware date: 2024-11-25T21:42:34Z summary: [3.12] gh-

[Python-checkins] [3.13] Run `apt update` before `apt install git` in autoconf CI job (GH-127070)

2024-11-20 Thread zware
https://github.com/python/cpython/commit/40b9b506fb88c5cb6d36617015d74b2cf21da43d commit: 40b9b506fb88c5cb6d36617015d74b2cf21da43d branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: zware date: 2024-11-20T19:44:17Z summary: [3.13] Ru

[Python-checkins] [3.12] Run `apt update` before `apt install git` in autoconf CI job (GH-127071)

2024-11-20 Thread zware
https://github.com/python/cpython/commit/512a5bdb2f409cc924214806d09cd266c36249cc commit: 512a5bdb2f409cc924214806d09cd266c36249cc branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: zware date: 2024-11-20T19:37:24Z summary: [3.12] Ru

[Python-checkins] Move NEWS entries out of directories with spaces (GH-127067)

2024-11-20 Thread zware
https://github.com/python/cpython/commit/2c9911abe6e07a96407fe52b2b12b6c694d1e7af commit: 2c9911abe6e07a96407fe52b2b12b6c694d1e7af branch: main author: Zachary Ware committer: zware date: 2024-11-20T18:52:46Z summary: Move NEWS entries out of directories with spaces (GH-127067) Cleanup after

[Python-checkins] Run `apt update` before `apt install git` in autoconf CI job (GH-127066)

2024-11-20 Thread zware
https://github.com/python/cpython/commit/0af4ec30bd2e3a52350344d1011c0c125d6dcd71 commit: 0af4ec30bd2e3a52350344d1011c0c125d6dcd71 branch: main author: Zachary Ware committer: zware date: 2024-11-20T19:20:44Z summary: Run `apt update` before `apt install git` in autoconf CI job (GH-127066

[Python-checkins] gh-124111: Update tkinter for compatibility with Tcl/Tk 9.0.0 (GH-124156)

2024-11-14 Thread zware
https://github.com/python/cpython/commit/47cbf038850852cdcbe7a404ed7c64542340d58a commit: 47cbf038850852cdcbe7a404ed7c64542340d58a branch: main author: Marc Culler committer: zware date: 2024-11-14T12:45:08-06:00 summary: gh-124111: Update tkinter for compatibility with Tcl/Tk 9.0.0 (GH-124156

[Python-checkins] [3.13] gh-132026: Ensure _MIPS_SIM has defined _ABI identifiers for comparison (GH-133092)

2025-04-28 Thread zware
https://github.com/python/cpython/commit/507b4fa7a4d7c68ff514de4f30f6e49d7fc9cfc8 commit: 507b4fa7a4d7c68ff514de4f30f6e49d7fc9cfc8 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: zware date: 2025-04-28T12:15:45-05:00 summary: [3.

[Python-checkins] gh-132026: Ensure _MIPS_SIM has defined _ABI identifiers for comparison (GH-132027)

2025-04-27 Thread zware
https://github.com/python/cpython/commit/6985e2e6dea67630cf13fc02b7ca727af383207b commit: 6985e2e6dea67630cf13fc02b7ca727af383207b branch: main author: Valters Jansons committer: zware date: 2025-04-27T21:56:00Z summary: gh-132026: Ensure _MIPS_SIM has defined _ABI identifiers for comparison

[Python-checkins] gh-81793: Replace skip decorators with specific helpers (GH-133493)

2025-05-05 Thread zware
https://github.com/python/cpython/commit/5b07c6eb89c5a70f70ff5564d3fdaf96442b7a93 commit: 5b07c6eb89c5a70f70ff5564d3fdaf96442b7a93 branch: main author: Zachary Ware committer: zware date: 2025-05-06T05:58:38Z summary: gh-81793: Replace skip decorators with specific helpers (GH-133493) files: M

[Python-checkins] gh-128646: Implement GzipFile.readinto[1]() methods (GH-128647)

2025-03-07 Thread zware
https://github.com/python/cpython/commit/72e5b25efb580fb1f0fdfade516be90d90822164 commit: 72e5b25efb580fb1f0fdfade516be90d90822164 branch: main author: Chris Markiewicz committer: zware date: 2025-03-07T21:04:45-06:00 summary: gh-128646: Implement GzipFile.readinto[1]() methods (GH-128647) The

[Python-checkins] Test fixes for 3.15 (GH-133599)

2025-05-07 Thread zware
https://github.com/python/cpython/commit/74e2acddf68b31ce16e8e0067b1df8c7b67bd6c8 commit: 74e2acddf68b31ce16e8e0067b1df8c7b67bd6c8 branch: main author: Zachary Ware committer: zware date: 2025-05-07T14:50:39-05:00 summary: Test fixes for 3.15 (GH-133599) Followup to

[Python-checkins] wasi: Update the location of the 'config.site' file in the build script (GH-133611)

2025-05-07 Thread zware
https://github.com/python/cpython/commit/14291faa52dfb97179ce747ec9ef91d97f5ab2ab commit: 14291faa52dfb97179ce747ec9ef91d97f5ab2ab branch: main author: Zachary Ware committer: zware date: 2025-05-07T20:48:41Z summary: wasi: Update the location of the 'config.site' file in the build s

[Python-checkins] gh-136710: Fix bad indentation in `os.chdir` docstring (GH-136709)

2025-07-16 Thread zware
https://github.com/python/cpython/commit/bde808ad6ba5eee8a6201983cf071449d7ce7e39 commit: bde808ad6ba5eee8a6201983cf071449d7ce7e39 branch: main author: Harmen Stoppels committer: zware date: 2025-07-16T15:30:10Z summary: gh-136710: Fix bad indentation in `os.chdir` docstring (GH-136709) files

[Python-checkins] [3.13] gh-136710: Fix bad indentation in `os.chdir` docstring (GH-136721)

2025-07-16 Thread zware
https://github.com/python/cpython/commit/fddb58a5efa01cb65e97eabbf7c085dc86164010 commit: fddb58a5efa01cb65e97eabbf7c085dc86164010 branch: 3.13 author: Zachary Ware committer: zware date: 2025-07-16T16:33:46Z summary: [3.13] gh-136710: Fix bad indentation in `os.chdir` docstring (GH-136721

[Python-checkins] gh-136145: Define 'standard library' and 'stdlib' in the glossary (GH-136146)

2025-07-09 Thread zware
https://github.com/python/cpython/commit/92f392ad9e5e10ff98eac319e58ec79df5951ce0 commit: 92f392ad9e5e10ff98eac319e58ec79df5951ce0 branch: main author: Zachary Ware committer: zware date: 2025-07-09T21:33:45Z summary: gh-136145: Define 'standard library' and 'stdlib' in the

[Python-checkins] [3.14] gh-136145: Define 'standard library' and 'stdlib' in the glossary (GH-136485)

2025-07-09 Thread zware
https://github.com/python/cpython/commit/4db567546adb4f7049dd8dcc1c6ea1601a000f0f commit: 4db567546adb4f7049dd8dcc1c6ea1601a000f0f branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: zware date: 2025-07-09T21:39:33Z summary: [3.14] gh-

[Python-checkins] [3.13] gh-136145: Define 'standard library' and 'stdlib' in the glossary (GH-136486)

2025-07-09 Thread zware
https://github.com/python/cpython/commit/2c2dd75941582844b32f61459371095f7205d07d commit: 2c2dd75941582844b32f61459371095f7205d07d branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: zware date: 2025-07-09T21:40:58Z summary: [3.13] gh-

[Python-checkins] gh-135401: Test AWS-LC as a cryptography library in CI (GH-135402)

2025-07-11 Thread zware
https://github.com/python/cpython/commit/db47f4d844acf2b6e52e44f7f3d5f7566b1e402c commit: db47f4d844acf2b6e52e44f7f3d5f7566b1e402c branch: main author: Will Childs-Klein committer: zware date: 2025-07-11T17:24:11-05:00 summary: gh-135401: Test AWS-LC as a cryptography library in CI (GH-135402

[Python-checkins] [3.14] gh-136710: Fix bad indentation in `os.chdir` docstring (GH-136719)

2025-07-16 Thread zware
https://github.com/python/cpython/commit/5f1d46f7d0b03d4deb192e37e6a727136e2e0aa3 commit: 5f1d46f7d0b03d4deb192e37e6a727136e2e0aa3 branch: 3.14 author: Zachary Ware committer: zware date: 2025-07-16T17:15:50Z summary: [3.14] gh-136710: Fix bad indentation in `os.chdir` docstring (GH-136719

[Python-checkins] Exclude _testclinic_depr.c.h from c-analyzer (GH-137086)

2025-07-24 Thread zware
https://github.com/python/cpython/commit/d5e75c07682864e9d265e11f5e4730147e7d4842 commit: d5e75c07682864e9d265e11f5e4730147e7d4842 branch: main author: Zachary Ware committer: zware date: 2025-07-24T15:50:01-05:00 summary: Exclude _testclinic_depr.c.h from c-analyzer (GH-137086) _testclinic.c

[Python-checkins] Fix buildbot release status link in CONTRIBUTING.rst (GH-137429)

2025-08-05 Thread zware
https://github.com/python/cpython/commit/9745976ac6b3e1633838fb6c192328b08ca3f8ce commit: 9745976ac6b3e1633838fb6c192328b08ca3f8ce branch: main author: Zachary Ware committer: zware date: 2025-08-05T19:44:27Z summary: Fix buildbot release status link in CONTRIBUTING.rst (GH-137429) The

[Python-checkins] [3.14] gh-134262: Add retries to downloads in PCbuild\get_external.py (GH-134865)

2025-05-28 Thread zware
https://github.com/python/cpython/commit/34b451532b71249e666428a6bd779eaf289958a7 commit: 34b451532b71249e666428a6bd779eaf289958a7 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: zware date: 2025-05-28T23:47:26Z summary: [3.14] gh-

[Python-checkins] [3.14] gh-134262: Add retries to generate_sbom.py (GH-134460)

2025-05-28 Thread zware
https://github.com/python/cpython/commit/7dc4496655cdc0d698396ff5ca4ef3128aa7fe53 commit: 7dc4496655cdc0d698396ff5ca4ef3128aa7fe53 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: zware date: 2025-05-28T23:52:31Z summary: [3.14] gh-

[Python-checkins] gh-134262: Fix off by one errors in download retry functions (GH-134867)

2025-05-28 Thread zware
https://github.com/python/cpython/commit/e64395e8eb8d3a9e35e3e534e87d427ff27ab0a5 commit: e64395e8eb8d3a9e35e3e534e87d427ff27ab0a5 branch: main author: Emma Smith committer: zware date: 2025-05-28T18:15:39-05:00 summary: gh-134262: Fix off by one errors in download retry functions (GH-134867

[Python-checkins] gh-132339: Add support for OpenSSL 3.5 (GH-137720)

2025-08-13 Thread zware
https://github.com/python/cpython/commit/7a703c8f1942c8bd07943458962f6e59d2892757 commit: 7a703c8f1942c8bd07943458962f6e59d2892757 branch: main author: Zachary Ware committer: zware date: 2025-08-13T23:18:03-05:00 summary: gh-132339: Add support for OpenSSL 3.5 (GH-137720) * Add OpenSSL 3.5.2

[Python-checkins] [3.13] gh-134262: Fix off by one errors in download retry functions (GH-137775)

2025-08-14 Thread zware
https://github.com/python/cpython/commit/4c29fc2b021e2525bcd6e2556b8278de8bace812 commit: 4c29fc2b021e2525bcd6e2556b8278de8bace812 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: zware date: 2025-08-14T19:01:13Z summary: [3.13] gh-

[Python-checkins] Remove long-obsolete PCbuild/field3.py script (GH-139739)

2025-10-18 Thread zware
https://github.com/python/cpython/commit/c53c55b6ed9550dbffc5aad08aad7b920d095972 commit: c53c55b6ed9550dbffc5aad08aad7b920d095972 branch: main author: Zachary Ware committer: zware date: 2025-10-08T00:29:43Z summary: Remove long-obsolete PCbuild/field3.py script (GH-139739) As far as I can

[Python-checkins] [3.13] gh-139573: Update Windows builds to use OpenSSL 3.0.18 (GH-139587)

2025-10-18 Thread zware
https://github.com/python/cpython/commit/1a16059cc318a51da2b90dd0ff995f31ddb8f867 commit: 1a16059cc318a51da2b90dd0ff995f31ddb8f867 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: zware date: 2025-10-04T20:53:16-05:00 summary: [3.

[Python-checkins] gh-139573: Update OpenSSL in CI (GH-139577)

2025-10-17 Thread zware
https://github.com/python/cpython/commit/98e748b3a0d97bd2c785efc63693f971113b3b63 commit: 98e748b3a0d97bd2c785efc63693f971113b3b63 branch: main author: Zachary Ware committer: zware date: 2025-10-04T19:43:17-05:00 summary: gh-139573: Update OpenSSL in CI (GH-139577) files: M .github/workflows

[Python-checkins] gh-90548: Skip ctypes test_null_dlsym when linked to musl (GH-138592)

2025-09-06 Thread zware
https://github.com/python/cpython/commit/7d58461fdb02915aa1c93cba8e8e10201bd47696 commit: 7d58461fdb02915aa1c93cba8e8e10201bd47696 branch: main author: Zachary Ware committer: zware date: 2025-09-06T14:01:18-05:00 summary: gh-90548: Skip ctypes test_null_dlsym when linked to musl (GH-138592

[Python-checkins] gh-90548: Allow Alpine/MUSL to pass test_c_locale_coercion. (GH-134454)

2025-09-06 Thread zware
https://github.com/python/cpython/commit/bcdac03670eff192e670aef696cce47e69061be8 commit: bcdac03670eff192e670aef696cce47e69061be8 branch: main author: R. David Murray committer: zware date: 2025-09-06T14:01:11-05:00 summary: gh-90548: Allow Alpine/MUSL to pass test_c_locale_coercion. (GH

[Python-checkins] gh-90548: Skip NODEV portion of test_makedev when linked to musl (GH-138593)

2025-09-07 Thread zware
https://github.com/python/cpython/commit/bbe00d53e9f598b012470cf077357cbbcbee737f commit: bbe00d53e9f598b012470cf077357cbbcbee737f branch: main author: Zachary Ware committer: zware date: 2025-09-06T14:01:26-05:00 summary: gh-90548: Skip NODEV portion of test_makedev when linked to musl (GH

[Python-checkins] Fix Windows path in `venv` docs (GH-138476)

2025-09-03 Thread zware
https://github.com/python/cpython/commit/f8d9cb140726a0167c9f733c706b834a7d273476 commit: f8d9cb140726a0167c9f733c706b834a7d273476 branch: main author: Zachary Ware committer: zware date: 2025-09-03T20:15:47Z summary: Fix Windows path in `venv` docs (GH-138476) files: M Doc/library/venv.rst

[Python-checkins] gh-72249: Correct wording of GH-101910 blurb (GH-138468)

2025-09-03 Thread zware
https://github.com/python/cpython/commit/007bc5fc623c632b13bc0c818bbb31db3dce83a9 commit: 007bc5fc623c632b13bc0c818bbb31db3dce83a9 branch: main author: Zachary Ware committer: zware date: 2025-09-03T13:19:54-05:00 summary: gh-72249: Correct wording of GH-101910 blurb (GH-138468) This

[Python-checkins] [3.13] gh-72249: Correct wording of GH-101910 blurb (GH-138471)

2025-09-03 Thread zware
https://github.com/python/cpython/commit/e8280e3f915daed989c2b89304b236f84d7b2f27 commit: e8280e3f915daed989c2b89304b236f84d7b2f27 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: zware date: 2025-09-03T18:27:23Z summary: [3.13] gh

[Python-checkins] [3.13] Fix Windows path in `venv` docs (GH-138478)

2025-09-03 Thread zware
https://github.com/python/cpython/commit/a62b59a96e1e4efe962dfab3278bb7c8f85c7e9f commit: a62b59a96e1e4efe962dfab3278bb7c8f85c7e9f branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: zware date: 2025-09-03T20:22:05Z summary: [3.13] Fix W

[Python-checkins] [3.13] gh-90548: Skip NODEV portion of test_makedev when linked to musl (GH-138713)

2025-09-09 Thread zware
https://github.com/python/cpython/commit/7d724708bfb047706a33a94428e07a42199f95f4 commit: 7d724708bfb047706a33a94428e07a42199f95f4 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: zware date: 2025-09-09T20:01:53Z summary: [3.13] gh

[Python-checkins] gh-71648: Remove unused image `Doc/faq/python-video-icon.png` (GH-138841)

2025-09-13 Thread zware
https://github.com/python/cpython/commit/35e6138d1f6c0c597095afbc03b1aa7197db8142 commit: 35e6138d1f6c0c597095afbc03b1aa7197db8142 branch: main author: Stan Ulbrych <[email protected]> committer: zware date: 2025-09-12T11:16:51-05:00 summary: gh-71648:

[Python-checkins] [3.14] gh-138843: Removing "Unpacking" section from Download page (GH-139921)

2025-10-17 Thread zware
https://github.com/python/cpython/commit/7ea79f6342db5851a9e734130ffec003e7045dea commit: 7ea79f6342db5851a9e734130ffec003e7045dea branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: zware date: 2025-10-10T14:31:38-05:00 summary: [3.

[Python-checkins] [3.13] gh-138843: Removing "Unpacking" section from Download page (GH-139920)

2025-10-17 Thread zware
https://github.com/python/cpython/commit/38bedb342d35562be6a2e71fdb56e8d7b3a79efd commit: 38bedb342d35562be6a2e71fdb56e8d7b3a79efd branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: zware date: 2025-10-10T14:31:50-05:00 summary: [3.

[Python-checkins] gh-139573: Update Windows builds to use OpenSSL 3.0.18 (GH-139574)

2025-10-17 Thread zware
https://github.com/python/cpython/commit/063cefd7490e62cb2ad2711634a992c090fb commit: 063cefd7490e62cb2ad2711634a992c090fb branch: main author: Zachary Ware committer: zware date: 2025-10-04T19:56:59-05:00 summary: gh-139573: Update Windows builds to use OpenSSL 3.0.18 (GH-139574

[Python-checkins] [3.13] gh-139573: Update OpenSSL in CI (GH-139585)

2025-10-18 Thread zware
https://github.com/python/cpython/commit/dbcaa25839ae040d2d251c746d1e4e12c51f234c commit: dbcaa25839ae040d2d251c746d1e4e12c51f234c branch: 3.13 author: Zachary Ware committer: zware date: 2025-10-04T20:52:08-05:00 summary: [3.13] gh-139573: Update OpenSSL in CI (GH-139585) (cherry picked from

[Python-checkins] gh-138843: Removing "Unpacking" section from Download page (GH-139918)

2025-10-10 Thread zware
https://github.com/python/cpython/commit/aa840f500ca901deea29669df68992193a273a62 commit: aa840f500ca901deea29669df68992193a273a62 branch: main author: Stan Ulbrych <[email protected]> committer: zware date: 2025-10-10T14:22:34-05:00 summary: gh-138843: Re

[Python-checkins] [3.14] gh-124694: Add versionadded note to InterpreterPoolExecutor (GH-140605)

2025-10-25 Thread zware
https://github.com/python/cpython/commit/596111546d69cb6272fe671577c198fc75d1c46b commit: 596111546d69cb6272fe671577c198fc75d1c46b branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: zware date: 2025-10-25T23:37:24Z summary: [3.14] gh-

  1   2   >