[Python-checkins] [3.12] gh-130130: Clarify `hash=False` docs in `dataclasses.field` (GH-130324) (#130336)

2025-02-19 Thread sobolevn
https://github.com/python/cpython/commit/16a06be016de4e4c855941b94a44c1d7abdac824 commit: 16a06be016de4e4c855941b94a44c1d7abdac824 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-02-20T07:53:58Z summary: [3.12] gh-130130:

[Python-checkins] [3.13] gh-130130: Clarify `hash=False` docs in `dataclasses.field` (GH-130324) (#130337)

2025-02-19 Thread sobolevn
https://github.com/python/cpython/commit/6041dba911911bb70ecd1c978869bcaf857f179e commit: 6041dba911911bb70ecd1c978869bcaf857f179e branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-02-20T07:51:39Z summary: [3.13] gh-130130:

[Python-checkins] [3.13] gh-130293: Ensure test__colorize will pass on dumb terminals. (GH-130333) (#130334)

2025-02-19 Thread freakboy3742
https://github.com/python/cpython/commit/439cba75d95ec422cd5d41801323e52a071370f9 commit: 439cba75d95ec422cd5d41801323e52a071370f9 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: freakboy3742 date: 2025-02-20T07:12:56Z summary: [3.13] gh-130

[Python-checkins] gh-130293: Ensure test__colorize will pass on dumb terminals. (#130333)

2025-02-19 Thread freakboy3742
https://github.com/python/cpython/commit/1b070060c025a00d43566a6df65aa7631861d7af commit: 1b070060c025a00d43566a6df65aa7631861d7af branch: main author: Russell Keith-Magee committer: freakboy3742 date: 2025-02-20T06:49:18Z summary: gh-130293: Ensure test__colorize will pass on dumb terminals. (#

[Python-checkins] gh-57537: Support breakpoints for zipimport modules on pdb (#130290)

2025-02-19 Thread gaogaotiantian
https://github.com/python/cpython/commit/ee337bea01beb3da6dccfe1b48db9a4c891b05a1 commit: ee337bea01beb3da6dccfe1b48db9a4c891b05a1 branch: main author: Tian Gao committer: gaogaotiantian date: 2025-02-19T21:01:04-05:00 summary: gh-57537: Support breakpoints for zipimport modules on pdb (#130290)

[Python-checkins] [3.13] gh-130250: fix cleanup in test (impacts refleaks runs) (GH-130329) (#130330)

2025-02-19 Thread iritkatriel
https://github.com/python/cpython/commit/46237d19d9a744920a5f2795be642a663bcd843f commit: 46237d19d9a744920a5f2795be642a663bcd843f branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: iritkatriel <[email protected]> date:

[Python-checkins] [3.12] gh-130250: fix cleanup in test (impacts refleaks runs) (GH-130329) (#130331)

2025-02-19 Thread iritkatriel
https://github.com/python/cpython/commit/4fb2bb6edc0159ea32cf4f90760fae7966ea1d49 commit: 4fb2bb6edc0159ea32cf4f90760fae7966ea1d49 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: iritkatriel <[email protected]> date:

[Python-checkins] gh-130250: fix cleanup in test (impacts refleaks runs) (#130329)

2025-02-19 Thread iritkatriel
https://github.com/python/cpython/commit/c718c6be0f82af5eb0e57615ce323242155ff014 commit: c718c6be0f82af5eb0e57615ce323242155ff014 branch: main author: Irit Katriel <[email protected]> committer: iritkatriel <[email protected]> date: 2025-02-20T

[Python-checkins] [3.13] gh-130250: fix regression in traceback.print_last (GH-130318) (#130325)

2025-02-19 Thread iritkatriel
https://github.com/python/cpython/commit/d172415a4edbac74b61adbed953b6b79f3608d50 commit: d172415a4edbac74b61adbed953b6b79f3608d50 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: iritkatriel <[email protected]> date:

[Python-checkins] [3.12] gh-130250: fix regression in traceback.print_last (GH-130318) (#130326)

2025-02-19 Thread iritkatriel
https://github.com/python/cpython/commit/8d58070d7eaf20654da96562e1ea1568b42d2784 commit: 8d58070d7eaf20654da96562e1ea1568b42d2784 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: iritkatriel <[email protected]> date:

[Python-checkins] gh-130250: fix regression in traceback.print_last (#130318)

2025-02-19 Thread iritkatriel
https://github.com/python/cpython/commit/6c982aeb547528174f8bc843267f584d8b133d14 commit: 6c982aeb547528174f8bc843267f584d8b133d14 branch: main author: Irit Katriel <[email protected]> committer: iritkatriel <[email protected]> date: 2025-02-19T

[Python-checkins] [3.13] gh-122876: Fix "End of lines" typo (GH-125310) (#130315)

2025-02-19 Thread hugovk
https://github.com/python/cpython/commit/6c92424b9422658b2e019940c63e1799fc71b302 commit: 6c92424b9422658b2e019940c63e1799fc71b302 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-02-1

[Python-checkins] [3.12] gh-122876: Fix "End of lines" typo (GH-125310) (#130316)

2025-02-19 Thread hugovk
https://github.com/python/cpython/commit/720de0dc63cccef658272fc86e3bb533035ee39b commit: 720de0dc63cccef658272fc86e3bb533035ee39b branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-02-1

[Python-checkins] gh-122876: Fix "End of lines" typo (#125310)

2025-02-19 Thread hugovk
https://github.com/python/cpython/commit/73801864d866c76ae26a120b9db9de21b08f8b50 commit: 73801864d866c76ae26a120b9db9de21b08f8b50 branch: main author: za committer: hugovk <[email protected]> date: 2025-02-19T19:16:38Z summary: gh-122876: Fix "End of lines" typo (#125310)

[Python-checkins] [3.13] gh-128396: Fix a crash when inline comprehension has the same … (#130311)

2025-02-19 Thread gaogaotiantian
https://github.com/python/cpython/commit/094394a380540eed41842c90a1b489d1382f8866 commit: 094394a380540eed41842c90a1b489d1382f8866 branch: 3.13 author: Tian Gao committer: gaogaotiantian date: 2025-02-19T17:40:03Z summary: [3.13] gh-128396: Fix a crash when inline comprehension has the same … (#

[Python-checkins] gh-128396: Fix a crash when inline comprehension has the same local variable as the outside scope (#130235)

2025-02-19 Thread gaogaotiantian
https://github.com/python/cpython/commit/ccf17323c218a2fdcf7f4845d3eaa74ebddefa44 commit: ccf17323c218a2fdcf7f4845d3eaa74ebddefa44 branch: main author: Tian Gao committer: gaogaotiantian date: 2025-02-19T12:11:17-05:00 summary: gh-128396: Fix a crash when inline comprehension has the same local

[Python-checkins] gh-130221: fix crash when accessing module state while interp is finalizing in asyncio (#130245)

2025-02-19 Thread kumaraditya303
https://github.com/python/cpython/commit/5f00501a940a0fb97870e70066fb301909320388 commit: 5f00501a940a0fb97870e70066fb301909320388 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-02-19T22:07:56+05:30 summary: gh-130221: fix crash when accessing module state while interp is

[Python-checkins] gh-129898: per-thread current task implementation in asyncio (#129899)

2025-02-19 Thread kumaraditya303
https://github.com/python/cpython/commit/660f126f870535b6fa607e6d9cdd3cdbd9ed2cb1 commit: 660f126f870535b6fa607e6d9cdd3cdbd9ed2cb1 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-02-19T16:34:49Z summary: gh-129898: per-thread current task implementation in asyncio (#129899

[Python-checkins] Revert "Use ubuntu-22.04-arm image for Arm runners. (#129834)" (#130305)

2025-02-19 Thread ambv
https://github.com/python/cpython/commit/fb17f41522718013036ce44cbe83a72f5d9a2104 commit: fb17f41522718013036ce44cbe83a72f5d9a2104 branch: main author: Diego Russo committer: ambv date: 2025-02-19T17:06:11+01:00 summary: Revert "Use ubuntu-22.04-arm image for Arm runners. (#129834)" (#130305) G

[Python-checkins] [3.9] gh-105704: Disallow square brackets (`[` and `]`) in domain names for parsed URLs (GH-129418) (#129530)

2025-02-19 Thread ambv
https://github.com/python/cpython/commit/ff4e5c25666f63544071a6b075ae8b25c98b7a32 commit: ff4e5c25666f63544071a6b075ae8b25c98b7a32 branch: 3.9 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-02-19T14:36:40+01:00 summary: [3.9] gh-105704:

[Python-checkins] [3.10] gh-105704: Disallow square brackets (`[` and `]`) in domain names for parsed URLs (GH-129418) (#129529)

2025-02-19 Thread ambv
https://github.com/python/cpython/commit/b8b4b713c5f8ec0958c7ef8d29d6711889bc94ab commit: b8b4b713c5f8ec0958c7ef8d29d6711889bc94ab branch: 3.10 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-02-19T14:36:23+01:00 summary: [3.10] gh-105704

[Python-checkins] [3.9] gh-119511: Fix a potential denial of service in imaplib (GH-119514) (#130248)

2025-02-19 Thread ambv
https://github.com/python/cpython/commit/f116a9c15cba87f6cac5724214ce267ad27c29c0 commit: f116a9c15cba87f6cac5724214ce267ad27c29c0 branch: 3.9 author: Hugo van Kemenade <[email protected]> committer: ambv date: 2025-02-19T14:31:01+01:00 summary: [3.9] gh-119511: Fix a potent

[Python-checkins] [3.10] gh-119511: Fix a potential denial of service in imaplib (GH-119514) (#129358)

2025-02-19 Thread ambv
https://github.com/python/cpython/commit/817564849e59ac5ccc4493b3596bccbb8cbfd375 commit: 817564849e59ac5ccc4493b3596bccbb8cbfd375 branch: 3.10 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-02-19T14:30:32+01:00 summary: [3.10] gh-119511

[Python-checkins] [3.9] gh-119461: Fix ThreadedVSOCKSocketStreamTest (GH-129171) (GH-129440) (#130075)

2025-02-19 Thread ambv
https://github.com/python/cpython/commit/d80cbdd7084c9509d405d9091338a8bd9db90cd0 commit: d80cbdd7084c9509d405d9091338a8bd9db90cd0 branch: 3.9 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-02-19T14:23:10+01:00 summary: [3.9] gh-119461:

[Python-checkins] [3.11] gh-119511: Fix a potential denial of service in imaplib (GH-119514) (#129357)

2025-02-19 Thread ambv
https://github.com/python/cpython/commit/3abcace681e58c4c84cec9e191345a6cc58f46d9 commit: 3abcace681e58c4c84cec9e191345a6cc58f46d9 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-02-19T14:16:30+01:00 summary: [3.11] gh-119511

[Python-checkins] [3.11] gh-105704: Disallow square brackets (`[` and `]`) in domain names for parsed URLs (GH-129418) (#129528)

2025-02-19 Thread ambv
https://github.com/python/cpython/commit/526617ed68cde460236c973e5d0a8bad4de896ba commit: 526617ed68cde460236c973e5d0a8bad4de896ba branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-02-19T14:13:52+01:00 summary: [3.11] gh-105704

[Python-checkins] [3.11] gh-80222: Fix email address header folding with long quoted-string (GH-122753) (#129009)

2025-02-19 Thread ambv
https://github.com/python/cpython/commit/7cff053efeb8506495c5f77f40742341a1714d96 commit: 7cff053efeb8506495c5f77f40742341a1714d96 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-02-19T14:12:34+01:00 summary: [3.11] gh-80222:

[Python-checkins] [3.12] CI: Make macOS required to succeed (GH-110362) (#130299)

2025-02-19 Thread hugovk
https://github.com/python/cpython/commit/569615f207667c7c2167a04344c2d89a3e74c8bd commit: 569615f207667c7c2167a04344c2d89a3e74c8bd branch: 3.12 author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2025-02-19T13:46:45+0

[Python-checkins] gh-111178: fix UBSan failures in `Modules/_datetimemodule.c` (GH-129774)

2025-02-19 Thread encukou
https://github.com/python/cpython/commit/c637bce20aaaf836ab2cfbb123b9472e5ad0ab47 commit: c637bce20aaaf836ab2cfbb123b9472e5ad0ab47 branch: main author: Bénédikt Tran <[email protected]> committer: encukou date: 2025-02-19T11:18:37Z summary: gh-78: fix UBSan failures in

[Python-checkins] gh-111178: fix UBSan failures in `Modules/mmapmodule.c` (GH-129784)

2025-02-19 Thread encukou
https://github.com/python/cpython/commit/0d0be7f7f18dde2a4002a53f040699e970dbf727 commit: 0d0be7f7f18dde2a4002a53f040699e970dbf727 branch: main author: Bénédikt Tran <[email protected]> committer: encukou date: 2025-02-19T12:02:32+01:00 summary: gh-78: fix UBSan failur

[Python-checkins] gh-111178: fix UBSan failures in `Modules/itertoolsmodule.c` (GH-129780)

2025-02-19 Thread encukou
https://github.com/python/cpython/commit/f8c041bff9117147b09eec1557bfbbd07149593a commit: f8c041bff9117147b09eec1557bfbbd07149593a branch: main author: Bénédikt Tran <[email protected]> committer: encukou date: 2025-02-19T11:58:47+01:00 summary: gh-78: fix UBSan failur

[Python-checkins] gh-129107: make `bytearray` iterator thread safe (#130096)

2025-02-19 Thread kumaraditya303
https://github.com/python/cpython/commit/1b6bef8086e46e189cb9c4e46ac2945bc7848ed6 commit: 1b6bef8086e46e189cb9c4e46ac2945bc7848ed6 branch: main author: Tomasz Pytel committer: kumaraditya303 date: 2025-02-19T15:42:45+05:30 summary: gh-129107: make `bytearray` iterator thread safe (#130096) Co-a

[Python-checkins] [3.9] gh-107262: Update Tkinter tests for Tcl/Tk 8.6.14 (GH-119322) (#130275)

2025-02-19 Thread hugovk
https://github.com/python/cpython/commit/61746a332720330a42ef6f5dfdaf2a33b1b932e1 commit: 61746a332720330a42ef6f5dfdaf2a33b1b932e1 branch: 3.9 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-02-19

[Python-checkins] [3.10] gh-107262: Update Tkinter tests for Tcl/Tk 8.6.14 (GH-119322) (#130274)

2025-02-19 Thread hugovk
https://github.com/python/cpython/commit/4413f2e3f1d41d3f480076ff7be8bc81a25239e7 commit: 4413f2e3f1d41d3f480076ff7be8bc81a25239e7 branch: 3.10 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-02-1

[Python-checkins] [3.11] gh-107262: Update Tkinter tests for Tcl/Tk 8.6.14 (GH-119322) (#130276)

2025-02-19 Thread hugovk
https://github.com/python/cpython/commit/9d727fe7396f9d745c84ee81951cecab442eb34e commit: 9d727fe7396f9d745c84ee81951cecab442eb34e branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-02-1