[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: +26423 pull_request: https://github.com/python/cpython/pull/27976 ___ 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
miss-islington added the comment: New changeset 9a79242567d79f42ad1a953cce2b1c4a94df23ea by Miss Islington (bot) in branch '3.10': bpo-45001: Make email date parsing more robust against malformed input (GH-27946) https://github.com/python/cpyt

[issue40635] Documentation for socket.getfqdn incorrect?

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

[issue40635] Documentation for socket.getfqdn incorrect?

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

[issue40635] Documentation for socket.getfqdn incorrect?

2021-08-26 Thread miss-islington
miss-islington added the comment: New changeset 719af92e108ea3b31729cb09077673b8f13905d2 by Miss Islington (bot) in branch '3.10': bpo-40635: Fix getfqdn() docstring and docs (GH-27971) https://github.com/python/cpython/commit/719af92e108ea3b31729cb09077673

[issue40635] Documentation for socket.getfqdn incorrect?

2021-08-26 Thread miss-islington
miss-islington added the comment: New changeset f1e3fc4631da5e6ca1ea047c82bd9b42db9dd9ae by Miss Islington (bot) in branch '3.9': bpo-40635: Fix getfqdn() docstring and docs (GH-27971) https://github.com/python/cpython/commit/f1e3fc4631da5e6ca1ea047c82bd9b

[issue45022] Update libffi to 3.4.2

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

[issue45022] Update libffi to 3.4.2

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

[issue45018] Pickling a range iterator with an index of over sizeof(int) stores an invalid index

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

[issue45018] Pickling a range iterator with an index of over sizeof(int) stores an invalid index

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

[issue44997] [sqlite3] build fails on macOS 11.5.1

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

[issue44997] [sqlite3] build fails on macOS 11.5.1

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

[issue44997] [sqlite3] build fails on macOS 11.5.1

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

[issue44997] [sqlite3] build fails on macOS 11.5.1

2021-08-27 Thread miss-islington
miss-islington added the comment: New changeset baa8d48230e3ab8a504f39ee800f8852897cb3be by Miss Islington (bot) in branch '3.10': bpo-44997: macOS does not support loadable SQLite extensions (GH-27979) https://github.com/python/cpython/commit/baa8d48230e3ab8a504f39ee800f88

[issue45022] Update libffi to 3.4.2

2021-08-27 Thread miss-islington
miss-islington added the comment: New changeset 399cd466d0379d12e4af343a49ca7e8ec84997fa by Miss Islington (bot) in branch '3.9': bpo-45022: Pin current libffi build to fixed version in preparation for upcoming update (GH-27982) https://github.com/python/cpyt

[issue45022] Update libffi to 3.4.2

2021-08-27 Thread miss-islington
miss-islington added the comment: New changeset db36fdb1f42f490b7c2a3484a69aa1e6c72b6a4c by Miss Islington (bot) in branch '3.10': bpo-45022: Pin current libffi build to fixed version in preparation for upcoming update (GH-27982) https://github.com/python/cpyt

[issue44962] asyncio.create_task weakrefset race condition

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

[issue44962] asyncio.create_task weakrefset race condition

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

[issue45029] tkinter doc, hello world example - quit button clobbers method

2021-08-28 Thread miss-islington
Change by miss-islington : -- keywords: +patch nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +26458 stage: -> patch review pull_request: https://github.com/python/cpython/pull/27911 ___ Python tracker <https://bugs.p

[issue44524] __name__ attribute in typing module

2021-08-28 Thread miss-islington
miss-islington added the comment: New changeset 81fa08c5ea2cf15254b951034b9d6c7358f96d79 by Miss Islington (bot) in branch '3.10': bpo-44524: Fix cryptic TypeError message when trying to subclass special forms in `typing` (GH-27710) https://github.com/python/cpyt

[issue45018] Pickling a range iterator with an index of over sizeof(int) stores an invalid index

2021-08-28 Thread miss-islington
miss-islington added the comment: New changeset cd986e903176d28ed795f65ba14e6fcbf2a65e3d by Miss Islington (bot) in branch '3.10': bpo-45018: Fix rangeiter_reduce in rangeobject.c (GH-27938) https://github.com/python/cpython/commit/cd986e903176d28ed795f65ba14e6f

[issue44962] asyncio.create_task weakrefset race condition

2021-08-28 Thread miss-islington
miss-islington added the comment: New changeset 8aa64cc45bff516a6db1f3a3c037cbcce9417fea by Miss Islington (bot) in branch '3.10': bpo-44962: Fix a race in WeakKeyDict, WeakValueDict and WeakSet when two threads attempt to commit the last pending removal (GH-27921) https://github.

[issue25130] Make tests more PyPy compatible

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

[issue25130] Make tests more PyPy compatible

2021-08-29 Thread miss-islington
Change by miss-islington : -- pull_requests: +26468 pull_request: https://github.com/python/cpython/pull/28022 ___ Python tracker <https://bugs.python.org/issue25

[issue25130] Make tests more PyPy compatible

2021-08-29 Thread miss-islington
miss-islington added the comment: New changeset a49398b643b3a2e6f9cc39729c528eb1e4385b1a by Miss Islington (bot) in branch '3.10': bpo-25130: Make SQLite tests more compatible with PyPy (GH-28021) https://github.com/python/cpython/commit/a49398b643b3a2e6f9cc39729c528e

[issue42278] Remove usage of tempfile.mktemp in stdlib

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

[issue42278] Remove usage of tempfile.mktemp in stdlib

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

[issue42278] Remove usage of tempfile.mktemp in stdlib

2021-08-29 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 10.0 -> 11.0 pull_requests: +26470 stage: resolved -> patch review pull_request: https://github.com/python/cpython/pull/28024 ___ Python tracker <https://bugs.python.org/i

[issue42278] Remove usage of tempfile.mktemp in stdlib

2021-08-29 Thread miss-islington
miss-islington added the comment: New changeset 532ebba6c8697d214a0d94514ad0b2464a59cb7c by Miss Islington (bot) in branch '3.10': bpo-42278: Use tempfile.TemporaryDirectory rather than tempfile.mktemp in pydoc (GH-23200) https://github.com/python/cpyt

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

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

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

2021-08-29 Thread miss-islington
Change by miss-islington : -- pull_requests: +26478 pull_request: https://github.com/python/cpython/pull/28033 ___ 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-08-29 Thread miss-islington
Change by miss-islington : -- pull_requests: +26477 pull_request: https://github.com/python/cpython/pull/28032 ___ Python tracker <https://bugs.python.org/issue44

[issue43124] [security] smtplib multiple CRLF injection

2021-08-29 Thread miss-islington
Change by miss-islington : -- pull_requests: +26480 pull_request: https://github.com/python/cpython/pull/28035 ___ Python tracker <https://bugs.python.org/issue43

[issue43124] [security] smtplib multiple CRLF injection

2021-08-29 Thread miss-islington
Change by miss-islington : -- pull_requests: +26481 pull_request: https://github.com/python/cpython/pull/28036 ___ Python tracker <https://bugs.python.org/issue43

[issue43124] [security] smtplib multiple CRLF injection

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

[issue43124] [security] smtplib multiple CRLF injection

2021-08-29 Thread miss-islington
Change by miss-islington : -- pull_requests: +26483 pull_request: https://github.com/python/cpython/pull/28038 ___ Python tracker <https://bugs.python.org/issue43

[issue43124] [security] smtplib multiple CRLF injection

2021-08-29 Thread miss-islington
Change by miss-islington : -- pull_requests: +26482 pull_request: https://github.com/python/cpython/pull/28037 ___ Python tracker <https://bugs.python.org/issue43

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

2021-08-29 Thread miss-islington
miss-islington added the comment: New changeset 270678564c16452614a8acd93763bdf64fb4d286 by Miss Islington (bot) in branch '3.10': bpo-44394: Update libexpat copy to 2.4.1 (GH-26945) https://github.com/python/cpython/commit/270678564c16452614a8acd93763bd

[issue43124] [security] smtplib multiple CRLF injection

2021-08-29 Thread miss-islington
miss-islington added the comment: New changeset 9e6c317ab133cd8fa48d5ecd8568314ef2e98634 by Miss Islington (bot) in branch '3.10': bpo-43124: Fix smtplib multiple CRLF injection (GH-25987) https://github.com/python/cpython/commit/9e6c317ab133cd8fa48d5ecd856831

[issue44689] MacOS: Python binaries not portable between Catalina and Big Sur

2021-08-29 Thread miss-islington
Change by miss-islington : -- keywords: +patch nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +26496 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/28052 ___ Python tracker

[issue44689] MacOS: Python binaries not portable between Catalina and Big Sur

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

[issue44689] MacOS: Python binaries not portable between Catalina and Big Sur

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

[issue45007] OpenSSL 1.1.1l is released

2021-08-30 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 9.0 -> 10.0 pull_requests: +26499 pull_request: https://github.com/python/cpython/pull/28055 ___ Python tracker <https://bugs.python.org/issu

[issue45007] OpenSSL 1.1.1l is released

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

[issue44689] ctypes.util.find_library() does not find macOS 11+ system libraries when built on older macOS systems

2021-08-30 Thread miss-islington
miss-islington added the comment: New changeset 41c87c41761739e90867a43de26e0f6755c80ff7 by Miss Islington (bot) in branch '3.10': bpo-44689: ctypes.util.find_library() now finds macOS 11+ system libraries when built on older macOS systems (GH-27251) https://github.com/python/cpyt

[issue45007] OpenSSL 1.1.1l is released

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

[issue45007] OpenSSL 1.1.1l is released

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

[issue45007] OpenSSL 1.1.1l is released

2021-08-30 Thread miss-islington
miss-islington added the comment: New changeset d6cb5dd9e19210f5963ff8beadde7ca2fda71574 by Ɓukasz Langa in branch 'main': bpo-45007: Update multissl to openssl 1.1.1l as well (GH-28044) https://github.com/python/cpython/commit/d6cb5dd9e19210f5963ff8beadde7c

[issue45007] OpenSSL 1.1.1l is released

2021-08-30 Thread miss-islington
miss-islington added the comment: New changeset dc46f4c9846ad16567ab293b405efc3ed10ab9d5 by Miss Islington (bot) in branch '3.10': bpo-45007: Update multissl to openssl 1.1.1l as well (GH-28044) https://github.com/python/cpython/commit/dc46f4c9846ad16567ab293b405efc

[issue41620] Python Unittest does not return results object when the test is skipped

2021-08-30 Thread miss-islington
Change by miss-islington : -- pull_requests: +26509 pull_request: https://github.com/python/cpython/pull/28065 ___ Python tracker <https://bugs.python.org/issue41

[issue41620] Python Unittest does not return results object when the test is skipped

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

[issue44449] Segfault in _PyTrash_begin when faulthandler tries to dump thread stacks

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

[issue41620] Python Unittest does not return results object when the test is skipped

2021-08-30 Thread miss-islington
miss-islington added the comment: New changeset 243b8de0b15061704581974c0a27db1232a43b93 by Miss Islington (bot) in branch '3.10': bpo-41620: TestCase.run() now always return a TestResult instance (GH-28030) https://github.com/python/cpython/commit/243b8de0b15061704581974c0a27db

[issue44449] Segfault in _PyTrash_begin when faulthandler tries to dump thread stacks

2021-08-30 Thread miss-islington
miss-islington added the comment: New changeset 720aef48b558e68c07937f0cc8d62a60f23dcb3d by Miss Islington (bot) in branch '3.9': bpo-9: faulthandler don't modify frame refcnt (GH-27850) https://github.com/python/cpython/commit/720aef48b558e68c07937f0cc

[issue43913] unittest module cleanup functions not run unless tearDownModule() is defined

2021-08-30 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 9.0 -> 10.0 pull_requests: +26514 pull_request: https://github.com/python/cpython/pull/28070 ___ Python tracker <https://bugs.python.org/issu

[issue43913] unittest module cleanup functions not run unless tearDownModule() is defined

2021-08-30 Thread miss-islington
miss-islington added the comment: New changeset d65fad04fad1a73b6bb17bcb08ca6f0a24376952 by Miss Islington (bot) in branch '3.10': bpo-43913: Fix bugs in cleaning up classes and modules in unittest. (GH-28006) https://github.com/python/cpython/commit/d65fad04fad1a73b6bb17bcb08ca6f

[issue38965] test_stack_overflow (test.test_faulthandler.FaultHandlerTests) is stuck with GCC10

2021-08-30 Thread miss-islington
Change by miss-islington : -- pull_requests: +26522 pull_request: https://github.com/python/cpython/pull/28079 ___ Python tracker <https://bugs.python.org/issue38

[issue44925] [docs] Confusing deprecation notice for typing.IO

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

[issue44925] [docs] Confusing deprecation notice for typing.IO

2021-08-31 Thread miss-islington
miss-islington added the comment: New changeset 1d0c5596142eeb35fea172c3642e23aeca128f5d by Miss Islington (bot) in branch '3.10': bpo-44925: [docs] Fix confusing deprecation notice for typing.IO (GH-28004) https://github.com/python/cpython/commit/1d0c5596142eeb35fea172c3642e23

[issue44991] [sqlite3] cleanup callbacks (GIL handling, naming, ...)

2021-08-31 Thread miss-islington
miss-islington added the comment: New changeset 001ef4600f5ab2e1d7825ddbc0f253377c234d7e by Erlend Egeberg Aasland in branch 'main': bpo-44991: Make GIL handling more explicit in `sqlite3` callbacks (GH-27934) https://github.com/python/cpython/commit/001ef4600f5ab2e1d7825ddbc0f253

[issue44135] issubclass documentation doesn't explain tuple semantic

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

[issue44135] issubclass documentation doesn't explain tuple semantic

2021-08-31 Thread miss-islington
miss-islington added the comment: New changeset ab8fed88fc602282167f6459b43f2cf0c771f60a by Miss Islington (bot) in branch '3.10': bpo-44135: Refine explanation of how passing tuples to issubclass() behaves (GH-26193) https://github.com/python/cpyt

[issue45061] [C API] Detect refcount bugs on True/False in C extensions

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

[issue45061] [C API] Detect refcount bugs on True/False in C extensions

2021-08-31 Thread miss-islington
miss-islington added the comment: New changeset c4c57e5c0eb79795d4fd1d9d8292455567c60070 by Miss Islington (bot) in branch '3.10': bpo-45061: Enhance faulthandler traceback wit no Python frame (GH-28090) https://github.com/python/cpython/commit/c4c57e5c0eb79795d4fd1d9d829245

[issue44135] issubclass documentation doesn't explain tuple semantic

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

[issue44135] issubclass documentation doesn't explain tuple semantic

2021-08-31 Thread miss-islington
miss-islington added the comment: New changeset 8711b3d0ac89599fcd16edcb107169bb19a00737 by Miss Islington (bot) in branch '3.10': bpo-44135: [docs] Fix inline markup (GH-28095) https://github.com/python/cpython/commit/8711b3d0ac89599fcd16edcb107169

[issue45059] Typo: using "==" instead of "="

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

[issue45039] use ADDOP_LOAD_CONST consistently

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

[issue45057] Simplify RegressionTestResult

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

[issue45059] Typo: using "==" instead of "="

2021-08-31 Thread miss-islington
miss-islington added the comment: New changeset 337c8adf31c46b688a5f82bcb64dc6f1ad56703d by Miss Islington (bot) in branch '3.10': bpo-45059: Fix IDLE test typo: using "==" instead of "=" (GH-28086) https://github.com/python/cpython/commit/337c8adf31

[issue45059] Typo: using "==" instead of "="

2021-08-31 Thread miss-islington
miss-islington added the comment: New changeset c1db7598790d037e58cd99c06d5c166433d63322 by Miss Islington (bot) in branch '3.9': bpo-45059: Fix IDLE test typo: using "==" instead of "=" (GH-28086) https://github.com/python/cpython/commit/c1db759879

[issue45039] use ADDOP_LOAD_CONST consistently

2021-08-31 Thread miss-islington
miss-islington added the comment: New changeset ebbd0ac5d8850a1630090c210b2454b4b26c7daa by Miss Islington (bot) in branch '3.10': bpo-45039: Consistently use ADDOP_LOAD_CONST in compiler rather than ADDOP_O(c, LOAD_CONST,...) (GH-28015) https://github.com/python/cpyt

[issue45059] Typo: using "==" instead of "="

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

[issue45059] Typo: using "==" instead of "="

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

[issue45059] Typo: using "==" instead of "="

2021-08-31 Thread miss-islington
miss-islington added the comment: New changeset 0f274cb2d78f71073e9d7295df3b9006e7bf1097 by Miss Islington (bot) in branch '3.10': bpo-45059: Add module cleanup to IDLE test_macosx (GH-28102) https://github.com/python/cpython/commit/0f274cb2d78f71073e9d7295df3b90

[issue45059] Typo: using "==" instead of "="

2021-08-31 Thread miss-islington
miss-islington added the comment: New changeset 2280bc116301d45efc4d69cea452d272fdcd05b1 by Miss Islington (bot) in branch '3.9': bpo-45059: Add module cleanup to IDLE test_macosx (GH-28102) https://github.com/python/cpython/commit/2280bc116301d45efc4d69cea452d2

[issue40360] Deprecate lib2to3 (and 2to3) for future removal

2021-09-02 Thread miss-islington
Change by miss-islington : -- pull_requests: +26566 pull_request: https://github.com/python/cpython/pull/28127 ___ Python tracker <https://bugs.python.org/issue40

[issue40360] Deprecate lib2to3 (and 2to3) for future removal

2021-09-02 Thread miss-islington
miss-islington added the comment: New changeset 559af7434668e2950c08389515a52eba697ef6af by Miss Islington (bot) in branch '3.10': bpo-40360: [doc] Rephrase deprecation note about lib2to3 (GH-28122) https://github.com/python/cpython/commit/559af7434668e2950c08389515a52e

[issue45081] dataclasses that inherit from Protocol subclasses have wrong __init__

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

[issue45081] dataclasses that inherit from Protocol subclasses have wrong __init__

2021-09-02 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 8.0 -> 9.0 pull_requests: +26569 pull_request: https://github.com/python/cpython/pull/28131 ___ Python tracker <https://bugs.python.org/issu

[issue45081] dataclasses that inherit from Protocol subclasses have wrong __init__

2021-09-02 Thread miss-islington
miss-islington added the comment: New changeset 79e9f5a58427c73dc546cb571819d50defe2e14f by Miss Islington (bot) in branch '3.10': bpo-45081: Fix __init__ method generation when inheriting from Protocol (GH-28121) https://github.com/python/cpyt

[issue45083] Need to use the exception class qualname when rendering exception (in C code)

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

[issue45083] Need to use the exception class qualname when rendering exception (in C code)

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

[issue45097] "The loop argument is deprecated" reported when user code does not use it

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

[issue45030] Integer overflow in __reduce__ of the range iterator

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

[issue45030] Integer overflow in __reduce__ of the range iterator

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

[issue45030] Integer overflow in __reduce__ of the range iterator

2021-09-04 Thread miss-islington
miss-islington added the comment: New changeset ed9f927527e100b6d1d5758fdd9fc20b313af226 by Miss Islington (bot) in branch '3.10': bpo-45030: Fix integer overflow in __reduce__ of the range iterator (GH-28000) https://github.com/python/cpython/commit/ed9f927527e100b6d1d5758fdd9fc2

[issue45030] Integer overflow in __reduce__ of the range iterator

2021-09-04 Thread miss-islington
miss-islington added the comment: New changeset fecd17fbcb68138c6535130dfca2173472d669cd by Miss Islington (bot) in branch '3.9': bpo-45030: Fix integer overflow in __reduce__ of the range iterator (GH-28000) https://github.com/python/cpython/commit/fecd17fbcb68138c6535130dfca217

[issue45042] Many multiprocessing tests are silently skipped since 3.9

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

[issue45042] Many multiprocessing tests are silently skipped since 3.9

2021-09-04 Thread miss-islington
miss-islington added the comment: New changeset e5976dd2e6e966183da59df99978ebcb4b3a32df by Miss Islington (bot) in branch '3.10': bpo-45042: Now test classes decorated with `requires_hashdigest` are not skipped (GH-28060) https://github.com/python/cpyt

[issue44571] itertools: takedowhile()

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

[issue44571] itertools: takedowhile()

2021-09-04 Thread miss-islington
miss-islington added the comment: New changeset 656b0bdfaae3a36d386afe3f7b991744528c3ff7 by Miss Islington (bot) in branch '3.10': bpo-44571: Add itertool recipe for a variant of takewhile() (GH-28167) https://github.com/python/cpython/commit/656b0bdfaae3a36d386afe3f7b9917

[issue45102] unittest: add tests for skipping and errors in cleanup

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

[issue45102] unittest: add tests for skipping and errors in cleanup

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

[issue45102] unittest: add tests for skipping and errors in cleanup

2021-09-05 Thread miss-islington
miss-islington added the comment: New changeset 8342c526e9cf138a10668fa9e487d92ee1a3a42c by Miss Islington (bot) in branch '3.10': bpo-45102: unittest: add tests for skipping and errors in cleanup (GH-28166) https://github.com/python/cpython/commit/8342c526e9cf138a10668fa9e487d9

[issue45102] unittest: add tests for skipping and errors in cleanup

2021-09-05 Thread miss-islington
miss-islington added the comment: New changeset f91d974ce61b2a9922391f723b388a623284fb0a by Miss Islington (bot) in branch '3.9': bpo-45102: unittest: add tests for skipping and errors in cleanup (GH-28166) https://github.com/python/cpython/commit/f91d974ce61b2a9922391f723b388a

[issue45052] WithProcessesTestSharedMemory.test_shared_memory_basics fails on Windows

2021-09-06 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 9.0 -> 10.0 pull_requests: +26613 pull_request: https://github.com/python/cpython/pull/28185 ___ Python tracker <https://bugs.python.org/issu

[issue45052] WithProcessesTestSharedMemory.test_shared_memory_basics fails on Windows

2021-09-06 Thread miss-islington
miss-islington added the comment: New changeset 6b5aea2dc1bf7e117d40d6c9035d5c13124fd968 by Miss Islington (bot) in branch '3.10': bpo-45052: Unskips a failing `test_shared_memory_basics` test (GH-28182) https://github.com/python/cpython/commit/6b5aea2dc1bf7e117d40d6c9035d5c

[issue45035] sysconfig's posix_home scheme has different platlib value to distutils's unix_home

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

[issue44860] sysconfig's posix_user scheme has different platlib value to distutils's unix_user

2021-09-07 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 9.0 -> 10.0 pull_requests: +26622 pull_request: https://github.com/python/cpython/pull/28197 ___ Python tracker <https://bugs.python.org/issu

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