Change by Łukasz Langa :
--
pull_requests: +26486
pull_request: https://github.com/python/cpython/pull/28041
___
Python tracker
<https://bugs.python.org/issue45
Change by Łukasz Langa :
--
pull_requests: +26485
pull_request: https://github.com/python/cpython/pull/28040
___
Python tracker
<https://bugs.python.org/issue45
Change by Łukasz Langa :
--
pull_requests: +26484
pull_request: https://github.com/python/cpython/pull/28039
___
Python tracker
<https://bugs.python.org/issue45
Łukasz Langa added the comment:
New changeset d3bdbbf9a4352a24fc2bfc7a63a024b244b61aba by Steve Dower in branch
'main':
bpo-45007: Update to OpenSSL 1.1.1l in Windows build and CI (GH-28009)
https://github.com/python/cpython/commit/d3bdbbf9a4352a24fc2bfc7a63a024b244b61aba
-
Łukasz Langa added the comment:
New changeset 0897253f426068ea6a6fbe0ada01689af9ef1019 by Miguel Brito in
branch 'main':
bpo-43124: Fix smtplib multiple CRLF injection (GH-25987)
https://github.com/python/cpython/commit/0897253f426068ea6a6fbe0ada0168
Łukasz Langa added the comment:
New changeset 3fc5d84046ddbd66abac5b598956ea34605a4e5d by Victor Stinner in
branch 'main':
bpo-44394: Update libexpat copy to 2.4.1 (GH-26945)
https://github.com/python/cpython/commit/3fc5d84046ddbd66abac5b598956ea
Łukasz Langa added the comment:
Thanks, E. Paine! ✨ 🍰 ✨
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
versions: +Python 3.11 -Python 3.7
___
Python tracker
<https://bugs.python.or
Łukasz Langa added the comment:
New changeset 193443bb708cba3a72e99e61dd6615a94f22f9e1 by Miss Islington (bot)
in branch '3.8':
bpo-42278: Use tempfile.TemporaryDirectory rather than tempfile.mktemp in pydoc
(GH-23200) (GH-28026)
https://github.com/python/cpyt
Łukasz Langa added the comment:
New changeset 45409518c1cec5ee91d49f69a2f8eb4196d242f0 by Miss Islington (bot)
in branch '3.9':
bpo-42278: Use tempfile.TemporaryDirectory rather than tempfile.mktemp in pydoc
(GH-23200) (GH-28025)
https://github.com/python/cpyt
Łukasz Langa added the comment:
New changeset c9227df5a9d8e958a2324cf0deba8524d1ded26a by E-Paine in branch
'main':
bpo-42278: Use tempfile.TemporaryDirectory rather than tempfile.mktemp in pydoc
(GH-23200)
https://github.com/python/cpython/commit/c9227df5a9d8e958a2324cf0deba85
Change by Łukasz Langa :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Łukasz Langa added the comment:
Thanks, Thomas! ✨ 🍰 ✨
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
versions: +Python 3.11 -Python 3.7, Python 3.8
___
Python tracker
<https://bugs.python.or
Łukasz Langa added the comment:
New changeset 166ad706066a2aad84d0ae5b1594c88904fbb939 by Miss Islington (bot)
in branch '3.9':
bpo-44962: Fix a race in WeakKeyDict, WeakValueDict and WeakSet when two
threads attempt to commit the last pending removal (GH-27921) (GH-28014)
https://
Łukasz Langa added the comment:
New changeset 206b21ed9f64fedff67bfea7cf73e423e3e32393 by Thomas Grainger in
branch 'main':
bpo-44962: Fix a race in WeakKeyDict, WeakValueDict and WeakSet when two
threads attempt to commit the last pending removal (GH-27921)
https://github.com/pyth
Łukasz Langa added the comment:
Thanks for the fix, Ronald and Erlend! ✨ 🍰 ✨
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
versions: +Python 3.10, Python 3.8, Python 3.9
___
Python tracker
<https://bug
Łukasz Langa added the comment:
New changeset 9500dd5144cb911cf4e6fb027bb25b675f0e3643 by Miss Islington (bot)
in branch '3.9':
bpo-44997: macOS does not support loadable SQLite extensions (GH-27979)
(GH-27995)
https://github.com/python/cpython/commit/9500dd5144cb911cf4e6fb027bb25b
Łukasz Langa added the comment:
New changeset 9c74678d53847f61df255435a0e5a6e3e1d657f5 by Miss Islington (bot)
in branch '3.8':
bpo-44997: macOS does not support loadable SQLite extensions (GH-27979)
(GH-27996)
https://github.com/python/cpython/commit/9c74678d53847f61df255435a0e5a6
Łukasz Langa added the comment:
Thanks for your input, Pablo. In this case this can safely be closed.
Thank you Irit for finding this and providing the PR! ✨ 🍰 ✨
--
___
Python tracker
<https://bugs.python.org/issue44
Change by Łukasz Langa :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Łukasz Langa added the comment:
New changeset 2ec9428e3516b6e7c6583687aa3b39fb96925577 by Erlend Egeberg
Aasland in branch 'main':
bpo-44997: macOS does not support loadable SQLite extensions (GH-27979)
https://github.com/python/cpython/commit/2ec9428e3516b6e7c6583687aa3b39
Łukasz Langa added the comment:
New changeset 02437641d20f58191558ba52570832ef3a30cfef by Miss Islington (bot)
in branch '3.9':
bpo-45018: Fix rangeiter_reduce in rangeobject.c (GH-27938) (GH-27991)
https://github.com/python/cpython/commit/02437641d20f58191558ba52570832
Łukasz Langa added the comment:
This isn't closed yet because we need a decision whether to issue warnings
about Py_TRASHCAN_SAFE_BEGIN/END usage in 3.10 as well. This was suggested by
Petr here:
https://mail.python.org/archives/list/python-...@python.org/me
Łukasz Langa added the comment:
New changeset 94a3d2a6329ab7941e93ad2f5bcbb8af2b8b80d2 by chilaxan in branch
'main':
bpo-45018: Fix rangeiter_reduce in rangeobject.c (GH-27938)
https://github.com/python/cpython/commit/94a3d2a6329ab7941e93ad2f5bcbb8
Łukasz Langa added the comment:
repr(re.RegexFlag(0)) no longer crashes so we can close this.
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Change by Łukasz Langa :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
versions: +Python 3.10, Python 3.11, Python 3.9 -Python 3.6
___
Python tracker
<https://bugs.python.or
Łukasz Langa added the comment:
New changeset fdcb675eed47b1f6054fae381af4388b16a6fff4 by andrei kulakov in
branch 'main':
bpo-40635: Fix getfqdn() docstring and docs (GH-27971)
https://github.com/python/cpython/commit/fdcb675eed47b1f6054fae381af4388b16a6fff4
--
nosy: +lu
Łukasz Langa added the comment:
Agreed, let's get rid of it. Thanks!
I grepped for this and there's still one left-over here:
https://github.com/python/cpython/blob/f9cd40f5e242d3c64cc20a5064500f5fe864f91f/Lib/importlib/metadata/_meta.py#L40-L41
Fortunately, this was already fixe
Łukasz Langa added the comment:
New changeset f9cd40f5e242d3c64cc20a5064500f5fe864f91f by Serhiy Storchaka in
branch 'main':
bpo-45010: Remove support of special method __div__ in unittest.mock (GH-27965)
https://github.com/python/cpython/commit/f9cd40f5e242d3c64cc20a5064500f
Change by Łukasz Langa :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Łukasz Langa added the comment:
New changeset 970533e65c1a1129dfc1cc1867f6ad075f7f5bf6 by Miss Islington (bot)
in branch '3.9':
[3.9] bpo-45011: Fix test_asyncio without C module _asyncio (GH-27968)
(GH-27970)
https://github.com/python/cpython/commit/970533e65c1a1129dfc1cc1867f6ad
New submission from Łukasz Langa :
Consider the following:
>>> it = iter(range(2**32 + 2))
>>> for _ in range(2**32):
... _ = next(it)
>>> it2 = pickle.loads(
... pickle.dumps(it)
... )
>>> assert next(it) == next(it2)
This assert currently fails
Change by Łukasz Langa :
--
versions: +Python 3.6, Python 3.7, Python 3.8
___
Python tracker
<https://bugs.python.org/issue45001>
___
___
Python-bugs-list mailin
Łukasz Langa added the comment:
New changeset 81148c6f91092c3aa207a53b657b2548a20b230c by Miss Islington (bot)
in branch '3.8':
bpo-45001: Make email date parsing more robust against malformed input
(GH-27946) (GH-27974)
https://github.com/python/cpyt
Łukasz Langa added the comment:
New changeset 2cdbd3b8b2bb4fa0dbcc04ce305fbafaeedd9e67 by Miss Islington (bot)
in branch '3.9':
bpo-45001: Make email date parsing more robust against malformed input
(GH-27946) (GH-27973)
https://github.com/python/cpyt
Łukasz Langa added the comment:
New changeset 989f6a3800f06b2bd31cfef7c3269a443ad94fac by wouter bolsterlee in
branch 'main':
bpo-45001: Make email date parsing more robust against malformed input
(GH-27946)
https://github.com/python/cpython/commit/989f6a3800f06b2bd31cfef7c3269a
Łukasz Langa added the comment:
New changeset 7dc505b8655b3e48b93a4274dfd26e5856d9c64f by Serhiy Storchaka in
branch 'main':
bpo-45011: Fix test_asyncio without C module _asyncio (GH-27968)
https://github.com/python/cpython/commit/7dc505b8655b3e48b93a4274dfd26e
Łukasz Langa added the comment:
Thanks for the report and fix, Gregory! ✨ 🍰 ✨
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
versions: +Python 3.11
___
Python tracker
<https://bugs.python.or
Łukasz Langa added the comment:
New changeset 8868d48712aee2b490efaf60bed8dfe9fb14d6b7 by Gregory Anders in
branch 'main':
bpo-44967: pydoc: return non-zero exit code when query is not found (GH-27868)
https://github.com/python/cpython/commit/8868d48712aee2b490efaf60bed8df
Łukasz Langa added the comment:
New changeset a3c11cebf174e0c822eda8c545f7548269ce7a25 by Erlend Egeberg
Aasland in branch 'main':
bpo-27334: Fix reference leak introduced by GH-26202 (GH-27942)
https://github.com/python/cpython/commit/a3c11cebf174e0c822eda8c545f754
Łukasz Langa added the comment:
This is a bona fide enhancement and thus out of scope for backports. Since this
is merged for 3.11, I'm closing the issue.
Thanks, everyone, this was some non-trivial design and implementation effort!
--
resolution: -> fixed
stage: patc
Łukasz Langa added the comment:
New changeset 33d95c6facdfda3c8c0feffa7a99184e4abc2f63 by Brandt Bucher in
branch 'main':
bpo-37596: Make `set` and `frozenset` marshalling deterministic (GH-27926)
https://github.com/python/cpython/commit/33d95c6facdfda3c8c0feffa7a9918
Change by Łukasz Langa :
--
versions: +Python 3.11 -Python 3.9
___
Python tracker
<https://bugs.python.org/issue37596>
___
___
Python-bugs-list mailing list
Unsub
Łukasz Langa added the comment:
Solved as part of BPO-39452.
--
nosy: +lukasz.langa
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
versions: +Python 3.10
___
Python tracker
<https://bugs.python.or
Łukasz Langa added the comment:
Solved as part of BPO-39452.
--
nosy: +lukasz.langa
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
versions: +Python 3.10
___
Python tracker
<https://bugs.python.or
Łukasz Langa added the comment:
Thanks a lot, Géry and Jack! ✨ 🍰 ✨
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
versions: -Python 3.9
___
Python tracker
<https://bugs.python.or
Łukasz Langa added the comment:
New changeset 7cba23164cf82f6619db002cd30021b5dfb1f809 by Jack DeVries in
branch 'main':
bpo-39452: Rewrite and expand __main__.rst (#26883)
https://github.com/python/cpython/commit/7cba23164cf82f6619db002cd30021b5dfb1f809
--
nosy: +lu
Łukasz Langa added the comment:
Thanks, Serhiy! ✨ 🍰 ✨
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Łukasz Langa added the comment:
New changeset e41912c6348362489d2514565a70782591f23902 by Mark Roseman in
branch 'main':
bpo-42560: simplify/merge architecture info in Tkinter docs (GH-27839)
https://github.com/python/cpython/commit/e41912c6348362489d2514565a7078
Łukasz Langa added the comment:
New changeset de49eacee85dbd56bfa261200604766ca6042d66 by Miss Islington (bot)
in branch '3.9':
bpo-44980: fix test_constructor to return None value (GH-27898) (GH-27914)
https://github.com/python/cpython/commit/de49eacee85dbd56bfa26120060476
Łukasz Langa added the comment:
New changeset 1eb451031a64b4f28d737ee7f394252ae9a76118 by Mark Roseman in
branch 'main':
bpo-42560: add warning to Tkinter docs about outdated pre-8.5 documentation
online (GH-27836)
https://github.com/python/cpyt
Łukasz Langa added the comment:
New changeset 27b761a11a14521617a01257eb3767150bec3a74 by andrei kulakov in
branch 'main':
bpo-44980: fix test_constructor to return None value (GH-27898)
https://github.com/python/cpython/commit/27b761a11a14521617a01257eb3767150bec3a74
-
Łukasz Langa added the comment:
New changeset b0df288c946143352237f28c78481d935ba1502c by Łukasz Langa in
branch '3.9':
[3.9] bpo-44984: Rewrite test_null_strings in _testcapi (GH-27904) (GH-27910)
https://github.com/python/cpython/commit/b0df288c946143352237f28c78481d
Łukasz Langa added the comment:
New changeset 08830a4f75553682e8d1ea6cdabd4c3472c59e28 by Mark Roseman in
branch 'main':
bpo-42560: rewrite of Tkinter docs "life preserver" (GH-27842)
https://github.com/python/cpython/commit/08830a4f75553682e8d1
Change by Łukasz Langa :
--
pull_requests: +26366
pull_request: https://github.com/python/cpython/pull/27910
___
Python tracker
<https://bugs.python.org/issue44
Łukasz Langa added the comment:
New changeset 4d689173861257c69adc6dc1dca4171946ddb57f by Serhiy Storchaka in
branch 'main':
bpo-44984: Rewrite test_null_strings in _testcapi (GH-27904)
https://github.com/python/cpython/commit/4d689173861257c69adc6dc1dca4171946ddb57f
-
Łukasz Langa added the comment:
New changeset 1a995b0ceefdf7eb59963f3ab395c47d8da226e3 by Ken Jin in branch
'main':
bpo-38291: Update 3.10 WhatsNew with typing.{io|re} DeprecationWarning
(GH-27872)
https://github.com/python/cpython/commit/1a995b0ceefdf7eb59963f3ab395c4
Łukasz Langa added the comment:
This can be re-closed. Deprecation warnings raised by the test suite are being
fixed in BPO-44980 which already has an open pull request.
--
resolution: -> fixed
stage: patch review -> resolved
status: open -&g
Change by Łukasz Langa :
--
title: Clean up a few tests that return a value!=None -> Clean up tests that
return a value that isn't None
___
Python tracker
<https://bugs.python.org
Łukasz Langa added the comment:
Thanks for the patch, Raymond! ✨ 🍰 ✨
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
versions: +Python 3.10, Python 3.11, Python 3.9 -Python 2.7, Python 3.2, Python
3.3
_
Łukasz Langa added the comment:
New changeset ac87b07a10e0ba2834e8de9cf0ea29a40fd882b1 by Łukasz Langa in
branch '3.9':
[3.9] bpo-4442: Document use of __new__ for subclasses of immutable types
(GH-27866) (GH-27900)
https://github.com/python/cpyt
Łukasz Langa added the comment:
Thanks, Sebastian! ✨ 🍰 ✨
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Change by Łukasz Langa :
--
pull_requests: +26355
pull_request: https://github.com/python/cpython/pull/27900
___
Python tracker
<https://bugs.python.org/issue4
Łukasz Langa added the comment:
New changeset eec340ea3af27887fcaac4029ebdee99f3713bff by Raymond Hettinger in
branch 'main':
bpo-4442: Document use of __new__ for subclasses of immutable types (GH-27866)
https://github.com/python/cpython/commit/eec340ea3af27887fcaac4029ebdee
Łukasz Langa added the comment:
New changeset 986750be5c7914f4b0120f5627fe848dcced103b by Miss Islington (bot)
in branch '3.9':
bpo-42560: reorganize Tkinter docs modules section for clarity (GH-27840)
(GH-27895)
https://github.com/python/cpyt
Łukasz Langa added the comment:
New changeset c579f0ba62974b90f348e50088e4c036e281f45e by Łukasz Langa in
branch '3.9':
[3.9] bpo-42560: rework external references in Tkinter docs (GH-27838)
(GH-27896)
https://github.com/python/cpython/commit/c579f0ba62974b90f348e50088e4c0
Łukasz Langa added the comment:
New changeset 8e90f15ac88c66ddb7b084bb5780a126d35168af by Łukasz Langa in
branch '3.10':
[3.10] bpo-42560: rework external references in Tkinter docs (GH-27838)
(GH-27893)
https://github.com/python/cpython/commit/8e90f15ac88c66ddb7b084bb5780a1
Łukasz Langa added the comment:
New changeset e74cf8667d7d73e6cacd5d0aedcecbd20e711d6a by Miss Islington (bot)
in branch '3.9':
bpo-42560: tweaks to intro of Tkinter docs- add macOS, drop ActiveState
(GH-27835) (GH-27892)
https://github.com/python/cpyt
Łukasz Langa added the comment:
New changeset dabb6e8ddd7626266184ba022bcb76f74196248f by Sebastian Rittau in
branch 'main':
bpo-44957: Promote PEP 604 syntax in typing docs (GH-27833)
https://github.com/python/cpython/commit/dabb6e8ddd7626266184ba022bcb76f74196248f
-
Change by Łukasz Langa :
--
pull_requests: +26351
pull_request: https://github.com/python/cpython/pull/27896
___
Python tracker
<https://bugs.python.org/issue42
Łukasz Langa added the comment:
New changeset d5dbe8bca792350f4997c027535e0ca498abd1bb by Mark Roseman in
branch 'main':
bpo-42560: reorganize Tkinter docs modules section for clarity (GH-27840)
https://github.com/python/cpython/commit/d5dbe8bca792350f4997c027535e0c
Change by Łukasz Langa :
--
pull_requests: +26348
pull_request: https://github.com/python/cpython/pull/27893
___
Python tracker
<https://bugs.python.org/issue42
Łukasz Langa added the comment:
New changeset 141c7a4fce8def67baa9d24f542c105b8502893e by Mark Roseman in
branch 'main':
bpo-42560: tweaks to intro of Tkinter docs- add macOS, drop ActiveState
(GH-27835)
https://github.com/python/cpython/commit/141c7a4fce8def67baa9d24f542c10
Łukasz Langa added the comment:
New changeset d1049d1d6b43296d4db1aa8668aa4ca807bf7adb by Mark Roseman in
branch 'main':
bpo-42560: rework external references in Tkinter docs (GH-27838)
https://github.com/python/cpython/commit/d1049d1d6b43296d4db1aa8668aa4c
Łukasz Langa added the comment:
New changeset 9ffe582a018a2babd14e874ae2b169370633fe33 by Miss Islington (bot)
in branch '3.10':
bpo-44926: `get_type_hints`: Add note about type aliases with forward refs
(GH-27859) (GH-27860)
https://github.com/python/cpyt
Łukasz Langa added the comment:
New changeset 0215257c613d55bec27201683f3dcb00f1726536 by Miss Islington (bot)
in branch '3.9':
bpo-44949: Fix test_readline auto history tests (GH-27813) (GH-27822)
https://github.com/python/cpython/commit/0215257c613d55bec27201683f3dcb
Change by Łukasz Langa :
--
versions: +Python 3.11 -Python 3.10
___
Python tracker
<https://bugs.python.org/issue41322>
___
___
Python-bugs-list mailing list
Unsub
Łukasz Langa added the comment:
Thanks for reporting, Alexander, and Andrei for the patch! ✨ 🍰 ✨
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Łukasz Langa added the comment:
New changeset 3db42fc5aca320b0cac1895bc3cb731235ede794 by andrei kulakov in
branch 'main':
bpo-41322: added deprecation warning for tests returning value!=None (GH-27748)
https://github.com/python/cpython/commit/3db42fc5aca320b0cac1895bc3cb73
Łukasz Langa added the comment:
New changeset 98820250a3c9c131d3c2d57c4fc5260aebd8aa1d by Miss Islington (bot)
in branch '3.9':
bpo-36384: [doc] Mention CVE-2021-29921 fix in 3.8.12 (GH-27824) (GH-27827)
https://github.com/python/cpython/commit/98820250a3c9c131d3c2d57c4fc526
Łukasz Langa added the comment:
New changeset 0fd66e46b2f472d0d206a185dc8892f4f0347cb6 by Łukasz Langa in
branch 'main':
bpo-36384: [doc] Mention CVE-2021-29921 fix in 3.8.12 (GH-27824)
https://github.com/python/cpython/commit/0fd66e46b2f472d0d206a185dc8892
Łukasz Langa added the comment:
New changeset 6ebfe8da6331bfcf54057f6e22a6f353a5621d35 by Łukasz Langa in
branch '3.8':
[3.8] bpo-36384: [doc] Correct typos in CVE-2021-29921 fix description
(GH-27825)
https://github.com/python/cpython/commit/6ebfe8da6331bfcf54057f6e22a6f3
Łukasz Langa added the comment:
Thanks, everyone! ✨ 🍰 ✨
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Change by Łukasz Langa :
--
pull_requests: +26290
pull_request: https://github.com/python/cpython/pull/27825
___
Python tracker
<https://bugs.python.org/issue36
Change by Łukasz Langa :
--
pull_requests: +26289
pull_request: https://github.com/python/cpython/pull/27824
___
Python tracker
<https://bugs.python.org/issue36
Łukasz Langa added the comment:
New changeset fb6074f5d71a6f9802bad97a129378c9556ed8d3 by Miss Islington (bot)
in branch '3.9':
bpo-44830: [doc] Restore missing Mozilla devguide link (GH-27818) (GH-27821)
https://github.com/python/cpython/commit/fb6074f5d71a6f9802bad97a129378
Change by Łukasz Langa :
--
versions: +Python 3.10, Python 3.9
___
Python tracker
<https://bugs.python.org/issue36384>
___
___
Python-bugs-list mailing list
Unsub
Łukasz Langa added the comment:
New changeset 942d1a4284e9341df47c48d7c63e921136dc9719 by Jack DeVries in
branch 'main':
bpo-44830: [doc] Restore missing Mozilla devguide link (GH-27818)
https://github.com/python/cpython/commit/942d1a4284e9341df47c48d7c63e92
Łukasz Langa added the comment:
New changeset 4e4d35d3325fb1e05dad43bd1ec73f14c3c5dc0a by Łukasz Langa in
branch '3.9':
[3.9] bpo-44947: Refine the syntax error for trailing commas in import
statements (GH-27814) (GH-27817)
https://github.com/python/cpyt
Change by Łukasz Langa :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Change by Łukasz Langa :
--
pull_requests: +26282
pull_request: https://github.com/python/cpython/pull/27817
___
Python tracker
<https://bugs.python.org/issue44
Łukasz Langa added the comment:
New changeset b2f68b190035540872072ac1d2349e7745e85596 by Pablo Galindo Salgado
in branch 'main':
bpo-44947: Refine the syntax error for trailing commas in import statements
(GH-27814)
https://github.com/python/cpyt
Łukasz Langa added the comment:
New changeset 31ee985db86c1339d00bd0d3cc1712019460670a by Irit Katriel in
branch 'main':
bpo-44874: deprecate Py_TRASHCAN_SAFE_BEGIN and Py_TRASHCAN_SAFE_END (GH-27693)
https://github.com/python/cpython/commit/31ee985db86c1339d00bd0d3cc1712
Łukasz Langa added the comment:
New changeset a3a4d20d6798aa2975428d51f3a4f890248810cb by Yurii Karabas in
branch 'main':
bpo-44524: Fix cryptic TypeError message when trying to subclass special forms
in `typing` (GH-27710)
https://github.com/python/cpyt
Łukasz Langa added the comment:
Thanks, Sam! ✨ 🍰 ✨
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Łukasz Langa added the comment:
New changeset b2779b2aa16acb3fd1297ccfe2fe5aaa007f74ae by Sam Bull in branch
'3.9':
[3.9] bpo-44815: Always show deprecation in asyncio.gather/sleep() (GH-27569)
https://github.com/python/cpython/commit/b2779b2aa16acb3fd1297ccfe2fe5aaa007f74ae
-
Łukasz Langa added the comment:
New changeset 6fb62b42f4db56ed5efe0ca4c1059049276c1083 by Victor Stinner in
branch 'main':
bpo-44949: Fix test_readline auto history tests (#27813)
https://github.com/python/cpython/commit/6fb62b42f4db56ed5efe0ca4c10590
Łukasz Langa added the comment:
New changeset ebe7e6d86cf8f54d449d49866698d7f4c700cc7c by Miss Islington (bot)
in branch '3.9':
bpo-44852: Support filtering over warnings without a set message (GH-27793)
(GH-27810)
https://github.com/python/cpyt
Łukasz Langa added the comment:
New changeset 8cf07d3db3eed02b43350a5f9dbf68f1c839ea82 by Łukasz Langa in
branch 'main':
bpo-44852: Support filtering over warnings without a set message (GH-27793)
https://github.com/python/cpython/commit/8cf07d3db3eed02b43350a5f9dbf68
Łukasz Langa added the comment:
Ethan, could you take a look at the PR? I added a few failing test methods
since `repr` handling for global enum flags wasn't covered and looks
unfinished. If you tell us what the expected return values should be, I'll
finish the fix.
-
Łukasz Langa added the comment:
New changeset 03dd89d62413c4a92831ed1b36e2ae8983bcb2d4 by achraf-mer in branch
'3.8':
[3.8] bpo-36384: Leading zeros in IPv4 addresses are no longer tolerated
(GH-25099) (GH-27801)
https://github.com/python/cpyt
601 - 700 of 2040 matches
Mail list logo