[Python-checkins] gh-129824: fix data races in subinterpreters under TSAN (#135794)

2025-07-03 Thread kumaraditya303
https://github.com/python/cpython/commit/b582d751b4968d4534fdb7894e50713676789b2f commit: b582d751b4968d4534fdb7894e50713676789b2f branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-07-04T03:48:55Z summary: gh-129824: fix data races in subinterpreters under TSAN (#135794) Th

[Python-checkins] gh-115999: remove redundant check in free-threading from `_STORE_ATTR_WITH_HINT` (#136249)

2025-07-03 Thread kumaraditya303
https://github.com/python/cpython/commit/85f092f541a2caf47e77b8510cbc720216e91e63 commit: 85f092f541a2caf47e77b8510cbc720216e91e63 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-07-04T09:04:47+05:30 summary: gh-115999: remove redundant check in free-threading from `_STOR

[Python-checkins] gh-133982: Test _pyio.BytesIO in free-threaded tests (gh-136218)

2025-07-03 Thread corona10
https://github.com/python/cpython/commit/48cb9b61121f2ad58c2754faa1e92a20c47524e4 commit: 48cb9b61121f2ad58c2754faa1e92a20c47524e4 branch: main author: Cody Maloney committer: corona10 date: 2025-07-04T11:27:21+09:00 summary: gh-133982: Test _pyio.BytesIO in free-threaded tests (gh-136218) file

[Python-checkins] [3.12] gh-135462: Fix quadratic complexity in processing special input in HTMLParser (GH-135464) (GH-135483)

2025-07-03 Thread ambv
https://github.com/python/cpython/commit/ab0893fd5c579d9cea30841680e6d35fc478afb5 commit: ab0893fd5c579d9cea30841680e6d35fc478afb5 branch: 3.12 author: Serhiy Storchaka committer: ambv date: 2025-07-04T00:12:10+02:00 summary: [3.12] gh-135462: Fix quadratic complexity in processing special input

[Python-checkins] [3.14] Clarify some details regarding `sys.monitoring` (GH-133981) (GH-136259)

2025-07-03 Thread brettcannon
https://github.com/python/cpython/commit/2449f7773446b45cc3bae2cc502e8fedf896df8d commit: 2449f7773446b45cc3bae2cc502e8fedf896df8d branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: brettcannon date: 2025-07-03T21:10:27Z summary: [3.14] Clarify

[Python-checkins] [3.13] gh-135661: Fix parsing start and end tags in HTMLParser according to the HTML5 standard (GH-135930) (GH-136256)

2025-07-03 Thread serhiy-storchaka
https://github.com/python/cpython/commit/b041a456f1a5bf73d8cc3f5efcdd6dd24281d149 commit: b041a456f1a5bf73d8cc3f5efcdd6dd24281d149 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-07-03T21:07:40Z summary: [3.13] gh

[Python-checkins] [3.9] gh-135462: Fix quadratic complexity in processing special input in HTMLParser (GH-135464) (GH-135486)

2025-07-03 Thread ambv
https://github.com/python/cpython/commit/8d1b3dfa09135affbbf27fb8babcf3c11415df49 commit: 8d1b3dfa09135affbbf27fb8babcf3c11415df49 branch: 3.9 author: Serhiy Storchaka committer: ambv date: 2025-07-03T23:06:00+02:00 summary: [3.9] gh-135462: Fix quadratic complexity in processing special input i

[Python-checkins] [3.10] gh-135462: Fix quadratic complexity in processing special input in HTMLParser (GH-135464) (GH-135485)

2025-07-03 Thread ambv
https://github.com/python/cpython/commit/fdc9d214c01cb4588f540cfa03726bbf2a33fc15 commit: fdc9d214c01cb4588f540cfa03726bbf2a33fc15 branch: 3.10 author: Serhiy Storchaka committer: ambv date: 2025-07-03T23:05:53+02:00 summary: [3.10] gh-135462: Fix quadratic complexity in processing special input

[Python-checkins] [3.11] gh-135462: Fix quadratic complexity in processing special input in HTMLParser (GH-135464) (GH-135484)

2025-07-03 Thread ambv
https://github.com/python/cpython/commit/f3c6f882cddc8dc30320d2e73edf019e201394fc commit: f3c6f882cddc8dc30320d2e73edf019e201394fc branch: 3.11 author: Serhiy Storchaka committer: ambv date: 2025-07-03T23:05:46+02:00 summary: [3.11] gh-135462: Fix quadratic complexity in processing special input

[Python-checkins] Clarify some details regarding `sys.monitoring` (#133981)

2025-07-03 Thread brettcannon
https://github.com/python/cpython/commit/b4991056f4f44acb50aea3838463e749c24c7420 commit: b4991056f4f44acb50aea3838463e749c24c7420 branch: main author: Brett Cannon committer: brettcannon date: 2025-07-03T14:04:01-07:00 summary: Clarify some details regarding `sys.monitoring` (#133981) files: M

[Python-checkins] [3.14] gh-135661: Fix parsing start and end tags in HTMLParser according to the HTML5 standard (GH-135930) (GH-136255)

2025-07-03 Thread serhiy-storchaka
https://github.com/python/cpython/commit/03ce4b2617089af755843c2d3a4c1e2c5c49d903 commit: 03ce4b2617089af755843c2d3a4c1e2c5c49d903 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-07-03T20:57:53Z summary: [3.14] gh

[Python-checkins] [3.14] gh-135252: Document Zstandard integration across zipfile, shutil, and tarfile (GH-135311) (#136254)

2025-07-03 Thread gpshead
https://github.com/python/cpython/commit/e39f33259e2e6591ea1327ce1acca1426e90385d commit: e39f33259e2e6591ea1327ce1acca1426e90385d branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: gpshead <[email protected]> date: 2025-07-0

[Python-checkins] gh-135661: Fix parsing start and end tags in HTMLParser according to the HTML5 standard (GH-135930)

2025-07-03 Thread serhiy-storchaka
https://github.com/python/cpython/commit/0243f97cbadec8d985e63b1daec5d1cbc850cae3 commit: 0243f97cbadec8d985e63b1daec5d1cbc850cae3 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-07-03T23:33:02+03:00 summary: gh-135661: Fix parsing start and end tags in HTMLParser ac

[Python-checkins] gh-135252: Document Zstandard integration across zipfile, shutil, and tarfile (#135311)

2025-07-03 Thread gpshead
https://github.com/python/cpython/commit/938a5d7e62d962a8462bce9fe04236ac9a2155b8 commit: 938a5d7e62d962a8462bce9fe04236ac9a2155b8 branch: main author: Emma Smith committer: gpshead <[email protected]> date: 2025-07-03T20:28:25Z summary: gh-135252: Document Zstandard integrat

[Python-checkins] [3.13] gh-115119: Recommend upstream libmpdec in build requirements (#136205) (#136245)

2025-07-03 Thread vstinner
https://github.com/python/cpython/commit/8cbece1ffafdf92cb5dbe5d8285a7aaeebcba3db commit: 8cbece1ffafdf92cb5dbe5d8285a7aaeebcba3db branch: 3.13 author: Victor Stinner committer: vstinner date: 2025-07-03T12:55:30Z summary: [3.13] gh-115119: Recommend upstream libmpdec in build requirements (#136

[Python-checkins] gh-135075: Make PyObject_SetAttr() fail with NULL value and exception (#136180)

2025-07-03 Thread vstinner
https://github.com/python/cpython/commit/da79ac9d26860db62500762c95b7ae534638f9a7 commit: da79ac9d26860db62500762c95b7ae534638f9a7 branch: main author: Victor Stinner committer: vstinner date: 2025-07-03T14:51:44+02:00 summary: gh-135075: Make PyObject_SetAttr() fail with NULL value and exceptio

[Python-checkins] [3.14] gh-115119: Recommend upstream libmpdec in build requirements (GH-136205) (#136244)

2025-07-03 Thread vstinner
https://github.com/python/cpython/commit/ea84943574204660807d68b4ecb7cc2916973452 commit: ea84943574204660807d68b4ecb7cc2916973452 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-07-03T12:50:38Z summary: [3.14] gh-115119:

[Python-checkins] gh-115119: Recommend upstream libmpdec in build requirements (#136205)

2025-07-03 Thread vstinner
https://github.com/python/cpython/commit/b2e498ac26ba4720fa8a6a466aa8416ab69754d7 commit: b2e498ac26ba4720fa8a6a466aa8416ab69754d7 branch: main author: Sergey B Kirpichev committer: vstinner date: 2025-07-03T14:44:59+02:00 summary: gh-115119: Recommend upstream libmpdec in build requirements (#1

[Python-checkins] `Python/gc.c`: Refer to `InternalDocs` instead of devguide. (#136243)

2025-07-03 Thread Eclips4
https://github.com/python/cpython/commit/a525ba514a5ab9df8add156f08b4c137da4783fd commit: a525ba514a5ab9df8add156f08b4c137da4783fd branch: main author: Kirill Podoprigora committer: Eclips4 date: 2025-07-03T12:14:14Z summary: `Python/gc.c`: Refer to `InternalDocs` instead of devguide. (#136243)

[Python-checkins] [3.14] gh-130664: Treat '0' fill character with align '=' as zero-padding for Fraction's (GH-131067) (GH-136241)

2025-07-03 Thread serhiy-storchaka
https://github.com/python/cpython/commit/4877f4343cdac631677a69430d68cfdc240b5178 commit: 4877f4343cdac631677a69430d68cfdc240b5178 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-07-03T11:22:03Z summary: [3.14] gh

[Python-checkins] [3.13] gh-130664: Treat '0' fill character with align '=' as zero-padding for Fraction's (GH-131067) (GH-136242)

2025-07-03 Thread serhiy-storchaka
https://github.com/python/cpython/commit/c30178a2958a0e1a9cd6e0ff5725d57defcd11dc commit: c30178a2958a0e1a9cd6e0ff5725d57defcd11dc branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-07-03T11:20:49Z summary: [3.13] gh

[Python-checkins] [3.14] gh-133740: Fix regression in locale.nl_langinfo(ALT_DIGITS) (GH-136237) (GH-136240)

2025-07-03 Thread serhiy-storchaka
https://github.com/python/cpython/commit/150262db4c4a17aea0b7de411efa91f1eb7e70aa commit: 150262db4c4a17aea0b7de411efa91f1eb7e70aa branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-07-03T11:04:30Z summary: [3.14] gh

[Python-checkins] gh-130664: Treat '0' fill character with align '=' as zero-padding for Fraction's (GH-131067)

2025-07-03 Thread serhiy-storchaka
https://github.com/python/cpython/commit/c113a8e5236b31217d82ce289d3df6ec9e8411cd commit: c113a8e5236b31217d82ce289d3df6ec9e8411cd branch: main author: Sergey B Kirpichev committer: serhiy-storchaka date: 2025-07-03T13:57:31+03:00 summary: gh-130664: Treat '0' fill character with align '=' as ze

[Python-checkins] gh-133740: Fix regression in locale.nl_langinfo(ALT_DIGITS) (GH-136237)

2025-07-03 Thread serhiy-storchaka
https://github.com/python/cpython/commit/5c984ae35e30f0533e6cc727d23cc158decf001c commit: 5c984ae35e30f0533e6cc727d23cc158decf001c branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-07-03T10:39:14Z summary: gh-133740: Fix regression in locale.nl_langinfo(ALT_DIGITS) (GH

[Python-checkins] [3.13] gh-135069: Fix exception message in encodings.idna module (GH-135071) (#136236)

2025-07-03 Thread kumaraditya303
https://github.com/python/cpython/commit/fc77192109f8aed83382ce7f4cd6fe517c051ab2 commit: fc77192109f8aed83382ce7f4cd6fe517c051ab2 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-07-03T10:31:43Z summary: [3.13] gh-1

[Python-checkins] [3.13] Docs: fix docstring of `email.message.Message.add_header` (GH-134355) (#135340)

2025-07-03 Thread kumaraditya303
https://github.com/python/cpython/commit/a09199e3ccdf4a0e8c4499d28f27c85d8ea754ac commit: a09199e3ccdf4a0e8c4499d28f27c85d8ea754ac branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-07-03T10:22:39Z summary: [3.13] Docs

[Python-checkins] [3.14] gh-135069: Fix exception message in encodings.idna module (GH-135071) (#136235)

2025-07-03 Thread kumaraditya303
https://github.com/python/cpython/commit/4bc9c018d1a04cf15a8cc35154949bf040c81c9c commit: 4bc9c018d1a04cf15a8cc35154949bf040c81c9c branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-07-03T10:18:27Z summary: [3.14] gh-1

[Python-checkins] [3.14] Fix comments for `heapq.siftup_max` (GH-135359) (#136232)

2025-07-03 Thread kumaraditya303
https://github.com/python/cpython/commit/84cafc7e94552fc6393df9948bfb93a89a25c669 commit: 84cafc7e94552fc6393df9948bfb93a89a25c669 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-07-03T10:17:10Z summary: [3.14] Fix

[Python-checkins] [3.13] Fix comments for `heapq.siftup_max` (GH-135359) (#136233)

2025-07-03 Thread kumaraditya303
https://github.com/python/cpython/commit/67c74398fa63cf49e3760eb792e09d79594d78af commit: 67c74398fa63cf49e3760eb792e09d79594d78af branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-07-03T10:15:01Z summary: [3.13] Fix

[Python-checkins] gh-135069: Fix exception message in encodings.idna module (#135071)

2025-07-03 Thread kumaraditya303
https://github.com/python/cpython/commit/8dc3383abea72ee3deafec60818aeb817d8fec09 commit: 8dc3383abea72ee3deafec60818aeb817d8fec09 branch: main author: Daniel Hollas committer: kumaraditya303 date: 2025-07-03T15:23:37+05:30 summary: gh-135069: Fix exception message in encodings.idna module (#13

[Python-checkins] Fix comments for `heapq.siftup_max` (#135359)

2025-07-03 Thread kumaraditya303
https://github.com/python/cpython/commit/8f8bdf251a5f79d15ac2b1a6d19860033bf50c79 commit: 8f8bdf251a5f79d15ac2b1a6d19860033bf50c79 branch: main author: Alper committer: kumaraditya303 date: 2025-07-03T15:21:41+05:30 summary: Fix comments for `heapq.siftup_max` (#135359) Co-authored-by: mpage

[Python-checkins] [3.14] gh-135640: Adds more type checking to ElementTree (GH-135643) (GH-136225)

2025-07-03 Thread serhiy-storchaka
https://github.com/python/cpython/commit/1a4f92b9fb15cfeb0536a1176400c4be976410b1 commit: 1a4f92b9fb15cfeb0536a1176400c4be976410b1 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-07-03T08:15:01Z summary: [3.14] gh

[Python-checkins] [3.13] gh-135640: Adds more type checking to ElementTree (GH-135643) (GH-136226)

2025-07-03 Thread serhiy-storchaka
https://github.com/python/cpython/commit/1de8fc3e4be37cf5a7300bb7cea75da54ddac52c commit: 1de8fc3e4be37cf5a7300bb7cea75da54ddac52c branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-07-03T08:12:21Z summary: [3.13] gh

[Python-checkins] gh-135640: Adds more type checking to ElementTree (GH-135643)

2025-07-03 Thread serhiy-storchaka
https://github.com/python/cpython/commit/e0245c789f54b63d461717a91eec8ffccbe18966 commit: e0245c789f54b63d461717a91eec8ffccbe18966 branch: main author: Kira committer: serhiy-storchaka date: 2025-07-03T10:48:47+03:00 summary: gh-135640: Adds more type checking to ElementTree (GH-135643) files: