[issue47104] Rewrite asyncio.to_thread tests to use IsolatedAsyncioTestCase

2022-03-23 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +30174 pull_request: https://github.com/python/cpython/pull/32087 ___ Python tracker <https://bugs.python.org/issu

[issue47101] hashlib.algorithms_available lists algorithms that are not available in OpenSSL 3.0 default provider

2022-03-23 Thread miss-islington
miss-islington added the comment: New changeset ec3589f59d2c8456591f33656639bcc303eb7bd5 by Miss Islington (bot) in branch '3.9': bpo-47101: list only activated algorithms in hashlib.algorithms_available (GH-32076) https://github.com/python/cpython/commit

[issue47101] hashlib.algorithms_available lists algorithms that are not available in OpenSSL 3.0 default provider

2022-03-23 Thread miss-islington
Change by miss-islington : -- pull_requests: +30171 pull_request: https://github.com/python/cpython/pull/32084 ___ Python tracker <https://bugs.python.org/issue47

[issue47101] hashlib.algorithms_available lists algorithms that are not available in OpenSSL 3.0 default provider

2022-03-23 Thread miss-islington
miss-islington added the comment: New changeset 48e2010d92076b472922fa632fffc98ee150004f by Christian Heimes in branch 'main': bpo-47101: list only activated algorithms in hashlib.algorithms_available (GH-32076) https://github.com/python/cpython/commit

[issue47061] Deprecate modules listed in PEP 594

2022-03-23 Thread miss-islington
miss-islington added the comment: New changeset e513b8188af4d2f43ab2b96b51bc45bd4f6fd5b6 by Hugo van Kemenade in branch '3.9': [3.9] bpo-47061: document module deprecations due to PEP 594 (GH-31984) (GH-32082) https://github.com/python/cpython/commit/e513b8188af4d2f43ab2b96b51bc45bd4f6fd5b6

[issue33028] [doc] tempfile.TemporaryDirectory documentation improvements

2022-03-23 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 6.0 -> 7.0 pull_requests: +30166 pull_request: https://github.com/python/cpython/pull/32077 ___ Python tracker <https://bugs.python.org/issu

[issue2604] doctest.DocTestCase fails when run repeatedly

2022-03-22 Thread miss-islington
miss-islington added the comment: New changeset f163ad22d3321cb9bb4e6cbaac5a723444641565 by Miss Islington (bot) in branch '3.10': bpo-2604: Make doctest.DocTestCase reset globs in teardown (GH-31932) https://github.com/python/cpython/commit/f163ad22d3321cb9bb4e6cbaac5a723444641565

[issue2604] doctest.DocTestCase fails when run repeatedly

2022-03-22 Thread miss-islington
miss-islington added the comment: New changeset 3c6019035f16b673cf0f0be6918f7d5493e5690e by Miss Islington (bot) in branch '3.9': bpo-2604: Make doctest.DocTestCase reset globs in teardown (GH-31932) https://github.com/python/cpython/commit/3c6019035f16b673cf0f0be6918f7d5493e5690e

[issue2604] doctest.DocTestCase fails when run repeatedly

2022-03-22 Thread miss-islington
Change by miss-islington : -- pull_requests: +30150 pull_request: https://github.com/python/cpython/pull/32058 ___ Python tracker <https://bugs.python.org/issue2

[issue2604] doctest.DocTestCase fails when run repeatedly

2022-03-22 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 8.0 -> 9.0 pull_requests: +30149 pull_request: https://github.com/python/cpython/pull/32057 ___ Python tracker <https://bugs.python.org/iss

[issue45997] asyncio.Semaphore waiters deque doesn't work

2022-03-22 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +30137 pull_request: https://github.com/python/cpython/pull/32047 ___ Python tracker <https://bugs.python.org/issu

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-03-22 Thread miss-islington
miss-islington added the comment: New changeset deeaac49e267285158264643799624623f4a7b29 by Christian Heimes in branch 'main': bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986) https://github.com/python/cpython/commit/deeaac49e267285158264643799624623f4a7b29

[issue45150] Add a file_digest() function in hashlib

2022-03-22 Thread miss-islington
miss-islington added the comment: New changeset 4f97d64c831c94660ceb01f34d51fa236ad968b0 by Christian Heimes in branch 'main': bpo-45150: Add hashlib.file_digest() for efficient file hashing (GH-31930) https://github.com/python/cpython/commit/4f97d64c831c94660ceb01f34d51fa236ad968b0

[issue47061] Deprecate modules listed in PEP 594

2022-03-21 Thread miss-islington
miss-islington added the comment: New changeset c3538355f49f9394140428a848f2acf08175ff1a by Miss Islington (bot) in branch '3.10': [3.10] bpo-47061: document module deprecations due to PEP 594 (GH-31984) (GH-32039) https://github.com/python/cpython/commit

[issue47061] Deprecate modules listed in PEP 594

2022-03-21 Thread miss-islington
miss-islington added the comment: New changeset 9ac2de922a0f783bd43b8e026e4fb70fd1888572 by Brett Cannon in branch 'main': bpo-47061: document module deprecations due to PEP 594 (GH-31984) https://github.com/python/cpython/commit/9ac2de922a0f783bd43b8e026e4fb70fd1888572 -- nosy

[issue47061] Deprecate modules listed in PEP 594

2022-03-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +30129 pull_request: https://github.com/python/cpython/pull/32039 ___ Python tracker <https://bugs.python.org/issue47

[issue23691] re.finditer iterator is not reentrant, but doesn't protect against nested calls to __next__

2022-03-21 Thread miss-islington
miss-islington added the comment: New changeset 1b21b55ee0ea57226c52dc9f3ee3c034a5d1dc7b by Miss Islington (bot) in branch '3.10': bpo-23691: Protect the re.finditer() iterator from re-entering (GH-32012) https://github.com/python/cpython/commit/1b21b55ee0ea57226c52dc9f3ee3c034a5d1dc7b

[issue23691] re.finditer iterator is not reentrant, but doesn't protect against nested calls to __next__

2022-03-21 Thread miss-islington
miss-islington added the comment: New changeset f89949ec6741bd02841bece61f5b703e738dd13c by Miss Islington (bot) in branch '3.9': bpo-23691: Protect the re.finditer() iterator from re-entering (GH-32012) https://github.com/python/cpython/commit/f89949ec6741bd02841bece61f5b703e738dd13c

[issue23691] re.finditer iterator is not reentrant, but doesn't protect against nested calls to __next__

2022-03-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +30115 pull_request: https://github.com/python/cpython/pull/32026 ___ Python tracker <https://bugs.python.org/issue23

[issue23691] re.finditer iterator is not reentrant, but doesn't protect against nested calls to __next__

2022-03-21 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +30114 pull_request: https://github.com/python/cpython/pull/32025 ___ Python tracker <https://bugs.python.org/issu

[issue42369] Reading ZipFile not thread-safe

2022-03-20 Thread miss-islington
miss-islington added the comment: New changeset 4aa8b802513340d12a6ffea3d5e2228ac6c7d5b8 by Miss Islington (bot) in branch '3.9': bpo-42369: Fix thread safety of zipfile._SharedFile.tell (GH-26974) https://github.com/python/cpython/commit/4aa8b802513340d12a6ffea3d5e2228ac6c7d5b8

[issue42369] Reading ZipFile not thread-safe

2022-03-20 Thread miss-islington
miss-islington added the comment: New changeset 4352ca234e979ad1c7158981addf899b119cd448 by Miss Islington (bot) in branch '3.10': bpo-42369: Fix thread safety of zipfile._SharedFile.tell (GH-26974) https://github.com/python/cpython/commit/4352ca234e979ad1c7158981addf899b119cd448

[issue42369] Reading ZipFile not thread-safe

2022-03-20 Thread miss-islington
Change by miss-islington : -- pull_requests: +30097 pull_request: https://github.com/python/cpython/pull/32009 ___ Python tracker <https://bugs.python.org/issue42

[issue42369] Reading ZipFile not thread-safe

2022-03-20 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 9.0 -> 10.0 pull_requests: +30096 pull_request: https://github.com/python/cpython/pull/32008 ___ Python tracker <https://bugs.python.org/issu

[issue46013] Confusing period in object.__hash__ doc

2022-03-20 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +30093 pull_request: https://github.com/python/cpython/pull/32005 ___ Python tracker <https://bugs.python.org/issu

[issue46013] Confusing period in object.__hash__ doc

2022-03-20 Thread miss-islington
Change by miss-islington : -- pull_requests: +30094 pull_request: https://github.com/python/cpython/pull/32006 ___ Python tracker <https://bugs.python.org/issue46

[issue47040] Fix confusing versionchanged note in crc32 and adler32

2022-03-20 Thread miss-islington
miss-islington added the comment: New changeset 73f4b475d1d70c9ef0db9e6c79771d1a43d43a33 by Miss Islington (bot) in branch '3.9': [3.10] bpo-47040: improve document of checksum functions (GH-31955) (GH-32002) https://github.com/python/cpython/commit/73f4b475d1d70c9ef0db9e6c79771d1a43d43a33

[issue47040] Fix confusing versionchanged note in crc32 and adler32

2022-03-20 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +30092 pull_request: https://github.com/python/cpython/pull/32004 ___ Python tracker <https://bugs.python.org/issu

[issue39394] re: DeprecationWarning for `flag not at the start of expression` is cutoff too early

2022-03-19 Thread miss-islington
miss-islington added the comment: New changeset cbcd2e36d6cbb1d8b6a2b30a2cf1484b7857e7d6 by Miss Islington (bot) in branch '3.9': bpo-39394: Improve warning message in the re module (GH-31988) https://github.com/python/cpython/commit/cbcd2e36d6cbb1d8b6a2b30a2cf1484b7857e7d6

[issue39394] re: DeprecationWarning for `flag not at the start of expression` is cutoff too early

2022-03-19 Thread miss-islington
miss-islington added the comment: New changeset 906f1a4a95e9ca82171a40a28b16533a14fa339c by Miss Islington (bot) in branch '3.10': bpo-39394: Improve warning message in the re module (GH-31988) https://github.com/python/cpython/commit/906f1a4a95e9ca82171a40a28b16533a14fa339c

[issue44544] Add full list of possible args to textwrap: wrap, fill, shorten

2022-03-19 Thread miss-islington
miss-islington added the comment: New changeset fcd57996899569ec6b8028bc5b75f973f7074e21 by Miss Islington (bot) in branch '3.9': bpo-44544: add textwrap placeholder arg (GH-27671) https://github.com/python/cpython/commit/fcd57996899569ec6b8028bc5b75f973f7074e21

[issue44544] Add full list of possible args to textwrap: wrap, fill, shorten

2022-03-19 Thread miss-islington
miss-islington added the comment: New changeset c1f327f30db09388fc777196e233b7a6182c6efa by Miss Islington (bot) in branch '3.10': bpo-44544: add textwrap placeholder arg (GH-27671) https://github.com/python/cpython/commit/c1f327f30db09388fc777196e233b7a6182c6efa

[issue44544] Add full list of possible args to textwrap: wrap, fill, shorten

2022-03-19 Thread miss-islington
Change by miss-islington : -- pull_requests: +30083 pull_request: https://github.com/python/cpython/pull/31993 ___ Python tracker <https://bugs.python.org/issue44

[issue44544] Add full list of possible args to textwrap: wrap, fill, shorten

2022-03-19 Thread miss-islington
Change by miss-islington : -- pull_requests: +30082 pull_request: https://github.com/python/cpython/pull/31992 ___ Python tracker <https://bugs.python.org/issue44

[issue39394] re: DeprecationWarning for `flag not at the start of expression` is cutoff too early

2022-03-19 Thread miss-islington
Change by miss-islington : -- pull_requests: +30081 pull_request: https://github.com/python/cpython/pull/31990 ___ Python tracker <https://bugs.python.org/issue39

[issue39394] re: DeprecationWarning for `flag not at the start of expression` is cutoff too early

2022-03-19 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +30080 pull_request: https://github.com/python/cpython/pull/31989 ___ Python tracker <https://bugs.python.org/issu

[issue47022] PEP 594: Document removal of asynchat, asyncore and smtpd

2022-03-18 Thread miss-islington
miss-islington added the comment: New changeset 77473846439b8a3eae66de1a1cfe931619f38513 by Hugo van Kemenade in branch 'main': bpo-47022: Document asynchat, asyncore and smtpd removals in 3.12 (GH-31891) https://github.com/python/cpython/commit/77473846439b8a3eae66de1a1cfe931619f38513

[issue40296] help(list[int]) fails

2022-03-18 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +30071 pull_request: https://github.com/python/cpython/pull/31981 ___ Python tracker <https://bugs.python.org/issu

[issue45979] Fix Tkinter tests with old Tk

2022-03-18 Thread miss-islington
miss-islington added the comment: New changeset d27af88c1bcf3c6c185f81218b7bf86b38128ea9 by Miss Islington (bot) in branch '3.10': bpo-45979: Fix Tkinter tests with old Tk (>= 8.5.12) (GH-31938) https://github.com/python/cpython/commit/d27af88c1bcf3c6c185f81218b7bf86b38128

[issue45979] Fix Tkinter tests with old Tk

2022-03-18 Thread miss-islington
Change by miss-islington : -- pull_requests: +30062 pull_request: https://github.com/python/cpython/pull/31972 ___ Python tracker <https://bugs.python.org/issue45

[issue46968] Insufficient sigaltstack size used by CPython prevents extensions from using new ISA

2022-03-18 Thread miss-islington
miss-islington added the comment: New changeset 8e3fde728f547f1d32bde8adf62b4c50bb877b9d by Pablo Galindo Salgado in branch 'main': bpo-46968: Check for 'sys/auxv.h' in the configure script (GH-31961) https://github.com/python/cpython/commit/8e3fde728f547f1d32bde8adf62b4c50bb877b9d

[issue46421] unittest ValueError when invoking as module

2022-03-17 Thread miss-islington
miss-islington added the comment: New changeset 0b5f99ad1af0892a2d6043abd8aeb10d685d3844 by Miss Islington (bot) in branch '3.10': bpo-46421: Fix unittest filename evaluation when called as a module (GH-30654) https://github.com/python/cpython/commit/0b5f99ad1af0892a2d6043abd8aeb10d685d3844

[issue46421] unittest ValueError when invoking as module

2022-03-17 Thread miss-islington
Change by miss-islington : -- pull_requests: +30060 pull_request: https://github.com/python/cpython/pull/31970 ___ Python tracker <https://bugs.python.org/issue46

[issue46421] unittest ValueError when invoking as module

2022-03-17 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 7.0 -> 8.0 pull_requests: +30059 pull_request: https://github.com/python/cpython/pull/31969 ___ Python tracker <https://bugs.python.org/issu

[issue45979] Fix Tkinter tests with old Tk

2022-03-17 Thread miss-islington
miss-islington added the comment: New changeset 612019e60e3a5340542122dabbc7ce5a27a8c635 by Miss Islington (bot) in branch '3.9': bpo-45979: Fix Tkinter tests with old Tk (>= 8.5.12) (GH-31938) https://github.com/python/cpython/commit/612019e60e3a5340542122dabbc7ce5a27a8c

[issue47038] Rewrite asyncio.wait_for test to use IsolatedAsyncioTestCase

2022-03-16 Thread miss-islington
miss-islington added the comment: New changeset ba76f901923d80ad9b24bb1636aa751d55e0c768 by Miss Islington (bot) in branch '3.10': bpo-47038: Increase a test timeout for slow CI machines (GH-31951) https://github.com/python/cpython/commit/ba76f901923d80ad9b24bb1636aa751d55e0c768

[issue47038] Rewrite asyncio.wait_for test to use IsolatedAsyncioTestCase

2022-03-16 Thread miss-islington
miss-islington added the comment: New changeset 4e9bb27eaeb8bedcec6f25f4345824b50fc25337 by Miss Islington (bot) in branch '3.9': bpo-47038: Increase a test timeout for slow CI machines (GH-31951) https://github.com/python/cpython/commit/4e9bb27eaeb8bedcec6f25f4345824b50fc25337

[issue47038] Rewrite asyncio.wait_for test to use IsolatedAsyncioTestCase

2022-03-16 Thread miss-islington
Change by miss-islington : -- pull_requests: +30044 pull_request: https://github.com/python/cpython/pull/31953 ___ Python tracker <https://bugs.python.org/issue47

[issue47038] Rewrite asyncio.wait_for test to use IsolatedAsyncioTestCase

2022-03-16 Thread miss-islington
Change by miss-islington : -- pull_requests: +30043 pull_request: https://github.com/python/cpython/pull/31952 ___ Python tracker <https://bugs.python.org/issue47

[issue47038] Rewrite asyncio.wait_for test to use IsolatedAsyncioTestCase

2022-03-16 Thread miss-islington
miss-islington added the comment: New changeset 0412e3ae03a694af1e27d4af61ca503a6513394d by Miss Islington (bot) in branch '3.9': bpo-47038: Rewrite missed asyncio.wait_for test to use IsolatedAnsyncioTestCase (GH-31946) https://github.com/python/cpython/commit

[issue47038] Rewrite asyncio.wait_for test to use IsolatedAsyncioTestCase

2022-03-16 Thread miss-islington
Change by miss-islington : -- pull_requests: +30040 pull_request: https://github.com/python/cpython/pull/31949 ___ Python tracker <https://bugs.python.org/issue47

[issue47038] Rewrite asyncio.wait_for test to use IsolatedAsyncioTestCase

2022-03-16 Thread miss-islington
Change by miss-islington : -- pull_requests: +30039 pull_request: https://github.com/python/cpython/pull/31948 ___ Python tracker <https://bugs.python.org/issue47

[issue47038] Rewrite asyncio.wait_for test to use IsolatedAsyncioTestCase

2022-03-16 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +30034 pull_request: https://github.com/python/cpython/pull/31943 ___ Python tracker <https://bugs.python.org/issu

[issue45979] Fix Tkinter tests with old Tk

2022-03-16 Thread miss-islington
Change by miss-islington : -- pull_requests: +30032 pull_request: https://github.com/python/cpython/pull/31939 ___ Python tracker <https://bugs.python.org/issue45

[issue45979] Fix Tkinter tests with old Tk

2022-03-16 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +30030 pull_request: https://github.com/python/cpython/pull/31940 ___ Python tracker <https://bugs.python.org/issu

[issue47032] CI does not detect launcher installer build failure

2022-03-15 Thread miss-islington
miss-islington added the comment: New changeset ad6ddd89006b9fa4836a944c99f8076f26faf299 by Steve Dower in branch '3.9': [3.9] bpo-47032: Ensure Windows install builds fail correctly with a non-zero exit code when part of the build fails (GH-31921) (GH-31927) https://github.com/python

[issue47032] CI does not detect launcher installer build failure

2022-03-15 Thread miss-islington
miss-islington added the comment: New changeset 04fdbb4f7003a7399f7ba626cf548e2b9dac1045 by Steve Dower in branch '3.10': [3.10] bpo-47032: Ensure Windows install builds fail correctly with a non-zero exit code when part of the build fails (GH-31921) (GH-31926) https://github.com/python

[issue46948] [CVE-2022-26488] Escalation of privilege via Windows Installer

2022-03-15 Thread miss-islington
miss-islington added the comment: New changeset 70eb9db39817a8f9abef801a2a4a7bb2c7411654 by Miss Islington (bot) in branch '3.9': bpo-46948: Fix launcher installer build failure due to first part of fix (GH-31920) https://github.com/python/cpython/commit

[issue46948] [CVE-2022-26488] Escalation of privilege via Windows Installer

2022-03-15 Thread miss-islington
miss-islington added the comment: New changeset 58d30b992d67c8471f79a7307e4c1cda64311e3b by Miss Islington (bot) in branch '3.10': bpo-46948: Fix launcher installer build failure due to first part of fix (GH-31920) https://github.com/python/cpython/commit

[issue46948] [CVE-2022-26488] Escalation of privilege via Windows Installer

2022-03-15 Thread miss-islington
Change by miss-islington : -- pull_requests: +30016 pull_request: https://github.com/python/cpython/pull/31925 ___ Python tracker <https://bugs.python.org/issue46

[issue46948] [CVE-2022-26488] Escalation of privilege via Windows Installer

2022-03-15 Thread miss-islington
Change by miss-islington : -- pull_requests: +30015 pull_request: https://github.com/python/cpython/pull/31924 ___ Python tracker <https://bugs.python.org/issue46

[issue46948] [CVE-2022-26488] Escalation of privilege via Windows Installer

2022-03-15 Thread miss-islington
Change by miss-islington : -- pull_requests: +30014 pull_request: https://github.com/python/cpython/pull/31923 ___ Python tracker <https://bugs.python.org/issue46

[issue46948] [CVE-2022-26488] Escalation of privilege via Windows Installer

2022-03-15 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 8.0 -> 9.0 pull_requests: +30013 pull_request: https://github.com/python/cpython/pull/31922 ___ Python tracker <https://bugs.python.org/issu

[issue20392] Inconsistency with uppercase file extensions in MimeTypes.guess_type

2022-03-15 Thread miss-islington
miss-islington added the comment: New changeset 32ae9ab55f2cd97b5a28d5398c4820d8bc96f30c by Miss Islington (bot) in branch '3.9': bpo-20392: Fix inconsistency with uppercase file extensions in mimetypes.guess_type (GH-30229) https://github.com/python/cpython/commit

[issue43253] asyncio open_connection fails when a socket is explicitly closed

2022-03-15 Thread miss-islington
miss-islington added the comment: New changeset 64a68c39cb508b016e5a4486ebb4052f6e65fca0 by Miss Islington (bot) in branch '3.9': bpo-43253: Don't call shutdown() for invalid socket handles (GH-31892) https://github.com/python/cpython/commit/64a68c39cb508b016e5a4486ebb4052f6e65fca0

[issue43253] asyncio open_connection fails when a socket is explicitly closed

2022-03-15 Thread miss-islington
miss-islington added the comment: New changeset 88c243fd8d5a43282ef06bd0872e3b88c68bb856 by Miss Islington (bot) in branch '3.10': bpo-43253: Don't call shutdown() for invalid socket handles (GH-31892) https://github.com/python/cpython/commit/88c243fd8d5a43282ef06bd0872e3b88c68bb856

[issue20392] Inconsistency with uppercase file extensions in MimeTypes.guess_type

2022-03-15 Thread miss-islington
miss-islington added the comment: New changeset 3c4f24face4cca9256ae79bf6968663a04daf655 by Miss Islington (bot) in branch '3.10': bpo-20392: Fix inconsistency with uppercase file extensions in mimetypes.guess_type (GH-30229) https://github.com/python/cpython/commit

[issue43253] asyncio open_connection fails when a socket is explicitly closed

2022-03-15 Thread miss-islington
Change by miss-islington : -- pull_requests: +3 pull_request: https://github.com/python/cpython/pull/31906 ___ Python tracker <https://bugs.python.org/issue43

[issue43253] asyncio open_connection fails when a socket is explicitly closed

2022-03-15 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 10.0 -> 11.0 pull_requests: +2 pull_request: https://github.com/python/cpython/pull/31905 ___ Python tracker <https://bugs.python.org/issu

[issue20392] Inconsistency with uppercase file extensions in MimeTypes.guess_type

2022-03-15 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 6.0 -> 7.0 pull_requests: +29997 pull_request: https://github.com/python/cpython/pull/31903 ___ Python tracker <https://bugs.python.org/issu

[issue20392] Inconsistency with uppercase file extensions in MimeTypes.guess_type

2022-03-15 Thread miss-islington
Change by miss-islington : -- pull_requests: +29998 pull_request: https://github.com/python/cpython/pull/31904 ___ Python tracker <https://bugs.python.org/issue20

[issue43721] Documentation of property.{getter, setter, deleter} fails to mention that a *new* property is returned

2022-03-14 Thread miss-islington
miss-islington added the comment: New changeset f1a5e1b89a526da0d66c5b368c924298291abb1a by Miss Islington (bot) in branch '3.9': bpo-43721: Fix docstrings for property.getter/setter/deleter (GH-31046) https://github.com/python/cpython/commit/f1a5e1b89a526da0d66c5b368c924298291abb1a

[issue43721] Documentation of property.{getter, setter, deleter} fails to mention that a *new* property is returned

2022-03-14 Thread miss-islington
miss-islington added the comment: New changeset cebdc325580b49f4c7eb3c61a24c9e7f41ca736b by Miss Islington (bot) in branch '3.10': bpo-43721: Fix docstrings for property.getter/setter/deleter (GH-31046) https://github.com/python/cpython/commit/cebdc325580b49f4c7eb3c61a24c9e7f41ca736b

[issue43721] Documentation of property.{getter, setter, deleter} fails to mention that a *new* property is returned

2022-03-14 Thread miss-islington
Change by miss-islington : -- pull_requests: +29985 pull_request: https://github.com/python/cpython/pull/31887 ___ Python tracker <https://bugs.python.org/issue43

[issue43721] Documentation of property.{getter, setter, deleter} fails to mention that a *new* property is returned

2022-03-14 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +29984 pull_request: https://github.com/python/cpython/pull/31886 ___ Python tracker <https://bugs.python.org/issu

[issue31415] Add -X option to show import time

2022-03-14 Thread miss-islington
miss-islington added the comment: New changeset 73943ce7d31595d152dc01bf0008b37c802c0d3b by Miss Islington (bot) in branch '3.9': bpo-31415: importtime was made by Inada Naoki (GH-31875) https://github.com/python/cpython/commit/73943ce7d31595d152dc01bf0008b37c802c0d3b

[issue31415] Add -X option to show import time

2022-03-14 Thread miss-islington
miss-islington added the comment: New changeset 9f1587e8d3f18729a0982774c6c4409472cbd9e3 by Miss Islington (bot) in branch '3.10': bpo-31415: importtime was made by Inada Naoki (GH-31875) https://github.com/python/cpython/commit/9f1587e8d3f18729a0982774c6c4409472cbd9e3

[issue31415] Add -X option to show import time

2022-03-14 Thread miss-islington
Change by miss-islington : -- pull_requests: +29982 pull_request: https://github.com/python/cpython/pull/31884 ___ Python tracker <https://bugs.python.org/issue31

[issue31415] Add -X option to show import time

2022-03-14 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 12.0 -> 13.0 pull_requests: +29981 pull_request: https://github.com/python/cpython/pull/31883 ___ Python tracker <https://bugs.python.org/issu

[issue30677] [doc] mention that os.mkdir() raises FileNotFound if path does not exist

2022-03-14 Thread miss-islington
miss-islington added the comment: New changeset b4fd91b4d931dd97ceaf76750d227dd042c236f8 by Miss Islington (bot) in branch '3.9': [3.9] bpo-30677: [doc] mention that os.mkdir() can raise FileNotFoundError (GH-31548) (GH-31878) https://github.com/python/cpython/commit

[issue30677] [doc] mention that os.mkdir() raises FileNotFound if path does not exist

2022-03-14 Thread miss-islington
miss-islington added the comment: New changeset efa72501599029d9ac3f8a2e5ce900302c7d8f56 by Miss Islington (bot) in branch '3.10': [3.10] bpo-30677: [doc] mention that os.mkdir() can raise FileNotFoundError (GH-31548) (GH-31877) https://github.com/python/cpython/commit

[issue30677] [doc] mention that os.mkdir() raises FileNotFound if path does not exist

2022-03-14 Thread miss-islington
Change by miss-islington : -- pull_requests: +29975 pull_request: https://github.com/python/cpython/pull/31878 ___ Python tracker <https://bugs.python.org/issue30

[issue30677] [doc] mention that os.mkdir() raises FileNotFound if path does not exist

2022-03-14 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +29974 pull_request: https://github.com/python/cpython/pull/31877 ___ Python tracker <https://bugs.python.org/issu

[issue46986] Upgrade ensurepip bundled setuptools to 60.9.3

2022-03-13 Thread miss-islington
miss-islington added the comment: New changeset 25962e4e60235645f945d23281431b30b3c3d573 by Miss Islington (bot) in branch '3.10': bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820) https://github.com/python/cpython/commit/25962e4e60235645f945d23281431b30b3c3d573

[issue46985] Upgrade ensurepip bundled pip to 22.0.4

2022-03-13 Thread miss-islington
miss-islington added the comment: New changeset 4f340b07392dd50800f255ceee0ec1b7edd77dc9 by Miss Islington (bot) in branch '3.9': [3.9] bpo-46985: Upgrade bundled pip to 22.0.4 (GH-31819) (GH-31850) https://github.com/python/cpython/commit/4f340b07392dd50800f255ceee0ec1b7edd77dc9

[issue46986] Upgrade ensurepip bundled setuptools to 60.9.3

2022-03-13 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +29951 pull_request: https://github.com/python/cpython/pull/31853 ___ Python tracker <https://bugs.python.org/issu

[issue46985] Upgrade ensurepip bundled pip to 22.0.4

2022-03-13 Thread miss-islington
miss-islington added the comment: New changeset 1ceda9787f586e11ccd2a94171422a2d70622a27 by Miss Islington (bot) in branch '3.10': [3.10] bpo-46985: Upgrade bundled pip to 22.0.4 (GH-31819) (GH-31849) https://github.com/python/cpython/commit/1ceda9787f586e11ccd2a94171422a2d70622a27

[issue46985] Upgrade ensurepip bundled pip to 22.0.4

2022-03-13 Thread miss-islington
Change by miss-islington : -- pull_requests: +29948 pull_request: https://github.com/python/cpython/pull/31850 ___ Python tracker <https://bugs.python.org/issue46

[issue46985] Upgrade ensurepip bundled pip to 22.0.4

2022-03-13 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +29947 pull_request: https://github.com/python/cpython/pull/31849 ___ Python tracker <https://bugs.python.org/issu

[issue31327] [doc] Add example of platform-specific support for negative timestamps to the time doc

2022-03-11 Thread miss-islington
miss-islington added the comment: New changeset b35b36e106152245fe68880f4073fd99ec17f65d by Miss Islington (bot) in branch '3.10': bpo-31327: Update time documentation to reflect possible errors (GH-31460) https://github.com/python/cpython/commit/b35b36e106152245fe68880f4073fd99ec17f65d

[issue31327] [doc] Add example of platform-specific support for negative timestamps to the time doc

2022-03-11 Thread miss-islington
miss-islington added the comment: New changeset 30d80213ae305bd0f0ed6bec7a0dff3e97b1c321 by Miss Islington (bot) in branch '3.9': bpo-31327: Update time documentation to reflect possible errors (GH-31460) https://github.com/python/cpython/commit/30d80213ae305bd0f0ed6bec7a0dff3e97b1c321

[issue31327] [doc] Add example of platform-specific support for negative timestamps to the time doc

2022-03-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +29923 pull_request: https://github.com/python/cpython/pull/31826 ___ Python tracker <https://bugs.python.org/issue31

[issue31327] [doc] Add example of platform-specific support for negative timestamps to the time doc

2022-03-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +29924 pull_request: https://github.com/python/cpython/pull/31827 ___ Python tracker <https://bugs.python.org/issue31

[issue31327] [doc] Add example of platform-specific support for negative timestamps to the time doc

2022-03-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +29922 pull_request: https://github.com/python/cpython/pull/31825 ___ Python tracker <https://bugs.python.org/issue31

[issue31327] [doc] Add example of platform-specific support for negative timestamps to the time doc

2022-03-11 Thread miss-islington
miss-islington added the comment: New changeset c83fc9c02c9846ec3a2d0123999c98e02f00b3f5 by slateny in branch 'main': bpo-31327: Update time documentation to reflect possible errors (GH-31460) https://github.com/python/cpython/commit/c83fc9c02c9846ec3a2d0123999c98e02f00b3f5 -- nosy

[issue46881] Statically allocate and initialize the latin1 characters.

2022-03-09 Thread miss-islington
miss-islington added the comment: New changeset 8714b6fa27271035dd6dd3514e283f92d669321d by Kumar Aditya in branch 'main': bpo-46881: Statically allocate and initialize the latin1 characters. (GH-31616) https://github.com/python/cpython/commit/8714b6fa27271035dd6dd3514e283f92d669321d

[issue45138] [sqlite3] expand bound values in traced statements when possible

2022-03-09 Thread miss-islington
miss-islington added the comment: New changeset e801e88744f34508aa338f9f7f3f3baee012f813 by Erlend Egeberg Aasland in branch 'main': bpo-45138: Revert GH-28240: Expand traced SQL statements (GH-31788) https://github.com/python/cpython/commit/e801e88744f34508aa338f9f7f3f3baee012f813

[issue40059] Provide a toml module in the standard library

2022-03-09 Thread miss-islington
miss-islington added the comment: New changeset 23dcea5de736b367c0244042aaca10971538b2b4 by Dominic Davis-Foster in branch 'main': bpo-40059: Fix installation of tomllib (GH-31784) https://github.com/python/cpython/commit/23dcea5de736b367c0244042aaca10971538b2b4 -- nosy: +miss

[issue24959] unittest swallows part of stack trace when raising AssertionError in a TestCase

2022-03-08 Thread miss-islington
miss-islington added the comment: New changeset 26fa25a9a73f0e31bf0f0d94103fa4de38c0a3cc by Miss Islington (bot) in branch '3.10': bpo-24959: fix unittest.assertRaises bug where traceback entries are dropped from chained exceptions (GH-23688) https://github.com/python/cpython/commit

[issue24959] unittest swallows part of stack trace when raising AssertionError in a TestCase

2022-03-08 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 7.0 -> 8.0 pull_requests: +29882 pull_request: https://github.com/python/cpython/pull/31775 ___ Python tracker <https://bugs.python.org/issu

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