[issue43913] unittest module cleanup functions not run unless tearDownModule() is defined

2021-08-30 Thread Łukasz Langa
Łukasz Langa added the comment: Thanks for the fix, Serhiy, and Ryan for reporting the problem! ✨  ✨ -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue43913] unittest module cleanup functions not run unless tearDownModule() is defined

2021-08-30 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 9827710a400848c9430ed364ed5d2d54f0926701 by Serhiy Storchaka in branch '3.9': [3.9] bpo-43913: Fix bugs in cleaning up classes and modules in unittest. (GH-28006) (GH-28071) https://github.com/python/cpython/commit

[issue43913] unittest module cleanup functions not run unless tearDownModule() is defined

2021-08-30 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 08d9e597c8ef5a2b26375ac954fdf224f5d82c3c by Serhiy Storchaka in branch 'main': bpo-43913: Fix bugs in cleaning up classes and modules in unittest. (GH-28006) https://github.com/python/cpython/commit/08d9e597c8ef5a2b26375ac954fdf224f5d82c3c

[issue45042] Many multiprocessing tests are silently skipped since 3.9

2021-08-30 Thread Łukasz Langa
Łukasz Langa added the comment: FYI, there seem to be two Windows-specific regressions since the tests were unintentionally disabled, namely test_shared_memory_basics and test_checksum_fodder. Following Serhiy's advice, I elect to have those tests skipped for now on Windows and fix them

[issue41620] Python Unittest does not return results object when the test is skipped

2021-08-30 Thread Łukasz Langa
Łukasz Langa added the comment: Thanks for the report and initial patch, Iman! ✨  ✨ And thanks Serhiy for pushing this across the finish line. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Pytho

[issue41620] Python Unittest does not return results object when the test is skipped

2021-08-30 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 0c5e0aa73f6f70d16d21ad9e1eb2d0fe3a334f0a by Miss Islington (bot) in branch '3.9': bpo-41620: TestCase.run() now always return a TestResult instance (GH-28030) (GH-28065) https://github.com/python/cpython/commit

[issue45007] OpenSSL 1.1.1l is released

2021-08-30 Thread Łukasz Langa
Łukasz Langa added the comment: CI as well as Windows and macOS installers upgraded to use 1.1.1l all the way to 3.8 inclusive. Closing. Thanks all! ✨  ✨ -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +P

[issue45007] OpenSSL 1.1.1l is released

2021-08-30 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 52bdda50d7b79e1ad7e57967850beff64c3ede92 by Łukasz Langa in branch '3.10': [3.10] bpo-45007: Update to OpenSSL 1.1.1l in Windows build and CI (GH-28009) (GH-28039) https://github.com/python/cpython/commit/52bdda50d7b79e1ad7e57967850beff64c3ede92

[issue41620] Python Unittest does not return results object when the test is skipped

2021-08-30 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 7e246a3a7b43762480ee4fe0cfb859e8e997a8c8 by Serhiy Storchaka in branch 'main': bpo-41620: TestCase.run() now always return a TestResult instance (GH-28030) https://github.com/python/cpython/commit/7e246a3a7b43762480ee4fe0cfb859e8e997a8c8

[issue45007] OpenSSL 1.1.1l is released

2021-08-30 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 8371290753bed7fbb939a51ea7ff0991ea32a89c by Christian Heimes in branch '3.8': [3.8] bpo-45007: Update multissl to openssl 1.1.1l as well (GH-28044) (GH-28063) https://github.com/python/cpython/commit/8371290753bed7fbb939a51ea7ff0991ea32a89c

[issue45007] OpenSSL 1.1.1l is released

2021-08-30 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 576803d7a8083cb25c58be08d3cb31e05d5d2f8a by Christian Heimes in branch '3.9': [3.9] bpo-45007: Update multissl to openssl 1.1.1l as well (GH-28044) (GH-28062) https://github.com/python/cpython/commit/576803d7a8083cb25c58be08d3cb31e05d5d2f8a

[issue45007] OpenSSL 1.1.1l is released

2021-08-30 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 1f89e51fef8f4c15a719fbb3d1cec8ca7e2bc46f by Miss Islington (bot) in branch '3.8': bpo-45007: Update macOS installer builds to use OpenSSL 1.1.1l (GH-28051) (GH-28059) https://github.com/python/cpython/commit

[issue44689] ctypes.util.find_library() does not find macOS 11+ system libraries when built on older macOS systems

2021-08-30 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 4b55837e7c747e0f3bd2df1b5c8996ce86c6f60a by Miss Islington (bot) in branch '3.9': bpo-44689: ctypes.util.find_library() now finds macOS 11+ system libraries when built on older macOS systems (GH-27251) (GH-28053) https://github.com/python/cpython

[issue44689] ctypes.util.find_library() does not find macOS 11+ system libraries when built on older macOS systems

2021-08-30 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 7234e67642bc8e75f44a2e1f2ce06687b5ac72ec by Miss Islington (bot) in branch '3.8': bpo-44689: ctypes.util.find_library() now finds macOS 11+ system libraries when built on older macOS systems (GH-27251) (GH-28054) https://github.com/python/cpython

[issue45007] OpenSSL 1.1.1l is released

2021-08-29 Thread Łukasz Langa
Change by Łukasz Langa : -- pull_requests: +26489 pull_request: https://github.com/python/cpython/pull/28044 ___ Python tracker <https://bugs.python.org/issue45

[issue45007] OpenSSL 1.1.1l is released

2021-08-29 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 803c60789b5b6566cb0b71f6b83464e61731d09b by Łukasz Langa in branch '3.8': [3.8] bpo-45007: Update to OpenSSL 1.1.1l in Windows build and CI (GH-28009) (GH-28041) https://github.com/python/cpython/commit/803c60789b5b6566cb0b71f6b83464e61731d09b

[issue44394] [security] CVE-2013-0340 "Billion Laughs" fixed in Expat >=2.4.0: Update vendored copy to expat 2.4.1

2021-08-29 Thread Łukasz Langa
Łukasz Langa added the comment: 3.6 will need a separate backport because it's using expat 2.2.6 at the moment (from b2260e59ff1eaf20de4738099005ddf507b7b27d). 3.7 conflicted since it didn't include local changes to the vendored 2.2.8 that were introduced in 3.8+. I fixed that, the backport

[issue44394] [security] CVE-2013-0340 "Billion Laughs" fixed in Expat >=2.4.0: Update vendored copy to expat 2.4.1

2021-08-29 Thread Łukasz Langa
Change by Łukasz Langa : -- pull_requests: +26487 pull_request: https://github.com/python/cpython/pull/28042 ___ Python tracker <https://bugs.python.org/issue44

[issue43124] [security] smtplib multiple CRLF injection

2021-08-29 Thread Łukasz Langa
Łukasz Langa added the comment: Thanks, Martin! ✨  ✨ -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue45007] OpenSSL 1.1.1l is released

2021-08-29 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 5720bcac7b08fe961835927933601da18b92bcd1 by Łukasz Langa in branch '3.9': [3.9] bpo-45007: Update to OpenSSL 1.1.1l in Windows build and CI (GH-28009) (GH-28040) https://github.com/python/cpython/commit/5720bcac7b08fe961835927933601da18b92bcd1

[issue45007] OpenSSL 1.1.1l is released

2021-08-29 Thread Łukasz Langa
Łukasz Langa added the comment: I backported GH-28009 to 3.8 inclusive, given that 3.7 and 3.6 currently list older versions than 1.1.1k. -- ___ Python tracker <https://bugs.python.org/issue45

[issue43124] [security] smtplib multiple CRLF injection

2021-08-29 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset b93aea4c7e4553950daa5d47c3ef2dc8a9c4edff by Miss Islington (bot) in branch '3.8': [3.8] bpo-43124: Fix smtplib multiple CRLF injection (GH-25987) (GH-28036) https://github.com/python/cpython/commit/b93aea4c7e4553950daa5d47c3ef2dc8a9c4edff

[issue43124] [security] smtplib multiple CRLF injection

2021-08-29 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 24416e419194f11b639146c0d8bed9df315aca5a by Miss Islington (bot) in branch '3.9': bpo-43124: Fix smtplib multiple CRLF injection (GH-25987) (GH-28035) https://github.com/python/cpython/commit/24416e419194f11b639146c0d8bed9df315aca5a

[issue44394] [security] CVE-2013-0340 "Billion Laughs" fixed in Expat >=2.4.0: Update vendored copy to expat 2.4.1

2021-08-29 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 007221a43e566db08c0c5c00756d80dfd9dccafe by Miss Islington (bot) in branch '3.9': bpo-44394: Update libexpat copy to 2.4.1 (GH-26945) (GH-28032) https://github.com/python/cpython/commit/007221a43e566db08c0c5c00756d80dfd9dccafe

[issue44394] [security] CVE-2013-0340 "Billion Laughs" fixed in Expat >=2.4.0: Update vendored copy to expat 2.4.1

2021-08-29 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset c9c2a0bc9820f93f1020f3498f6893a3544c9b76 by Miss Islington (bot) in branch '3.8': bpo-44394: Update libexpat copy to 2.4.1 (GH-26945) (GH-28033) https://github.com/python/cpython/commit/c9c2a0bc9820f93f1020f3498f6893a3544c9b76

[issue45007] OpenSSL 1.1.1l is released

2021-08-29 Thread Łukasz Langa
Change by Łukasz Langa : -- pull_requests: +26486 pull_request: https://github.com/python/cpython/pull/28041 ___ Python tracker <https://bugs.python.org/issue45

[issue45007] OpenSSL 1.1.1l is released

2021-08-29 Thread Łukasz Langa
Change by Łukasz Langa : -- pull_requests: +26485 pull_request: https://github.com/python/cpython/pull/28040 ___ Python tracker <https://bugs.python.org/issue45

[issue45007] OpenSSL 1.1.1l is released

2021-08-29 Thread Łukasz Langa
Change by Łukasz Langa : -- pull_requests: +26484 pull_request: https://github.com/python/cpython/pull/28039 ___ Python tracker <https://bugs.python.org/issue45

[issue45007] OpenSSL 1.1.1l is released

2021-08-29 Thread Łukasz Langa
Ł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 -- nosy

[issue43124] [security] smtplib multiple CRLF injection

2021-08-29 Thread Łukasz Langa
Ł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/0897253f426068ea6a6fbe0ada01689af9ef1019

[issue44394] [security] CVE-2013-0340 "Billion Laughs" fixed in Expat >=2.4.0: Update vendored copy to expat 2.4.1

2021-08-29 Thread Łukasz Langa
Ł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/3fc5d84046ddbd66abac5b598956ea34605a4e5d

[issue42278] Remove usage of tempfile.mktemp in stdlib

2021-08-29 Thread Łukasz Langa
Ł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

[issue42278] Remove usage of tempfile.mktemp in stdlib

2021-08-29 Thread Łukasz Langa
Ł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/cpython/commit

[issue42278] Remove usage of tempfile.mktemp in stdlib

2021-08-29 Thread Łukasz Langa
Ł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/cpython/commit

[issue42278] Remove usage of tempfile.mktemp in stdlib

2021-08-29 Thread Łukasz Langa
Ł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/c9227df5a9d8e958a2324cf0deba8524d1ded26a

[issue45018] Pickling a range iterator with an index of over sizeof(int) stores an invalid index

2021-08-28 Thread Łukasz Langa
Change by Łukasz Langa : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue44962] asyncio.create_task weakrefset race condition

2021-08-28 Thread Łukasz Langa
Ł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

[issue44962] asyncio.create_task weakrefset race condition

2021-08-28 Thread Łukasz Langa
Ł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://github.com

[issue44962] asyncio.create_task weakrefset race condition

2021-08-28 Thread Łukasz Langa
Ł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/python/cpython

[issue44997] [sqlite3] build fails on macOS 11.5.1

2021-08-27 Thread Łukasz Langa
Ł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

[issue44997] [sqlite3] build fails on macOS 11.5.1

2021-08-27 Thread Łukasz Langa
Ł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/9500dd5144cb911cf4e6fb027bb25b675f0e3643

[issue44997] [sqlite3] build fails on macOS 11.5.1

2021-08-27 Thread Łukasz Langa
Ł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/9c74678d53847f61df255435a0e5a6e3e1d657f5

[issue44874] Deprecate Py_TRASHCAN_SAFE_BEGIN/END

2021-08-27 Thread Łukasz Langa
Ł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

[issue44874] Deprecate Py_TRASHCAN_SAFE_BEGIN/END

2021-08-27 Thread Łukasz Langa
Change by Łukasz Langa : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue44997] [sqlite3] build fails on macOS 11.5.1

2021-08-27 Thread Łukasz Langa
Ł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/2ec9428e3516b6e7c6583687aa3b39fb96925577

[issue45018] Pickling a range iterator with an index of over sizeof(int) stores an invalid index

2021-08-27 Thread Łukasz Langa
Ł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/02437641d20f58191558ba52570832ef3a30cfef

[issue44874] Deprecate Py_TRASHCAN_SAFE_BEGIN/END

2021-08-27 Thread Łukasz Langa
Ł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/message

[issue45018] Pickling a range iterator with an index of over sizeof(int) stores an invalid index

2021-08-27 Thread Łukasz Langa
Ł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/94a3d2a6329ab7941e93ad2f5bcbb8af2b8b80d2

[issue44929] Some RegexFlag cannot be printed in the repr

2021-08-27 Thread Łukasz Langa
Ł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

[issue40635] Documentation for socket.getfqdn incorrect?

2021-08-26 Thread Łukasz Langa
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

[issue40635] Documentation for socket.getfqdn incorrect?

2021-08-26 Thread Łukasz Langa
Ł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: +lukasz.langa

[issue45010] Remove support of special method __div__ in unittest.mock

2021-08-26 Thread Łukasz Langa
Ł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 fixed upstream

[issue45010] Remove support of special method __div__ in unittest.mock

2021-08-26 Thread Łukasz Langa
Ł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/f9cd40f5e242d3c64cc20a5064500f5fe864f91f

[issue45011] tests fail when using pure-python instead of _asyncio

2021-08-26 Thread Łukasz Langa
Change by Łukasz Langa : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue45011] tests fail when using pure-python instead of _asyncio

2021-08-26 Thread Łukasz Langa
Ł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/970533e65c1a1129dfc1cc1867f6ad075f7f5bf6

[issue45018] Pickling a range iterator with an index of over sizeof(int) stores an invalid index

2021-08-26 Thread Łukasz Langa
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

[issue45001] Date parsing helpers in email module incorrectly raise IndexError for some malformed inputs

2021-08-26 Thread Łukasz Langa
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

[issue45001] Date parsing helpers in email module incorrectly raise IndexError for some malformed inputs

2021-08-26 Thread Łukasz Langa
Ł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/cpython/commit

[issue45001] Date parsing helpers in email module incorrectly raise IndexError for some malformed inputs

2021-08-26 Thread Łukasz Langa
Ł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/cpython/commit

[issue45001] Date parsing helpers in email module incorrectly raise IndexError for some malformed inputs

2021-08-26 Thread Łukasz Langa
Ł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/989f6a3800f06b2bd31cfef7c3269a443ad94fac

[issue45011] tests fail when using pure-python instead of _asyncio

2021-08-26 Thread Łukasz Langa
Ł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/7dc505b8655b3e48b93a4274dfd26e5856d9c64f

[issue44967] pydoc should return non-zero exit code when a query is not found

2021-08-26 Thread Łukasz Langa
Ł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

[issue44967] pydoc should return non-zero exit code when a query is not found

2021-08-26 Thread Łukasz Langa
Ł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/8868d48712aee2b490efaf60bed8dfe9fb14d6b7

[issue27334] [sqlite3] context manager leaves db locked if commit fails in __exit__

2021-08-25 Thread Łukasz Langa
Ł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/a3c11cebf174e0c822eda8c545f7548269ce7a25

[issue37596] Reproducible pyc: frozenset is not serialized in a deterministic order

2021-08-25 Thread Łukasz Langa
Ł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: patch rev

[issue37596] Reproducible pyc: frozenset is not serialized in a deterministic order

2021-08-25 Thread Łukasz Langa
Ł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/33d95c6facdfda3c8c0feffa7a99184e4abc2f63

[issue37596] Reproducible pyc: frozenset is not serialized in a deterministic order

2021-08-25 Thread Łukasz Langa
Change by Łukasz Langa : -- versions: +Python 3.11 -Python 3.9 ___ Python tracker <https://bugs.python.org/issue37596> ___ ___ Python-bugs-list mailing list Unsub

[issue17359] Mention "__main__.py" explicitly in command line docs

2021-08-24 Thread Łukasz Langa
Ł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

[issue24632] Improve documentation about __main__.py

2021-08-24 Thread Łukasz Langa
Ł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

[issue39452] Improve the __main__ module documentation

2021-08-24 Thread Łukasz Langa
Ł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

[issue39452] Improve the __main__ module documentation

2021-08-24 Thread Łukasz Langa
Ł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: +lukasz.langa

[issue44984] Rewrite test_null_strings in _testcapi

2021-08-23 Thread Łukasz Langa
Łukasz Langa added the comment: Thanks, Serhiy! ✨  ✨ -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue42560] Improve Tkinter Documentation

2021-08-23 Thread Łukasz Langa
Ł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/e41912c6348362489d2514565a70782591f23902

[issue44980] Clean up tests that return a value that isn't None

2021-08-23 Thread Łukasz Langa
Ł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/de49eacee85dbd56bfa261200604766ca6042d66

[issue42560] Improve Tkinter Documentation

2021-08-23 Thread Łukasz Langa
Ł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/cpython/commit

[issue44980] Clean up tests that return a value that isn't None

2021-08-23 Thread Łukasz Langa
Ł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 -- nosy

[issue44984] Rewrite test_null_strings in _testcapi

2021-08-23 Thread Łukasz Langa
Ł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/b0df288c946143352237f28c78481d935ba1502c

[issue42560] Improve Tkinter Documentation

2021-08-23 Thread Łukasz Langa
Ł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/08830a4f75553682e8d1ea6cdabd4c

[issue44984] Rewrite test_null_strings in _testcapi

2021-08-23 Thread Łukasz Langa
Change by Łukasz Langa : -- pull_requests: +26366 pull_request: https://github.com/python/cpython/pull/27910 ___ Python tracker <https://bugs.python.org/issue44

[issue44984] Rewrite test_null_strings in _testcapi

2021-08-23 Thread Łukasz Langa
Ł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 -- nosy

[issue38291] Deprecate the typing.io and typing.re pseudo-modules

2021-08-23 Thread Łukasz Langa
Ł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/1a995b0ceefdf7eb59963f3ab395c47d8da226e3

[issue41322] unittest: deprecate test methods returning non-None values

2021-08-22 Thread Łukasz Langa
Ł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

[issue44980] Clean up tests that return a value that isn't None

2021-08-22 Thread Łukasz Langa
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/issu

[issue4442] document immutable type subclassing via __new__

2021-08-22 Thread Łukasz Langa
Ł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 _

[issue4442] document immutable type subclassing via __new__

2021-08-22 Thread Łukasz Langa
Ł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/cpython/commit

[issue44957] typing docs: Mention PEP 604 syntax more prominently

2021-08-22 Thread Łukasz Langa
Łukasz Langa added the comment: Thanks, Sebastian! ✨  ✨ -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue4442] document immutable type subclassing via __new__

2021-08-22 Thread Łukasz Langa
Change by Łukasz Langa : -- pull_requests: +26355 pull_request: https://github.com/python/cpython/pull/27900 ___ Python tracker <https://bugs.python.org/issue4

[issue4442] document immutable type subclassing via __new__

2021-08-22 Thread Łukasz Langa
Ł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/eec340ea3af27887fcaac4029ebdee99f3713bff

[issue42560] Improve Tkinter Documentation

2021-08-22 Thread Łukasz Langa
Ł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/cpython/commit

[issue42560] Improve Tkinter Documentation

2021-08-22 Thread Łukasz Langa
Ł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/c579f0ba62974b90f348e50088e4c036e281f45e

[issue42560] Improve Tkinter Documentation

2021-08-22 Thread Łukasz Langa
Ł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/8e90f15ac88c66ddb7b084bb5780a126d35168af

[issue42560] Improve Tkinter Documentation

2021-08-22 Thread Łukasz Langa
Ł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/cpython/commit

[issue44957] typing docs: Mention PEP 604 syntax more prominently

2021-08-22 Thread Łukasz Langa
Ł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 -- nosy

[issue42560] Improve Tkinter Documentation

2021-08-22 Thread Łukasz Langa
Change by Łukasz Langa : -- pull_requests: +26351 pull_request: https://github.com/python/cpython/pull/27896 ___ Python tracker <https://bugs.python.org/issue42

[issue42560] Improve Tkinter Documentation

2021-08-22 Thread Łukasz Langa
Ł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/d5dbe8bca792350f4997c027535e0ca498abd1bb

[issue42560] Improve Tkinter Documentation

2021-08-22 Thread Łukasz Langa
Change by Łukasz Langa : -- pull_requests: +26348 pull_request: https://github.com/python/cpython/pull/27893 ___ Python tracker <https://bugs.python.org/issue42

[issue42560] Improve Tkinter Documentation

2021-08-22 Thread Łukasz Langa
Ł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/141c7a4fce8def67baa9d24f542c105b8502893e

[issue42560] Improve Tkinter Documentation

2021-08-22 Thread Łukasz Langa
Ł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/d1049d1d6b43296d4db1aa8668aa4ca807bf7adb

[issue44926] typing.get_type_hints() raises for type aliases with forward references

2021-08-22 Thread Łukasz Langa
Ł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/cpython/commit

[issue44949] test_readline: test_auto_history_disabled() fails randomly on aarch64 RHEL8 Refleaks 3.9, 3.10 and 3.x

2021-08-19 Thread Łukasz Langa
Ł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/0215257c613d55bec27201683f3dcb00f1726536

<    2   3   4   5   6   7   8   9   10   11   >