[Python-checkins] gh-117459: Keep the traceback in _convert_future_exc (#117460)

2024-04-03 Thread gvanrossum
https://github.com/python/cpython/commit/85843348c5f0b8c2f973e8bc586475e69af19cd2 commit: 85843348c5f0b8c2f973e8bc586475e69af19cd2 branch: main author: rsp4jack committer: gvanrossum date: 2024-04-03T20:13:32-07:00 summary: gh-117459: Keep the traceback in _convert_future_exc (#117460) files: A

[Python-checkins] gh-117267: Ensure DirEntry.stat().st_ctime still contains creation time during deprecation period (GH-117354)

2024-04-03 Thread zooba
https://github.com/python/cpython/commit/eca377f203c95153f69faf7d435f5e537ad9b59a commit: eca377f203c95153f69faf7d435f5e537ad9b59a branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: zooba date: 2024-04-03T22:32:09Z summary: gh-117267: Ensure Di

[Python-checkins] gh-117205: Increase chunksize when compiling pyc in parallel (#117206)

2024-04-03 Thread hauntsaninja
https://github.com/python/cpython/commit/b4fe02f595fcb9f78261920a268ef614821ec195 commit: b4fe02f595fcb9f78261920a268ef614821ec195 branch: main author: Shantanu <[email protected]> committer: hauntsaninja <[email protected]> date: 2024-04-03

[Python-checkins] gh-117267: Ensure DirEntry.stat().st_ctime still contains creation time during deprecation period (GH-117354)

2024-04-03 Thread zooba
https://github.com/python/cpython/commit/985917dc8d34e2d2f717f7a981580a8dcf18d53a commit: 985917dc8d34e2d2f717f7a981580a8dcf18d53a branch: main author: Steve Dower committer: zooba date: 2024-04-03T23:14:55+01:00 summary: gh-117267: Ensure DirEntry.stat().st_ctime still contains creation time du

[Python-checkins] gh-114329: Fix PyList_GetItemRef() limited C API definition (#117520)

2024-04-03 Thread vstinner
https://github.com/python/cpython/commit/2057c92125f2e37caee209f032be9fe9c208357b commit: 2057c92125f2e37caee209f032be9fe9c208357b branch: main author: Victor Stinner committer: vstinner date: 2024-04-03T21:02:42Z summary: gh-114329: Fix PyList_GetItemRef() limited C API definition (#117520) fi

[Python-checkins] gh-113317: Argument Clinic: Add libclinic.clanguage (#117455)

2024-04-03 Thread vstinner
https://github.com/python/cpython/commit/c43f6a4dfaa1c1974141e2f7014a7f98ca3a3f93 commit: c43f6a4dfaa1c1974141e2f7014a7f98ca3a3f93 branch: main author: Victor Stinner committer: vstinner date: 2024-04-03T18:17:51Z summary: gh-113317: Argument Clinic: Add libclinic.clanguage (#117455) Add libcli

[Python-checkins] gh-116168: Remove extra `_CHECK_STACK_SPACE` uops (#117242)

2024-04-03 Thread gvanrossum
https://github.com/python/cpython/commit/1c434688866db79082def4f9ef572b85d85908c8 commit: 1c434688866db79082def4f9ef572b85d85908c8 branch: main author: Peter Lazorchak committer: gvanrossum date: 2024-04-03T17:14:18Z summary: gh-116168: Remove extra `_CHECK_STACK_SPACE` uops (#117242) This merg

[Python-checkins] gh-76785: Raise InterpreterError, Not RuntimeError (gh-117489)

2024-04-03 Thread ericsnowcurrently
https://github.com/python/cpython/commit/976bcb2379709da57073a9e07b518ff51daa617a commit: 976bcb2379709da57073a9e07b518ff51daa617a branch: main author: Eric Snow committer: ericsnowcurrently date: 2024-04-03T10:58:39-06:00 summary: gh-76785: Raise InterpreterError, Not RuntimeError (gh-117489)

[Python-checkins] gh-117431: Adapt str.find and friends to Argument Clinic (#117468)

2024-04-03 Thread erlend-aasland
https://github.com/python/cpython/commit/7ecd55d604a8fa287c1d131cac14d10260be826b commit: 7ecd55d604a8fa287c1d131cac14d10260be826b branch: main author: Erlend E. Aasland committer: erlend-aasland date: 2024-04-03T17:59:18+02:00 summary: gh-117431: Adapt str.find and friends to Argument Clinic (#

[Python-checkins] GH-114847: Raise FileNotFoundError when getcwd() returns '(unreachable)' (#117481)

2024-04-03 Thread barneygale
https://github.com/python/cpython/commit/345194de8cb3ceaa40d19353d30ba6e23b6e6edb commit: 345194de8cb3ceaa40d19353d30ba6e23b6e6edb branch: main author: Barney Gale committer: barneygale date: 2024-04-03T16:39:40+01:00 summary: GH-114847: Raise FileNotFoundError when getcwd() returns '(unreachabl

[Python-checkins] gh-117215 Make the fromskey() signature match dict.fromkeys(). (gh-117493)

2024-04-03 Thread rhettinger
https://github.com/python/cpython/commit/03f7aaf953f00bf2953c21a057d8e6e88db659c8 commit: 03f7aaf953f00bf2953c21a057d8e6e88db659c8 branch: main author: Raymond Hettinger committer: rhettinger date: 2024-04-03T10:08:18-05:00 summary: gh-117215 Make the fromskey() signature match dict.fromkeys().

[Python-checkins] gh-59215: unittest: restore _top_level_dir at end of discovery (GH-15242)

2024-04-03 Thread encukou
https://github.com/python/cpython/commit/fc5f68e58ecfbc8c452e1c2f33a2a53d3f2d7ea2 commit: fc5f68e58ecfbc8c452e1c2f33a2a53d3f2d7ea2 branch: main author: Zackery Spytz committer: encukou date: 2024-04-03T16:17:13+02:00 summary: gh-59215: unittest: restore _top_level_dir at end of discovery (GH-152

[Python-checkins] [3.12] gh-117166: Ignore empty and temporary dirs in `test_makefile` (GH-117190) (GH-117367)

2024-04-03 Thread encukou
https://github.com/python/cpython/commit/fad48ea1816be3125ea51edcdfe2f999d6ade796 commit: fad48ea1816be3125ea51edcdfe2f999d6ade796 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2024-04-03T15:32:55+02:00 summary: [3.12] gh-117

[Python-checkins] gh-116303: Skip test module dependent tests if test modules are unavailable (#117341)

2024-04-03 Thread erlend-aasland
https://github.com/python/cpython/commit/ea94b3b149eeadf33c2f7c46f16dcda0adc7cf4e commit: ea94b3b149eeadf33c2f7c46f16dcda0adc7cf4e branch: main author: Erlend E. Aasland committer: erlend-aasland date: 2024-04-03T15:11:36+02:00 summary: gh-116303: Skip test module dependent tests if test modules

[Python-checkins] gh-117381: Improve error messages for ntpath.commonpath() (GH-117382)

2024-04-03 Thread serhiy-storchaka
https://github.com/python/cpython/commit/2ec6bb4111d2c03c1cac02b27c74beee7e5a2a05 commit: 2ec6bb4111d2c03c1cac02b27c74beee7e5a2a05 branch: main author: Nice Zombies committer: serhiy-storchaka date: 2024-04-03T16:10:09+03:00 summary: gh-117381: Improve error messages for ntpath.commonpath() (GH-

[Python-checkins] gh-117483: Accept "Broken pipe" as valid error message in `test_wrong_cert_tls13` (GH-117484)

2024-04-03 Thread encukou
https://github.com/python/cpython/commit/a214f55b274df9782e78e99516a372e0b800162a commit: a214f55b274df9782e78e99516a372e0b800162a branch: main author: Sam Gross committer: encukou date: 2024-04-03T14:29:02+02:00 summary: gh-117483: Accept "Broken pipe" as valid error message in `test_wrong_cer

[Python-checkins] GH-70647: Deprecate strptime day of month parsing without a year present to avoid leap-year bugs (GH-117107)

2024-04-03 Thread encukou
https://github.com/python/cpython/commit/33ee5cb3e92ea8798e7f1a2f3a13b92b39cee6d6 commit: 33ee5cb3e92ea8798e7f1a2f3a13b92b39cee6d6 branch: main author: Gregory P. Smith committer: encukou date: 2024-04-03T14:19:49+02:00 summary: GH-70647: Deprecate strptime day of month parsing without a year pr

[Python-checkins] gh-117431: Adapt bytes and bytearray .startswith() and .endswith() to Argument Clinic (#117495)

2024-04-03 Thread erlend-aasland
https://github.com/python/cpython/commit/595bb496b0504429cf01a76fd1ada718d9dd25ca commit: 595bb496b0504429cf01a76fd1ada718d9dd25ca branch: main author: Erlend E. Aasland committer: erlend-aasland date: 2024-04-03T13:11:14+02:00 summary: gh-117431: Adapt bytes and bytearray .startswith() and .end

[Python-checkins] gh-117431: Fix str.endswith docstring (#117499)

2024-04-03 Thread erlend-aasland
https://github.com/python/cpython/commit/1dc1521042d5e750b4a129ac8dd439edafed6783 commit: 1dc1521042d5e750b4a129ac8dd439edafed6783 branch: main author: Erlend E. Aasland committer: erlend-aasland date: 2024-04-03T12:33:20+02:00 summary: gh-117431: Fix str.endswith docstring (#117499) The first

[Python-checkins] gh-117281: Change weakref repr() to fully qualified name (#117285)

2024-04-03 Thread vstinner
https://github.com/python/cpython/commit/8ef98924d304b5c9430e23f8170e2c32ec3a9920 commit: 8ef98924d304b5c9430e23f8170e2c32ec3a9920 branch: main author: Victor Stinner committer: vstinner date: 2024-04-03T12:18:05+02:00 summary: gh-117281: Change weakref repr() to fully qualified name (#117285)

[Python-checkins] [3.12] gh-91565: Update issue tracker URL in error message. (GH-117450) (#117497)

2024-04-03 Thread ezio-melotti
https://github.com/python/cpython/commit/06ba6c86d2f05182b6d54f26ce80e40ea97c2d19 commit: 06ba6c86d2f05182b6d54f26ce80e40ea97c2d19 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: ezio-melotti date: 2024-04-03T11:10:12+02:00 summary: [3.12] g

[Python-checkins] gh-91565: Update issue tracker URL in error message. (#117450)

2024-04-03 Thread ezio-melotti
https://github.com/python/cpython/commit/8987a5c809343ae0dd2b8e607bf2c32a87773127 commit: 8987a5c809343ae0dd2b8e607bf2c32a87773127 branch: main author: Ezio Melotti committer: ezio-melotti date: 2024-04-03T10:43:52+02:00 summary: gh-91565: Update issue tracker URL in error message. (#117450) *

[Python-checkins] gh-117431: Adapt str.startswith and str.endswith to Argument Clinic (#117466)

2024-04-03 Thread erlend-aasland
https://github.com/python/cpython/commit/444156ede44204ef16c9d3cfcb03a637535fd5bf commit: 444156ede44204ef16c9d3cfcb03a637535fd5bf branch: main author: Erlend E. Aasland committer: erlend-aasland date: 2024-04-03T09:11:39+02:00 summary: gh-117431: Adapt str.startswith and str.endswith to Argumen