[Python-checkins] [3.8] gh-121650: Encode newlines in headers, and verify headers are sound (GH-122233) (#122611)

2024-09-04 Thread ambv
https://github.com/python/cpython/commit/b158a76ce094897c870fb6b3de62887b7ccc33f1 commit: b158a76ce094897c870fb6b3de62887b7ccc33f1 branch: 3.8 author: Łukasz Langa committer: ambv date: 2024-09-04T17:36:17+02:00 summary: [3.8] gh-121650: Encode newlines in headers, and verify headers are sound

[Python-checkins] [3.11] gh-121650: Encode newlines in headers, and verify headers are sound (GH-122233) (#122608)

2024-09-04 Thread ambv
https://github.com/python/cpython/commit/f7c0f09e69e950cf3c5ada9dbde93898eb975533 commit: f7c0f09e69e950cf3c5ada9dbde93898eb975533 branch: 3.11 author: Łukasz Langa committer: ambv date: 2024-09-04T17:37:28+02:00 summary: [3.11] gh-121650: Encode newlines in headers, and verify headers are

[Python-checkins] [3.9] gh-121650: Encode newlines in headers, and verify headers are sound (GH-122233) (#122610)

2024-09-04 Thread ambv
https://github.com/python/cpython/commit/f7be505d137a22528cb0fc004422c0081d5d90e6 commit: f7be505d137a22528cb0fc004422c0081d5d90e6 branch: 3.9 author: Łukasz Langa committer: ambv date: 2024-09-04T17:39:02+02:00 summary: [3.9] gh-121650: Encode newlines in headers, and verify headers are sound

[Python-checkins] [3.8] gh-123067: Fix quadratic complexity in parsing "-quoted cookie values with backslashes (GH-123075) (#123108)

2024-09-04 Thread ambv
https://github.com/python/cpython/commit/a77ab24427a18bff817025adb03ca920dc3f1a06 commit: a77ab24427a18bff817025adb03ca920dc3f1a06 branch: 3.8 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2024-09-04T17:40:38+02:00 summary: [3.8] gh-

[Python-checkins] [3.10] gh-121650: Encode newlines in headers, and verify headers are sound (GH-122233) (#122609)

2024-09-04 Thread ambv
https://github.com/python/cpython/commit/06f28dc236708f72871c64d4bc4b4ea144c50147 commit: 06f28dc236708f72871c64d4bc4b4ea144c50147 branch: 3.10 author: Łukasz Langa committer: ambv date: 2024-09-04T17:38:31+02:00 summary: [3.10] gh-121650: Encode newlines in headers, and verify headers are

[Python-checkins] [3.8] gh-121285: Remove backtracking when parsing tarfile headers (GH-121286) (#123642)

2024-09-04 Thread ambv
https://github.com/python/cpython/commit/7d1f50cd92ff7e10a1c15a8f591dde8a6843a64d commit: 7d1f50cd92ff7e10a1c15a8f591dde8a6843a64d branch: 3.8 author: Seth Michael Larson committer: ambv date: 2024-09-04T17:41:42+02:00 summary: [3.8] gh-121285: Remove backtracking when parsing tarfile headers

[Python-checkins] [3.11] gh-67693: Fix urlunparse() and urlunsplit() for URIs with path starting with multiple slashes and no authority (GH-113563) (#119025)

2024-09-04 Thread ambv
https://github.com/python/cpython/commit/d0e8c100e439e92b1beb5a664843f8c00a88ae2a commit: d0e8c100e439e92b1beb5a664843f8c00a88ae2a branch: 3.11 author: Serhiy Storchaka committer: ambv date: 2024-09-04T17:42:58+02:00 summary: [3.11] gh-67693: Fix urlunparse() and urlunsplit() for URIs with path

[Python-checkins] [3.10] gh-67693: Fix urlunparse() and urlunsplit() for URIs with path starting with multiple slashes and no authority (GH-113563) (#119026)

2024-09-04 Thread ambv
https://github.com/python/cpython/commit/2fa5d706843476cf43ff3b431e3c4a8c34737413 commit: 2fa5d706843476cf43ff3b431e3c4a8c34737413 branch: 3.10 author: Serhiy Storchaka committer: ambv date: 2024-09-04T17:43:30+02:00 summary: [3.10] gh-67693: Fix urlunparse() and urlunsplit() for URIs with path

[Python-checkins] [3.8] gh-67693: Fix urlunparse() and urlunsplit() for URIs with path starting with multiple slashes and no authority (GH-113563) (#119028)

2024-09-04 Thread ambv
https://github.com/python/cpython/commit/0a878121deed09879506398c97bf121a40590187 commit: 0a878121deed09879506398c97bf121a40590187 branch: 3.8 author: Serhiy Storchaka committer: ambv date: 2024-09-04T17:44:22+02:00 summary: [3.8] gh-67693: Fix urlunparse() and urlunsplit() for URIs with path

[Python-checkins] [3.9] gh-121285: Remove backtracking when parsing tarfile headers (GH-121286) (#123641)

2024-09-04 Thread ambv
https://github.com/python/cpython/commit/b4225ca91547aa97ed3aca391614afbb255bc877 commit: b4225ca91547aa97ed3aca391614afbb255bc877 branch: 3.9 author: Seth Michael Larson committer: ambv date: 2024-09-04T17:46:01+02:00 summary: [3.9] gh-121285: Remove backtracking when parsing tarfile headers

[Python-checkins] [3.9] gh-123067: Fix quadratic complexity in parsing "-quoted cookie values with backslashes (GH-123075) (#123107)

2024-09-04 Thread ambv
https://github.com/python/cpython/commit/d662e2db2605515a767f88ad48096b8ac623c774 commit: d662e2db2605515a767f88ad48096b8ac623c774 branch: 3.9 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2024-09-04T17:49:40+02:00 summary: [3.9] gh-

[Python-checkins] [3.11] gh-123067: Fix quadratic complexity in parsing "-quoted cookie values with backslashes (GH-123075) (#123105)

2024-09-04 Thread ambv
https://github.com/python/cpython/commit/d4ac921a4b081f7f996a5d2b101684b67ba0ed7f commit: d4ac921a4b081f7f996a5d2b101684b67ba0ed7f branch: 3.11 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2024-09-04T17:50:00+02:00 summary: [3.

[Python-checkins] [3.10] gh-123067: Fix quadratic complexity in parsing "-quoted cookie values with backslashes (GH-123075) (#123106)

2024-09-04 Thread ambv
https://github.com/python/cpython/commit/b2f11ca7667e4d57c71c1c88b255115f16042d9a commit: b2f11ca7667e4d57c71c1c88b255115f16042d9a branch: 3.10 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2024-09-04T17:50:36+02:00 summary: [3.

[Python-checkins] [3.10] gh-119690: Fixes buffer type confusion in _winapi.CreateFile and _winapi.CreateNamedPipe audit events (#119735)

2024-09-04 Thread ambv
https://github.com/python/cpython/commit/2e861ac1cd4359463f6a13efd3d3578fce71e5ab commit: 2e861ac1cd4359463f6a13efd3d3578fce71e5ab branch: 3.10 author: Steve Dower committer: ambv date: 2024-09-04T17:57:40+02:00 summary: [3.10] gh-119690: Fixes buffer type confusion in _winapi.CreateFile and

[Python-checkins] [3.11] gh-119690: Fixes buffer type confusion in _winapi.CreateNamedPipe audit event (#119734)

2024-09-04 Thread ambv
https://github.com/python/cpython/commit/697beec04dbbd03508e02df9f0042ce5a8772b46 commit: 697beec04dbbd03508e02df9f0042ce5a8772b46 branch: 3.11 author: Steve Dower committer: ambv date: 2024-09-04T18:02:48+02:00 summary: [3.11] gh-119690: Fixes buffer type confusion in _winapi.CreateNamedPipe

[Python-checkins] [3.11] gh-100117: Fix inaccuracy in documentation of the CodeObject's co_positions field. (GH-119364) (#119871)

2024-09-04 Thread ambv
https://github.com/python/cpython/commit/851821d871e5d26bd154860d202bb653ef02cc47 commit: 851821d871e5d26bd154860d202bb653ef02cc47 branch: 3.11 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2024-09-04T18:06:13+02:00 summary: [3.

[Python-checkins] [3.8] gh-119690: Fixes buffer type confusion in _winapi.CreateFile and _winapi.CreateNamedPipe audit events (GH-119735) (#123680)

2024-09-04 Thread ambv
https://github.com/python/cpython/commit/2309739fd8bbe1b20442a6f59d7e42ed26a7875c commit: 2309739fd8bbe1b20442a6f59d7e42ed26a7875c branch: 3.8 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2024-09-04T18:22:24+02:00 summary: [3.8] gh-

[Python-checkins] [3.9] gh-119690: Fixes buffer type confusion in _winapi.CreateFile and _winapi.CreateNamedPipe audit events (GH-119735) (#123679)

2024-09-04 Thread ambv
https://github.com/python/cpython/commit/9290419492be7b4762211853e77d8209e5d492f4 commit: 9290419492be7b4762211853e77d8209e5d492f4 branch: 3.9 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2024-09-04T18:22:50+02:00 summary: [3.9] gh-

[Python-checkins] [3.11]GH-112275: Fix HEAD_LOCK deadlock in child process after fork (#112336)

2024-09-04 Thread ambv
https://github.com/python/cpython/commit/522799a05e3e820339718151ac055af6d864d463 commit: 522799a05e3e820339718151ac055af6d864d463 branch: 3.11 author: ChuBoning <102216855+chubon...@users.noreply.github.com> committer: ambv date: 2024-09-04T19:14:59+02:00 summary: [3.11]GH-112275: Fix HEA

[Python-checkins] [3.10] gh-112275: Fix HEAD_LOCK deadlock in child process after fork (GH-112336) (#123687)

2024-09-04 Thread ambv
https://github.com/python/cpython/commit/d3f39cefe721db643957d48316ac98c5e279f0c3 commit: d3f39cefe721db643957d48316ac98c5e279f0c3 branch: 3.10 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2024-09-04T19:26:29+02:00 summary: [3.

[Python-checkins] [3.9] gh-112275: Fix HEAD_LOCK deadlock in child process after fork (GH-112336) (#123688)

2024-09-04 Thread ambv
https://github.com/python/cpython/commit/0152431f179e85f582a4c393aa3b99d3918a1109 commit: 0152431f179e85f582a4c393aa3b99d3918a1109 branch: 3.9 author: Łukasz Langa committer: ambv date: 2024-09-04T22:41:03+02:00 summary: [3.9] gh-112275: Fix HEAD_LOCK deadlock in child process after fork (GH

[Python-checkins] [3.8] gh-112275: Fix HEAD_LOCK deadlock in child process after fork (GH-112336) (GH-123688) (#123713)

2024-09-05 Thread ambv
https://github.com/python/cpython/commit/e742f995efc5c2d9e3206b0646b51a0def2f846c commit: e742f995efc5c2d9e3206b0646b51a0def2f846c branch: 3.8 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2024-09-05T11:14:03+02:00 summary: [3.8] gh-

[Python-checkins] [3.9] gh-67693: Fix urlunparse() and urlunsplit() for URIs with path starting with multiple slashes and no authority (GH-113563) (#119027)

2024-09-05 Thread ambv
https://github.com/python/cpython/commit/a5798d0cc79d60f04b5719e0805e1ecb8f4c8744 commit: a5798d0cc79d60f04b5719e0805e1ecb8f4c8744 branch: 3.9 author: Serhiy Storchaka committer: ambv date: 2024-09-05T14:05:43+02:00 summary: [3.9] gh-67693: Fix urlunparse() and urlunsplit() for URIs with path

[Python-checkins] [3.11] gh-123678: Upgrade libexpat 2.6.3 (#123709)

2024-09-05 Thread ambv
https://github.com/python/cpython/commit/b582d5234f292d4083d1ab9d625b319dd15304ee commit: b582d5234f292d4083d1ab9d625b319dd15304ee branch: 3.11 author: Seth Michael Larson committer: ambv date: 2024-09-05T14:27:22+02:00 summary: [3.11] gh-123678: Upgrade libexpat 2.6.3 (#123709) (cherry picked

[Python-checkins] [3.10] gh-123678: Upgrade libexpat 2.6.3 (#123710)

2024-09-05 Thread ambv
https://github.com/python/cpython/commit/0e006ce3446731533b9f85e54c9b04c36291544c commit: 0e006ce3446731533b9f85e54c9b04c36291544c branch: 3.10 author: Seth Michael Larson committer: ambv date: 2024-09-05T14:27:33+02:00 summary: [3.10] gh-123678: Upgrade libexpat 2.6.3 (#123710) (cherry picked

[Python-checkins] [3.9] gh-123678: Upgrade libexpat 2.6.3 (#123711)

2024-09-05 Thread ambv
https://github.com/python/cpython/commit/c57c4a966742dc4d0f28d6457c025e93b8b63fd4 commit: c57c4a966742dc4d0f28d6457c025e93b8b63fd4 branch: 3.9 author: Seth Michael Larson committer: ambv date: 2024-09-05T14:27:48+02:00 summary: [3.9] gh-123678: Upgrade libexpat 2.6.3 (#123711) (cherry picked

[Python-checkins] [3.8] gh-123678: Upgrade libexpat 2.6.3 (#123712)

2024-09-05 Thread ambv
https://github.com/python/cpython/commit/a50a86db0fd66c7ea53e56e346057be1153d6d47 commit: a50a86db0fd66c7ea53e56e346057be1153d6d47 branch: 3.8 author: Seth Michael Larson committer: ambv date: 2024-09-05T14:27:57+02:00 summary: [3.8] gh-123678: Upgrade libexpat 2.6.3 (#123712) (cherry picked

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

2024-09-05 Thread ambv
https://github.com/python/cpython/commit/5752116ed78887233a7723585158435a0a4525ba commit: 5752116ed78887233a7723585158435a0a4525ba branch: 3.11 author: Zachary Ware committer: ambv date: 2024-09-05T14:28:35+02:00 summary: [3.11] gh-123418: Update OpenSSL to 3.0.15 on Windows (GH-123673

[Python-checkins] gh-123418: Update macOS installer to use OpenSSL 3.0.15 (#123684)

2024-09-05 Thread ambv
https://github.com/python/cpython/commit/092abc4060768f2ae8b7b9c133558bf05bfeff88 commit: 092abc4060768f2ae8b7b9c133558bf05bfeff88 branch: main author: Zachary Ware committer: ambv date: 2024-09-05T14:29:36+02:00 summary: gh-123418: Update macOS installer to use OpenSSL 3.0.15 (#123684) files

[Python-checkins] [3.13] gh-123418: Update macOS installer to use OpenSSL 3.0.15 (GH-123684) (#123729)

2024-09-05 Thread ambv
https://github.com/python/cpython/commit/f48746b204d3ca089860fe8ac2f0ef613a198116 commit: f48746b204d3ca089860fe8ac2f0ef613a198116 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2024-09-05T15:17:35+02:00 summary: [3.

[Python-checkins] [3.12] gh-123418: Update macOS installer to use OpenSSL 3.0.15 (GH-123684) (#123730)

2024-09-05 Thread ambv
https://github.com/python/cpython/commit/00781460619f87cb2008ad8537291401a106f98a commit: 00781460619f87cb2008ad8537291401a106f98a branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2024-09-05T15:17:46+02:00 summary: [3.

[Python-checkins] gh-123240: Raise input audit events in the new REPL (#123274)

2024-09-05 Thread ambv
https://github.com/python/cpython/commit/aa13396363c38186defaa079d069b4cb08b2 commit: aa13396363c38186defaa079d069b4cb08b2 branch: main author: sobolevn committer: ambv date: 2024-09-05T17:17:24+02:00 summary: gh-123240: Raise input audit events in the new REPL (#123274) files: A Misc

[Python-checkins] [3.13] gh-123240: Raise input audit events in the new REPL (GH-123274) (#123737)

2024-09-05 Thread ambv
https://github.com/python/cpython/commit/5e03734c947e7bf98b57016c237a478af5e67c55 commit: 5e03734c947e7bf98b57016c237a478af5e67c55 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2024-09-05T17:45:20+02:00 summary: [3.

[Python-checkins] [3.12] [CVE-2023-27043] gh-102988: Reject malformed addresses in email.parseaddr() (GH-111116) (#123766)

2024-09-06 Thread ambv
https://github.com/python/cpython/commit/15068242bd4405475f70a81805a8895ca309a310 commit: 15068242bd4405475f70a81805a8895ca309a310 branch: 3.12 author: Petr Viktorin committer: ambv date: 2024-09-06T12:46:16+02:00 summary: [3.12] [CVE-2023-27043] gh-102988: Reject malformed addresses in

[Python-checkins] [3.11] [CVE-2023-27043] gh-102988: Reject malformed addresses in email.parseaddr() (GH-111116) (#123767)

2024-09-06 Thread ambv
https://github.com/python/cpython/commit/bc4a703a934a59657ecd018320ef990bc5542803 commit: bc4a703a934a59657ecd018320ef990bc5542803 branch: 3.11 author: Petr Viktorin committer: ambv date: 2024-09-06T12:46:23+02:00 summary: [3.11] [CVE-2023-27043] gh-102988: Reject malformed addresses in

[Python-checkins] [3.13] gh-111201: fix auto-indent in pyrepl for muliple pound comments (GH-123196) (GH-123764)

2024-09-06 Thread ambv
https://github.com/python/cpython/commit/b221c5bba16d1406abbef13eba30b944bbcc92e1 commit: b221c5bba16d1406abbef13eba30b944bbcc92e1 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2024-09-06T13:09:22+02:00 summary: [3.

[Python-checkins] [3.9] [CVE-2023-27043] gh-102988: Reject malformed addresses in email.parseaddr() (GH-111116) (#123769)

2024-09-06 Thread ambv
https://github.com/python/cpython/commit/ee953f2b8fc12ee9b8209ab60a2f06c603e5a624 commit: ee953f2b8fc12ee9b8209ab60a2f06c603e5a624 branch: 3.9 author: Petr Viktorin committer: ambv date: 2024-09-06T13:13:54+02:00 summary: [3.9] [CVE-2023-27043] gh-102988: Reject malformed addresses in

[Python-checkins] [3.8] [CVE-2023-27043] gh-102988: Reject malformed addresses in email.parseaddr() (GH-111116) (#123770)

2024-09-06 Thread ambv
https://github.com/python/cpython/commit/4d069d5b1170b9d82013ab824ff5d6cf28964d97 commit: 4d069d5b1170b9d82013ab824ff5d6cf28964d97 branch: 3.8 author: Petr Viktorin committer: ambv date: 2024-09-06T13:14:09+02:00 summary: [3.8] [CVE-2023-27043] gh-102988: Reject malformed addresses in

[Python-checkins] [3.10] [CVE-2023-27043] gh-102988: Reject malformed addresses in email.parseaddr() (GH-111116) (#123768)

2024-09-06 Thread ambv
https://github.com/python/cpython/commit/2a9273a0e4466e2f057f9ce6fe98cd8ce570331b commit: 2a9273a0e4466e2f057f9ce6fe98cd8ce570331b branch: 3.10 author: Petr Viktorin committer: ambv date: 2024-09-06T13:14:22+02:00 summary: [3.10] [CVE-2023-27043] gh-102988: Reject malformed addresses in

[Python-checkins] gh-119034, REPL: Change page up/down keys to search in history (#123607)

2024-09-06 Thread ambv
https://github.com/python/cpython/commit/8311b11800509c975023e062e2c336f417c5e4c0 commit: 8311b11800509c975023e062e2c336f417c5e4c0 branch: main author: Victor Stinner committer: ambv date: 2024-09-06T13:15:00+02:00 summary: gh-119034, REPL: Change page up/down keys to search in history (#123607

[Python-checkins] [3.13] gh-119034, REPL: Change page up/down keys to search in history (GH-123607) (GH-123773)

2024-09-06 Thread ambv
https://github.com/python/cpython/commit/c787a5161ca147cb8f9867c3a61b7ab4edf6c2a7 commit: c787a5161ca147cb8f9867c3a61b7ab4edf6c2a7 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2024-09-06T14:04:11+02:00 summary: [3.

[Python-checkins] [3.11] gh-102988: Adjust version numbers in versionadded directives (#123772)

2024-09-06 Thread ambv
https://github.com/python/cpython/commit/2e2b1b5f99d138212aa1f55e3cf91f36766b1ad2 commit: 2e2b1b5f99d138212aa1f55e3cf91f36766b1ad2 branch: 3.11 author: Petr Viktorin committer: ambv date: 2024-09-06T14:29:04+02:00 summary: [3.11] gh-102988: Adjust version numbers in versionadded directives

[Python-checkins] gh-119310: Fix encoding when reading old history file (#121779)

2024-09-06 Thread ambv
https://github.com/python/cpython/commit/e95984826eb3cdb3a3baedb2ccea35e11e9f8161 commit: e95984826eb3cdb3a3baedb2ccea35e11e9f8161 branch: main author: aorcajo <589252+aorc...@users.noreply.github.com> committer: ambv date: 2024-09-06T15:40:29+02:00 summary: gh-119310: Fix encoding when r

[Python-checkins] [3.12] gh-123463: Include logging_flow diagram in non-HTML docs (GH-123464) (#123667)

2024-09-06 Thread ambv
https://github.com/python/cpython/commit/8eef5a80a41b3875b052c2fcfabf4b708567d05b commit: 8eef5a80a41b3875b052c2fcfabf4b708567d05b branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2024-09-06T15:43:49+02:00 summary: [3.

[Python-checkins] [3.13] gh-123463: Include logging_flow diagram in non-HTML docs (GH-123464) (#123666)

2024-09-06 Thread ambv
https://github.com/python/cpython/commit/402b5f204a244f04b6c49fb3491369b74accdba2 commit: 402b5f204a244f04b6c49fb3491369b74accdba2 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2024-09-06T15:44:07+02:00 summary: [3.

[Python-checkins] [3.12] gh-123207: Clarify the documentation for the mro lookup for super() (GH-123417) (#123733)

2024-09-06 Thread ambv
https://github.com/python/cpython/commit/407505da8ea46e21b53fcffe6a7edb0580b6902c commit: 407505da8ea46e21b53fcffe6a7edb0580b6902c branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2024-09-06T15:44:54+02:00 summary: [3.

[Python-checkins] [3.13] gh-123207: Clarify the documentation for the mro lookup for super() (GH-123417) (#123732)

2024-09-06 Thread ambv
https://github.com/python/cpython/commit/c46ad20d41a95d0c621d9aa79e829fad9654b381 commit: c46ad20d41a95d0c621d9aa79e829fad9654b381 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2024-09-06T15:45:22+02:00 summary: [3.

[Python-checkins] [3.12] gh-120426: Add the glossary term "immortal" (GH-123191) (GH-123491) (#123636)

2024-09-06 Thread ambv
https://github.com/python/cpython/commit/74feab2bae0b5cb70ce236f2682bf167ef8664bd commit: 74feab2bae0b5cb70ce236f2682bf167ef8664bd branch: 3.12 author: Petr Viktorin committer: ambv date: 2024-09-06T15:46:05+02:00 summary: [3.12] gh-120426: Add the glossary term "immortal" (GH-1

[Python-checkins] [3.12] gh-122527: Fix a crash on deallocation of `PyStructSequence` (GH-122577) (#122626)

2024-09-06 Thread ambv
https://github.com/python/cpython/commit/1bfb58cf2ff273534f7b92e9dc32873b77acec95 commit: 1bfb58cf2ff273534f7b92e9dc32873b77acec95 branch: 3.12 author: Sam Gross committer: ambv date: 2024-09-06T15:46:56+02:00 summary: [3.12] gh-122527: Fix a crash on deallocation of `PyStructSequence` (GH

[Python-checkins] [3.12] gh-116263: Do not rollover empty files in RotatingFileHandler (GH-122788) (#122815)

2024-09-06 Thread ambv
https://github.com/python/cpython/commit/7cb8d28e508c581834fe7a1a928d531e0f7687b9 commit: 7cb8d28e508c581834fe7a1a928d531e0f7687b9 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2024-09-06T15:47:42+02:00 summary: [3.

[Python-checkins] [3.12] gh-85110: Preserve relative path in URL without netloc in urllib.parse.urlunsplit() (GH-123179) (#123188)

2024-09-06 Thread ambv
https://github.com/python/cpython/commit/0edfc668e73d313396ec7e2a3228227b1317bfa4 commit: 0edfc668e73d313396ec7e2a3228227b1317bfa4 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2024-09-06T15:48:23+02:00 summary: [3.12] gh

[Python-checkins] [3.12] gh-122798: Make tests for warnings in the re module more strict (GH-122799) (#122805)

2024-09-06 Thread ambv
https://github.com/python/cpython/commit/10adcb4a2b67eb30f807ed01495b50a7b2064735 commit: 10adcb4a2b67eb30f807ed01495b50a7b2064735 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2024-09-06T15:49:35+02:00 summary: [3.

[Python-checkins] [3.12] gh-123431: Harmonize extension code checks in pickle (GH-123434) (#123460)

2024-09-06 Thread ambv
https://github.com/python/cpython/commit/58e01a1c7f18087c6cde0b462f6f6df975714b44 commit: 58e01a1c7f18087c6cde0b462f6f6df975714b44 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2024-09-06T15:50:27+02:00 summary: [3.

[Python-checkins] [3.12] gh-123309: Add more tests for the pickletools module (GH-123355) (#123534)

2024-09-06 Thread ambv
https://github.com/python/cpython/commit/94682423c2673d9b330a891af92200391b22c603 commit: 94682423c2673d9b330a891af92200391b22c603 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2024-09-06T15:51:16+02:00 summary: [3.

[Python-checkins] [3.13] gh-119310: Fix encoding when reading old history file (GH-121779) (#123784)

2024-09-06 Thread ambv
https://github.com/python/cpython/commit/2cc1899b938cb9ced5dec47070fb263fcb2d90d0 commit: 2cc1899b938cb9ced5dec47070fb263fcb2d90d0 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2024-09-06T16:23:47+02:00 summary: [3.

[Python-checkins] gh-120221: Support KeyboardInterrupt in asyncio REPL (#123795)

2024-09-06 Thread ambv
https://github.com/python/cpython/commit/033510e11dff742d9626b9fd895925ac77f566f1 commit: 033510e11dff742d9626b9fd895925ac77f566f1 branch: main author: Łukasz Langa committer: ambv date: 2024-09-06T21:28:29+02:00 summary: gh-120221: Support KeyboardInterrupt in asyncio REPL (#123795) This

[Python-checkins] [3.13] gh-120221: Support KeyboardInterrupt in asyncio REPL (GH-123795) (#123799)

2024-09-06 Thread ambv
https://github.com/python/cpython/commit/5c3078d6e597c7e50b3b0da37f493e2dfca17a6a commit: 5c3078d6e597c7e50b3b0da37f493e2dfca17a6a branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2024-09-06T22:25:19+02:00 summary: [3.

[Python-checkins] Python 3.9.20

2024-09-06 Thread ambv
https://github.com/python/cpython/commit/8c3f7946ec848ec16cf28418c0f984ecaa029541 commit: 8c3f7946ec848ec16cf28418c0f984ecaa029541 branch: 3.9 author: Łukasz Langa committer: ambv date: 2024-09-06T21:03:56+02:00 summary: Python 3.9.20 files: A Misc/NEWS.d/3.9.20.rst D Misc/NEWS.d/next

[Python-checkins] Python 3.8.20

2024-09-06 Thread ambv
https://github.com/python/cpython/commit/39b2f82717a69dde7212bc39b673b0f55c99e6a3 commit: 39b2f82717a69dde7212bc39b673b0f55c99e6a3 branch: 3.8 author: Łukasz Langa committer: ambv date: 2024-09-06T22:41:55+02:00 summary: Python 3.8.20 files: A Misc/NEWS.d/3.8.20.rst D Misc/NEWS.d/next

[Python-checkins] [3.9] gh-112769: test_zlib: test_zlib: Fix comparison of ZLIB_RUNTIME_VERSION with non-int suffix (GH-112771) (GH-119566)

2024-05-30 Thread ambv
https://github.com/python/cpython/commit/54b5e9e9a8d4e964bef934ab2ed10d21b3abe91e commit: 54b5e9e9a8d4e964bef934ab2ed10d21b3abe91e branch: 3.9 author: Ned Deily committer: ambv date: 2024-05-30T18:36:05+02:00 summary: [3.9] gh-112769: test_zlib: test_zlib: Fix comparison of ZLIB_RUNTIME_VERSION

[Python-checkins] [3.8] gh-112769: test_zlib: test_zlib: Fix comparison of ZLIB_RUNTIME_VERSION with non-int suffix (GH-112771) (GH-119567)

2024-05-30 Thread ambv
https://github.com/python/cpython/commit/5505b91a684b0fc7ffcb3a5b325302671d74fb15 commit: 5505b91a684b0fc7ffcb3a5b325302671d74fb15 branch: 3.8 author: Ned Deily committer: ambv date: 2024-05-30T18:36:36+02:00 summary: [3.8] gh-112769: test_zlib: test_zlib: Fix comparison of ZLIB_RUNTIME_VERSION

[Python-checkins] gh-111201: Support pyrepl on Windows (#119559)

2024-05-31 Thread ambv
https://github.com/python/cpython/commit/0d07182821fad7b95a043d006f1ce13a2d22edcb commit: 0d07182821fad7b95a043d006f1ce13a2d22edcb branch: main author: Dino Viehland committer: ambv date: 2024-05-31T09:49:03+02:00 summary: gh-111201: Support pyrepl on Windows (#119559) Co-authored-by: Anthony

[Python-checkins] gh-97747: Improvements to WASM browser REPL. (#97665)

2024-05-31 Thread ambv
https://github.com/python/cpython/commit/010aaa32fb93c5033a698d7213469af02d76fef3 commit: 010aaa32fb93c5033a698d7213469af02d76fef3 branch: main author: Katie Bell committer: ambv date: 2024-05-31T09:58:46+02:00 summary: gh-97747: Improvements to WASM browser REPL. (#97665) Improvements to WASM

[Python-checkins] gh-111201: Improve pyrepl auto indentation (#119606)

2024-05-31 Thread ambv
https://github.com/python/cpython/commit/dae0375bd97f3821c5db1602a0653a3c5dc53c5b commit: dae0375bd97f3821c5db1602a0653a3c5dc53c5b branch: main author: Arnon Yaari committer: ambv date: 2024-05-31T11:02:54+02:00 summary: gh-111201: Improve pyrepl auto indentation (#119606) - auto-indent when

[Python-checkins] [3.13] gh-97747: Improvements to WASM browser REPL. (GH-97665) (GH-119828)

2024-05-31 Thread ambv
https://github.com/python/cpython/commit/7dae73b21b500e34ebb070a4d3774e09d83d6c1d commit: 7dae73b21b500e34ebb070a4d3774e09d83d6c1d branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2024-05-31T11:25:39+02:00 summary: [3.13] gh

[Python-checkins] [3.13] gh-111201: Improve pyrepl auto indentation (GH-119606) (GH-119833)

2024-05-31 Thread ambv
https://github.com/python/cpython/commit/38bf39cb4be279cce6c97da26afcc60859a01571 commit: 38bf39cb4be279cce6c97da26afcc60859a01571 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2024-05-31T11:51:53+02:00 summary: [3.

[Python-checkins] gh-111201: [pyrepl] Ensure optional platform-specific imports are optional (GH-119834)

2024-05-31 Thread ambv
https://github.com/python/cpython/commit/4c387a76f3ac8509c29634f4bbda6c37a67550d5 commit: 4c387a76f3ac8509c29634f4bbda6c37a67550d5 branch: main author: Łukasz Langa committer: ambv date: 2024-05-31T14:41:26+02:00 summary: gh-111201: [pyrepl] Ensure optional platform-specific imports are

[Python-checkins] [3.13] gh-111201: Support pyrepl on Windows (GH-119559) (GH-119850)

2024-05-31 Thread ambv
https://github.com/python/cpython/commit/d6faac6d1f825405398158272286aaed94eb51fc commit: d6faac6d1f825405398158272286aaed94eb51fc branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2024-05-31T17:18:28+02:00 summary: [3.

[Python-checkins] gh-118894: Make asyncio REPL use pyrepl (GH-119433)

2024-05-31 Thread ambv
https://github.com/python/cpython/commit/2237946af0981c46dc7d3886477e425ccfb37f28 commit: 2237946af0981c46dc7d3886477e425ccfb37f28 branch: main author: Łukasz Langa committer: ambv date: 2024-05-31T22:26:02+02:00 summary: gh-118894: Make asyncio REPL use pyrepl (GH-119433) files: A Misc/NEWS.d

[Python-checkins] [3.13] gh-118894: Make asyncio REPL use pyrepl (GH-119433) (#119884)

2024-05-31 Thread ambv
https://github.com/python/cpython/commit/a5272e63efc003a30a2b603b512d367282a24209 commit: a5272e63efc003a30a2b603b512d367282a24209 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2024-05-31T17:15:44-04:00 summary: [3.

[Python-checkins] Use Cirrus M1 macOS runners for CI (GH-119979)

2024-06-03 Thread ambv
https://github.com/python/cpython/commit/6acb32fac3511c1d5500cac66f1d6397dcdab835 commit: 6acb32fac3511c1d5500cac66f1d6397dcdab835 branch: main author: Łukasz Langa committer: ambv date: 2024-06-03T17:32:40+02:00 summary: Use Cirrus M1 macOS runners for CI (GH-119979) Co-authored-by: Ee Durbin

[Python-checkins] [3.13] Use Cirrus M1 macOS runners for CI (GH-119979) (GH-119986)

2024-06-03 Thread ambv
https://github.com/python/cpython/commit/060d846f436027c0169fc8e2d3a0a7b9bc9afee8 commit: 060d846f436027c0169fc8e2d3a0a7b9bc9afee8 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2024-06-03T18:15:37+02:00 summary: [3.1

[Python-checkins] [3.12] Use Cirrus M1 macOS runners for CI (GH-119979) (GH-119987)

2024-06-03 Thread ambv
https://github.com/python/cpython/commit/0480fd628a33351be868460c6febc09541ac722c commit: 0480fd628a33351be868460c6febc09541ac722c branch: 3.12 author: Łukasz Langa committer: ambv date: 2024-06-03T18:15:54+02:00 summary: [3.12] Use Cirrus M1 macOS runners for CI (GH-119979) (GH-119987

[Python-checkins] gh-120041: Do not use append_to_screen when completions are visible (GH-120042)

2024-06-04 Thread ambv
https://github.com/python/cpython/commit/8fc7653766b106bdbc4ff6154e0020aea4ab15e6 commit: 8fc7653766b106bdbc4ff6154e0020aea4ab15e6 branch: main author: Lysandros Nikolaou committer: ambv date: 2024-06-04T18:09:31+02:00 summary: gh-120041: Do not use append_to_screen when completions are visible

[Python-checkins] gh-119553: Clear reader on Ctrl-C command (GH-119801)

2024-06-04 Thread ambv
https://github.com/python/cpython/commit/010ea93b2b888149561becefeee90826bf8a2934 commit: 010ea93b2b888149561becefeee90826bf8a2934 branch: main author: Lysandros Nikolaou committer: ambv date: 2024-06-04T19:46:33+02:00 summary: gh-119553: Clear reader on Ctrl-C command (GH-119801) files: M Lib

[Python-checkins] gh-119842: Honor PyOS_InputHook in the new REPL (GH-119843)

2024-06-04 Thread ambv
https://github.com/python/cpython/commit/d9095194dde27eaabfc0b86a11989cdb9a2acfe1 commit: d9095194dde27eaabfc0b86a11989cdb9a2acfe1 branch: main author: Pablo Galindo Salgado committer: ambv date: 2024-06-04T20:32:43+02:00 summary: gh-119842: Honor PyOS_InputHook in the new REPL (GH-119843

[Python-checkins] [3.13] gh-119842: Honor PyOS_InputHook in the new REPL (GH-119843) (GH-120066)

2024-06-04 Thread ambv
https://github.com/python/cpython/commit/eea45ea21306fb04e5c4583889e8356315aa742b commit: eea45ea21306fb04e5c4583889e8356315aa742b branch: 3.13 author: Łukasz Langa committer: ambv date: 2024-06-04T21:26:10+02:00 summary: [3.13] gh-119842: Honor PyOS_InputHook in the new REPL (GH-119843) (GH

[Python-checkins] gh-120111: Don't use cirrus M1 macOS runners on fork (#120116)

2024-06-06 Thread ambv
https://github.com/python/cpython/commit/fd104dfcb838d735ef8128e3539d7a730d403422 commit: fd104dfcb838d735ef8128e3539d7a730d403422 branch: main author: Nice Zombies committer: ambv date: 2024-06-06T13:40:37+02:00 summary: gh-120111: Don't use cirrus M1 macOS runners on fork (#120116

[Python-checkins] [3.13] gh-120111: Don't use cirrus M1 macOS runners on fork (GH-120116) (GH-120152)

2024-06-06 Thread ambv
https://github.com/python/cpython/commit/13e5f455c45d21a3642aaf429cf20cac71dbf29b commit: 13e5f455c45d21a3642aaf429cf20cac71dbf29b branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2024-06-06T14:26:23+02:00 summary: [3.

[Python-checkins] [3.12] gh-120111: Don't use cirrus M1 macOS runners on fork (GH-120116) (GH-120153)

2024-06-06 Thread ambv
https://github.com/python/cpython/commit/94eee7875969a2f57238283d5b078bdc316fc7eb commit: 94eee7875969a2f57238283d5b078bdc316fc7eb branch: 3.12 author: Łukasz Langa committer: ambv date: 2024-06-06T14:30:20+02:00 summary: [3.12] gh-120111: Don't use cirrus M1 macOS runners on fork (GH-1

[Python-checkins] gh-118908: Use __main__ for the default PyREPL namespace (#121054)

2024-06-26 Thread ambv
https://github.com/python/cpython/commit/d611c4c8e9893c0816969e19ab6ca4992a3a15e3 commit: d611c4c8e9893c0816969e19ab6ca4992a3a15e3 branch: main author: Łukasz Langa committer: ambv date: 2024-06-26T15:01:10-04:00 summary: gh-118908: Use __main__ for the default PyREPL namespace (#121054) files

[Python-checkins] [3.13] gh-118908: Use __main__ for the default PyREPL namespace (GH-121054) (#121059)

2024-06-26 Thread ambv
https://github.com/python/cpython/commit/38cfa92880a19d03a4ada4cd843870a8602c13a0 commit: 38cfa92880a19d03a4ada4cd843870a8602c13a0 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2024-06-26T19:25:38Z summary: [3.13] gh-

[Python-checkins] gh-121245: Amend d611c4c8e9 (correct import) (#121255)

2024-07-02 Thread ambv
https://github.com/python/cpython/commit/7a807c3efaa83f1e4fb9b791579b47a0a1fd47de commit: 7a807c3efaa83f1e4fb9b791579b47a0a1fd47de branch: main author: Sergey B Kirpichev committer: ambv date: 2024-07-02T09:40:01Z summary: gh-121245: Amend d611c4c8e9 (correct import) (#121255) Co-authored-by

[Python-checkins] gh-119909: Fix ``NameError`` in ``asyncio`` REPL (#121341)

2024-07-06 Thread ambv
https://github.com/python/cpython/commit/114389470ec3db457c589b3991b695258d23ce5a commit: 114389470ec3db457c589b3991b695258d23ce5a branch: main author: Kirill Podoprigora committer: ambv date: 2024-07-06T16:49:33-04:00 summary: gh-119909: Fix ``NameError`` in ``asyncio`` REPL (#121341) files

[Python-checkins] gh-121499: Fix multi-line history rendering in the REPL (#121531)

2024-07-13 Thread ambv
https://github.com/python/cpython/commit/4b9e10d0ea352592049c1f2a00318d7274143fa4 commit: 4b9e10d0ea352592049c1f2a00318d7274143fa4 branch: main author: Pablo Galindo Salgado committer: ambv date: 2024-07-13T12:54:10+02:00 summary: gh-121499: Fix multi-line history rendering in the REPL (#121531

[Python-checkins] gh-96765: Update ConfigParser.read() docs with multi-file read example (#121664)

2024-07-13 Thread ambv
https://github.com/python/cpython/commit/fc2178117538c161471711073887f34bcd464cc1 commit: fc2178117538c161471711073887f34bcd464cc1 branch: main author: Timon Viola <44016238+timonvi...@users.noreply.github.com> committer: ambv date: 2024-07-13T12:47:05Z summary: gh-96765:

[Python-checkins] gh-121711: Set `-m asyncio` return_code to 1 for ENOTTY (#121714)

2024-07-13 Thread ambv
https://github.com/python/cpython/commit/a1834742936a3a2164c25c14ecf4ae6a95288ca3 commit: a1834742936a3a2164c25c14ecf4ae6a95288ca3 branch: main author: Milan Oberkirch committer: ambv date: 2024-07-13T17:17:24+02:00 summary: gh-121711: Set `-m asyncio` return_code to 1 for ENOTTY (#121714) Set

[Python-checkins] [3.13] gh-121711: Set `-m asyncio` return_code to 1 for ENOTTY (GH-121714) (GH-121718)

2024-07-13 Thread ambv
https://github.com/python/cpython/commit/f0c29a2d9f1df101efed8cda643bfff732c4e36b commit: f0c29a2d9f1df101efed8cda643bfff732c4e36b branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2024-07-13T18:24:52+02:00 summary: [3.

[Python-checkins] gh-121746: Bind Alt+Enter to "accept" in the REPL (GH-121754)

2024-07-15 Thread ambv
https://github.com/python/cpython/commit/6522f0e438a8c56a8f3cce2095b193ea6e3f5016 commit: 6522f0e438a8c56a8f3cce2095b193ea6e3f5016 branch: main author: Rodrigo Girão Serrão <5621605+rodrigogiraoser...@users.noreply.github.com> committer: ambv date: 2024-07-15T19:47:56+02:00 summary: gh-

[Python-checkins] [3.13] gh-121746: Bind Alt+Enter to "accept" in the REPL (GH-121754) (GH-121803)

2024-07-15 Thread ambv
https://github.com/python/cpython/commit/308857b82ad0728b3be6435b056923ecdf82fce3 commit: 308857b82ad0728b3be6435b056923ecdf82fce3 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2024-07-15T20:14:50+02:00 summary: [3.

[Python-checkins] gh-121359: make clean environment (no PYTHON* vars) for test_pyrepl.TestMain (GH-121672)

2024-07-15 Thread ambv
https://github.com/python/cpython/commit/fd085a411ed2ccc9bde2338cf50068bc7f213ece commit: fd085a411ed2ccc9bde2338cf50068bc7f213ece branch: main author: Sergey B Kirpichev committer: ambv date: 2024-07-15T21:21:49+02:00 summary: gh-121359: make clean environment (no PYTHON* vars) for

[Python-checkins] [3.13] gh-121657: Display correct error message for yield from outsid… (GH-121768)

2024-07-15 Thread ambv
https://github.com/python/cpython/commit/c4daec4319bcd58032043dec8a6cd497263077f8 commit: c4daec4319bcd58032043dec8a6cd497263077f8 branch: 3.13 author: Kirill Podoprigora committer: ambv date: 2024-07-15T21:25:54+02:00 summary: [3.13] gh-121657: Display correct error message for yield from

[Python-checkins] [3.12] gh-121657: Display correct error message for yield from outsid… (GH-121769)

2024-07-15 Thread ambv
https://github.com/python/cpython/commit/b455a5a55cb1fd5bb6178a969e8ebd0e6e91b610 commit: b455a5a55cb1fd5bb6178a969e8ebd0e6e91b610 branch: 3.12 author: Kirill Podoprigora committer: ambv date: 2024-07-15T21:26:10+02:00 summary: [3.12] gh-121657: Display correct error message for yield from

[Python-checkins] gh-121245: Refactor site.register_readline() (GH-121659)

2024-07-15 Thread ambv
https://github.com/python/cpython/commit/05d413764c8ae793b8321c21cb10094c934b8cb3 commit: 05d413764c8ae793b8321c21cb10094c934b8cb3 branch: main author: Sergey B Kirpichev committer: ambv date: 2024-07-15T22:12:41+02:00 summary: gh-121245: Refactor site.register_readline() (GH-121659) Co

[Python-checkins] [3.13] gh-121359: make clean environment (no PYTHON* vars) for test_pyrepl.TestMain (GH-121672) (GH-121810)

2024-07-15 Thread ambv
https://github.com/python/cpython/commit/2ee2bfe617f6912eeb84ee9e45996bba2450f757 commit: 2ee2bfe617f6912eeb84ee9e45996bba2450f757 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2024-07-15T22:32:28+02:00 summary: [3.

[Python-checkins] [3.13] gh-121245: Refactor site.register_readline() (GH-121659) (GH-121816)

2024-07-15 Thread ambv
https://github.com/python/cpython/commit/b506de4eb562d20a090c99bc869f8468cbda7847 commit: b506de4eb562d20a090c99bc869f8468cbda7847 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2024-07-15T22:49:18+02:00 summary: [3.

[Python-checkins] gh-121790: Fix interactive console initialization (#121793)

2024-07-15 Thread ambv
https://github.com/python/cpython/commit/e5c7216f376a06d2c931daf999e2980e494e747e commit: e5c7216f376a06d2c931daf999e2980e494e747e branch: main author: Milan Oberkirch committer: ambv date: 2024-07-16T00:24:18+02:00 summary: gh-121790: Fix interactive console initialization (#121793) Co

[Python-checkins] [3.13] gh-121790: Fix interactive console initialization (GH-121793) (GH-121822)

2024-07-15 Thread ambv
https://github.com/python/cpython/commit/5b718e7fc723d484951aa76abd176aadcd0d1518 commit: 5b718e7fc723d484951aa76abd176aadcd0d1518 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2024-07-16T00:49:41+02:00 summary: [3.

[Python-checkins] gh-121605: Fix test hang when pyrepl is not available (GH-121820)

2024-07-15 Thread ambv
https://github.com/python/cpython/commit/4134261ab831863565fefc7a04d05a1fc1bca2f8 commit: 4134261ab831863565fefc7a04d05a1fc1bca2f8 branch: main author: Sam Gross committer: ambv date: 2024-07-16T00:50:16+02:00 summary: gh-121605: Fix test hang when pyrepl is not available (GH-121820) The

[Python-checkins] [3.13] gh-121605: Fix test hang when pyrepl is not available (GH-121820) (GH-121823)

2024-07-15 Thread ambv
https://github.com/python/cpython/commit/0201b98d4cac747ae0514e399d40e53f80ac4162 commit: 0201b98d4cac747ae0514e399d40e53f80ac4162 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2024-07-16T01:15:18+02:00 summary: [3.

  1   2   3   4   5   6   >