[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

[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

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

[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/47673c47db352916384e4f35fa520e48475e2601

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

[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

[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-28910) https

[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-28911) https

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

[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/32866dd471709dd7f3bd63ce762dec72198483d2

[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/38e3ada75a7b5d911d81e8e4b70a99e181093866

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

[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/320084fe7de90319928d8f3e597d5bca04db13f3

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

[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
Change by miss-islington : -- pull_requests: +27175 pull_request: https://github.com/python/cpython/pull/28880 ___ 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 : -- 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

[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

[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

[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: +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: +27168 pull_request: https://github.com/python/cpython/pull/28867 ___ Python tracker <https://bugs.python.org/issue45

[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/164dddf5f8c9c6b93f32c9f79b4301fc804576e9

[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

[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/62a667784ba7b84611ebd50fa8a1a464cde32235

[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/14a483aa400dda8346ac474ce22e2ba8d8126dff

[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/459a4db5eae1f5ef063b34c61cc099820aa9ed0a

[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

[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/8772935765e7a4f04f7f561e37d0c0aee71d8030

[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/6f3bc5eee6729197747d324c167da12902fb7c27

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

[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/87f0156a229e4cda92ad8e50645c5a71030caf7c

[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/cpython/commit

[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/cpython/commit

[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

[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

[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

[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

[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/8deb7afbd847656842375119f8dbef8aea54

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

[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

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

[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

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

[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

[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

[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

[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

[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

[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

[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

[issue44050] [subinterpreters] _PyImport_FixupExtensionObject() regression in Python 3.9

2021-10-05 Thread miss-islington
miss-islington added the comment: New changeset b9bb74871b27d9226df2dd3fce9d42bda8b43c2b by Hai Shi in branch 'main': bpo-44050: Extension modules can share state when they don't support sub-interpreters. (GH-27794) https://github.com/python/cpython/commit

[issue44050] [subinterpreters] _PyImport_FixupExtensionObject() regression in Python 3.9

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

[issue45354] test_winconsoleio fails on Windows 11

2021-10-05 Thread miss-islington
miss-islington added the comment: New changeset 63c9a6cc8b48740c88199b5150c9948b1a61756b by Miss Islington (bot) in branch '3.9': bpo-45354: Skip obsolete device name tests on Windows 11 (GH-28712) https://github.com/python/cpython/commit/63c9a6cc8b48740c88199b5150c9948b1a61756b

[issue45354] test_winconsoleio fails on Windows 11

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

[issue45354] test_winconsoleio fails on Windows 11

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

[issue45371] distutil's runtime_library_dir (rpath) option doesn't work with clang

2021-10-05 Thread miss-islington
miss-islington added the comment: New changeset 3ce5e07e9a4b78302b69f898527396ff7b5fd448 by Miss Islington (bot) in branch '3.9': bpo-45371: Fix distutils' rpath support for clang (GH-28732) https://github.com/python/cpython/commit/3ce5e07e9a4b78302b69f898527396ff7b5fd448

[issue45371] distutil's runtime_library_dir (rpath) option doesn't work with clang

2021-10-05 Thread miss-islington
miss-islington added the comment: New changeset 3733dddecaa332966e200718d4993545f8e52247 by Miss Islington (bot) in branch '3.10': [3.10] bpo-45371: Fix distutils' rpath support for clang (GH-28732) (GH-28733) https://github.com/python/cpython/commit/3733dddecaa332966e200718d4993545f8e52247

[issue45371] distutil's runtime_library_dir (rpath) option doesn't work with clang

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

[issue45371] distutil's runtime_library_dir (rpath) option doesn't work with clang

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

[issue45371] distutil's runtime_library_dir (rpath) option doesn't work with clang

2021-10-05 Thread miss-islington
miss-islington added the comment: New changeset ef6196028f966f22d82930b66e1371e75c5df2f7 by Christian Heimes in branch 'main': bpo-45371: Fix distutils' rpath support for clang (GH-28732) https://github.com/python/cpython/commit/ef6196028f966f22d82930b66e1371e75c5df2f7 -- nosy

[issue44594] AsyncExitStack.enter_async_context() is mishandling exception __context__

2021-10-05 Thread miss-islington
miss-islington added the comment: New changeset 7c2a040a10654d67ff543a55858ba2d7a9f7eea8 by John Belmonte in branch '3.9': [3.9] bpo-44594: fix (Async)ExitStack handling of __context__ (gh-27089) (GH-28731) https://github.com/python/cpython/commit/7c2a040a10654d67ff543a55858ba2d7a9f7eea8

[issue44594] AsyncExitStack.enter_async_context() is mishandling exception __context__

2021-10-05 Thread miss-islington
miss-islington added the comment: New changeset 872b1e537e96d0dc4ff37c738031940b5d271366 by John Belmonte in branch '3.10': [3.10] bpo-44594: fix (Async)ExitStack handling of __context__ (gh-27089) (GH-28730) https://github.com/python/cpython/commit/872b1e537e96d0dc4ff37c738031940b5d271366

[issue45346] Some "truthy" crept in

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

[issue45329] pyexpat: segmentation fault when `--with-system-expat` is specified

2021-10-02 Thread miss-islington
miss-islington added the comment: New changeset 22cf6a2f2347b7d4f11e45e557beace55acc79b5 by Miss Islington (bot) in branch '3.10': bpo-45329: Fix freed memory access in pyexpat.c (GH-28649) https://github.com/python/cpython/commit/22cf6a2f2347b7d4f11e45e557beace55acc79b5

[issue45329] pyexpat: segmentation fault when `--with-system-expat` is specified

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

[issue45329] pyexpat: segmentation fault when `--with-system-expat` is specified

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

[issue45341] Update "Python Package Index" in Docs

2021-10-02 Thread miss-islington
miss-islington added the comment: New changeset e040adc806aba32c53f4c3d35899d0e5691cab95 by Miss Islington (bot) in branch '3.10': bpo-45341: Replace 'Packaging' with 'Package' in "Python P... Index" (GH-28687) https://github.com/python/cpython/commit/e040adc806aba32c53f4c3d35899d0

[issue45341] Update "Python Package Index" in Docs

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

[issue45341] Update "Python Package Index" in Docs

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

[issue44687] io.BufferedReader:peek() closes underlying file, breaking peek/read expectations

2021-10-01 Thread miss-islington
miss-islington added the comment: New changeset 2221207f44c2abd34406ee590e6b13afaca53ee8 by Miss Islington (bot) in branch '3.10': bpo-44687: Ensure BufferedReader objects with unread buffers can peek even when the underlying file is closed (GH-28457) https://github.com/python/cpython

[issue44687] io.BufferedReader:peek() closes underlying file, breaking peek/read expectations

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

[issue44687] io.BufferedReader:peek() closes underlying file, breaking peek/read expectations

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

[issue41710] threading.Lock.acquire(timeout) should use sem_clockwait(CLOCK_MONOTONIC)

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

[issue45332] Decimal test and benchmark are broken

2021-10-01 Thread miss-islington
miss-islington added the comment: New changeset 282992b36f9fe27183037051f3b37210884600af by Miss Islington (bot) in branch '3.10': bpo-45332: Fix broken Decimal test and benchmark (GH-28680) https://github.com/python/cpython/commit/282992b36f9fe27183037051f3b37210884600af

[issue45332] Decimal test and benchmark are broken

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

[issue45125] Improve tests and docs of how `pickle` works with `SharedMemory` obejcts

2021-10-01 Thread miss-islington
miss-islington added the comment: New changeset fc3511f18e92ea345092aa59a4225218bd19e153 by Miss Islington (bot) in branch '3.10': bpo-45125: Improves pickling docs and tests for `shared_memory` (GH-28294) https://github.com/python/cpython/commit/fc3511f18e92ea345092aa59a4225218bd19e153

[issue45125] Improve tests and docs of how `pickle` works with `SharedMemory` obejcts

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

[issue45310] test_multiprocessing_forkserver: test_shared_memory_basics() failed with FileExistsError: [Errno 17] File exists: '/test01_tsmb'

2021-10-01 Thread miss-islington
miss-islington added the comment: New changeset 4e6681d0cf9e7ce5621c34ff87055fa1f9786108 by Miss Islington (bot) in branch '3.10': bpo-45310: Fix parrallel shared memory tests (GH-28661) https://github.com/python/cpython/commit/4e6681d0cf9e7ce5621c34ff87055fa1f9786108

[issue45310] test_multiprocessing_forkserver: test_shared_memory_basics() failed with FileExistsError: [Errno 17] File exists: '/test01_tsmb'

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

[issue45229] Always use unittest for collecting tests in regrtests

2021-10-01 Thread miss-islington
miss-islington added the comment: New changeset ef7c7294e8404d844c1add892a8f6684e6cf4f31 by Miss Islington (bot) in branch '3.10': bpo-45229: Make datetime tests discoverable (GH-28615) https://github.com/python/cpython/commit/ef7c7294e8404d844c1add892a8f6684e6cf4f31

[issue45229] Always use unittest for collecting tests in regrtests

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

[issue44751] crypt.h should be in _cryptmodule.c, not in public header

2021-09-29 Thread miss-islington
miss-islington added the comment: New changeset 9626ac8b7421aa5fc04a30359521d24f40105141 by Miss Islington (bot) in branch '3.9': closes bpo-44751: Move crypt.h include from public header to _cryptmodule (GH-27394) https://github.com/python/cpython/commit

[issue45229] Always use unittest for collecting tests in regrtests

2021-09-29 Thread miss-islington
Change by miss-islington : -- pull_requests: +27008 pull_request: https://github.com/python/cpython/pull/28639 ___ Python tracker <https://bugs.python.org/issue45

[issue44751] crypt.h should be in _cryptmodule.c, not in public header

2021-09-29 Thread miss-islington
Change by miss-islington : -- pull_requests: +27007 pull_request: https://github.com/python/cpython/pull/28638 ___ Python tracker <https://bugs.python.org/issue44

[issue44751] crypt.h should be in _cryptmodule.c, not in public header

2021-09-29 Thread miss-islington
Change by miss-islington : -- pull_requests: +27005 pull_request: https://github.com/python/cpython/pull/28636 ___ Python tracker <https://bugs.python.org/issue44

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

2021-09-29 Thread miss-islington
Change by miss-islington : -- pull_requests: +26997 pull_request: https://github.com/python/cpython/pull/28627 ___ Python tracker <https://bugs.python.org/issue44

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

2021-09-29 Thread miss-islington
miss-islington added the comment: New changeset fafa213870193cf79557588ae8f9a4af570fd6e3 by Miss Islington (bot) in branch '3.9': bpo-44394: Ensure libexpat is linked against libm (GH-28617) https://github.com/python/cpython/commit/fafa213870193cf79557588ae8f9a4af570fd6e3

[issue45220] Windows builds sometimes fail on Azure and GitHub Action: fatal error RC1116: RC terminating after preprocessor errors

2021-09-29 Thread miss-islington
Change by miss-islington : -- pull_requests: +26995 pull_request: https://github.com/python/cpython/pull/28622 ___ Python tracker <https://bugs.python.org/issue45

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

2021-09-29 Thread miss-islington
Change by miss-islington : -- pull_requests: +26994 pull_request: https://github.com/python/cpython/pull/28621 ___ Python tracker <https://bugs.python.org/issue44

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

2021-09-29 Thread miss-islington
Change by miss-islington : -- pull_requests: +26993 pull_request: https://github.com/python/cpython/pull/28620 ___ Python tracker <https://bugs.python.org/issue44

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

2021-09-29 Thread miss-islington
Change by miss-islington : -- pull_requests: +26992 pull_request: https://github.com/python/cpython/pull/28619 ___ Python tracker <https://bugs.python.org/issue44

[issue45291] Some instructions in the "Using Python on Unix platforms" document do no work on CentOS 7

2021-09-29 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +26987 pull_request: https://github.com/python/cpython/pull/28616 ___ Python tracker <https://bugs.python.org/issu

[issue45269] c_make_encoder() has uncovered error: "argument 1 must be dict or None"

2021-09-28 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +26980 pull_request: https://github.com/python/cpython/pull/28609 ___ Python tracker <https://bugs.python.org/issu

[issue45269] c_make_encoder() has uncovered error: "argument 1 must be dict or None"

2021-09-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +26981 pull_request: https://github.com/python/cpython/pull/28610 ___ Python tracker <https://bugs.python.org/issue45

[issue35606] Add prod() function to the math module

2021-09-28 Thread miss-islington
miss-islington added the comment: New changeset fd52afd1928643a715202147b1ce5b0d130ec252 by Miss Islington (bot) in branch '3.10': bpo-35606: Fix math.prod tests using 'start' as keyword parameter (GH-28595) https://github.com/python/cpython/commit/fd52afd1928643a715202147b1ce5b0d130ec252

<    8   9   10   11   12   13   14   15   16   17   >