[issue38619] [Doc] UUID.hex is lowercase

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

[issue38619] [Doc] UUID.hex is lowercase

2022-02-14 Thread miss-islington
miss-islington added the comment: New changeset 828253227efe16f0e759df36bbb2ca49083223c8 by Miss Islington (bot) in branch '3.10': bpo-38619: Update the documentation for UUID.hex (GH-29830) https://github.com/python/cpython/commit/828253227efe16f0e759df36bbb2ca

[issue38619] [Doc] UUID.hex is lowercase

2022-02-14 Thread miss-islington
miss-islington added the comment: New changeset 1953f03174c18f315aca883babc3819828f868d8 by Miss Islington (bot) in branch '3.9': bpo-38619: Update the documentation for UUID.hex (GH-29830) https://github.com/python/cpython/commit/1953f03174c18f315aca883babc381

[issue46741] Docstring for asyncio.protocols.BufferedProtocol appears out of date

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

[issue46741] Docstring for asyncio.protocols.BufferedProtocol appears out of date

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

[issue46741] Docstring for asyncio.protocols.BufferedProtocol appears out of date

2022-02-15 Thread miss-islington
miss-islington added the comment: New changeset c292118ef3528df85a9d76ad21029009b560b088 by Miss Islington (bot) in branch '3.9': bpo-46741: Update `asyncio.protocols.BufferedProtocol` docstring (31327) https://github.com/python/cpython/commit/c292118ef3528df85a9d76ad210290

[issue46762] assertion failure in f-string parsing Parser/string_parser.c

2022-02-16 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +29520 pull_request: https://github.com/python/cpython/pull/31370 ___ Python tracker <https://bugs.python.org/issu

[issue46762] assertion failure in f-string parsing Parser/string_parser.c

2022-02-16 Thread miss-islington
Change by miss-islington : -- pull_requests: +29521 pull_request: https://github.com/python/cpython/pull/31371 ___ Python tracker <https://bugs.python.org/issue46

[issue46762] assertion failure in f-string parsing Parser/string_parser.c

2022-02-16 Thread miss-islington
miss-islington added the comment: New changeset 3d407b931156bc3ee5ae131de2f2babad831ccb2 by Miss Islington (bot) in branch '3.10': bpo-46762: Fix an assert failure in f-strings where > or < is the last character if the f-string is missing a trailing right brace.

[issue46762] assertion failure in f-string parsing Parser/string_parser.c

2022-02-16 Thread miss-islington
miss-islington added the comment: New changeset a657bff34945e40be24cd75d02560a93b7623cf5 by Miss Islington (bot) in branch '3.9': bpo-46762: Fix an assert failure in f-strings where > or < is the last character if the f-string is missing a trailing right brace. (GH-31365) ht

[issue29418] inspect.isroutine does not return True for some bound builtin methods

2022-02-16 Thread miss-islington
miss-islington added the comment: New changeset 562c13f5734d406b2283cfca673611f4b496fdc7 by Hakan Çelik in branch 'main': bpo-29418: Implement inspect.ismethodwrapper and fix inspect.isroutine for cases where methodwrapper is given (GH-19261) https://github.com/python/cpyt

[issue46333] ForwardRef.__eq__ does not respect module parameter

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

[issue46333] ForwardRef.__eq__ does not respect module parameter

2022-02-16 Thread miss-islington
Change by miss-islington : -- pull_requests: +29530 pull_request: https://github.com/python/cpython/pull/31380 ___ Python tracker <https://bugs.python.org/issue46

[issue46333] ForwardRef.__eq__ does not respect module parameter

2022-02-16 Thread miss-islington
miss-islington added the comment: New changeset a17d59a6df146077b5420b36c35a1b82ab3f071a by Miss Islington (bot) in branch '3.10': [3.10] bpo-46333: Honor `module` parameter in ForwardRef (GH-30536) (GH-31379) https://github.com/python/cpython/commit/a17d59a6df146077b5420b36c35a1b

[issue46333] ForwardRef.__eq__ does not respect module parameter

2022-02-16 Thread miss-islington
miss-islington added the comment: New changeset 29ae7d3996e073ec3f15c4e7486b17c1d0e3c8f5 by Miss Islington (bot) in branch '3.9': bpo-46333: Honor `module` parameter in ForwardRef (GH-30536) https://github.com/python/cpython/commit/29ae7d3996e073ec3f15c4e7486b17

[issue46777] Fix incorrect use of directives in asyncio documentation

2022-02-18 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +29543 pull_request: https://github.com/python/cpython/pull/31403 ___ Python tracker <https://bugs.python.org/issu

[issue46777] Fix incorrect use of directives in asyncio documentation

2022-02-18 Thread miss-islington
miss-islington added the comment: New changeset 6eb34772fda2e46ba9a265e038b6e0f303bd790e by Miss Islington (bot) in branch '3.10': bpo-46777: Fix incorrect use of directives in asyncio documentation (GH-31388) https://github.com/python/cpython/commit/6eb34772fda2e46ba9a265e038b6e0

[issue46784] Duplicated symbols when linking embedded Python with libexpat

2022-02-18 Thread miss-islington
miss-islington added the comment: New changeset 6312c1052c0186b4596fc45c42fd3ade9f8f5911 by Yilei "Dolee" Yang in branch 'main': bpo-46784: Add newly exported expat symbols to the namespace. (GH-31397) https://github.com/python/cpython/commit/6312c1052c0186b4596f

[issue46784] Duplicated symbols when linking embedded Python with libexpat

2022-02-18 Thread miss-islington
Change by miss-islington : -- pull_requests: +29553 pull_request: https://github.com/python/cpython/pull/31416 ___ Python tracker <https://bugs.python.org/issue46

[issue46784] Duplicated symbols when linking embedded Python with libexpat

2022-02-18 Thread miss-islington
Change by miss-islington : -- pull_requests: +29554 pull_request: https://github.com/python/cpython/pull/31417 ___ Python tracker <https://bugs.python.org/issue46

[issue46784] Duplicated symbols when linking embedded Python with libexpat

2022-02-18 Thread miss-islington
Change by miss-islington : -- pull_requests: +29555 pull_request: https://github.com/python/cpython/pull/31418 ___ Python tracker <https://bugs.python.org/issue46

[issue46784] Duplicated symbols when linking embedded Python with libexpat

2022-02-18 Thread miss-islington
Change by miss-islington : -- pull_requests: +29556 pull_request: https://github.com/python/cpython/pull/31419 ___ Python tracker <https://bugs.python.org/issue46

[issue46784] Duplicated symbols when linking embedded Python with libexpat

2022-02-18 Thread miss-islington
miss-islington added the comment: New changeset 9aca412db8343702d9199c31ba73519e6f8823b5 by Miss Islington (bot) in branch '3.9': bpo-46784: Add newly exported expat symbols to the namespace. (GH-31397) https://github.com/python/cpython/commit/9aca412db8343702d9199c31ba7351

[issue46603] `typing._strip_annotations` is not fully covered

2022-02-18 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +29558 pull_request: https://github.com/python/cpython/pull/31423 ___ Python tracker <https://bugs.python.org/issu

[issue46603] `typing._strip_annotations` is not fully covered

2022-02-18 Thread miss-islington
Change by miss-islington : -- pull_requests: +29559 pull_request: https://github.com/python/cpython/pull/31424 ___ Python tracker <https://bugs.python.org/issue46

[issue46603] `typing._strip_annotations` is not fully covered

2022-02-18 Thread miss-islington
miss-islington added the comment: New changeset 103f3ca80616958b4e608e9176b9c12cfc80f68b by Miss Islington (bot) in branch '3.10': bpo-46603: improve coverage of `typing._strip_annotations` (GH-31063) https://github.com/python/cpython/commit/103f3ca80616958b4e608e9176b9c1

[issue46672] NameError in asyncio.gather when passing a invalid type as an arg with multiple awaitables

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

[issue39327] shutil.rmtree using vagrant synched folder fails

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

[issue39327] shutil.rmtree using vagrant synched folder fails

2022-02-20 Thread miss-islington
Change by miss-islington : -- pull_requests: +29580 pull_request: https://github.com/python/cpython/pull/31451 ___ Python tracker <https://bugs.python.org/issue39

[issue46232] Client certificates with UniqueIdentifier in the subject break ssl.peer_certificate()

2022-02-20 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +29582 pull_request: https://github.com/python/cpython/pull/31454 ___ Python tracker <https://bugs.python.org/issu

[issue39327] shutil.rmtree using vagrant synched folder fails

2022-02-21 Thread miss-islington
miss-islington added the comment: New changeset 959846be52b03da57f50ebc07f99ec262a86e860 by Miss Islington (bot) in branch '3.9': bpo-39327: Close file descriptors as soon as possible in shutil.rmtree (GH-31384) https://github.com/python/cpyt

[issue39327] shutil.rmtree using vagrant synched folder fails

2022-02-21 Thread miss-islington
miss-islington added the comment: New changeset 95d6271f1997580f8cb8a2985d0cd48af912763f by Miss Islington (bot) in branch '3.10': bpo-39327: Close file descriptors as soon as possible in shutil.rmtree (GH-31384) https://github.com/python/cpyt

[issue46232] Client certificates with UniqueIdentifier in the subject break ssl.peer_certificate()

2022-02-21 Thread miss-islington
miss-islington added the comment: New changeset 633d0f90f933515a9fca21a38cf87a8baf8ddc7d by Miss Islington (bot) in branch '3.10': bpo-46232: Fix parsing of certs with bit string in DN (GH-30351) https://github.com/python/cpython/commit/633d0f90f933515a9fca21a38cf87a

[issue46811] Test suite needs adjustments for Expat >=2.4.5

2022-02-21 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +29599 pull_request: https://github.com/python/cpython/pull/31469 ___ Python tracker <https://bugs.python.org/issu

[issue46811] Test suite needs adjustments for Expat >=2.4.5

2022-02-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +29601 pull_request: https://github.com/python/cpython/pull/31471 ___ Python tracker <https://bugs.python.org/issue46

[issue46811] Test suite needs adjustments for Expat >=2.4.5

2022-02-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +29600 pull_request: https://github.com/python/cpython/pull/31470 ___ Python tracker <https://bugs.python.org/issue46

[issue46811] Test suite needs adjustments for Expat >=2.4.5

2022-02-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +29602 pull_request: https://github.com/python/cpython/pull/31472 ___ Python tracker <https://bugs.python.org/issue46

[issue46732] Builtin __bool__ docstrings are wrong

2022-02-21 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +29604 pull_request: https://github.com/python/cpython/pull/31473 ___ Python tracker <https://bugs.python.org/issu

[issue46732] Builtin __bool__ docstrings are wrong

2022-02-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +29605 pull_request: https://github.com/python/cpython/pull/31474 ___ Python tracker <https://bugs.python.org/issue46

[issue46732] Builtin __bool__ docstrings are wrong

2022-02-21 Thread miss-islington
miss-islington added the comment: New changeset c596ecbf821843de0e044f0d4da34c6b49a06907 by Miss Islington (bot) in branch '3.10': [3.10] bpo-46732: fix __bool__ docstring (GH-31301) (GH-31473) https://github.com/python/cpython/commit/c596ecbf821843de0e044f0d4da34c

[issue46732] Builtin __bool__ docstrings are wrong

2022-02-21 Thread miss-islington
miss-islington added the comment: New changeset 8eb18d842c37c37c1f9316c7e171aad36e875b9a by Miss Islington (bot) in branch '3.9': [3.9] bpo-46732: fix __bool__ docstring (GH-31301) (GH-31474) https://github.com/python/cpython/commit/8eb18d842c37c37c1f9316c7e171aa

[issue46820] SyntaxError on `1not in...`

2022-02-21 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +29623 stage: -> patch review pull_request: https://github.com/python/cpython/pull/31493 ___ Python tracker <https://bugs.python.org/i

[issue46725] Unpacking without parentheses is allowed since 3.9

2022-02-22 Thread miss-islington
miss-islington added the comment: New changeset 7fb94fd7a88f14096a5094d8a979a3912672 by Pablo Galindo Salgado in branch 'main': bpo-46725: Document starred expressions in for statements (GH-31481) https://github.com/python/cpython/commit/7fb94fd7a88f14096a5094d8a9

[issue36557] [doc] Clarify the meaning of /uninstall in windows cli

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

[issue36557] [doc] Clarify the meaning of /uninstall in windows cli

2022-02-22 Thread miss-islington
Change by miss-islington : -- pull_requests: +29632 pull_request: https://github.com/python/cpython/pull/31505 ___ Python tracker <https://bugs.python.org/issue36

[issue36557] [doc] Clarify the meaning of /uninstall in windows cli

2022-02-22 Thread miss-islington
miss-islington added the comment: New changeset d04fb9213a547def5604fbc60b0554c176d4c998 by Miss Islington (bot) in branch '3.10': [3.10] bpo-36557: Updated wording for using/windows (GH-31457) (GH-31504) https://github.com/python/cpython/commit/d04fb9213a547def5604fbc60b0554

[issue36557] [doc] Clarify the meaning of /uninstall in windows cli

2022-02-22 Thread miss-islington
miss-islington added the comment: New changeset aa9a5c4d72e083f8b4c635d79f7450dbe8319469 by Miss Islington (bot) in branch '3.9': bpo-36557: Updated wording for using/windows (GH-31457) https://github.com/python/cpython/commit/aa9a5c4d72e083f8b4c635d79f7450

[issue20923] [doc] Explain ConfigParser 'valid section name' and .SECTCRE

2022-02-22 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 11.0 -> 12.0 pull_requests: +29633 pull_request: https://github.com/python/cpython/pull/31506 ___ Python tracker <https://bugs.python.org/issu

[issue20923] [doc] Explain ConfigParser 'valid section name' and .SECTCRE

2022-02-22 Thread miss-islington
Change by miss-islington : -- pull_requests: +29634 pull_request: https://github.com/python/cpython/pull/31507 ___ Python tracker <https://bugs.python.org/issue20

[issue20923] [doc] Explain ConfigParser 'valid section name' and .SECTCRE

2022-02-22 Thread miss-islington
miss-islington added the comment: New changeset a7af34d407b344de7f138c002854a3e16ecb9db5 by Miss Islington (bot) in branch '3.10': [3.10] bpo-20923 : [doc] Explain ConfigParser 'valid section name' and .SECTCRE (GH-31413) (GH-31506) https://github.com/p

[issue20923] [doc] Explain ConfigParser 'valid section name' and .SECTCRE

2022-02-22 Thread miss-islington
miss-islington added the comment: New changeset 2387aeacc78bfd9d314428b79590b2b47511bf33 by Miss Islington (bot) in branch '3.9': [3.9] bpo-20923 : [doc] Explain ConfigParser 'valid section name' and .SECTCRE (GH-31413) (GH-31507) https://github.com/p

[issue46827] asyncio SelectorEventLoop.sock_connect fails with a UDP socket

2022-02-22 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +29636 pull_request: https://github.com/python/cpython/pull/31509 ___ Python tracker <https://bugs.python.org/issu

[issue46827] asyncio SelectorEventLoop.sock_connect fails with a UDP socket

2022-02-22 Thread miss-islington
Change by miss-islington : -- pull_requests: +29637 pull_request: https://github.com/python/cpython/pull/31510 ___ Python tracker <https://bugs.python.org/issue46

[issue46827] asyncio SelectorEventLoop.sock_connect fails with a UDP socket

2022-02-22 Thread miss-islington
miss-islington added the comment: New changeset d327517b54c148eba499c777b99760356102cbe0 by Miss Islington (bot) in branch '3.10': bpo-46827: pass sock.type to getaddrinfo in sock_connect (GH-31499) https://github.com/python/cpython/commit/d327517b54c148eba499c777b99760

[issue46827] asyncio SelectorEventLoop.sock_connect fails with a UDP socket

2022-02-22 Thread miss-islington
miss-islington added the comment: New changeset 29e8c43b32d6f1ec2e8b4fd8c4903d30830f280f by Miss Islington (bot) in branch '3.9': bpo-46827: pass sock.type to getaddrinfo in sock_connect (GH-31499) https://github.com/python/cpython/commit/29e8c43b32d6f1ec2e8b4fd8c4903d

[issue44886] asyncio: create_datagram_endpoint() does not return a DatagramTransport

2022-02-22 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +29641 pull_request: https://github.com/python/cpython/pull/31514 ___ Python tracker <https://bugs.python.org/issu

[issue44886] asyncio: create_datagram_endpoint() does not return a DatagramTransport

2022-02-22 Thread miss-islington
Change by miss-islington : -- pull_requests: +29642 pull_request: https://github.com/python/cpython/pull/31515 ___ Python tracker <https://bugs.python.org/issue44

[issue46794] Please update bundled libexpat to 2.4.6 with security fixes (5 CVEs)

2022-02-22 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +29645 pull_request: https://github.com/python/cpython/pull/31518 ___ Python tracker <https://bugs.python.org/issu

[issue46794] Please update bundled libexpat to 2.4.6 with security fixes (5 CVEs)

2022-02-22 Thread miss-islington
Change by miss-islington : -- pull_requests: +29646 pull_request: https://github.com/python/cpython/pull/31519 ___ Python tracker <https://bugs.python.org/issue46

[issue46794] Please update bundled libexpat to 2.4.6 with security fixes (5 CVEs)

2022-02-22 Thread miss-islington
Change by miss-islington : -- pull_requests: +29648 pull_request: https://github.com/python/cpython/pull/31521 ___ Python tracker <https://bugs.python.org/issue46

[issue46794] Please update bundled libexpat to 2.4.6 with security fixes (5 CVEs)

2022-02-22 Thread miss-islington
Change by miss-islington : -- pull_requests: +29647 pull_request: https://github.com/python/cpython/pull/31520 ___ Python tracker <https://bugs.python.org/issue46

[issue46794] Please update bundled libexpat to 2.4.6 with security fixes (5 CVEs)

2022-02-22 Thread miss-islington
miss-islington added the comment: New changeset 4955a9ed14c681ed835bc8902a9db0bcc728bdee by Miss Islington (bot) in branch '3.10': bpo-46794: Bump up the libexpat version into 2.4.6 (GH-31487) https://github.com/python/cpython/commit/4955a9ed14c681ed835bc8902a9db0

[issue46794] Please update bundled libexpat to 2.4.6 with security fixes (5 CVEs)

2022-02-22 Thread miss-islington
miss-islington added the comment: New changeset 87cebb1e69758aa8b79f8e15187b976d62cba36a by Miss Islington (bot) in branch '3.9': bpo-46794: Bump up the libexpat version into 2.4.6 (GH-31487) https://github.com/python/cpython/commit/87cebb1e69758aa8b79f8e15187b97

[issue40421] [C API] Add getter functions for PyFrameObject and maybe move PyFrameObject to the internal C API

2022-02-23 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +29661 pull_request: https://github.com/python/cpython/pull/31537 ___ Python tracker <https://bugs.python.org/issu

[issue40421] [C API] Add getter functions for PyFrameObject and maybe move PyFrameObject to the internal C API

2022-02-23 Thread miss-islington
Change by miss-islington : -- pull_requests: +29662 pull_request: https://github.com/python/cpython/pull/31538 ___ Python tracker <https://bugs.python.org/issue40

[issue40421] [C API] Add getter functions for PyFrameObject and maybe move PyFrameObject to the internal C API

2022-02-23 Thread miss-islington
miss-islington added the comment: New changeset b0de6299a840a397d4fe3e6c98159d9f258d3295 by Miss Islington (bot) in branch '3.10': bpo-40421: Fix PyFrame_GetCode() documentation (GH-31535) https://github.com/python/cpython/commit/b0de6299a840a397d4fe3e6c98159d

[issue40421] [C API] Add getter functions for PyFrameObject and maybe move PyFrameObject to the internal C API

2022-02-23 Thread miss-islington
miss-islington added the comment: New changeset 763e23e11e785162f9d68f83539404af8e863748 by Miss Islington (bot) in branch '3.9': bpo-40421: Fix PyFrame_GetCode() documentation (GH-31535) https://github.com/python/cpython/commit/763e23e11e785162f9d68f83539404

[issue46820] SyntaxError on `1not in...`

2022-02-25 Thread miss-islington
Change by miss-islington : -- pull_requests: +29688 pull_request: https://github.com/python/cpython/pull/31566 ___ Python tracker <https://bugs.python.org/issue46

[issue46820] SyntaxError on `1not in...`

2022-02-25 Thread miss-islington
miss-islington added the comment: New changeset c7a0fd2d3fa178c83c269f2b39ebf64a0c5babcd by Miss Islington (bot) in branch '3.10': bpo-46820: Refactor tests for ambiguous end of numerical literal (GH-31494) https://github.com/python/cpython/commit/c7a0fd2d3fa178c83c269f2b39ebf6

[issue34429] [doc] On Windows tempfile.TemporaryFile behaves like NamedTemporaryFile

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

[issue34429] [doc] On Windows tempfile.TemporaryFile behaves like NamedTemporaryFile

2022-02-25 Thread miss-islington
Change by miss-islington : -- pull_requests: +29690 pull_request: https://github.com/python/cpython/pull/31568 ___ Python tracker <https://bugs.python.org/issue34

[issue34429] [doc] On Windows tempfile.TemporaryFile behaves like NamedTemporaryFile

2022-02-25 Thread miss-islington
miss-islington added the comment: New changeset 632a8121d4d577541c3fddffc986bcb8d8d545b6 by Miss Islington (bot) in branch '3.10': bpo-34429: Noted TemporaryFile behavior on non-Posix/non-Cygwin systems (GH-31547) https://github.com/python/cpyt

[issue46756] Incorrect authorization check in urllib.request

2022-02-25 Thread miss-islington
Change by miss-islington : -- pull_requests: +29694 pull_request: https://github.com/python/cpython/pull/31572 ___ Python tracker <https://bugs.python.org/issue46

[issue46756] Incorrect authorization check in urllib.request

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

[issue46756] Incorrect authorization check in urllib.request

2022-02-25 Thread miss-islington
Change by miss-islington : -- pull_requests: +29693 pull_request: https://github.com/python/cpython/pull/31571 ___ Python tracker <https://bugs.python.org/issue46

[issue46756] Incorrect authorization check in urllib.request

2022-02-25 Thread miss-islington
Change by miss-islington : -- pull_requests: +29695 pull_request: https://github.com/python/cpython/pull/31573 ___ Python tracker <https://bugs.python.org/issue46

[issue34429] [doc] On Windows tempfile.TemporaryFile behaves like NamedTemporaryFile

2022-02-25 Thread miss-islington
miss-islington added the comment: New changeset b7f6e8e13574aaa69d132ea67d7a515bf257a0cb by Miss Islington (bot) in branch '3.9': bpo-34429: Noted TemporaryFile behavior on non-Posix/non-Cygwin systems (GH-31547) https://github.com/python/cpyt

[issue46756] Incorrect authorization check in urllib.request

2022-02-25 Thread miss-islington
miss-islington added the comment: New changeset 4560c7e605887fda3af63f8ce157abf94954d4d2 by Miss Islington (bot) in branch '3.9': bpo-46756: Fix authorization check in urllib.request (GH-31353) https://github.com/python/cpython/commit/4560c7e605887fda3af63f8ce157ab

[issue46756] Incorrect authorization check in urllib.request

2022-02-25 Thread miss-islington
miss-islington added the comment: New changeset 2b7e04d61274af03426975fe824ed83eca35b035 by Miss Islington (bot) in branch '3.10': bpo-46756: Fix authorization check in urllib.request (GH-31353) https://github.com/python/cpython/commit/2b7e04d61274af03426975fe824ed8

[issue26897] [doc] Clarify Popen stdin, stdout, stderr

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

[issue26897] [doc] Clarify Popen stdin, stdout, stderr

2022-02-25 Thread miss-islington
Change by miss-islington : -- pull_requests: +29711 pull_request: https://github.com/python/cpython/pull/31588 ___ Python tracker <https://bugs.python.org/issue26

[issue26897] [doc] Clarify Popen stdin, stdout, stderr

2022-02-25 Thread miss-islington
miss-islington added the comment: New changeset 1f956d11dbd952fed9b214a0c6e5fd9f91a1f4ca by Miss Islington (bot) in branch '3.10': bpo-26897: Clarify Popen stdin, stdout, stderr file object docs (GH-30231) https://github.com/python/cpython/commit/1f956d11dbd952fed9b214a0c6e5fd

[issue26897] [doc] Clarify Popen stdin, stdout, stderr

2022-02-25 Thread miss-islington
miss-islington added the comment: New changeset de2c91a89aa0e89d5d01d71697d0f27a9f60c11d by Miss Islington (bot) in branch '3.9': bpo-26897: Clarify Popen stdin, stdout, stderr file object docs (GH-30231) https://github.com/python/cpython/commit/de2c91a89aa0e89d5d01d71697d0f2

[issue43853] [sqlite3] Improve sqlite3_value_text() error handling

2022-03-01 Thread miss-islington
miss-islington added the comment: New changeset 3ea2a8f425d26e81d914c54d477e9d56eb27ac98 by Erlend Egeberg Aasland in branch '3.9': [3.9] bpo-43853: Expand test suite for SQLite UDF's (GH-27642) (GH-31030) (GH-31586) https://github.com/python

[issue46643] typing.Annotated cannot wrap typing.ParamSpec args/kwargs

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

[issue21910] [doc] File protocol should document if writelines must handle generators sensibly

2022-03-02 Thread miss-islington
Change by miss-islington : -- pull_requests: +29768 pull_request: https://github.com/python/cpython/pull/31648 ___ Python tracker <https://bugs.python.org/issue21

[issue21910] [doc] File protocol should document if writelines must handle generators sensibly

2022-03-02 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 13.0 -> 14.0 pull_requests: +29767 pull_request: https://github.com/python/cpython/pull/31647 ___ Python tracker <https://bugs.python.org/issu

[issue21910] [doc] File protocol should document if writelines must handle generators sensibly

2022-03-02 Thread miss-islington
miss-islington added the comment: New changeset 60b561c246da2073672a016340457e4534dfdf5b by Miss Islington (bot) in branch '3.10': bpo-21910: Clarify docs for codecs writelines method (GH-31245) https://github.com/python/cpython/commit/60b561c246da2073672a016340457e

[issue21910] [doc] File protocol should document if writelines must handle generators sensibly

2022-03-02 Thread miss-islington
miss-islington added the comment: New changeset cf8aff6319794807aa578215710e6caa4479516f by Miss Islington (bot) in branch '3.9': bpo-21910: Clarify docs for codecs writelines method (GH-31245) https://github.com/python/cpython/commit/cf8aff6319794807aa578215710e6c

[issue46643] typing.Annotated cannot wrap typing.ParamSpec args/kwargs

2022-03-02 Thread miss-islington
miss-islington added the comment: New changeset 257f5be7f7fad37d0db6c145e534e5b7289d8804 by Miss Islington (bot) in branch '3.10': bpo-46643: Fix stringized P.args/P.kwargs with get_type_hints (GH-31238) https://github.com/python/cpython/commit/257f5be7f7fad37d0db6c145e534e5

[issue46831] Outdated comment for __build_class__ in compile.c

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

[issue46831] Outdated comment for __build_class__ in compile.c

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

[issue46831] Outdated comment for __build_class__ in compile.c

2022-03-02 Thread miss-islington
miss-islington added the comment: New changeset 1d428bb8c93120d449212e2a815988f28e33b868 by Miss Islington (bot) in branch '3.9': bpo-46831: Update __build_class__ comment (GH-31522) https://github.com/python/cpython/commit/1d428bb8c93120d449212e2a815988

[issue46831] Outdated comment for __build_class__ in compile.c

2022-03-02 Thread miss-islington
miss-islington added the comment: New changeset fa8c5ed9c80507670c756aa83ea872b8a92bcd1c by Miss Islington (bot) in branch '3.10': bpo-46831: Update __build_class__ comment (GH-31522) https://github.com/python/cpython/commit/fa8c5ed9c80507670c756aa83ea872

[issue6634] [doc] sys.exit() called from threads other than the main one: undocumented behaviour

2022-03-03 Thread miss-islington
Change by miss-islington : -- pull_requests: +29779 pull_request: https://github.com/python/cpython/pull/31661 ___ Python tracker <https://bugs.python.org/issue6

[issue6634] [doc] sys.exit() called from threads other than the main one: undocumented behaviour

2022-03-03 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 11.0 -> 12.0 pull_requests: +29778 pull_request: https://github.com/python/cpython/pull/31660 ___ Python tracker <https://bugs.python.org/iss

[issue6634] [doc] sys.exit() called from threads other than the main one: undocumented behaviour

2022-03-03 Thread miss-islington
miss-islington added the comment: New changeset 9d9dc59d07d51d73e5af7dd506d0da63aa336995 by Miss Islington (bot) in branch '3.10': bpo-6634: [doc] clarify that sys.exit() does not always exit the interpreter (GH-31639) https://github.com/python/cpyt

[issue46913] UBSAN: test_ctypes, test_faulthandler and test_hashlib are failing

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

[issue46913] UBSAN: test_ctypes, test_faulthandler and test_hashlib are failing

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

[issue25415] [io doc] Reword "there is no public constructor"

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

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