[issue45343] Update bundled pip to 21.2.4 and setuptools to 58.1.0

2021-10-05 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +27091 pull_request: https://github.com/python/cpython/pull/28746 ___ Python tracker <https://bugs.python.org/issu

[issue40321] urllib.request does not support HTTP response status code 308

2021-10-05 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +27095 pull_request: https://github.com/python/cpython/pull/28750 ___ Python tracker <https://bugs.python.org/issu

[issue40321] urllib.request does not support HTTP response status code 308

2021-10-05 Thread miss-islington
Change by miss-islington : -- pull_requests: +27096 pull_request: https://github.com/python/cpython/pull/28751 ___ Python tracker <https://bugs.python.org/issue40

[issue34804] Repetition of 'for example' in documentation

2021-10-06 Thread miss-islington
Change by miss-islington : -- pull_requests: +27103 pull_request: https://github.com/python/cpython/pull/28763 ___ Python tracker <https://bugs.python.org/issue34

[issue34804] Repetition of 'for example' in documentation

2021-10-06 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 8.0 -> 9.0 pull_requests: +27102 pull_request: https://github.com/python/cpython/pull/28762 ___ Python tracker <https://bugs.python.org/issu

[issue45328] http.client.HTTPConnection doesn't work without TCP_NODELAY

2021-10-06 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +27107 pull_request: https://github.com/python/cpython/pull/28770 ___ Python tracker <https://bugs.python.org/issu

[issue45328] http.client.HTTPConnection doesn't work without TCP_NODELAY

2021-10-06 Thread miss-islington
Change by miss-islington : -- pull_requests: +27108 pull_request: https://github.com/python/cpython/pull/28771 ___ Python tracker <https://bugs.python.org/issue45

[issue29505] Submit the re, json, csv, & struct modules to oss-fuzz testing

2021-10-06 Thread miss-islington
miss-islington added the comment: New changeset db72e58ea5940c3942ede9f70cb897510b52fc36 by Ammar Askar in branch 'main': bpo-29505: Add fuzzer for ast.literal_eval (GH-28777) https://github.com/python/cpython/commit/db72e58ea5940c3942ede9f70cb897

[issue45385] Fix reference leak from descr_check

2021-10-06 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +27113 pull_request: https://github.com/python/cpython/pull/28779 ___ Python tracker <https://bugs.python.org/issu

[issue35970] no help flag in base64 util

2021-10-06 Thread miss-islington
miss-islington added the comment: New changeset 5baec4aea6821256f5d1785a6bd596fab069f1b6 by Ammar Askar in branch 'main': bpo-35970: Add help flag to base64 module (GH-28774) https://github.com/python/cpython/commit/5baec4aea6821256f5d1785a6bd596fab069f1b6 -- nosy: +miss

[issue45400] test_name_error_suggestions_do_not_trigger_for_too_many_locals: AssertionError: 'a1' unexpectedly found in Traceback

2021-10-07 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +27122 pull_request: https://github.com/python/cpython/pull/28787 ___ Python tracker <https://bugs.python.org/issu

[issue45400] test_name_error_suggestions_do_not_trigger_for_too_many_locals: AssertionError: 'a1' unexpectedly found in Traceback

2021-10-07 Thread miss-islington
miss-islington added the comment: New changeset d55bf81c4ee2dcdd5dfa3b5a9905a0b32ca8d38b by Miss Islington (bot) in branch '3.10': bpo-45400: Fix suggestion test of test_exceptions (GH-28783) https://github.com/python/cpython/commit/d55bf81c4ee2dcdd5dfa3b5a9905a0

[issue16379] SQLite error code not exposed to python

2021-10-07 Thread miss-islington
miss-islington added the comment: New changeset 8deb7afbd847656842375119f8dbef8aea54 by Erlend Egeberg Aasland in branch 'main': bpo-16379: Fix SQLite version checks in test_module_constants() (GH-28809) https://github.com/python/cpython/commit/8deb7afbd847656842375119f8

[issue45337] Create venv with pip fails when target dir is under userappdata using Microsoft Store python

2021-10-07 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +27129 pull_request: https://github.com/python/cpython/pull/28810 ___ Python tracker <https://bugs.python.org/issu

[issue45337] Create venv with pip fails when target dir is under userappdata using Microsoft Store python

2021-10-07 Thread miss-islington
Change by miss-islington : -- pull_requests: +27130 pull_request: https://github.com/python/cpython/pull/28811 ___ Python tracker <https://bugs.python.org/issue45

[issue45262] crash if asyncio is used before and after re-initialization if using python embedded in an application

2021-10-07 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +27133 pull_request: https://github.com/python/cpython/pull/28815 ___ Python tracker <https://bugs.python.org/issu

[issue45262] crash if asyncio is used before and after re-initialization if using python embedded in an application

2021-10-07 Thread miss-islington
Change by miss-islington : -- pull_requests: +27134 pull_request: https://github.com/python/cpython/pull/28816 ___ Python tracker <https://bugs.python.org/issue45

[issue45337] Create venv with pip fails when target dir is under userappdata using Microsoft Store python

2021-10-07 Thread miss-islington
miss-islington added the comment: New changeset eabca6e593269301a0b7a36c4dc3525f04f5bb36 by Miss Islington (bot) in branch '3.10': bpo-45337: Use the realpath of the new executable when creating a venv on Windows (GH-28663) https://github.com/python/cpyt

[issue45337] Create venv with pip fails when target dir is under userappdata using Microsoft Store python

2021-10-07 Thread miss-islington
miss-islington added the comment: New changeset 06935bd68e3d89a4cc3f08c1d15eaa651b79a523 by Miss Islington (bot) in branch '3.9': bpo-45337: Use the realpath of the new executable when creating a venv on Windows (GH-28663) https://github.com/python/cpyt

[issue45262] crash if asyncio is used before and after re-initialization if using python embedded in an application

2021-10-07 Thread miss-islington
miss-islington added the comment: New changeset 87f0156a229e4cda92ad8e50645c5a71030caf7c by Miss Islington (bot) in branch '3.9': bpo-45262, asyncio: Fix cache of the running loop holder (GH-28796) https://github.com/python/cpython/commit/87f0156a229e4cda92ad8e50645c5a

[issue20028] csv: Confusing error message when giving invalid quotechar in initializing dialect

2021-10-09 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +27146 pull_request: https://github.com/python/cpython/pull/28830 ___ Python tracker <https://bugs.python.org/issu

[issue20028] csv: Confusing error message when giving invalid quotechar in initializing dialect

2021-10-09 Thread miss-islington
Change by miss-islington : -- pull_requests: +27147 pull_request: https://github.com/python/cpython/pull/28831 ___ Python tracker <https://bugs.python.org/issue20

[issue20028] csv: Confusing error message when giving invalid quotechar in initializing dialect

2021-10-09 Thread miss-islington
miss-islington added the comment: New changeset 6f3bc5eee6729197747d324c167da12902fb7c27 by Miss Islington (bot) in branch '3.9': bpo-20028: Improve error message of csv.Dialect when initializing (GH-28705) https://github.com/python/cpython/commit/6f3bc5eee6729197747d324c167da1

[issue20028] csv: Confusing error message when giving invalid quotechar in initializing dialect

2021-10-09 Thread miss-islington
miss-islington added the comment: New changeset 8772935765e7a4f04f7f561e37d0c0aee71d8030 by Miss Islington (bot) in branch '3.10': bpo-20028: Improve error message of csv.Dialect when initializing (GH-28705) https://github.com/python/cpython/commit/8772935765e7a4f04f7f561e37d0c0

[issue45353] sys.modules: dictionary changed size during iteration

2021-10-09 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +27155 pull_request: https://github.com/python/cpython/pull/28843 ___ Python tracker <https://bugs.python.org/issu

[issue45353] sys.modules: dictionary changed size during iteration

2021-10-09 Thread miss-islington
miss-islington added the comment: New changeset 459a4db5eae1f5ef063b34c61cc099820aa9ed0a by Miss Islington (bot) in branch '3.10': bpo-45353: Remind sys.modules users to copy when iterating. (GH-28842) https://github.com/python/cpython/commit/459a4db5eae1f5ef063b34c61cc099

[issue45419] DegenerateFiles.Path mismatch to Traversable interface

2021-10-10 Thread miss-islington
miss-islington added the comment: New changeset 14a483aa400dda8346ac474ce22e2ba8d8126dff by Jason R. Coombs in branch '3.10': [3.10] bpo-45419: Fix interfaces on DegenerateFiles.Path (GH-28844) https://github.com/python/cpython/commit/14a483aa400dda8346ac474ce22e2b

[issue45401] logging TimedRotatingFileHandler must not rename devices like /dev/null

2021-10-10 Thread miss-islington
miss-islington added the comment: New changeset 62a667784ba7b84611ebd50fa8a1a464cde32235 by Vinay Sajip in branch 'main': bpo-45401: Change shouldRollover() methods to only rollover regular f… (GH-28822) https://github.com/python/cpython/commit/62a667784ba7b84611ebd50fa8a1a4

[issue45416] "loop argument must agree with lock" instantiating asyncio.Condition

2021-10-10 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 7.0 -> 8.0 pull_requests: +27163 pull_request: https://github.com/python/cpython/pull/28856 ___ Python tracker <https://bugs.python.org/issu

[issue45416] "loop argument must agree with lock" instantiating asyncio.Condition

2021-10-10 Thread miss-islington
miss-islington added the comment: New changeset 164dddf5f8c9c6b93f32c9f79b4301fc804576e9 by Miss Islington (bot) in branch '3.10': bpo-45416: Fix use of asyncio.Condition() with explicit Lock objects (GH-28850) https://github.com/python/cpython/commit/164dddf5f8c9c6b93f32c9f79b4301

[issue45401] logging TimedRotatingFileHandler must not rename devices like /dev/null

2021-10-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +27168 pull_request: https://github.com/python/cpython/pull/28867 ___ Python tracker <https://bugs.python.org/issue45

[issue45401] logging TimedRotatingFileHandler must not rename devices like /dev/null

2021-10-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +27167 pull_request: https://github.com/python/cpython/pull/28866 ___ Python tracker <https://bugs.python.org/issue45

[issue45401] logging TimedRotatingFileHandler must not rename devices like /dev/null

2021-10-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +27170 pull_request: https://github.com/python/cpython/pull/28872 ___ Python tracker <https://bugs.python.org/issue45

[issue45401] logging TimedRotatingFileHandler must not rename devices like /dev/null

2021-10-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +27171 pull_request: https://github.com/python/cpython/pull/28873 ___ Python tracker <https://bugs.python.org/issue45

[issue42253] xml.dom.minidom.rst missing standalone documentation

2021-10-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +27173 pull_request: https://github.com/python/cpython/pull/28875 ___ Python tracker <https://bugs.python.org/issue42

[issue42253] xml.dom.minidom.rst missing standalone documentation

2021-10-11 Thread miss-islington
Change by miss-islington : -- keywords: +patch nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +27172 stage: -> patch review pull_request: https://github.com/python/cpython/pull/28874 ___ Python tracker <https://bugs.p

[issue45351] asyncio doc: List all sockets in TCP echo server using streams

2021-10-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +27175 pull_request: https://github.com/python/cpython/pull/28880 ___ Python tracker <https://bugs.python.org/issue45

[issue45351] asyncio doc: List all sockets in TCP echo server using streams

2021-10-11 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +27174 pull_request: https://github.com/python/cpython/pull/28879 ___ Python tracker <https://bugs.python.org/issu

[issue45351] asyncio doc: List all sockets in TCP echo server using streams

2021-10-11 Thread miss-islington
miss-islington added the comment: New changeset bb4f885892be0c337db3a81ef2936be0b3855de3 by Miss Islington (bot) in branch '3.10': bpo-45351, asyncio: Enhance echo server example, print all addresses (GH-28828) https://github.com/python/cpython/commit/bb4f885892be0c337db3a81ef2936b

[issue45351] asyncio doc: List all sockets in TCP echo server using streams

2021-10-11 Thread miss-islington
miss-islington added the comment: New changeset 320084fe7de90319928d8f3e597d5bca04db13f3 by Miss Islington (bot) in branch '3.9': bpo-45351, asyncio: Enhance echo server example, print all addresses (GH-28828) https://github.com/python/cpython/commit/320084fe7de90319928d8f3e597d5b

[issue45441] Some links in the document is changed

2021-10-12 Thread miss-islington
Change by miss-islington : -- keywords: +patch nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +27192 stage: -> patch review pull_request: https://github.com/python/cpython/pull/28901 ___ Python tracker <https://bugs.p

[issue45441] Some links in the document is changed

2021-10-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +27193 pull_request: https://github.com/python/cpython/pull/28902 ___ Python tracker <https://bugs.python.org/issue45

[issue45441] Some links in the document is changed

2021-10-12 Thread miss-islington
miss-islington added the comment: New changeset 38e3ada75a7b5d911d81e8e4b70a99e181093866 by Miss Islington (bot) in branch '3.9': bpo-45441: Update some moved URLs in documentation (GH-28861) https://github.com/python/cpython/commit/38e3ada75a7b5d911d81e8e4b70a99

[issue45441] Some links in the document is changed

2021-10-12 Thread miss-islington
miss-islington added the comment: New changeset 32866dd471709dd7f3bd63ce762dec72198483d2 by Miss Islington (bot) in branch '3.10': bpo-45441: Update some moved URLs in documentation (GH-28861) https://github.com/python/cpython/commit/32866dd471709dd7f3bd63ce762dec

[issue45405] configure fails on macOS with non-Apple clang version 13 which implements --print-multiarch

2021-10-12 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +27200 pull_request: https://github.com/python/cpython/pull/28910 ___ Python tracker <https://bugs.python.org/issu

[issue45405] configure fails on macOS with non-Apple clang version 13 which implements --print-multiarch

2021-10-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +27201 pull_request: https://github.com/python/cpython/pull/28911 ___ Python tracker <https://bugs.python.org/issue45

[issue45405] configure fails on macOS with non-Apple clang version 13 which implements --print-multiarch

2021-10-12 Thread miss-islington
miss-islington added the comment: New changeset edae3e2ac73151217b4b4e096dd9f17cc0a50c11 by Miss Islington (bot) in branch '3.10': [3.10] bpo-45405: Prevent ``internal configure error`` when running ``configure`` with recent versions of non-Apple clang. (GH-28845) (GH-28

[issue45405] configure fails on macOS with non-Apple clang version 13 which implements --print-multiarch

2021-10-12 Thread miss-islington
miss-islington added the comment: New changeset 9901d153c201d852d27dc9d3074e283c26468f6d by Miss Islington (bot) in branch '3.9': [3.9] bpo-45405: Prevent ``internal configure error`` when running ``configure`` with recent versions of non-Apple clang. (GH-28845) (GH-28

[issue45453] test_embed: random crash on AMD64 Fedora Rawhide Clang 3.x

2021-10-12 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 1.0 -> 2.0 pull_requests: +27208 pull_request: https://github.com/python/cpython/pull/28917 ___ Python tracker <https://bugs.python.org/issu

[issue20692] Tutorial and FAQ: how to call a method on an int

2021-10-12 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 11.0 -> 12.0 pull_requests: +27210 pull_request: https://github.com/python/cpython/pull/28919 ___ Python tracker <https://bugs.python.org/issu

[issue20692] Tutorial and FAQ: how to call a method on an int

2021-10-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +27211 pull_request: https://github.com/python/cpython/pull/28920 ___ Python tracker <https://bugs.python.org/issue20

[issue20692] Tutorial and FAQ: how to call a method on an int

2021-10-12 Thread miss-islington
miss-islington added the comment: New changeset 47673c47db352916384e4f35fa520e48475e2601 by Miss Islington (bot) in branch '3.10': bpo-20692: Add Programming FAQ entry for 1.__class__ error. (GH-28918) https://github.com/python/cpython/commit/47673c47db352916384e4f35fa520e

[issue20692] Tutorial and FAQ: how to call a method on an int

2021-10-12 Thread miss-islington
miss-islington added the comment: New changeset cc90732d15b267feb4cb75ec4c448a3c66e6c520 by Miss Islington (bot) in branch '3.9': bpo-20692: Add Programming FAQ entry for 1.__class__ error. (GH-28918) https://github.com/python/cpython/commit/cc90732d15b267feb4cb75ec4c448a

[issue45229] Always use unittest for collecting tests in regrtests

2021-10-13 Thread miss-islington
Change by miss-islington : -- pull_requests: +27216 pull_request: https://github.com/python/cpython/pull/28927 ___ Python tracker <https://bugs.python.org/issue45

[issue45239] email.utils.parsedate_tz raises UnboundLocalError if time has more than 2 dots in it

2021-10-13 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +27217 pull_request: https://github.com/python/cpython/pull/28928 ___ Python tracker <https://bugs.python.org/issu

[issue24444] In argparse empty choices cannot be printed in the help

2021-10-13 Thread miss-islington
Change by miss-islington : -- pull_requests: +27221 pull_request: https://github.com/python/cpython/pull/28932 ___ Python tracker <https://bugs.python.org/issue24

[issue24444] In argparse empty choices cannot be printed in the help

2021-10-13 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +27220 pull_request: https://github.com/python/cpython/pull/28931 ___ Python tracker <https://bugs.python.org/issu

[issue45386] xmlrpc.client unimportable due to strfmt ValueError

2021-10-13 Thread miss-islington
Change by miss-islington : -- pull_requests: +27223 pull_request: https://github.com/python/cpython/pull/28935 ___ Python tracker <https://bugs.python.org/issue45

[issue45386] xmlrpc.client unimportable due to strfmt ValueError

2021-10-13 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +27222 pull_request: https://github.com/python/cpython/pull/28934 ___ Python tracker <https://bugs.python.org/issu

[issue45461] UnicodeDecodeError: 'unicodeescape' codec can't decode byte 0x5c in position 8191: \ at end of string

2021-10-14 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +27231 pull_request: https://github.com/python/cpython/pull/28943 ___ Python tracker <https://bugs.python.org/issu

[issue45428] py_compile fails to read filenames from stdin

2021-10-15 Thread miss-islington
Change by miss-islington : -- keywords: +patch nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +27259 stage: -> patch review pull_request: https://github.com/python/cpython/pull/28971 ___ Python tracker <https://bugs.p

[issue45428] py_compile fails to read filenames from stdin

2021-10-15 Thread miss-islington
miss-islington added the comment: New changeset 2b6eb8149656541044884e76212495175e061a0a by Miss Islington (bot) in branch '3.10': bpo-45428: Fix reading filenames from stdin in py_compile (GH-28848) https://github.com/python/cpython/commit/2b6eb8149656541044884e76212495

[issue44849] test_os: test_get_set_inheritable_o_path() failed on AMD64 FreeBSD Shared 3.x

2021-10-15 Thread miss-islington
Change by miss-islington : -- pull_requests: +27266 pull_request: https://github.com/python/cpython/pull/28978 ___ Python tracker <https://bugs.python.org/issue44

[issue45195] test_readline: test_nonascii() failed on aarch64 RHEL8 Refleaks 3.x

2021-10-15 Thread miss-islington
Change by miss-islington : -- pull_requests: +27271 pull_request: https://github.com/python/cpython/pull/28984 ___ Python tracker <https://bugs.python.org/issue45

[issue45442] Update `Virtual Environment` tutorial

2021-10-15 Thread miss-islington
miss-islington added the comment: New changeset 11b2ae7f5bc0e7ebbfe944bb746a0b3dfcd7ff43 by srinivasan in branch 'main': bpo-45442: Add deactivate step to venv tutorial. (GH-28981) https://github.com/python/cpython/commit/11b2ae7f5bc0e7ebbfe944bb746a0b3dfcd7ff43 -- n

[issue45463] Document that # of identifiers allowed in global stmt is plural

2021-10-16 Thread miss-islington
Change by miss-islington : -- pull_requests: +27274 pull_request: https://github.com/python/cpython/pull/28990 ___ Python tracker <https://bugs.python.org/issue45

[issue45463] Document that # of identifiers allowed in global stmt is plural

2021-10-16 Thread miss-islington
Change by miss-islington : -- keywords: +patch nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +27273 pull_request: https://github.com/python/cpython/pull/28989 ___ Python tracker <https://bugs.python.org/issu

[issue45249] Update doctect SyntaxErrors for location range

2021-10-16 Thread miss-islington
Change by miss-islington : -- pull_requests: +27277 pull_request: https://github.com/python/cpython/pull/28994 ___ Python tracker <https://bugs.python.org/issue45

[issue45249] Update doctect SyntaxErrors for location range

2021-10-16 Thread miss-islington
miss-islington added the comment: New changeset fe0d9e22a52a10c4cbe52254b51f2d4e74d83568 by Pablo Galindo Salgado in branch 'main': bpo-45249: Fix caret location when end_offset is set to 0 (GH-28855) https://github.com/python/cpython/commit/fe0d9e22a52a10c4cbe52254b51f2d

[issue45249] Update doctect SyntaxErrors for location range

2021-10-16 Thread miss-islington
miss-islington added the comment: New changeset 5df35faf3611b459f7f32bfe9fd2ffa7fb2dc59e by Miss Islington (bot) in branch '3.10': bpo-45249: Fix caret location when end_offset is set to 0 (GH-28855) https://github.com/python/cpython/commit/5df35faf3611b459f7f32bfe9fd2ff

[issue45495] IDLE: Add match and case to completions

2021-10-16 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +27283 pull_request: https://github.com/python/cpython/pull/29001 ___ Python tracker <https://bugs.python.org/issu

[issue45495] IDLE: Add match and case to completions

2021-10-16 Thread miss-islington
miss-islington added the comment: New changeset a29470307308f64af9c55263cdd6e1984ba89925 by Miss Islington (bot) in branch '3.10': [3.10] bpo-45495: Add 'case' and 'match' to IDLE completions list. (GH-29000) (GH-29001) https://gi

[issue45229] Always use unittest for collecting tests in regrtests

2021-10-17 Thread miss-islington
Change by miss-islington : -- pull_requests: +27287 pull_request: https://github.com/python/cpython/pull/29006 ___ Python tracker <https://bugs.python.org/issue45

[issue45229] Always use unittest for collecting tests in regrtests

2021-10-17 Thread miss-islington
Change by miss-islington : -- pull_requests: +27288 pull_request: https://github.com/python/cpython/pull/29007 ___ Python tracker <https://bugs.python.org/issue45

[issue45229] Always use unittest for collecting tests in regrtests

2021-10-17 Thread miss-islington
miss-islington added the comment: New changeset 1dbf9c86b25463b9bc695e434ac034a7e313ba01 by Miss Islington (bot) in branch '3.9': bpo-45229: Make test_http_cookiejar discoverable (GH-29004) https://github.com/python/cpython/commit/1dbf9c86b25463b9bc695e434ac034

[issue45229] Always use unittest for collecting tests in regrtests

2021-10-17 Thread miss-islington
miss-islington added the comment: New changeset 65c1db794e0484e18142658c691141387c1dc2e4 by Miss Islington (bot) in branch '3.10': bpo-45229: Make test_http_cookiejar discoverable (GH-29004) https://github.com/python/cpython/commit/65c1db794e0484e18142658c691141

[issue45221] Linker flags starting with -h breaks setup.py (regression)

2021-10-18 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 6.0 -> 7.0 pull_requests: +27308 pull_request: https://github.com/python/cpython/pull/29037 ___ Python tracker <https://bugs.python.org/issu

[issue45221] Linker flags starting with -h breaks setup.py (regression)

2021-10-18 Thread miss-islington
miss-islington added the comment: New changeset b1949e0b58714724a3105cad3ad1b61384688da7 by Miss Islington (bot) in branch '3.10': [3.10] bpo-45221: Fix handling of LDFLAGS and CPPFLAGS options in setup.py (GH-29031) (GH-29037) https://github.com/python/cpyt

[issue45475] gzip fails to read a gzipped file (ValueError: readline of closed file)

2021-10-18 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +27321 pull_request: https://github.com/python/cpython/pull/29050 ___ Python tracker <https://bugs.python.org/issu

[issue45475] gzip fails to read a gzipped file (ValueError: readline of closed file)

2021-10-18 Thread miss-islington
miss-islington added the comment: New changeset 97ce855ca8ce437070424b43f5b41158685ac140 by Miss Islington (bot) in branch '3.10': bpo-45475: Revert `__iter__` optimization for GzipFile, BZ2File, and LZMAFile. (GH-29016) https://github.com/python/cpyt

[issue45515] Add reference to zoneinfo in the datetime module documetnation

2021-10-19 Thread miss-islington
Change by miss-islington : -- pull_requests: +27333 pull_request: https://github.com/python/cpython/pull/29066 ___ Python tracker <https://bugs.python.org/issue45

[issue45515] Add reference to zoneinfo in the datetime module documetnation

2021-10-19 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 1.0 -> 2.0 pull_requests: +27332 pull_request: https://github.com/python/cpython/pull/29065 ___ Python tracker <https://bugs.python.org/issu

[issue45449] Document that collections.abc types are subscriptable

2021-10-19 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +27334 pull_request: https://github.com/python/cpython/pull/29067 ___ Python tracker <https://bugs.python.org/issu

[issue39679] functools: singledispatchmethod doesn't work with classmethod

2021-10-19 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 12.0 -> 13.0 pull_requests: +27340 pull_request: https://github.com/python/cpython/pull/29072 ___ Python tracker <https://bugs.python.org/issu

[issue45436] test_tk.test_configure_type() fails with Tcl/Tk 8.6.11

2021-10-19 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 8.0 -> 9.0 pull_requests: +27348 pull_request: https://github.com/python/cpython/pull/29080 ___ Python tracker <https://bugs.python.org/issu

[issue45436] test_tk.test_configure_type() fails with Tcl/Tk 8.6.11

2021-10-19 Thread miss-islington
Change by miss-islington : -- pull_requests: +27349 pull_request: https://github.com/python/cpython/pull/29081 ___ Python tracker <https://bugs.python.org/issue45

[issue45474] [C API] marshal.h must not use FILE* type in the limited C API

2021-10-20 Thread miss-islington
miss-islington added the comment: New changeset 98fa3b53e2aecc5ecec64a921bc9cf4f9d07ac75 by Petr Viktorin in branch 'main': bpo-45474: Exclude all of marshal.h if Py_LIMITED_API is defined (GH-29061) https://github.com/python/cpython/commit/98fa3b53e2aecc5ecec64a921bc9cf

[issue45436] test_tk.test_configure_type() fails with Tcl/Tk 8.6.11

2021-10-20 Thread miss-islington
Change by miss-islington : -- pull_requests: +27363 pull_request: https://github.com/python/cpython/pull/29093 ___ Python tracker <https://bugs.python.org/issue45

[issue45229] Always use unittest for collecting tests in regrtests

2021-10-20 Thread miss-islington
Change by miss-islington : -- message_count: 30.0 -> 31.0 pull_requests: +27367 pull_request: https://github.com/python/cpython/pull/29095 ___ Python tracker <https://bugs.python.org/issu

[issue45229] Always use unittest for collecting tests in regrtests

2021-10-20 Thread miss-islington
Change by miss-islington : -- pull_requests: +27368 pull_request: https://github.com/python/cpython/pull/29096 ___ Python tracker <https://bugs.python.org/issue45

[issue45536] Verify OpenSSL APIs in configure script

2021-10-20 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 1.0 -> 2.0 pull_requests: +27369 pull_request: https://github.com/python/cpython/pull/29099 ___ Python tracker <https://bugs.python.org/issu

[issue45536] Verify OpenSSL APIs in configure script

2021-10-20 Thread miss-islington
miss-islington added the comment: New changeset 5537b9f10510735447bea81079ac586f46decf20 by Miss Islington (bot) in branch '3.10': bpo-45536: Check OpenSSL APIs in configure (GH-29088) https://github.com/python/cpython/commit/5537b9f10510735447bea81079ac58

[issue45464] TypeError when inheriting from both OSError and AttributeError

2021-10-20 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 6.0 -> 7.0 pull_requests: +27372 pull_request: https://github.com/python/cpython/pull/29104 ___ Python tracker <https://bugs.python.org/issu

[issue45464] TypeError when inheriting from both OSError and AttributeError

2021-10-20 Thread miss-islington
Change by miss-islington : -- pull_requests: +27373 pull_request: https://github.com/python/cpython/pull/29105 ___ Python tracker <https://bugs.python.org/issue45

[issue45532] Replace 'default' with 'main' as default in sys.version

2021-10-20 Thread miss-islington
Change by miss-islington : -- pull_requests: +27375 pull_request: https://github.com/python/cpython/pull/29107 ___ Python tracker <https://bugs.python.org/issue45

[issue45532] Replace 'default' with 'main' as default in sys.version

2021-10-20 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +27374 pull_request: https://github.com/python/cpython/pull/29106 ___ Python tracker <https://bugs.python.org/issu

[issue45532] Replace 'default' with 'main' as default in sys.version

2021-10-20 Thread miss-islington
miss-islington added the comment: New changeset 696a89fef81f8229ebff9c32dfd36921c04f0890 by Miss Islington (bot) in branch '3.10': bpo-45532: Replace 'default' with 'main' as default in sys.version (GH-29100) https://github.com/python/cpython/commit/696a89fef8

[issue45532] Replace 'default' with 'main' as default in sys.version

2021-10-20 Thread miss-islington
miss-islington added the comment: New changeset 1249ce7c6c0ac7a99a72e6e7b8b10dd64158c386 by Miss Islington (bot) in branch '3.9': bpo-45532: Replace 'default' with 'main' as default in sys.version (GH-29100) https://github.com/python/cpython/commit/1249ce7c6c

[issue45192] The tempfile._infer_return_type function cannot infer the type of os.PathLike objects.

2021-10-20 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +27378 pull_request: https://github.com/python/cpython/pull/29111 ___ Python tracker <https://bugs.python.org/issu

[issue45192] The tempfile._infer_return_type function cannot infer the type of os.PathLike objects.

2021-10-20 Thread miss-islington
Change by miss-islington : -- pull_requests: +27379 pull_request: https://github.com/python/cpython/pull/29112 ___ Python tracker <https://bugs.python.org/issue45

<    30   31   32   33   34   35   36   37   38   39   >