[issue43392] Optimize repeated calls to `__import__()`

2021-08-12 Thread miss-islington
miss-islington added the comment: New changeset 03648a2a91f9f1091cd21bd4cd6ca092ddb25640 by Germán Méndez Bravo in branch 'main': bpo-43392: Optimize repeated calls to `__import__()` (GH-24735) https://github.com/python/cpython/commit/03648a2a91f9f1091cd21bd4cd6ca092ddb25640 -

[issue44895] refleak test failure in test_exceptions

2021-08-13 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +26229 pull_request: https://github.com/python/cpython/pull/27753 ___ Python tracker <https://bugs.python.org/issu

[issue33930] Segfault with deep recursion into object().__dir__

2021-08-13 Thread miss-islington
miss-islington added the comment: New changeset ef36dfe4de1ee0df11cde94fd76465336aa8141d by Benjamin Peterson in branch '3.10': [3.10] bpo-33930: Fix typo in the test name. (GH-27736) https://github.com/python/cpython/commit/ef36dfe4de1ee0df11cde94fd76465

[issue44895] refleak test failure in test_exceptions

2021-08-13 Thread miss-islington
miss-islington added the comment: New changeset ebc59262349d6901b825ed9101d604e826757262 by Miss Islington (bot) in branch '3.10': bpo-44895: Temporarily add an extra gc.collect() call (GH-27746) https://github.com/python/cpython/commit/ebc59262349d6901b825ed9101d604

[issue44891] Tests for `id(a) == id(a * 1)` for `bytes` and `str`

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

[issue26228] pty.spawn hangs on FreeBSD 9.3, 10.x, 12.1

2021-08-13 Thread miss-islington
Change by miss-islington : -- pull_requests: +26233 pull_request: https://github.com/python/cpython/pull/27758 ___ Python tracker <https://bugs.python.org/issue26

[issue44873] base64 RFC4648 test cases

2021-08-13 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 1.0 -> 2.0 pull_requests: +26234 pull_request: https://github.com/python/cpython/pull/27757 ___ Python tracker <https://bugs.python.org/issu

[issue36700] base64 has old references that should be updated

2021-08-13 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 6.0 -> 7.0 pull_requests: +26235 pull_request: https://github.com/python/cpython/pull/27759 ___ Python tracker <https://bugs.python.org/issu

[issue44891] Tests for `id(a) == id(a * 1)` for `bytes` and `str`

2021-08-13 Thread miss-islington
miss-islington added the comment: New changeset 45a97d91a42795fb0b220e67ee25a14b940c7e50 by Miss Islington (bot) in branch '3.10': bpo-44891: Tests `id` preserving on `* 1` for `str` and `bytes` (GH-27745) https://github.com/python/cpython/commit/45a97d91a42795fb0b220e67ee25a1

[issue26228] pty.spawn hangs on FreeBSD 9.3, 10.x, 12.1

2021-08-13 Thread miss-islington
miss-islington added the comment: New changeset d4128485d6c2cbfebe756f3eeec2c60137b63bba by Miss Islington (bot) in branch '3.10': bpo-26228: [doc] Adapt PTY documentation updates from GH-4167 (GH-27754) https://github.com/python/cpython/commit/d4128485d6c2cbfebe756f3eeec2c6

[issue36700] base64 has old references that should be updated

2021-08-13 Thread miss-islington
miss-islington added the comment: New changeset 16f73c8b5dbe02b4bf7f91ff9dbcd0886529bfe5 by Miss Islington (bot) in branch '3.10': bpo-36700: [doc] Update base64 RFC references to RFC 4648 (GH-27700) https://github.com/python/cpython/commit/16f73c8b5dbe02b4bf7f91ff9dbcd0

[issue44907] examples code output do not match the current version 3.9

2021-08-13 Thread miss-islington
Change by miss-islington : -- pull_requests: +26240 pull_request: https://github.com/python/cpython/pull/27764 ___ Python tracker <https://bugs.python.org/issue44

[issue44907] examples code output do not match the current version 3.9

2021-08-13 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +26239 pull_request: https://github.com/python/cpython/pull/27763 ___ Python tracker <https://bugs.python.org/issu

[issue44911] Leaked tasks cause IsolatedAsyncioTestCase to throw an exception

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

[issue44895] refleak test failure in test_exceptions

2021-08-16 Thread miss-islington
Change by miss-islington : -- pull_requests: +26250 pull_request: https://github.com/python/cpython/pull/27778 ___ Python tracker <https://bugs.python.org/issue44

[issue44895] refleak test failure in test_exceptions

2021-08-16 Thread miss-islington
miss-islington added the comment: New changeset 1960409a6dcbd1e3527f02b523bd27df9086dd77 by Miss Islington (bot) in branch '3.10': bpo-44895: skip test_no_hang_on_context_chain_cycle2 until the refleak is fixed (GH-27761) https://github.com/python/cpyt

[issue44911] Leaked tasks cause IsolatedAsyncioTestCase to throw an exception

2021-08-16 Thread miss-islington
miss-islington added the comment: New changeset 8516ca500eb45ecf997a471f003df02a9eb767ce by Miss Islington (bot) in branch '3.10': bpo-44911: Fixed IsolatedAsyncioTestCase from throwing an exception on leaked tasks (GH-27765) https://github.com/python/cpyt

[issue38956] argparse.BooleanOptionalAction should not add the default value to the help string by default

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

[issue44903] [Doc] How does one to about getting onto the "Other Graphical User Interface Packages" page?

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

[issue44903] [Doc] How does one to about getting onto the "Other Graphical User Interface Packages" page?

2021-08-17 Thread miss-islington
Change by miss-islington : -- pull_requests: +26261 pull_request: https://github.com/python/cpython/pull/27791 ___ Python tracker <https://bugs.python.org/issue44

[issue38956] argparse.BooleanOptionalAction should not add the default value to the help string by default

2021-08-17 Thread miss-islington
miss-islington added the comment: New changeset 6f6648e436d02bce0e49ba82f4377c0d2f586f0f by Miss Islington (bot) in branch '3.10': bpo-38956: don't print BooleanOptionalAction's default twice (GH-27672) https://github.com/python/cpython/commit/6f6648e436d02bce0e49

[issue44903] [Doc] How does one to about getting onto the "Other Graphical User Interface Packages" page?

2021-08-17 Thread miss-islington
miss-islington added the comment: New changeset f6bd1ca166a9c8c9769fb23bc6d8f9c6dcc907ab by Miss Islington (bot) in branch '3.10': bpo-44903: Removed othergui.rst and list of GUI frameworks (GH-27762) https://github.com/python/cpython/commit/f6bd1ca166a9c8c9769fb23bc6d8f9

[issue44698] Undefined behaviour in Objects/complexobject.c's complex_pow

2021-08-17 Thread miss-islington
Change by miss-islington : -- pull_requests: +26266 pull_request: https://github.com/python/cpython/pull/27797 ___ Python tracker <https://bugs.python.org/issue44

[issue44698] Undefined behaviour in Objects/complexobject.c's complex_pow

2021-08-17 Thread miss-islington
Change by miss-islington : -- pull_requests: +26265 pull_request: https://github.com/python/cpython/pull/27796 ___ Python tracker <https://bugs.python.org/issue44

[issue44935] Solaris: enable posix_spawn in subprocess

2021-08-17 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +26268 pull_request: https://github.com/python/cpython/pull/27800 ___ Python tracker <https://bugs.python.org/issu

[issue44935] Solaris: enable posix_spawn in subprocess

2021-08-17 Thread miss-islington
miss-islington added the comment: New changeset 826e059bb9b42e17bef2186938a2bd3f33610e69 by Miss Islington (bot) in branch '3.10': [3.10] bpo-44935: enable posix_spawn() on Solaris (GH-27795) (GH-27800) https://github.com/python/cpython/commit/826e059bb9b42e17bef2186938a2bd

[issue44508] asyncio: document failure mode for loop.call_soon_threadsafe

2021-08-17 Thread miss-islington
Change by miss-islington : -- pull_requests: +26271 pull_request: https://github.com/python/cpython/pull/27805 ___ Python tracker <https://bugs.python.org/issue44

[issue44508] asyncio: document failure mode for loop.call_soon_threadsafe

2021-08-17 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 6.0 -> 7.0 pull_requests: +26270 pull_request: https://github.com/python/cpython/pull/27804 ___ Python tracker <https://bugs.python.org/issu

[issue44508] asyncio: document failure mode for loop.call_soon_threadsafe

2021-08-17 Thread miss-islington
miss-islington added the comment: New changeset bbb10761b64095425f7f8dcb3bc1f0d8bdee528a by Miss Islington (bot) in branch '3.10': bpo-44508: [Doc] Document failure mode for loop.call_soon_threadsafe (GH-27688) https://github.com/python/cpython/commit/bbb10761b64095425f7f8dcb3bc1f0

[issue44852] Add ability to wholesale silence DeprecationWarnings while running the test suite

2021-08-18 Thread miss-islington
Change by miss-islington : -- pull_requests: +26277 pull_request: https://github.com/python/cpython/pull/27810 ___ Python tracker <https://bugs.python.org/issue44

[issue44852] Add ability to wholesale silence DeprecationWarnings while running the test suite

2021-08-18 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +26276 pull_request: https://github.com/python/cpython/pull/27809 ___ Python tracker <https://bugs.python.org/issu

[issue44852] Add ability to wholesale silence DeprecationWarnings while running the test suite

2021-08-18 Thread miss-islington
miss-islington added the comment: New changeset d1c0e4413dd544270df1f5b8a145fd4370cb759b by Miss Islington (bot) in branch '3.10': bpo-44852: Support filtering over warnings without a set message (GH-27793) https://github.com/python/cpython/commit/d1c0e4413dd544270df1f5b8a145fd

[issue44524] __name__ attribute in typing module

2021-08-18 Thread miss-islington
Change by miss-islington : -- pull_requests: +26280 pull_request: https://github.com/python/cpython/pull/27815 ___ Python tracker <https://bugs.python.org/issue44

[issue44947] SyntaxError: trailing comma not allowed ... misleading

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

[issue44947] SyntaxError: trailing comma not allowed ... misleading

2021-08-18 Thread miss-islington
miss-islington added the comment: New changeset 846a10fc45ef83b41d1b1b568a9ee8012f37c8c2 by Miss Islington (bot) in branch '3.10': bpo-44947: Refine the syntax error for trailing commas in import statements (GH-27814) https://github.com/python/cpyt

[issue44830] Broken Mozilla devguide link in "Dealing with Bugs" doc section

2021-08-19 Thread miss-islington
Change by miss-islington : -- pull_requests: +26285 pull_request: https://github.com/python/cpython/pull/27820 ___ Python tracker <https://bugs.python.org/issue44

[issue44830] Broken Mozilla devguide link in "Dealing with Bugs" doc section

2021-08-19 Thread miss-islington
Change by miss-islington : -- pull_requests: +26286 pull_request: https://github.com/python/cpython/pull/27821 ___ Python tracker <https://bugs.python.org/issue44

[issue44949] test_readline: test_auto_history_disabled() fails randomly on aarch64 RHEL8 Refleaks 3.9, 3.10 and 3.x

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

[issue44949] test_readline: test_auto_history_disabled() fails randomly on aarch64 RHEL8 Refleaks 3.9, 3.10 and 3.x

2021-08-19 Thread miss-islington
Change by miss-islington : -- pull_requests: +26288 pull_request: https://github.com/python/cpython/pull/27823 ___ Python tracker <https://bugs.python.org/issue44

[issue44830] Broken Mozilla devguide link in "Dealing with Bugs" doc section

2021-08-19 Thread miss-islington
miss-islington added the comment: New changeset ad16f93942a398ca1ec9bba54bb9c53a4e121e75 by Miss Islington (bot) in branch '3.10': bpo-44830: [doc] Restore missing Mozilla devguide link (GH-27818) https://github.com/python/cpython/commit/ad16f93942a398ca1ec9bba54bb9c5

[issue44949] test_readline: test_auto_history_disabled() fails randomly on aarch64 RHEL8 Refleaks 3.9, 3.10 and 3.x

2021-08-19 Thread miss-islington
miss-islington added the comment: New changeset fc6ad0585e8133ee0fca05f0f8075b62fe71a95d by Miss Islington (bot) in branch '3.10': bpo-44949: Fix test_readline auto history tests (GH-27813) https://github.com/python/cpython/commit/fc6ad0585e8133ee0fca05f0f8075b

[issue36384] [security] CVE-2021-29921: ipaddress Should not reject IPv4 addresses with leading zeroes as ambiguously octal

2021-08-19 Thread miss-islington
Change by miss-islington : -- pull_requests: +26292 pull_request: https://github.com/python/cpython/pull/27827 ___ Python tracker <https://bugs.python.org/issue36

[issue36384] [security] CVE-2021-29921: ipaddress Should not reject IPv4 addresses with leading zeroes as ambiguously octal

2021-08-19 Thread miss-islington
Change by miss-islington : -- pull_requests: +26291 pull_request: https://github.com/python/cpython/pull/27826 ___ Python tracker <https://bugs.python.org/issue36

[issue36384] [security] CVE-2021-29921: ipaddress Should not reject IPv4 addresses with leading zeroes as ambiguously octal

2021-08-19 Thread miss-islington
miss-islington added the comment: New changeset 1204dfc89cb3ed5e21dce32aed0339b7569fe1f9 by Miss Islington (bot) in branch '3.10': bpo-36384: [doc] Mention CVE-2021-29921 fix in 3.8.12 (GH-27824) https://github.com/python/cpython/commit/1204dfc89cb3ed5e21dce32aed0339

[issue44954] Bug in float.fromhex

2021-08-20 Thread miss-islington
Change by miss-islington : -- pull_requests: +26314 pull_request: https://github.com/python/cpython/pull/27855 ___ Python tracker <https://bugs.python.org/issue44

[issue44954] Bug in float.fromhex

2021-08-20 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +26313 pull_request: https://github.com/python/cpython/pull/27854 ___ Python tracker <https://bugs.python.org/issu

[issue44926] typing.get_type_hints() raises for type aliases with forward references

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

[issue44954] Bug in float.fromhex

2021-08-20 Thread miss-islington
miss-islington added the comment: New changeset 838b0e975fc2c106508eb27d19a9548533ac1e55 by Miss Islington (bot) in branch '3.10': bpo-44954: Fix wrong result in float.fromhex corner case (GH-27834) https://github.com/python/cpython/commit/838b0e975fc2c106508eb27d19a954

[issue44524] __name__ attribute in typing module

2021-08-20 Thread miss-islington
Change by miss-islington : -- pull_requests: +26325 pull_request: https://github.com/python/cpython/pull/27871 ___ Python tracker <https://bugs.python.org/issue44

[issue44966] example code does not macth the very version(3.9)

2021-08-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +26331 pull_request: https://github.com/python/cpython/pull/27876 ___ Python tracker <https://bugs.python.org/issue44

[issue44966] example code does not macth the very version(3.9)

2021-08-21 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +26330 pull_request: https://github.com/python/cpython/pull/27875 ___ Python tracker <https://bugs.python.org/issu

[issue44968] Fix/remove test_subprocess_wait_no_same_group from test_asyncio tests

2021-08-21 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 8.0 -> 9.0 pull_requests: +26332 pull_request: https://github.com/python/cpython/pull/27877 ___ Python tracker <https://bugs.python.org/issu

[issue44968] Fix/remove test_subprocess_wait_no_same_group from test_asyncio tests

2021-08-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +26333 pull_request: https://github.com/python/cpython/pull/27878 ___ Python tracker <https://bugs.python.org/issue44

[issue44968] Fix/remove test_subprocess_wait_no_same_group from test_asyncio tests

2021-08-21 Thread miss-islington
miss-islington added the comment: New changeset 88a1920c7b7b0fb73c4037b460c6a4a8c0aa10f0 by Miss Islington (bot) in branch '3.10': bpo-44968: Fix test_subprocess_wait_no_same_group in test_asyncio (GH-27870) https://github.com/python/cpython/commit/88a1920c7b7b0fb73c4037b460c6a4

[issue44968] Fix/remove test_subprocess_wait_no_same_group from test_asyncio tests

2021-08-21 Thread miss-islington
miss-islington added the comment: New changeset d5781e973079a20b2370686d6e080316d6c9f90d by Miss Islington (bot) in branch '3.9': bpo-44968: Fix test_subprocess_wait_no_same_group in test_asyncio (GH-27870) https://github.com/python/cpython/commit/d5781e973079a20b2370686d6e0803

[issue44966] example code does not macth the very version(3.9)

2021-08-21 Thread miss-islington
miss-islington added the comment: New changeset 95a9ba173ecaeec0cb8bf57cfcd916d64fa6f861 by Miss Islington (bot) in branch '3.10': bpo-44966: Fix out-of-date traceback message (GH-27867) https://github.com/python/cpython/commit/95a9ba173ecaeec0cb8bf57cfcd916

[issue44940] Clarify the documentation of re.findall()

2021-08-22 Thread miss-islington
Change by miss-islington : -- pull_requests: +26335 pull_request: https://github.com/python/cpython/pull/27880 ___ Python tracker <https://bugs.python.org/issue44

[issue44940] Clarify the documentation of re.findall()

2021-08-22 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +26334 pull_request: https://github.com/python/cpython/pull/27879 ___ Python tracker <https://bugs.python.org/issu

[issue44955] Method stopTestRun() is not always called for skipped tests

2021-08-22 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +26336 pull_request: https://github.com/python/cpython/pull/27881 ___ Python tracker <https://bugs.python.org/issu

[issue44955] Method stopTestRun() is not always called for skipped tests

2021-08-22 Thread miss-islington
Change by miss-islington : -- pull_requests: +26337 pull_request: https://github.com/python/cpython/pull/27882 ___ Python tracker <https://bugs.python.org/issue44

[issue44940] Clarify the documentation of re.findall()

2021-08-22 Thread miss-islington
miss-islington added the comment: New changeset 519bcc698c436e12bd6c1ff6f2517060719c60d5 by Miss Islington (bot) in branch '3.10': bpo-44940: Clarify the documentation of re.findall() (GH-27849) https://github.com/python/cpython/commit/519bcc698c436e12bd6c1ff6f25170

[issue44955] Method stopTestRun() is not always called for skipped tests

2021-08-22 Thread miss-islington
miss-islington added the comment: New changeset d63114caf9384ead7baf872598acdff25315a5bf by Miss Islington (bot) in branch '3.10': bpo-44955: Always call stopTestRun() for implicitly created TestResult objects (GH-27831) https://github.com/python/cpyt

[issue42560] Improve Tkinter Documentation

2021-08-22 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 12.0 -> 13.0 pull_requests: +26346 pull_request: https://github.com/python/cpython/pull/27891 ___ Python tracker <https://bugs.python.org/issu

[issue42560] Improve Tkinter Documentation

2021-08-22 Thread miss-islington
Change by miss-islington : -- pull_requests: +26347 pull_request: https://github.com/python/cpython/pull/27892 ___ Python tracker <https://bugs.python.org/issue42

[issue42560] Improve Tkinter Documentation

2021-08-22 Thread miss-islington
Change by miss-islington : -- pull_requests: +26350 pull_request: https://github.com/python/cpython/pull/27895 ___ Python tracker <https://bugs.python.org/issue42

[issue42560] Improve Tkinter Documentation

2021-08-22 Thread miss-islington
Change by miss-islington : -- pull_requests: +26349 pull_request: https://github.com/python/cpython/pull/27894 ___ Python tracker <https://bugs.python.org/issue42

[issue44957] typing docs: Mention PEP 604 syntax more prominently

2021-08-22 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +26352 pull_request: https://github.com/python/cpython/pull/27897 ___ Python tracker <https://bugs.python.org/issu

[issue42560] Improve Tkinter Documentation

2021-08-22 Thread miss-islington
miss-islington added the comment: New changeset 61ecd3e593e05c3d84adf5640458a01f8550aa74 by Miss Islington (bot) in branch '3.10': bpo-42560: tweaks to intro of Tkinter docs- add macOS, drop ActiveState (GH-27835) https://github.com/python/cpyt

[issue42560] Improve Tkinter Documentation

2021-08-22 Thread miss-islington
miss-islington added the comment: New changeset 4d1e74f352d8bf70b726b373e19fd21274899d8e by Miss Islington (bot) in branch '3.10': bpo-42560: reorganize Tkinter docs modules section for clarity (GH-27840) https://github.com/python/cpython/commit/4d1e74f352d8bf70b726b373e19fd2

[issue4442] document immutable type subclassing via __new__

2021-08-22 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 9.0 -> 10.0 pull_requests: +26354 pull_request: https://github.com/python/cpython/pull/27899 ___ Python tracker <https://bugs.python.org/iss

[issue4442] document immutable type subclassing via __new__

2021-08-22 Thread miss-islington
miss-islington added the comment: New changeset 0627918f0b69a15aa16e4ccbb5d8eaae4f6a2caf by Miss Islington (bot) in branch '3.10': bpo-4442: Document use of __new__ for subclasses of immutable types (GH-27866) https://github.com/python/cpython/commit/0627918f0b69a15aa16e4ccbb5d8ea

[issue38291] Deprecate the typing.io and typing.re pseudo-modules

2021-08-23 Thread miss-islington
miss-islington added the comment: New changeset 27f2f62ad490afc8e4dd6d80351916a9d06b97e3 by Miss Islington (bot) in branch '3.10': bpo-38291: Update 3.10 WhatsNew with typing.{io|re} DeprecationWarning (GH-27872) https://github.com/python/cpyt

[issue44984] Rewrite test_null_strings in _testcapi

2021-08-23 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +26364 pull_request: https://github.com/python/cpython/pull/27908 ___ Python tracker <https://bugs.python.org/issu

[issue42560] Improve Tkinter Documentation

2021-08-23 Thread miss-islington
Change by miss-islington : -- pull_requests: +26368 pull_request: https://github.com/python/cpython/pull/27912 ___ Python tracker <https://bugs.python.org/issue42

[issue42560] Improve Tkinter Documentation

2021-08-23 Thread miss-islington
Change by miss-islington : -- pull_requests: +26367 pull_request: https://github.com/python/cpython/pull/27911 ___ Python tracker <https://bugs.python.org/issue42

[issue44980] Clean up tests that return a value that isn't None

2021-08-23 Thread miss-islington
Change by miss-islington : -- pull_requests: +26370 pull_request: https://github.com/python/cpython/pull/27914 ___ Python tracker <https://bugs.python.org/issue44

[issue44980] Clean up tests that return a value that isn't None

2021-08-23 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +26369 pull_request: https://github.com/python/cpython/pull/27913 ___ Python tracker <https://bugs.python.org/issu

[issue42560] Improve Tkinter Documentation

2021-08-23 Thread miss-islington
Change by miss-islington : -- pull_requests: +26371 pull_request: https://github.com/python/cpython/pull/27915 ___ Python tracker <https://bugs.python.org/issue42

[issue44980] Clean up tests that return a value that isn't None

2021-08-23 Thread miss-islington
miss-islington added the comment: New changeset 10955353ce25a52741e8f72fdbb6f4b150ee4dc7 by Miss Islington (bot) in branch '3.10': bpo-44980: fix test_constructor to return None value (GH-27898) https://github.com/python/cpython/commit/10955353ce25a52741e8f72fdbb6f4

[issue42560] Improve Tkinter Documentation

2021-08-23 Thread miss-islington
miss-islington added the comment: New changeset 8351df6e3652a41ffc720066a68b666bbef1df67 by Miss Islington (bot) in branch '3.10': bpo-42560: add warning to Tkinter docs about outdated pre-8.5 documentation online (GH-27836) https://github.com/python/cpyt

[issue42560] Improve Tkinter Documentation

2021-08-23 Thread miss-islington
Change by miss-islington : -- pull_requests: +26372 pull_request: https://github.com/python/cpython/pull/27920 ___ Python tracker <https://bugs.python.org/issue42

[issue44984] Rewrite test_null_strings in _testcapi

2021-08-23 Thread miss-islington
miss-islington added the comment: New changeset 6ff7fefc914541ec5afdd3c8193da80818cb0817 by Miss Islington (bot) in branch '3.10': bpo-44984: Rewrite test_null_strings in _testcapi (GH-27904) https://github.com/python/cpython/commit/6ff7fefc914541ec5afdd3c8193da8

[issue42560] Improve Tkinter Documentation

2021-08-23 Thread miss-islington
miss-islington added the comment: New changeset e4795103025aeef295a8c5f75cc7c33801f93a24 by Miss Islington (bot) in branch '3.10': bpo-42560: simplify/merge architecture info in Tkinter docs (GH-27839) https://github.com/python/cpython/commit/e4795103025aeef295a8c5f75cc7c3

[issue34990] year 2038 problem in compileall.py

2021-08-24 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 6.0 -> 7.0 pull_requests: +26378 pull_request: https://github.com/python/cpython/pull/27928 ___ Python tracker <https://bugs.python.org/issu

[issue34990] year 2038 problem in compileall.py

2021-08-24 Thread miss-islington
Change by miss-islington : -- pull_requests: +26379 pull_request: https://github.com/python/cpython/pull/27929 ___ Python tracker <https://bugs.python.org/issue34

[issue42064] Convert sqlite3 to multi-phase initialisation (PEP 489)

2021-08-24 Thread miss-islington
miss-islington added the comment: New changeset 9ed523159c7ba840dbf403e02498eeae1b5d3ed9 by Erlend Egeberg Aasland in branch 'main': bpo-42064: Pass module state to `sqlite3` UDF callbacks (GH-27456) https://github.com/python/cpython/commit/9ed523159c7ba840dbf403e02498ee

[issue39452] Improve the __main__ module documentation

2021-08-24 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 8.0 -> 9.0 pull_requests: +26381 pull_request: https://github.com/python/cpython/pull/27932 ___ Python tracker <https://bugs.python.org/issu

[issue39452] Improve the __main__ module documentation

2021-08-24 Thread miss-islington
miss-islington added the comment: New changeset ec5a03168f02ef92f98a94796bc6378fc73622e8 by Miss Islington (bot) in branch '3.10': bpo-39452: Rewrite and expand __main__.rst (GH-26883) https://github.com/python/cpython/commit/ec5a03168f02ef92f98a94796bc637

[issue45000] del __debug__ should be a SyntaxError

2021-08-25 Thread miss-islington
miss-islington added the comment: New changeset 551da597a0996b0fb3af425f48aa5bc63ea6b963 by Dong-hee Na in branch 'main': bpo-45000: Raise SyntaxError when try to delete __debug__ (GH-27947) https://github.com/python/cpython/commit/551da597a0996b0fb3af425f48aa5bc63ea6b963 -

[issue44524] __name__ attribute in typing module

2021-08-25 Thread miss-islington
Change by miss-islington : -- pull_requests: +26397 pull_request: https://github.com/python/cpython/pull/27950 ___ Python tracker <https://bugs.python.org/issue44

[issue44524] __name__ attribute in typing module

2021-08-25 Thread miss-islington
miss-islington added the comment: New changeset 06e9a35169e125488d4ae9228626eb95375f3a14 by Miss Islington (bot) in branch '3.10': bpo-44524: Don't modify MRO when inheriting from typing.Annotated (GH-27841) https://github.com/python/cpython/commit/06e9a35169e125488d4ae9228

[issue45003] Documentation wrote __div__ instead of __truediv__

2021-08-25 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +26409 pull_request: https://github.com/python/cpython/pull/27962 ___ Python tracker <https://bugs.python.org/issu

[issue45003] Documentation wrote __div__ instead of __truediv__

2021-08-25 Thread miss-islington
Change by miss-islington : -- pull_requests: +26410 pull_request: https://github.com/python/cpython/pull/27963 ___ Python tracker <https://bugs.python.org/issue45

[issue45011] tests fail when using pure-python instead of _asyncio

2021-08-26 Thread miss-islington
Change by miss-islington : -- pull_requests: +26417 pull_request: https://github.com/python/cpython/pull/27970 ___ Python tracker <https://bugs.python.org/issue45

[issue45011] tests fail when using pure-python instead of _asyncio

2021-08-26 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 6.0 -> 7.0 pull_requests: +26416 pull_request: https://github.com/python/cpython/pull/27969 ___ Python tracker <https://bugs.python.org/issu

[issue45011] tests fail when using pure-python instead of _asyncio

2021-08-26 Thread miss-islington
miss-islington added the comment: New changeset 9f814beadb3ee2c7b37e949a2acf72117a449ffd by Miss Islington (bot) in branch '3.10': bpo-45011: Fix test_asyncio without C module _asyncio (GH-27968) https://github.com/python/cpython/commit/9f814beadb3ee2c7b37e949a2acf72

[issue45001] Date parsing helpers in email module incorrectly raise IndexError for some malformed inputs

2021-08-26 Thread miss-islington
Change by miss-islington : -- pull_requests: +26420 pull_request: https://github.com/python/cpython/pull/27973 ___ Python tracker <https://bugs.python.org/issue45

[issue45001] Date parsing helpers in email module incorrectly raise IndexError for some malformed inputs

2021-08-26 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +26419 pull_request: https://github.com/python/cpython/pull/27972 ___ Python tracker <https://bugs.python.org/issu

[issue45001] Date parsing helpers in email module incorrectly raise IndexError for some malformed inputs

2021-08-26 Thread miss-islington
Change by miss-islington : -- pull_requests: +26421 pull_request: https://github.com/python/cpython/pull/27974 ___ Python tracker <https://bugs.python.org/issue45

[issue45001] Date parsing helpers in email module incorrectly raise IndexError for some malformed inputs

2021-08-26 Thread miss-islington
Change by miss-islington : -- pull_requests: +26422 pull_request: https://github.com/python/cpython/pull/27975 ___ Python tracker <https://bugs.python.org/issue45

<    26   27   28   29   30   31   32   33   34   35   >