[Python-checkins] [3.13] gh-139283: correctly handle `size` limit in `cursor.fetchmany()` (GH-139296) (#139444)

2025-10-18 Thread Yhg1s
https://github.com/python/cpython/commit/7bb51bd5bef5b27d5619c11cb51686ebe22726db commit: 7bb51bd5bef5b27d5619c11cb51686ebe22726db branch: 3.13 author: Bénédikt Tran <[email protected]> committer: Yhg1s date: 2025-10-07T13:33:40+02:00 summary: [3.13] gh-139283: cor

[Python-checkins] [3.13] gh-139327: fix some reference leaks in `sqlite3` error branches (GH-139328) (#139472)

2025-10-18 Thread Yhg1s
https://github.com/python/cpython/commit/be8f3a68f4df6251ae6b9b8e965861686a8909f1 commit: be8f3a68f4df6251ae6b9b8e965861686a8909f1 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2025-10-07T13:32:51+02:00 summary: [3.

[Python-checkins] [3.13] gh-63161: Add more tests for source encoding (GH-139440) (#139443)

2025-10-18 Thread Yhg1s
https://github.com/python/cpython/commit/4216ea7c81feae4e28ed393c1f719a5191db2ded commit: 4216ea7c81feae4e28ed393c1f719a5191db2ded branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2025-10-07T13:34:08+02:00 summary: [3.

[Python-checkins] Python 3.12.12

2025-10-18 Thread Yhg1s
https://github.com/python/cpython/commit/4a5632fbf9bf59477c540e3f53fa7cdbeea3e3f5 commit: 4a5632fbf9bf59477c540e3f53fa7cdbeea3e3f5 branch: 3.12 author: Thomas Wouters committer: Yhg1s date: 2025-10-09T13:07:00+02:00 summary: Python 3.12.12 files: A Misc/NEWS.d/3.12.12.rst D Misc/NEWS.d/next

[Python-checkins] Python 3.13.8

2025-10-17 Thread Yhg1s
https://github.com/python/cpython/commit/a15ae614deb58f78f9f4aa11ed18a0afc6a9df7d commit: a15ae614deb58f78f9f4aa11ed18a0afc6a9df7d branch: 3.13 author: Thomas Wouters committer: Yhg1s date: 2025-10-07T14:01:51+02:00 summary: Python 3.13.8 files: A Misc/NEWS.d/3.13.8.rst D Misc/NEWS.d/next

[Python-checkins] [3.13] gh-139436: Remove link to the PDF downloads (GH-139142) (#139427)

2025-10-17 Thread Yhg1s
https://github.com/python/cpython/commit/cb4b09a2e1cba32ddc016feb251d10c4519e2e5f commit: cb4b09a2e1cba32ddc016feb251d10c4519e2e5f branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2025-10-07T13:34:51+02:00 summary: [3.

[Python-checkins] [3.12] gh-138744: GitHub Actions: pin to `windows-2022` (GH-138743) (#138754)

2025-09-26 Thread Yhg1s
https://github.com/python/cpython/commit/cc9a7d85879fb603e4c1bcff4a3679adad939025 commit: cc9a7d85879fb603e4c1bcff4a3679adad939025 branch: 3.12 author: Hugo van Kemenade <[email protected]> committer: Yhg1s date: 2025-09-26T19:06:04+02:00 summary: [3.12] gh-138744:

[Python-checkins] [3.13] gh-138633: synchronize documented signatures of SSL objects with runtime ones (GH-138639, GH-138648) (#138647)

2025-09-18 Thread Yhg1s
https://github.com/python/cpython/commit/3b2440256814f0f663556aceba868bef15b58205 commit: 3b2440256814f0f663556aceba868bef15b58205 branch: 3.13 author: Bénédikt Tran <[email protected]> committer: Yhg1s date: 2025-09-18T13:07:06+01:00 summary: [3.13] gh-

[Python-checkins] [3.13] gh-137376: Add note on top-level `global` declarations (GH-137707) (#138022)

2025-09-18 Thread Yhg1s
https://github.com/python/cpython/commit/2d24b13d034e3097a49e8be97188bd86698de74d commit: 2d24b13d034e3097a49e8be97188bd86698de74d branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2025-09-18T13:02:17+01:00 summary: [3.

[Python-checkins] [3.13] gh-138871: Clarify NameError exception in 'del' (GH-138881) (#138904)

2025-09-18 Thread Yhg1s
https://github.com/python/cpython/commit/54d5235ed3c44cbc415f3eb8fc4f3b1744de8437 commit: 54d5235ed3c44cbc415f3eb8fc4f3b1744de8437 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2025-09-18T12:43:24+01:00 summary: [3.

[Python-checkins] [3.13] gh-136006: fix `Py_NAN` expansion on Solaris systems (GH-136575) (#138734)

2025-09-18 Thread Yhg1s
https://github.com/python/cpython/commit/df349036b3f912e539643d91b84cbce32e4a1051 commit: df349036b3f912e539643d91b84cbce32e4a1051 branch: 3.13 author: Bénédikt Tran <[email protected]> committer: Yhg1s date: 2025-09-18T12:47:12+01:00 summary: [3.13] gh-13600

[Python-checkins] [3.13] gh-138008: Fix segfaults in _ctypes due to invalid argtypes (GH-138285) (#138746)

2025-09-18 Thread Yhg1s
https://github.com/python/cpython/commit/135198dd5d1cd029c1f111f3504cfd4fb63a9f3c commit: 135198dd5d1cd029c1f111f3504cfd4fb63a9f3c branch: 3.13 author: Petr Viktorin committer: Yhg1s date: 2025-09-18T12:46:05+01:00 summary: [3.13] gh-138008: Fix segfaults in _ctypes due to invalid argtypes (GH

[Python-checkins] [3.13] Make Android streams respect the unbuffered (`-u`) option (GH-138806) (#139110)

2025-09-18 Thread Yhg1s
https://github.com/python/cpython/commit/5e59aef20f1f7b261c6550c698f813f996417417 commit: 5e59aef20f1f7b261c6550c698f813f996417417 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2025-09-18T12:45:03+01:00 summary: [3.13

[Python-checkins] Python 3.13.7

2025-08-14 Thread Yhg1s
https://github.com/python/cpython/commit/bcee1c322115c581da27600f2ae55e5439c027eb commit: bcee1c322115c581da27600f2ae55e5439c027eb branch: 3.13 author: Thomas Wouters committer: Yhg1s date: 2025-08-14T13:12:11+02:00 summary: Python 3.13.7 files: A Misc/NEWS.d/3.13.7.rst D Misc/NEWS.d/next/Core

[Python-checkins] [3.13] gh-131788: make resource_tracker re-entrant safe (GH-131787) (#137738)

2025-08-14 Thread Yhg1s
https://github.com/python/cpython/commit/d22276dc7d907d868f59e7b65f9d1c1af80bdfbe commit: d22276dc7d907d868f59e7b65f9d1c1af80bdfbe branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2025-08-14T12:52:30+02:00 summary: [3.

[Python-checkins] Python 3.13.6

2025-08-06 Thread Yhg1s
https://github.com/python/cpython/commit/4e665351082c50018fb31d80db25b4693057393e commit: 4e665351082c50018fb31d80db25b4693057393e branch: 3.13 author: Thomas Wouters committer: Yhg1s date: 2025-08-06T15:05:20+02:00 summary: Python 3.13.6 files: A Misc/NEWS.d/3.13.6.rst D Misc/NEWS.d/next

[Python-checkins] [3.13] gh-137134: Update SQLite to 3.50.4 for binary releases (GH-137135) (#137455)

2025-08-06 Thread Yhg1s
https://github.com/python/cpython/commit/1024f1ab8636e1cc0173092716a162613e409046 commit: 1024f1ab8636e1cc0173092716a162613e409046 branch: 3.13 author: Hugo van Kemenade <[email protected]> committer: Yhg1s date: 2025-08-06T14:59:55+02:00 summary: [3.13] gh-137134:

[Python-checkins] [3.13] gh-137056: Fix DTrace build support on NetBSD (GH-137057) (#137445)

2025-08-06 Thread Yhg1s
https://github.com/python/cpython/commit/5c5574bfeb2d21813d371b6b8456438bdb63d74b commit: 5c5574bfeb2d21813d371b6b8456438bdb63d74b branch: 3.13 author: Serhiy Storchaka committer: Yhg1s date: 2025-08-06T15:02:26+02:00 summary: [3.13] gh-137056: Fix DTrace build support on NetBSD (GH-137057

[Python-checkins] [3.12] gh-130577: tarfile now validates archives to ensure member offsets are non-negative (GH-137027) (#137171)

2025-08-04 Thread Yhg1s
https://github.com/python/cpython/commit/c9d9f78feb1467e73fd29356c040bde1c104f29f commit: c9d9f78feb1467e73fd29356c040bde1c104f29f branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2025-08-04T13:45:06+02:00 summary: [3.

[Python-checkins] Python 3.13.5

2025-06-11 Thread Yhg1s
https://github.com/python/cpython/commit/6cb20a219a860eaf687b2d968b41c480c7461909 commit: 6cb20a219a860eaf687b2d968b41c480c7461909 branch: 3.13 author: Thomas Wouters committer: Yhg1s date: 2025-06-11T17:36:57+02:00 summary: Python 3.13.5 files: A Misc/NEWS.d/3.13.5.rst D Misc/NEWS.d/next/C

[Python-checkins] [3.13] gh-132415: Update vendored setuptools in ``Lib/test/wheeldata`` (GH-132887) (#135391)

2025-06-11 Thread Yhg1s
https://github.com/python/cpython/commit/5f5b173cc7537140aad8a41c5e24852365251e14 commit: 5f5b173cc7537140aad8a41c5e24852365251e14 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2025-06-11T14:55:14Z summary: [3.13] gh-

[Python-checkins] [3.13] Docs: Add note to tutorial clarifying scope (GH-134534) (#134535)

2025-06-11 Thread Yhg1s
https://github.com/python/cpython/commit/690198891a79832c3c2b1c2f5d20f6929e107ef5 commit: 690198891a79832c3c2b1c2f5d20f6929e107ef5 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2025-06-11T16:13:37+02:00 summary: [3.13

[Python-checkins] gh-133967: Do not normalize locale name 'C.UTF-8' to 'en_US.UTF-8' (#135347)

2025-06-10 Thread Yhg1s
https://github.com/python/cpython/commit/0f866cbfefd797b4dae25962457c5579bb90dde5 commit: 0f866cbfefd797b4dae25962457c5579bb90dde5 branch: main author: Serhiy Storchaka committer: Yhg1s date: 2025-06-10T13:38:32Z summary: gh-133967: Do not normalize locale name 'C.UTF-8' to &#

[Python-checkins] [3.13] gh-135326: Restore support of __index__ in random.getrandbits() (#135332)

2025-06-10 Thread Yhg1s
https://github.com/python/cpython/commit/37027ab535d13462e1708e1e897a38960164d505 commit: 37027ab535d13462e1708e1e897a38960164d505 branch: 3.13 author: Serhiy Storchaka committer: Yhg1s date: 2025-06-10T12:41:10+02:00 summary: [3.13] gh-135326: Restore support of __index__ in random.getrandbits

[Python-checkins] gh-134036: Update test_syntax for gh-133999 (#135204)

2025-06-06 Thread Yhg1s
https://github.com/python/cpython/commit/82415acf62f039b384e7ffdc5a24ff1f1207cfe5 commit: 82415acf62f039b384e7ffdc5a24ff1f1207cfe5 branch: main author: Victor Stinner committer: Yhg1s date: 2025-06-06T12:22:14Z summary: gh-134036: Update test_syntax for gh-133999 (#135204) files: M Lib/test

[Python-checkins] [3.14] gh-135144: Add `_remote_debugging` to the MSI (legacy) Windows installers. (GH-135145) (#135150)

2025-06-04 Thread Yhg1s
https://github.com/python/cpython/commit/169cdfefce83fabcea48d0ba24ca4dba210f41d0 commit: 169cdfefce83fabcea48d0ba24ca4dba210f41d0 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2025-06-04T20:08:52Z summary: [3.14] gh-

[Python-checkins] gh-135144: Add `_remote_debugging` to the MSI (legacy) Windows installers. (#135145)

2025-06-04 Thread Yhg1s
https://github.com/python/cpython/commit/e598eecf4c97509acef517e94053e45db51636fb commit: e598eecf4c97509acef517e94053e45db51636fb branch: main author: T. Wouters committer: Yhg1s date: 2025-06-04T21:39:00+02:00 summary: gh-135144: Add `_remote_debugging` to the MSI (legacy) Windows installers

[Python-checkins] Python 3.13.4

2025-06-03 Thread Yhg1s
https://github.com/python/cpython/commit/8a526ec7cbea8fafc9dae4b3dd6371906b9be342 commit: 8a526ec7cbea8fafc9dae4b3dd6371906b9be342 branch: 3.13 author: Thomas Wouters committer: Yhg1s date: 2025-06-03T17:34:24+02:00 summary: Python 3.13.4 files: A Misc/NEWS.d/3.13.4.rst D Misc/NEWS.d/next

[Python-checkins] Python 3.12.11

2025-06-03 Thread Yhg1s
https://github.com/python/cpython/commit/55fee9cf216abe4ec0d1139f94b1930fbd0c7644 commit: 55fee9cf216abe4ec0d1139f94b1930fbd0c7644 branch: 3.12 author: Thomas Wouters committer: Yhg1s date: 2025-06-03T17:41:47+02:00 summary: Python 3.12.11 files: A Misc/NEWS.d/3.12.11.rst D Misc/NEWS.d/next

[Python-checkins] Revert "Fix a glaring error in the logic backport of posixpath."

2025-06-03 Thread Yhg1s
https://github.com/python/cpython/commit/e0cb9afea4af59b65ce4954f8062473c0c8d6f90 commit: e0cb9afea4af59b65ce4954f8062473c0c8d6f90 branch: 3.10 author: Thomas Wouters committer: Yhg1s date: 2025-06-03T14:25:37+02:00 summary: Revert "Fix a glaring error in the logic backport of posixpath.&q

[Python-checkins] Fix a glaring error in the logic backport of posixpath.

2025-06-03 Thread Yhg1s
https://github.com/python/cpython/commit/b357f2bca375948aca03047d9209ce364e64bfa4 commit: b357f2bca375948aca03047d9209ce364e64bfa4 branch: 3.10 author: Thomas Wouters committer: Yhg1s date: 2025-06-03T14:12:21+02:00 summary: Fix a glaring error in the logic backport of posixpath. files: M Lib

[Python-checkins] gh-135034: Normalize link targets in tarfile, add `os.path.realpath(strict='allow_missing')` (#135037)

2025-06-03 Thread Yhg1s
https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a commit: 3612d8f51741b11f36f8fb0494d79086bac9390a branch: main author: Łukasz Langa committer: Yhg1s date: 2025-06-03T12:42:11+02:00 summary: gh-135034: Normalize link targets in tarfile, add `os.path.realpath

[Python-checkins] [3.12] gh-134062: Fix hash collisions in IPv4Network and IPv6Network (GH-134063) (#134478)

2025-05-25 Thread Yhg1s
https://github.com/python/cpython/commit/d02823e8c45c735004d5f5902d295f5ec5fab171 commit: d02823e8c45c735004d5f5902d295f5ec5fab171 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2025-05-25T20:34:22-07:00 summary: [3.

[Python-checkins] [3.12] gh-128840: Limit the number of parts in IPv6 address parsing (GH-128841) (#134612)

2025-05-25 Thread Yhg1s
https://github.com/python/cpython/commit/d4cf1fafafc673e6147ff9d28f66ac1b50637605 commit: d4cf1fafafc673e6147ff9d28f66ac1b50637605 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2025-05-25T20:34:44-07:00 summary: [3.

[Python-checkins] [3.12] gh-133767: Fix use-after-free in the unicode-escape decoder with an error handler (GH-129648) (GH-133944) (#134337)

2025-05-25 Thread Yhg1s
https://github.com/python/cpython/commit/4398b788ffc1f954a2c552da285477d42a571292 commit: 4398b788ffc1f954a2c552da285477d42a571292 branch: 3.12 author: Serhiy Storchaka committer: Yhg1s date: 2025-05-25T20:33:22-07:00 summary: [3.12] gh-133767: Fix use-after-free in the unicode-escape decoder

[Python-checkins] gh-132917: Fix data race detected by tsan (#133508)

2025-05-06 Thread Yhg1s
https://github.com/python/cpython/commit/53e6d76aa30eb760fb8ff788815f22a0e6c101cd commit: 53e6d76aa30eb760fb8ff788815f22a0e6c101cd branch: main author: T. Wouters committer: Yhg1s date: 2025-05-06T11:23:10Z summary: gh-132917: Fix data race detected by tsan (#133508) Fix data race detected by

[Python-checkins] [3.12] GH-133410: Use commit hashes for change detection (gh-133416) (#133426)

2025-05-05 Thread Yhg1s
https://github.com/python/cpython/commit/483729fbc639e6c9913908a3f9218f16a1f68433 commit: 483729fbc639e6c9913908a3f9218f16a1f68433 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2025-05-06T01:48:34+02:00 summary: [3.

[Python-checkins] gh-129987: Selectively re-enable SLP autovectorization of _PyEval_EvalFrameDefault (#132530)

2025-04-15 Thread Yhg1s
https://github.com/python/cpython/commit/c66ffcf8e3ab889a30aae43520aa29c167344bd3 commit: c66ffcf8e3ab889a30aae43520aa29c167344bd3 branch: main author: T. Wouters committer: Yhg1s date: 2025-04-15T09:39:32Z summary: gh-129987: Selectively re-enable SLP autovectorization of

[Python-checkins] [3.13] GH-127953: Make line number lookup O(1) regardless of the size of the code object (#129127)

2025-04-10 Thread Yhg1s
https://github.com/python/cpython/commit/3f3863281bb3cd40efc2f1c4bed901457b8cd170 commit: 3f3863281bb3cd40efc2f1c4bed901457b8cd170 branch: 3.13 author: Mark Shannon committer: Yhg1s date: 2025-04-07T20:15:02+02:00 summary: [3.13] GH-127953: Make line number lookup O(1) regardless of the size of

[Python-checkins] [3.12] gh-116608: undeprecate functional importlib.resources API (#132206)

2025-04-10 Thread Yhg1s
https://github.com/python/cpython/commit/3fc57f86b12ad9ccd2cd6aa1303f185314246d60 commit: 3fc57f86b12ad9ccd2cd6aa1303f185314246d60 branch: 3.12 author: Thomas Grainger committer: Yhg1s date: 2025-04-08T10:36:29+02:00 summary: [3.12] gh-116608: undeprecate functional importlib.resources API

[Python-checkins] [3.13] gh-115684: Clarify datetime `replace` documentation (GH-116519) (#131676)

2025-04-10 Thread Yhg1s
https://github.com/python/cpython/commit/7e9c5772a88f9d39632d173de5fdbb223ca7923b commit: 7e9c5772a88f9d39632d173de5fdbb223ca7923b branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2025-04-08T10:45:21+02:00 summary: [3.

[Python-checkins] gh-132336: Mark a few "slow path" functions used by the interpreter loop as noinline (#132337)

2025-04-10 Thread Yhg1s
https://github.com/python/cpython/commit/619edb802e10741eff8eeab7dd279406bcd4b39c commit: 619edb802e10741eff8eeab7dd279406bcd4b39c branch: main author: mpage committer: Yhg1s date: 2025-04-10T10:41:15+02:00 summary: gh-132336: Mark a few "slow path" functions used by the interpret

[Python-checkins] Python 3.13.3

2025-04-08 Thread Yhg1s
https://github.com/python/cpython/commit/6280bb547840b609feedb78887c6491af75548e8 commit: 6280bb547840b609feedb78887c6491af75548e8 branch: 3.13 author: Thomas Wouters committer: Yhg1s date: 2025-04-08T15:54:08+02:00 summary: Python 3.13.3 files: A Misc/NEWS.d/3.13.3.rst D Misc/NEWS.d/next

[Python-checkins] Python 3.12.10

2025-04-08 Thread Yhg1s
https://github.com/python/cpython/commit/0cc81280367df838c4b199f8f0378837165071c2 commit: 0cc81280367df838c4b199f8f0378837165071c2 branch: 3.12 author: Thomas Wouters committer: Yhg1s date: 2025-04-08T13:35:47+02:00 summary: Python 3.12.10 files: A Misc/NEWS.d/3.12.10.rst D Misc/NEWS.d/next

[Python-checkins] gh-131998: Fix `NULL` dereference when using an unbound method descriptor in a specialized code path (#132000)

2025-04-08 Thread Yhg1s
https://github.com/python/cpython/commit/ac3c439cdfee8452f2bcceacd67a1f4e423ac3cf commit: ac3c439cdfee8452f2bcceacd67a1f4e423ac3cf branch: main author: Peter Bierma committer: Yhg1s date: 2025-04-08T10:31:43Z summary: gh-131998: Fix `NULL` dereference when using an unbound method descriptor in

[Python-checkins] [3.13] gh-131998: Fix `NULL` dereference when using an unbound method descriptor in a specialized code path (GH-132000) (#132262)

2025-04-08 Thread Yhg1s
https://github.com/python/cpython/commit/5911768600f6e7ff16043f9402416f0adf035b02 commit: 5911768600f6e7ff16043f9402416f0adf035b02 branch: 3.13 author: Peter Bierma committer: Yhg1s date: 2025-04-08T11:02:29Z summary: [3.13] gh-131998: Fix `NULL` dereference when using an unbound method

[Python-checkins] [3.12] gh-130775: Allow negative locations in `ast` (GH-130795) (#132260)

2025-04-08 Thread Yhg1s
https://github.com/python/cpython/commit/492a554cfca9dbd4aa0e8fc5734c7934c21995b9 commit: 492a554cfca9dbd4aa0e8fc5734c7934c21995b9 branch: 3.12 author: sobolevn committer: Yhg1s date: 2025-04-08T10:19:23Z summary: [3.12] gh-130775: Allow negative locations in `ast` (GH-130795) (#132260

[Python-checkins] [3.11] gh-131809: Upgrade vendored expat to 2.7.1 (GH-132192) (#132240)

2025-04-08 Thread Yhg1s
https://github.com/python/cpython/commit/553d7069e2a100264ae3492ce81279297ad99cc3 commit: 553d7069e2a100264ae3492ce81279297ad99cc3 branch: 3.11 author: Seth Michael Larson committer: Yhg1s date: 2025-04-08T11:36:51+02:00 summary: [3.11] gh-131809: Upgrade vendored expat to 2.7.1 (GH-132192

[Python-checkins] [3.9] gh-131809: Upgrade vendored expat to 2.7.1 (GH-132192) (#132242)

2025-04-08 Thread Yhg1s
https://github.com/python/cpython/commit/12deea5acf926032ee9ab97edff179105ad56bb7 commit: 12deea5acf926032ee9ab97edff179105ad56bb7 branch: 3.9 author: Seth Michael Larson committer: Yhg1s date: 2025-04-08T11:36:44+02:00 summary: [3.9] gh-131809: Upgrade vendored expat to 2.7.1 (GH-132192

[Python-checkins] [3.10] gh-131809: Upgrade vendored expat to 2.7.1 (GH-132192) (#132241)

2025-04-08 Thread Yhg1s
https://github.com/python/cpython/commit/53d4eaada782a8ae39a34e7273fad6832adf8b05 commit: 53d4eaada782a8ae39a34e7273fad6832adf8b05 branch: 3.10 author: Seth Michael Larson committer: Yhg1s date: 2025-04-08T11:36:48+02:00 summary: [3.10] gh-131809: Upgrade vendored expat to 2.7.1 (GH-132192

[Python-checkins] [3.13] gh-130775: Allow negative locations in `ast` (GH-130795) (#132243)

2025-04-08 Thread Yhg1s
https://github.com/python/cpython/commit/7a8364460d9f14a88cf6b21058461f8c30777c9e commit: 7a8364460d9f14a88cf6b21058461f8c30777c9e branch: 3.13 author: sobolevn committer: Yhg1s date: 2025-04-08T10:47:24+02:00 summary: [3.13] gh-130775: Allow negative locations in `ast` (GH-130795) (#132243

[Python-checkins] [3.13] gh-132174: Fix function name in error message of `_interpreters.run_string` (GH-132175) (#132209)

2025-04-08 Thread Yhg1s
https://github.com/python/cpython/commit/ed28f2f42ace9fd98032b881bb3a663788d690e7 commit: ed28f2f42ace9fd98032b881bb3a663788d690e7 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2025-04-08T10:46:13+02:00 summary: [3.

[Python-checkins] [3.12] gh-115684: Clarify datetime `replace` documentation (GH-116519) (#131694)

2025-04-08 Thread Yhg1s
https://github.com/python/cpython/commit/4c5e84dbbe1eb0e7d0022a229e1bb3f81025b231 commit: 4c5e84dbbe1eb0e7d0022a229e1bb3f81025b231 branch: 3.12 author: David Lowry-Duda committer: Yhg1s date: 2025-04-08T10:30:12+02:00 summary: [3.12] gh-115684: Clarify datetime `replace` documentation (GH

[Python-checkins] [3.13] gh-131988: Fix a multithreaded scaling regression (#131989)

2025-04-07 Thread Yhg1s
https://github.com/python/cpython/commit/1fcf409acef8a7a039353cf11a0bbb24ca6722f8 commit: 1fcf409acef8a7a039353cf11a0bbb24ca6722f8 branch: 3.13 author: Sam Gross committer: Yhg1s date: 2025-04-07T20:13:02+02:00 summary: [3.13] gh-131988: Fix a multithreaded scaling regression (#131989) gh

[Python-checkins] [3.12] GH-107674: Avoid allocating boxed ints for `sys.settrace` line events (GH-107780) (#107841)

2025-04-06 Thread Yhg1s
https://github.com/python/cpython/commit/55b230333fc86137271d9e253abb3e4b61c2978f commit: 55b230333fc86137271d9e253abb3e4b61c2978f branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2025-04-06T19:48:53Z summary: [3.12] GH-

[Python-checkins] [3.13] gh-117174: Adapt `test_multiple_statements_fail_early` to new REPL behavior (follow-up gh-131065) (GH-131836) (#131841)

2025-03-28 Thread Yhg1s
https://github.com/python/cpython/commit/3e45b1fecea28667257cbfef8ac49bd803f8a49c commit: 3e45b1fecea28667257cbfef8ac49bd803f8a49c branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2025-03-28T16:51:04Z summary: [3.13] gh-

[Python-checkins] [3.13] gh-117174: Adapt test_multiple_statements_fail_early now that we have always source (GH-131065) (#131850)

2025-03-28 Thread Yhg1s
https://github.com/python/cpython/commit/e460602705f3402d7b8ecf747e538e14b807879d commit: e460602705f3402d7b8ecf747e538e14b807879d branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2025-03-28T15:39:13Z summary: [3.13] gh-

[Python-checkins] gh-117174: Adapt `test_multiple_statements_fail_early` to new REPL behavior (follow-up gh-131065) (#131836)

2025-03-28 Thread Yhg1s
https://github.com/python/cpython/commit/a6cf8275f8b477d34c86c8f89a3ca32e78084add commit: a6cf8275f8b477d34c86c8f89a3ca32e78084add branch: main author: Bartosz Sławecki committer: Yhg1s date: 2025-03-28T15:09:31+01:00 summary: gh-117174: Adapt `test_multiple_statements_fail_early` to new REPL

[Python-checkins] gh-115999: Add free-threaded specialization for FOR_ITER (#128798)

2025-03-12 Thread Yhg1s
https://github.com/python/cpython/commit/de2f7da77d9e8dc6758430249e7179d37b3fee44 commit: de2f7da77d9e8dc6758430249e7179d37b3fee44 branch: main author: T. Wouters committer: Yhg1s date: 2025-03-12T16:21:46+01:00 summary: gh-115999: Add free-threaded specialization for FOR_ITER (#128798) Add

[Python-checkins] [3.13] gh-127371 Avoid unbounded growth SpooledTempfile.writelines (GH-127372) (#130886)

2025-03-05 Thread Yhg1s
https://github.com/python/cpython/commit/39f7b06d359b10533ac5af7ce5ffc337bccff354 commit: 39f7b06d359b10533ac5af7ce5ffc337bccff354 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2025-03-05T18:42:55+01:00 summary: [3.

[Python-checkins] [3.12] gh-127371 Avoid unbounded growth SpooledTempfile.writelines (GH-127372) (#130885)

2025-03-05 Thread Yhg1s
https://github.com/python/cpython/commit/397e69d0092cceb94840bfb8afd72713bc770efe commit: 397e69d0092cceb94840bfb8afd72713bc770efe branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2025-03-05T18:42:35+01:00 summary: [3.

[Python-checkins] gh-130851: Don't crash when deduping unusual code constants (#130853)

2025-03-05 Thread Yhg1s
https://github.com/python/cpython/commit/2905690a91bf72cdf0fb919b5193849bb67732e2 commit: 2905690a91bf72cdf0fb919b5193849bb67732e2 branch: main author: Sam Gross committer: Yhg1s date: 2025-03-05T15:04:49+01:00 summary: gh-130851: Don't crash when deduping unusual code constants (#130853)

[Python-checkins] gh-115999: Make list and tuple iteration more thread-safe. (#128637)

2025-02-18 Thread Yhg1s
https://github.com/python/cpython/commit/388e1ca9f08ee5caefd1dd946dc6e236ce73d46f commit: 388e1ca9f08ee5caefd1dd946dc6e236ce73d46f branch: main author: T. Wouters committer: Yhg1s date: 2025-02-18T16:52:46-08:00 summary: gh-115999: Make list and tuple iteration more thread-safe. (#128637) Make

[Python-checkins] [3.13] gh-128133: use relaxed atomics for hash of bytes (GH-128412) (#130022)

2025-02-11 Thread Yhg1s
https://github.com/python/cpython/commit/e4d0303c1a88fc7c56bba0005a037d79233d5a97 commit: e4d0303c1a88fc7c56bba0005a037d79233d5a97 branch: 3.13 author: Sam Gross committer: Yhg1s date: 2025-02-12T02:45:02+01:00 summary: [3.13] gh-128133: use relaxed atomics for hash of bytes (GH-128412

[Python-checkins] gh-128563: Clarify tail calling interpreter is not TCO (#129809)

2025-02-07 Thread Yhg1s
https://github.com/python/cpython/commit/476a78fdd62ad72b279ac692831619b22ad56201 commit: 476a78fdd62ad72b279ac692831619b22ad56201 branch: main author: Ken Jin committer: Yhg1s date: 2025-02-07T14:59:34Z summary: gh-128563: Clarify tail calling interpreter is not TCO (#129809) Clarify tail

[Python-checkins] gh-117657: Include all of test_free_threading in TSAN tests (#129749)

2025-02-06 Thread Yhg1s
https://github.com/python/cpython/commit/a191d6f78e10268845b24483b3ac65856d7af868 commit: a191d6f78e10268845b24483b3ac65856d7af868 branch: main author: Sam Gross committer: Yhg1s date: 2025-02-07T00:37:05+01:00 summary: gh-117657: Include all of test_free_threading in TSAN tests (#129749

[Python-checkins] Python 3.13.2

2025-02-04 Thread Yhg1s
https://github.com/python/cpython/commit/4f8bb3947cfbc20f970ff9d9531e1132a9e95396 commit: 4f8bb3947cfbc20f970ff9d9531e1132a9e95396 branch: 3.13 author: Thomas Wouters committer: Yhg1s date: 2025-02-04T15:51:09+01:00 summary: Python 3.13.2 files: A Misc/NEWS.d/3.13.2.rst D Misc/NEWS.d/next

[Python-checkins] Python 3.12.9

2025-02-04 Thread Yhg1s
https://github.com/python/cpython/commit/fdb81425a9ad683f8c24bf5cbedc9b96baf00cd2 commit: fdb81425a9ad683f8c24bf5cbedc9b96baf00cd2 branch: 3.12 author: Thomas Wouters committer: Yhg1s date: 2025-02-04T15:38:38+01:00 summary: Python 3.12.9 files: A Misc/NEWS.d/3.12.9.rst D Misc/NEWS.d/next

[Python-checkins] [3.12] gh-129502: Fix handling errors in ctypes callbacks (GH-129504) (#129639)

2025-02-04 Thread Yhg1s
https://github.com/python/cpython/commit/86451b146ac2a42a2ceb602f9d10c769d39ab69d commit: 86451b146ac2a42a2ceb602f9d10c769d39ab69d branch: 3.12 author: Serhiy Storchaka committer: Yhg1s date: 2025-02-04T15:04:46+01:00 summary: [3.12] gh-129502: Fix handling errors in ctypes callbacks (GH-129504

[Python-checkins] [3.12] gh-97850: Remove the mention of removal from `ResourceReader` docs (GH-128602) (#128655)

2025-02-03 Thread Yhg1s
https://github.com/python/cpython/commit/4879257d0cb6ea2f6d50a85cec7f5e259483f603 commit: 4879257d0cb6ea2f6d50a85cec7f5e259483f603 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2025-02-04T00:29:45+01:00 summary: [3.

[Python-checkins] [3.13] gh-129502: Fix handling errors in ctypes callbacks (GH-129504) (#129517)

2025-02-03 Thread Yhg1s
https://github.com/python/cpython/commit/506c76f1bd252aeefb3b488903a9a1092e55ae04 commit: 506c76f1bd252aeefb3b488903a9a1092e55ae04 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2025-02-04T00:05:51Z summary: [3.13] gh-

[Python-checkins] [3.13] gh-128696: Add arm64 to the get_platform return val description (GH-128701) (#128774)

2025-02-03 Thread Yhg1s
https://github.com/python/cpython/commit/646bd7958efb52165fd88d3411a323dadd7ae1a0 commit: 646bd7958efb52165fd88d3411a323dadd7ae1a0 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2025-02-03T23:56:23Z summary: [3.13] gh-

[Python-checkins] [3.12] gh-128696: Add arm64 to the get_platform return val description (GH-128701) (#128773)

2025-02-03 Thread Yhg1s
https://github.com/python/cpython/commit/e4384d15440ea1b09794a482a2241df2dbc3136d commit: e4384d15440ea1b09794a482a2241df2dbc3136d branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2025-02-04T00:29:16+01:00 summary: [3.

[Python-checkins] [3.13] gh-129345: null check for indent syslogmodule (GH-129348) (#129442)

2025-02-03 Thread Yhg1s
https://github.com/python/cpython/commit/de27372234bf13aca763afd4414afff03ae1b70b commit: de27372234bf13aca763afd4414afff03ae1b70b branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2025-02-04T00:37:24+01:00 summary: [3.

[Python-checkins] [3.13] gh-128078: Use `PyErr_SetRaisedException` in `_PyGen_SetStopIterationValue` (GH-128287) (#128789)

2025-02-03 Thread Yhg1s
https://github.com/python/cpython/commit/91203303546030fa1a01f540df772331ba0b4b2c commit: 91203303546030fa1a01f540df772331ba0b4b2c branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2025-02-04T00:34:02+01:00 summary: [3.

[Python-checkins] [3.12] gh-128078: Use `PyErr_SetRaisedException` in `_PyGen_SetStopIterationValue` (GH-128287) (#128790)

2025-02-03 Thread Yhg1s
https://github.com/python/cpython/commit/64396fb12492542e63be31a98aac487ff114a1e6 commit: 64396fb12492542e63be31a98aac487ff114a1e6 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2025-02-04T00:28:14+01:00 summary: [3.

[Python-checkins] [3.12] gh-129345: null check for indent syslogmodule (GH-129348) (#129443)

2025-02-03 Thread Yhg1s
https://github.com/python/cpython/commit/6985b4be9b01f3c6d581a93e58f5b14adb793d92 commit: 6985b4be9b01f3c6d581a93e58f5b14adb793d92 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2025-02-04T00:24:56+01:00 summary: [3.

[Python-checkins] gh-115999: Enable free-threaded specialization of LOAD_CONST (#129365)

2025-01-28 Thread Yhg1s
https://github.com/python/cpython/commit/5c930a26fb78c40929f1b894efee1b07c6d828fd commit: 5c930a26fb78c40929f1b894efee1b07c6d828fd branch: main author: T. Wouters committer: Yhg1s date: 2025-01-29T01:07:56+01:00 summary: gh-115999: Enable free-threaded specialization of LOAD_CONST (#129365

[Python-checkins] gh-128923: fix test_pydoc for object subclasses without `__module__` (#128951)

2025-01-17 Thread Yhg1s
https://github.com/python/cpython/commit/d4544cb232dee5f836a64b9126fbbefcbb6099de commit: d4544cb232dee5f836a64b9126fbbefcbb6099de branch: main author: T. Wouters committer: Yhg1s date: 2025-01-17T23:43:17+01:00 summary: gh-128923: fix test_pydoc for object subclasses without `__module__

[Python-checkins] gh-128923: Use zero to indicate unassigned unique id (#128925)

2025-01-17 Thread Yhg1s
https://github.com/python/cpython/commit/d66c08aa757f221c0e8893300edac105dfcde7e8 commit: d66c08aa757f221c0e8893300edac105dfcde7e8 branch: main author: Sam Gross committer: Yhg1s date: 2025-01-17T16:42:27+01:00 summary: gh-128923: Use zero to indicate unassigned unique id (#128925) In the free

[Python-checkins] gh-115999: Add free-threaded specialization for COMPARE_OP (#126410)

2025-01-07 Thread Yhg1s
https://github.com/python/cpython/commit/8f93dd8a8f237b277abad20d566df90c5cbd7f1e commit: 8f93dd8a8f237b277abad20d566df90c5cbd7f1e branch: main author: T. Wouters committer: Yhg1s date: 2025-01-07T06:41:01-08:00 summary: gh-115999: Add free-threaded specialization for COMPARE_OP (#126410) Add

[Python-checkins] gh-114203: Optimise simple recursive critical sections (#128126)

2024-12-23 Thread Yhg1s
https://github.com/python/cpython/commit/180d417e9f9456defd4c5b53cae678c318287921 commit: 180d417e9f9456defd4c5b53cae678c318287921 branch: main author: T. Wouters committer: Yhg1s date: 2024-12-23T13:31:33+01:00 summary: gh-114203: Optimise simple recursive critical sections (#128126) Add a

[Python-checkins] [3.13] gh-122907: Fix Builds Without HAVE_DYNAMIC_LOADING Set (gh-122952) (#122984)

2024-12-03 Thread Yhg1s
https://github.com/python/cpython/commit/dddea7c2328d498e0e73bb8619d2a3fa1e6f190e commit: dddea7c2328d498e0e73bb8619d2a3fa1e6f190e branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-12-03T16:46:30Z summary: [3.13] gh-

[Python-checkins] [3.13] gh-123935: Fix typo in `_get_slots` in `dataclasses.py` (GH-123941) (#123991)

2024-12-03 Thread Yhg1s
https://github.com/python/cpython/commit/ae3f347dc08af1125e33b122ae663fa538bbf016 commit: ae3f347dc08af1125e33b122ae663fa538bbf016 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-12-03T17:17:25+01:00 summary: [3.

[Python-checkins] [3.12] gh-126699: allow AsyncIterator to be used as a base for Protocols (GH-126702) (#126761)

2024-12-02 Thread Yhg1s
https://github.com/python/cpython/commit/34137cbd23511269c6315efc082fa34a72e8582f commit: 34137cbd23511269c6315efc082fa34a72e8582f branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-12-02T14:18:53Z summary: [3.12] gh-

[Python-checkins] [3.13] gh-113841: fix possible undefined division by 0 in _Py_c_pow() (GH-127211) (#127216)

2024-12-02 Thread Yhg1s
https://github.com/python/cpython/commit/f41d8d89e79d634895868656f50a0e16e339f9d6 commit: f41d8d89e79d634895868656f50a0e16e339f9d6 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-12-02T15:42:02+01:00 summary: [3.

[Python-checkins] [3.13] gh-126890: Restore stripped `ssl` docstrings (GH-127281) (#127513)

2024-12-02 Thread Yhg1s
https://github.com/python/cpython/commit/cab2ef51251cda13a7772997b5c29d0ed860c511 commit: cab2ef51251cda13a7772997b5c29d0ed860c511 branch: 3.13 author: Peter Bierma committer: Yhg1s date: 2024-12-02T16:05:27+01:00 summary: [3.13] gh-126890: Restore stripped `ssl` docstrings (GH-127281) (#127513

[Python-checkins] [3.12] Docs: Miscellaneous corrections to simple statements in the language reference (GH-126720) (#126891)

2024-12-02 Thread Yhg1s
https://github.com/python/cpython/commit/9295a1d0334d6b94ff5ae5b13219695954cc6b4c commit: 9295a1d0334d6b94ff5ae5b13219695954cc6b4c branch: 3.12 author: Carol Willing committer: Yhg1s date: 2024-12-02T14:55:31+01:00 summary: [3.12] Docs: Miscellaneous corrections to simple statements in the

[Python-checkins] [3.13] gh-126699: allow AsyncIterator to be used as a base for Protocols (GH-126702) (#126762)

2024-12-02 Thread Yhg1s
https://github.com/python/cpython/commit/a5672bec68068c3a84f46f9020b5dc2fdc324501 commit: a5672bec68068c3a84f46f9020b5dc2fdc324501 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-12-02T15:10:25+01:00 summary: [3.

[Python-checkins] [3.13] add missing gc_collect() calls in sqlite3 tests (GH-127446) (#127500)

2024-12-02 Thread Yhg1s
https://github.com/python/cpython/commit/511c588f5d5b9f8eb0e836652ca3ecf86518401e commit: 511c588f5d5b9f8eb0e836652ca3ecf86518401e branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-12-02T15:19:21+01:00 summary: [3.1

[Python-checkins] [3.13] gh-126720: Docs: Miscellaneous corrections to simple statements in the language reference (GH-126720) (#126885)

2024-12-02 Thread Yhg1s
https://github.com/python/cpython/commit/2d458b16e6cee1160656baf2c9e456ac9466fc29 commit: 2d458b16e6cee1160656baf2c9e456ac9466fc29 branch: 3.13 author: Carol Willing committer: Yhg1s date: 2024-12-02T15:10:59+01:00 summary: [3.13] gh-126720: Docs: Miscellaneous corrections to simple statements

[Python-checkins] [3.13] gh-122838: Document missing opcodes (GH-123073) (#126492)

2024-12-02 Thread Yhg1s
https://github.com/python/cpython/commit/d9bbb52c7ec5a8a0545f1e9f6acdfed168f965f6 commit: d9bbb52c7ec5a8a0545f1e9f6acdfed168f965f6 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-12-02T15:07:38+01:00 summary: [3.

[Python-checkins] [3.13] gh-125666: Avoid PyREPL exiting when a null byte is in input (GH-125732) (#126023)

2024-12-02 Thread Yhg1s
https://github.com/python/cpython/commit/fd48d98df9c1b0cb36b38834cd1ce5020c0a60f3 commit: fd48d98df9c1b0cb36b38834cd1ce5020c0a60f3 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-12-02T15:04:51+01:00 summary: [3.

[Python-checkins] [3.13] gh-99880: document rounding mode for new-style formatting (GH-121481) (#126334)

2024-12-02 Thread Yhg1s
https://github.com/python/cpython/commit/23ab1f9ff14ed1c4fcc65cf74429bf4d7cd3db76 commit: 23ab1f9ff14ed1c4fcc65cf74429bf4d7cd3db76 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-12-02T15:05:13+01:00 summary: [3.

[Python-checkins] [3.13] gh-125703: Correctly honour tracemalloc hooks on specialized DECREF paths (GH-125704) (#125705)

2024-12-02 Thread Yhg1s
https://github.com/python/cpython/commit/d9ac6b3ef7b4116762f2d0308c55044e17f5e66b commit: d9ac6b3ef7b4116762f2d0308c55044e17f5e66b branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-12-02T15:02:20+01:00 summary: [3.

[Python-checkins] [3.12] add missing gc_collect() calls in sqlite3 tests (GH-127446) (#127501)

2024-12-02 Thread Yhg1s
https://github.com/python/cpython/commit/97fd09fba1aa86f77d6fb27c0a37fc10d1655424 commit: 97fd09fba1aa86f77d6fb27c0a37fc10d1655424 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-12-02T14:57:51+01:00 summary: [3.1

[Python-checkins] [3.12] gh-99880: document rounding mode for new-style formatting (GH-121481) (#126335)

2024-12-02 Thread Yhg1s
https://github.com/python/cpython/commit/22f8e430f81b8b8966bff0efe65786515a132b7e commit: 22f8e430f81b8b8966bff0efe65786515a132b7e branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-12-02T14:52:49+01:00 summary: [3.

[Python-checkins] gh-115999: Fix gdb support for libpython.so after thread-local bytecode change (#126440)

2024-11-05 Thread Yhg1s
https://github.com/python/cpython/commit/bbfd9c92fa3e3d77a86c7858617eb3d09de44fd1 commit: bbfd9c92fa3e3d77a86c7858617eb3d09de44fd1 branch: main author: T. Wouters committer: Yhg1s date: 2024-11-05T15:49:27+01:00 summary: gh-115999: Fix gdb support for libpython.so after thread-local bytecode

[Python-checkins] [3.12] GH-109975: Announce final release in What's New in Python 3.13 (GH-125007) (#125034)

2024-10-07 Thread Yhg1s
https://github.com/python/cpython/commit/a01970d6a2add5a07af58b0aa3ca280bad62b9fd commit: a01970d6a2add5a07af58b0aa3ca280bad62b9fd branch: 3.12 author: T. Wouters committer: Yhg1s date: 2024-10-07T11:51:07-07:00 summary: [3.12] GH-109975: Announce final release in What's New in Python 3.13

[Python-checkins] Python 3.13.0

2024-10-07 Thread Yhg1s
https://github.com/python/cpython/commit/60403a5409ff2c3f3b07dd2ca91a7a3e096839c7 commit: 60403a5409ff2c3f3b07dd2ca91a7a3e096839c7 branch: 3.13 author: Thomas Wouters committer: Yhg1s date: 2024-10-07T07:02:14+02:00 summary: Python 3.13.0 files: A Misc/NEWS.d/3.13.0.rst D Misc/NEWS.d/next/Core

  1   2   3   4   >