[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/77473846439b8a3eae66de1a1cfe93

[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

[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

[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

[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
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/c1f327f30db09388fc777196e233b7

[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/fcd57996899569ec6b8028bc5b75f9

[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/906f1a4a95e9ca82171a40a28b1653

[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/cbcd2e36d6cbb1d8b6a2b30a2cf148

[issue47040] Fix confusing versionchanged note in crc32 and adler32

2022-03-19 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

[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/73f4b475d1d70c9ef0db9e6c79771d

[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

[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

[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

[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
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/4352ca234e979ad1c7158981addf89

[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/4aa8b802513340d12a6ffea3d5e222

[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

[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
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/f89949ec6741bd02841bece61f5b70

[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/1b21b55ee0ea57226c52dc9f3ee3c0

[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

[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 -

[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/cpyt

[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/4f97d64c831c94660ceb01f34d51fa

[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/deeaac49e267285158264643799624

[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

[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

[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
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/3c6019035f16b673cf0f0be6918f7d

[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/f163ad22d3321cb9bb4e6cbaac5a72

[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

[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/e513b8188af4d2f43ab2b96b51bc45

[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/cpyt

[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 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/cpyt

[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

[issue47104] Rewrite asyncio.to_thread tests to use IsolatedAsyncioTestCase

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

[issue47104] Rewrite asyncio.to_thread tests to use IsolatedAsyncioTestCase

2022-03-23 Thread miss-islington
miss-islington added the comment: New changeset 9e1bfd8ce79b947dc0c1cfb4644e5afe337c2d07 by Miss Islington (bot) in branch '3.10': bpo-47104: Rewrite asyncio.to_thread tests to use IsolatedAsyncioTestCase (GH-32086) https://github.com/python/cpyt

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

2022-03-24 Thread miss-islington
miss-islington added the comment: New changeset 8a0a9e5b1928fab7d9819c8d6498ef5c0b9383af by Christian Heimes in branch 'main': bpo-40280: Add wasm32-emscripten and wasm32-wasi SOABI (GH-32095) https://github.com/python/cpython/commit/8a0a9e5b1928fab7d9819c8d6498ef

[issue47105] [Doc] grp cites pwd.h instead of grp.h

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

[issue47105] [Doc] grp cites pwd.h instead of grp.h

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

[issue45618] Documentation builds fail with Sphinx 3.2.1

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

[issue45618] Documentation builds fail with Sphinx 3.2.1

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

[issue47117] repl segfaults on non utf-8 input

2022-03-26 Thread miss-islington
miss-islington added the comment: New changeset 26cca8067bf5306e372c0e90036d832c5021fd90 by Pablo Galindo Salgado in branch 'main': bpo-47117: Don't crash if we fail to decode characters when the tokenizer buffers are uninitialized (GH-32129) https://github.com/python

[issue44493] Missing terminated NUL in the length of sockaddr_un

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

[issue44493] Missing terminated NUL in the length of sockaddr_un

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

[issue28516] contextlib.ExitStack.__enter__ has trivial but undocumented behavior

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

[issue28516] contextlib.ExitStack.__enter__ has trivial but undocumented behavior

2022-03-27 Thread miss-islington
Change by miss-islington : -- pull_requests: +30225 pull_request: https://github.com/python/cpython/pull/32145 ___ Python tracker <https://bugs.python.org/issue28

[issue44493] Missing terminated NUL in the length of sockaddr_un

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

[issue44493] Missing terminated NUL in the length of sockaddr_un

2022-03-28 Thread miss-islington
miss-islington added the comment: New changeset 5944807b09717d43bb017f700e8c451dd07199ed by Miss Islington (bot) in branch '3.10': [3.10] bpo-44493: Add missing terminated NUL in sockaddr_un's length (GH-26866) (GH-32140) https://github.com/python

[issue27929] asyncio.AbstractEventLoop.sock_connect broken for AF_BLUETOOTH

2022-03-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +30243 pull_request: https://github.com/python/cpython/pull/32165 ___ Python tracker <https://bugs.python.org/issue27

[issue27929] asyncio.AbstractEventLoop.sock_connect broken for AF_BLUETOOTH

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

[issue27929] asyncio.AbstractEventLoop.sock_connect broken for AF_BLUETOOTH

2022-03-28 Thread miss-islington
miss-islington added the comment: New changeset f84fb55659079bbc99d4cd0441dc13ab07ac3dcf by Miss Islington (bot) in branch '3.9': bpo-27929: resolve names only for AF_INET/AF_INET6 with asyncio (GH-32131) https://github.com/python/cpython/commit/f84fb55659079bbc99d4cd0441dc13

[issue27929] asyncio.AbstractEventLoop.sock_connect broken for AF_BLUETOOTH

2022-03-28 Thread miss-islington
miss-islington added the comment: New changeset 2bcbc3113dee6c35631595ec0d5ee3a8dd2a2ddd by Miss Islington (bot) in branch '3.10': bpo-27929: resolve names only for AF_INET/AF_INET6 with asyncio (GH-32131) https://github.com/python/cpython/commit/2bcbc3113dee6c35631595ec0d5ee3

[issue47138] Pin Jinja2 to fix docs build

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

[issue47138] Pin Jinja2 to fix docs build

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

[issue47138] Pin Jinja2 to fix docs build

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

[issue47138] Pin Jinja2 to fix docs build

2022-03-28 Thread miss-islington
miss-islington added the comment: New changeset d2c6a4428d52c108f4b06dcd1bb86023541c60ce by Miss Islington (bot) in branch '3.9': bpo-47138: Ensure Windows docs build uses the same pinned version as other platforms (GH-32161) https://github.com/python/cpyt

[issue42340] KeyboardInterrupt should come with a warning

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

[issue42340] KeyboardInterrupt should come with a warning

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

[issue42340] KeyboardInterrupt should come with a warning

2022-03-29 Thread miss-islington
miss-islington added the comment: New changeset 66cde7c51a871a86cf8667adf4bd1d03e9b98eb1 by Miss Islington (bot) in branch '3.10': bpo-42340: Document issues around KeyboardInterrupt (GH-23255) https://github.com/python/cpython/commit/66cde7c51a871a86cf8667adf4bd1d

[issue42340] KeyboardInterrupt should come with a warning

2022-03-29 Thread miss-islington
miss-islington added the comment: New changeset c26af2bc531eb114c378cdad81935f6e838a7ee0 by Miss Islington (bot) in branch '3.9': bpo-42340: Document issues around KeyboardInterrupt (GH-23255) https://github.com/python/cpython/commit/c26af2bc531eb114c378cdad81935f

[issue46775] [Windows] OSError should unconditionally call winerror_to_errno

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

[issue46775] [Windows] OSError should unconditionally call winerror_to_errno

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

[issue47162] Add call trampoline to work around bad fpcasts on Emscripten

2022-03-30 Thread miss-islington
miss-islington added the comment: New changeset 581c4434de62d9d36392f10e65866c081fb18d71 by Christian Heimes in branch 'main': bpo-47162: Add call trampoline to mitigate bad fpcasts on Emscripten (GH-32189) https://github.com/python/cpython/commit/581c4434de62d9d36392f10e65866c

[issue46775] [Windows] OSError should unconditionally call winerror_to_errno

2022-03-30 Thread miss-islington
miss-islington added the comment: New changeset 1f2ec4cef1804cda9d2df99a318373b2982919e9 by Miss Islington (bot) in branch '3.10': bpo-46775: OSError should call winerror_to_errno unconditionally on Windows (GH-32179) https://github.com/python/cpyt

[issue46775] [Windows] OSError should unconditionally call winerror_to_errno

2022-03-30 Thread miss-islington
miss-islington added the comment: New changeset d04a21344ae69c66f5a6df69ee6fa6988a69b89d by Miss Islington (bot) in branch '3.9': bpo-46775: OSError should call winerror_to_errno unconditionally on Windows (GH-32179) https://github.com/python/cpyt

[issue45847] Port module setup to PY_STDLIB_MOD() macro and addext()

2022-03-31 Thread miss-islington
miss-islington added the comment: New changeset b36d222110d0d6d84dc8e973ca87d976c2423f5d by Erlend Egeberg Aasland in branch 'main': bpo-45847: Port _tkinter to PY_STDLIB_MOD (GH-31698) https://github.com/python/cpython/commit/b36d222110d0d6d84dc8e973ca87d9

[issue14911] generator.throw() documentation inaccurate

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

[issue14911] generator.throw() documentation inaccurate

2022-03-31 Thread miss-islington
Change by miss-islington : -- pull_requests: +30290 pull_request: https://github.com/python/cpython/pull/32214 ___ Python tracker <https://bugs.python.org/issue14

[issue14911] generator.throw() documentation inaccurate

2022-03-31 Thread miss-islington
miss-islington added the comment: New changeset 625f6704c0d783360574bbab2f78b0b9bbed5891 by Miss Islington (bot) in branch '3.10': bpo-14911: Corrected generator.throw() documentation (GH-32207) https://github.com/python/cpython/commit/625f6704c0d783360574bbab2f78b0

[issue14911] generator.throw() documentation inaccurate

2022-03-31 Thread miss-islington
miss-islington added the comment: New changeset 98d57737de73342d33d1b90dc0285f586465d22b by Miss Islington (bot) in branch '3.9': bpo-14911: Corrected generator.throw() documentation (GH-32207) https://github.com/python/cpython/commit/98d57737de73342d33d1b90dc0285f

[issue47182] _PyUnicode_Fini should invalidate ucnhash_capi capsule pointer

2022-03-31 Thread miss-islington
miss-islington added the comment: New changeset 44e915028d75f7cef141aa1aada962465a5907d6 by Christian Heimes in branch 'main': bpo-47182: Fix crash by named unicode characters after interpreter reinitialization (GH-32212) https://github.com/python/cpyt

[issue47151] subprocess fails when used as init, vfork() returns EINVAL if PID=1

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

[issue47151] subprocess fails when used as init, vfork() returns EINVAL if PID=1

2022-03-31 Thread miss-islington
miss-islington added the comment: New changeset 9ed179b07df6ce7432f972f5d069a7c8dee56e79 by Miss Islington (bot) in branch '3.10': bpo-47151: Fallback to fork when vfork fails in subprocess. (GH-32186) https://github.com/python/cpython/commit/9ed179b07df6ce7432f972f5d069a7

[issue47089] Avoid sporadic failure of test_compileall on Windows

2022-04-01 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +30308 pull_request: https://github.com/python/cpython/pull/32237 ___ Python tracker <https://bugs.python.org/issu

[issue47089] Avoid sporadic failure of test_compileall on Windows

2022-04-01 Thread miss-islington
miss-islington added the comment: New changeset 1069d529590850e87a11b8c559a7fb296e9c626a by Miss Islington (bot) in branch '3.10': bpo-47089: Avoid test_compileall failures on Windows (GH-32037) https://github.com/python/cpython/commit/1069d529590850e87a11b8c559a7fb

[issue47196] Function pointer cast in test_imp

2022-04-02 Thread miss-islington
miss-islington added the comment: New changeset 7000cd70164707e28ba045b5c036ca7ed73f5dc4 by Hood Chatham in branch 'main': bpo-47196: Fix function pointer cast in test_imp (GH-32244) https://github.com/python/cpython/commit/7000cd70164707e28ba045b5c036ca7ed73f5dc4 -- n

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

2022-04-02 Thread miss-islington
miss-islington added the comment: New changeset 59be9cd748728b03ac61287681c3010bcec5e558 by Christian Heimes in branch 'main': bpo-40280: Detect if WASM platform supports threading (GH-32243) https://github.com/python/cpython/commit/59be9cd748728b03ac61287681c301

[issue47194] Upgrade to zlib v1.2.12 in CPython binary releases

2022-04-02 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 8.0 -> 9.0 pull_requests: +30319 pull_request: https://github.com/python/cpython/pull/32248 ___ Python tracker <https://bugs.python.org/issu

[issue47194] Upgrade to zlib v1.2.12 in CPython binary releases

2022-04-02 Thread miss-islington
Change by miss-islington : -- pull_requests: +30320 pull_request: https://github.com/python/cpython/pull/32249 ___ Python tracker <https://bugs.python.org/issue47

[issue47194] Upgrade to zlib v1.2.12 in CPython binary releases

2022-04-02 Thread miss-islington
Change by miss-islington : -- pull_requests: +30321 pull_request: https://github.com/python/cpython/pull/32250 ___ Python tracker <https://bugs.python.org/issue47

[issue47194] Upgrade to zlib v1.2.12 in CPython binary releases

2022-04-02 Thread miss-islington
Change by miss-islington : -- pull_requests: +30322 pull_request: https://github.com/python/cpython/pull/32251 ___ Python tracker <https://bugs.python.org/issue47

[issue47194] Upgrade to zlib v1.2.12 in CPython binary releases

2022-04-02 Thread miss-islington
miss-islington added the comment: New changeset 0f0f85e9d8088eb789cda35477900df32adff546 by Miss Islington (bot) in branch '3.9': bpo-47194: Update zlib to v1.2.12 on Windows to resolve CVE-2018-25032 (GH-32241) https://github.com/python/cpyt

[issue47194] Upgrade to zlib v1.2.12 in CPython binary releases

2022-04-02 Thread miss-islington
miss-islington added the comment: New changeset 16a809ffb7af14898ce9ec8165960d96cbcd4ec3 by Miss Islington (bot) in branch '3.10': bpo-47194: Update zlib to v1.2.12 on Windows to resolve CVE-2018-25032 (GH-32241) https://github.com/python/cpyt

[issue47031] math.nan should note that NANs do not compare equal to anything

2022-04-02 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 7.0 -> 8.0 pull_requests: +30328 pull_request: https://github.com/python/cpython/pull/32263 ___ Python tracker <https://bugs.python.org/issu

[issue47031] math.nan should note that NANs do not compare equal to anything

2022-04-02 Thread miss-islington
Change by miss-islington : -- pull_requests: +30329 pull_request: https://github.com/python/cpython/pull/32264 ___ Python tracker <https://bugs.python.org/issue47

[issue47031] math.nan should note that NANs do not compare equal to anything

2022-04-02 Thread miss-islington
miss-islington added the comment: New changeset 319a70cf99c9866c7fa47deecf04f6ebcfe35a54 by Miss Islington (bot) in branch '3.10': bpo-47031: Improve documentation for `math.nan` (GH-32170) https://github.com/python/cpython/commit/319a70cf99c9866c7fa47deecf04f6

[issue47031] math.nan should note that NANs do not compare equal to anything

2022-04-02 Thread miss-islington
miss-islington added the comment: New changeset 5b80031fb0d2ea14f0d42a33309ce5464c4a6042 by Miss Islington (bot) in branch '3.9': bpo-47031: Improve documentation for `math.nan` (GH-32170) https://github.com/python/cpython/commit/5b80031fb0d2ea14f0d42a33309ce5

[issue45114] bad example for os.stat

2022-04-02 Thread miss-islington
Change by miss-islington : -- pull_requests: +30334 pull_request: https://github.com/python/cpython/pull/32268 ___ Python tracker <https://bugs.python.org/issue45

[issue45114] bad example for os.stat

2022-04-02 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +30333 pull_request: https://github.com/python/cpython/pull/32267 ___ Python tracker <https://bugs.python.org/issu

[issue45114] bad example for os.stat

2022-04-02 Thread miss-islington
miss-islington added the comment: New changeset 23c0200c436714a3f9b38d5e6cac230ceacd4c43 by Miss Islington (bot) in branch '3.10': bpo-45114: Use lstat() instead of stat() in stat docs example (GH-29845) https://github.com/python/cpython/commit/23c0200c436714a3f9b38d5e6cac23

[issue45114] bad example for os.stat

2022-04-02 Thread miss-islington
miss-islington added the comment: New changeset dc9322a91d48c80afe8329bb509673a2f74fb925 by Miss Islington (bot) in branch '3.9': bpo-45114: Use lstat() instead of stat() in stat docs example (GH-29845) https://github.com/python/cpython/commit/dc9322a91d48c80afe8329bb509673

[issue45584] Clarifying truncating in documentation

2022-04-02 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 7.0 -> 8.0 pull_requests: +30335 pull_request: https://github.com/python/cpython/pull/32272 ___ Python tracker <https://bugs.python.org/issu

[issue45584] Clarifying truncating in documentation

2022-04-02 Thread miss-islington
Change by miss-islington : -- pull_requests: +30336 pull_request: https://github.com/python/cpython/pull/32273 ___ Python tracker <https://bugs.python.org/issue45

[issue45584] Clarifying truncating in documentation

2022-04-02 Thread miss-islington
miss-islington added the comment: New changeset 3031b867531009d270d5d7d3e53e739c4cba8816 by Miss Islington (bot) in branch '3.10': bpo-45584: Clarify `math.trunc` documentation (GH-29183) https://github.com/python/cpython/commit/3031b867531009d270d5d7d3e53e73

[issue45584] Clarifying truncating in documentation

2022-04-02 Thread miss-islington
miss-islington added the comment: New changeset 694425817ba2b3a796acb3413a7111f6de4bd086 by Miss Islington (bot) in branch '3.9': bpo-45584: Clarify `math.trunc` documentation (GH-29183) https://github.com/python/cpython/commit/694425817ba2b3a796acb3413a7111

[issue24563] [doc] Encoding declaration: doc supported encodings

2022-04-02 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +30338 pull_request: https://github.com/python/cpython/pull/32275 ___ Python tracker <https://bugs.python.org/issu

[issue24563] [doc] Encoding declaration: doc supported encodings

2022-04-02 Thread miss-islington
Change by miss-islington : -- pull_requests: +30339 pull_request: https://github.com/python/cpython/pull/32276 ___ Python tracker <https://bugs.python.org/issue24

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