[issue40468] IDLE: configdialog tab rearrange

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

[issue40468] IDLE: configdialog tab rearrange

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

[issue40468] IDLE: configdialog tab rearrange

2021-06-09 Thread miss-islington
miss-islington added the comment: New changeset 664ae29e6f61988e74cb8753dd4ee71e9ea57227 by Miss Islington (bot) in branch '3.10': bpo-40468: Split IDLE settings General tab (GH-26621) https://github.com/python/cpython/commit/664ae29e6f61988e74cb8753dd4ee7

[issue40468] IDLE: configdialog tab rearrange

2021-06-09 Thread miss-islington
miss-islington added the comment: New changeset d9f38d77c870cdb04273914c92fa4fe92b830d88 by Miss Islington (bot) in branch '3.9': bpo-40468: Split IDLE settings General tab (GH-26621) https://github.com/python/cpython/commit/d9f38d77c870cdb04273914c92fa4f

[issue21760] inspect documentation describes module type inaccurately

2021-06-09 Thread miss-islington
miss-islington added the comment: New changeset 878d7e4ee464913438fd59582bbb795e7e0fa387 by Furkan Onder in branch 'main': bpo-21760: fix __file__ description (GH-19097) https://github.com/python/cpython/commit/878d7e4ee464913438fd59582bbb795e7e0fa387 -- nosy: +miss

[issue44368] Invalid mapping patterns give confusing SyntaxErrors

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

[issue44368] Invalid mapping patterns give confusing SyntaxErrors

2021-06-09 Thread miss-islington
miss-islington added the comment: New changeset f807a4fad4da8f629ea7fe1f00719e817c77b63c by Miss Islington (bot) in branch '3.10': bpo-44368: Ensure we don't raise incorrect custom syntax errors with soft keywords (GH-26630) https://github.com/python

[issue44363] Address sanitizer (gcc version) is generating false positives

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

[issue44363] Address sanitizer (gcc version) is generating false positives

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

[issue44363] Address sanitizer (gcc version) is generating false positives

2021-06-10 Thread miss-islington
miss-islington added the comment: New changeset 865269458fde83f58f056d02a777e4328c763880 by Miss Islington (bot) in branch '3.9': bpo-44363: Get test_capi passing with address sanitizer (GH-26639) https://github.com/python/cpython/commit/865269458fde83f58f056d02a777e4

[issue44363] Address sanitizer (gcc version) is generating false positives

2021-06-10 Thread miss-islington
miss-islington added the comment: New changeset 0895e62c9b4f03b83120d44cb32587804084e0e2 by Miss Islington (bot) in branch '3.10': bpo-44363: Get test_capi passing with address sanitizer (GH-26639) https://github.com/python/cpython/commit/0895e62c9b4f03b83120d44cb32587

[issue33962] IDLE: use ttk.spinbox with configdialog

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

[issue33962] IDLE: use ttk.spinbox with configdialog

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

[issue33962] IDLE: use ttk.spinbox with configdialog

2021-06-10 Thread miss-islington
miss-islington added the comment: New changeset 9b889433c7bb3ed7e2b4655f024b49d97fe412fb by Miss Islington (bot) in branch '3.9': bpo-33962: Use ttk spinbox for IDLE indent space config (GH-22954) https://github.com/python/cpython/commit/9b889433c7bb3ed7e2b4655f024b49

[issue37022] pdb: do_p and do_pp swallow exceptions from __repr__

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

[issue37022] pdb: do_p and do_pp swallow exceptions from __repr__

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

[issue44356] Multiple enum mixins not allowed even when they have the same datatype

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

[issue44356] Multiple enum mixins not allowed even when they have the same datatype

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

[issue44356] Multiple enum mixins not allowed even when they have the same datatype

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

[issue44385] Some target-related rules are unreachable in the grammar

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

[issue44385] Some target-related rules are unreachable in the grammar

2021-06-10 Thread miss-islington
miss-islington added the comment: New changeset e7b4644607789848f9752a3bd20ff216e25b4156 by Lysandros Nikolaou in branch 'main': bpo-44385: Remove unused grammar rules (GH-26655) https://github.com/python/cpython/commit/e7b4644607789848f9752a3bd20ff216e25b4156 -- n

[issue44385] Some target-related rules are unreachable in the grammar

2021-06-10 Thread miss-islington
miss-islington added the comment: New changeset 3e137426de3e6a37622b2ca61207b1323fdea11f by Miss Islington (bot) in branch '3.10': bpo-44385: Remove unused grammar rules (GH-26655) https://github.com/python/cpython/commit/3e137426de3e6a37622b2ca61207b1

[issue44342] enum with inherited type won't pickle

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

[issue44385] Some target-related rules are unreachable in the grammar

2021-06-10 Thread miss-islington
miss-islington added the comment: New changeset 3ce35bfbbe29664942f9a8c50c177a4575a31934 by Lysandros Nikolaou in branch '3.9': [3.9] bpo-44385: Remove unused grammar rules (GH-26655) (GH-26659) https://github.com/python/cpython/commit/3ce35bfbbe29664942f9a8c50c177a

[issue44362] improve documentation of SSL deprecations

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

[issue44362] improve documentation of SSL deprecations

2021-06-11 Thread miss-islington
miss-islington added the comment: New changeset d7930fb720b5e9db2076b116dffcd52b6ca71438 by Miss Islington (bot) in branch '3.10': bpo-44362: ssl: improve deprecation warnings and docs (GH-26646) https://github.com/python/cpython/commit/d7930fb720b5e9db2076b116dffcd5

[issue44378] Py_IS_TYPE(): cast discards ‘const’ qualifier from pointer target type

2021-06-11 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 1.0 -> 2.0 pull_requests: +25255 pull_request: https://github.com/python/cpython/pull/26668 ___ Python tracker <https://bugs.python.org/issu

[issue44378] Py_IS_TYPE(): cast discards ‘const’ qualifier from pointer target type

2021-06-11 Thread miss-islington
miss-islington added the comment: New changeset e6d28a1a6ad22125fc3a6df2d611d79aa8d6f67e by Miss Islington (bot) in branch '3.10': bpo-44378: Fix a compiler warning in Py_IS_TYPE() (GH-26644) https://github.com/python/cpython/commit/e6d28a1a6ad22125fc3a6df2d611d7

[issue38323] asyncio: MultiLoopWatcher has a race condition (test_asyncio: test_close_kill_running() hangs on AMD64 RHEL7 Refleaks 3.x)

2021-06-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +25257 pull_request: https://github.com/python/cpython/pull/26670 ___ Python tracker <https://bugs.python.org/issue38

[issue44242] enum.IntFlag regression: missing values cause TypeError

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

[issue44351] distutils.sysconfig.parse_makefile() regression in Python 3.10

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

[issue43318] pdb does not output the prompt message when successfully clear breakpoints by "filename:lineno"

2021-06-11 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +25260 pull_request: https://github.com/python/cpython/pull/26674 ___ Python tracker <https://bugs.python.org/issu

[issue43318] pdb does not output the prompt message when successfully clear breakpoints by "filename:lineno"

2021-06-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +25261 pull_request: https://github.com/python/cpython/pull/26675 ___ Python tracker <https://bugs.python.org/issue43

[issue44381] Allow enabling control flow guard in Windows build

2021-06-11 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +25268 pull_request: https://github.com/python/cpython/pull/26681 ___ Python tracker <https://bugs.python.org/issu

[issue44381] Allow enabling control flow guard in Windows build

2021-06-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +25269 pull_request: https://github.com/python/cpython/pull/26682 ___ Python tracker <https://bugs.python.org/issue44

[issue44381] Allow enabling control flow guard in Windows build

2021-06-11 Thread miss-islington
miss-islington added the comment: New changeset 42612db10792dd069149063f67a3b1db700bc7ee by Miss Islington (bot) in branch '3.10': bpo-44381: Windows build now allows enabling control flow guard (GH-26645) https://github.com/python/cpython/commit/42612db10792dd069149063f67a3b1

[issue41299] Python3 threading.Event().wait time is twice as large as Python27

2021-06-11 Thread miss-islington
miss-islington added the comment: New changeset 57b3ca7f0aef4d180038d475398f809d3fcdd8be by Miss Islington (bot) in branch '3.9': bpo-41299: Reduce lag in Windows threading timeouts by using a higher precision time source (GH-26568) https://github.com/python/cpyt

[issue40128] IDLE Show completions pop-up not working on macOS

2021-06-11 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 6.0 -> 7.0 pull_requests: +25271 pull_request: https://github.com/python/cpython/pull/26683 ___ Python tracker <https://bugs.python.org/issu

[issue40128] IDLE Show completions pop-up not working on macOS

2021-06-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +25272 pull_request: https://github.com/python/cpython/pull/26684 ___ Python tracker <https://bugs.python.org/issue40

[issue44396] pegen _PyParser_ASTFromFile(): Use-After-Free in syntaxerror()

2021-06-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +25280 stage: -> patch review pull_request: https://github.com/python/cpython/pull/26695 ___ Python tracker <https://bugs.python.org/issu

[issue44396] pegen _PyParser_ASTFromFile(): Use-After-Free in syntaxerror()

2021-06-12 Thread miss-islington
miss-islington added the comment: New changeset a342cc5891dbd8a08d40e9444f2e2c9e93258721 by Pablo Galindo in branch 'main': bpo-44396: Update multi-line-start location when reallocating tokenizer buffers (GH-26676) https://github.com/python/cpyt

[issue36027] Support negative exponents in pow() where a modulus is specified.

2021-06-13 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 10.0 -> 11.0 pull_requests: +25288 pull_request: https://github.com/python/cpython/pull/26702 ___ Python tracker <https://bugs.python.org/issu

[issue44389] Modules/_ssl.c, repeated 'SSL_OP_NO_TLSv1_2'

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

[issue44389] Modules/_ssl.c, repeated 'SSL_OP_NO_TLSv1_2'

2021-06-13 Thread miss-islington
miss-islington added the comment: New changeset f30f484e9660c6ad5d5a554869593d14d709a7f4 by Miss Islington (bot) in branch '3.10': bpo-44389: Remove duplicate SSL_OP_NO_TLSv1_2 flag (GH-26680) https://github.com/python/cpython/commit/f30f484e9660c6ad5d5a554869593d

[issue44389] Modules/_ssl.c, repeated 'SSL_OP_NO_TLSv1_2'

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

[issue44389] Modules/_ssl.c, repeated 'SSL_OP_NO_TLSv1_2'

2021-06-13 Thread miss-islington
miss-islington added the comment: New changeset 4becc569a606102bce624a4e28f4068317d09f42 by Miss Islington (bot) in branch '3.10': [3.10] bpo-44389: Fix deprecation of OP_NO_TLSv1_3 (GH-26700) (GH-26705) https://github.com/python/cpython/commit/4becc569a606102bce624a4e28f406

[issue43475] Worst-case behaviour of hash collision with float NaN

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

[issue43475] Worst-case behaviour of hash collision with float NaN

2021-06-13 Thread miss-islington
miss-islington added the comment: New changeset 128899d8b8d65d86bd9bbea6801e9f36e6f409f2 by Miss Islington (bot) in branch '3.10': bpo-43475: Fix the Python implementation of hash of Decimal NaN (GH-26679) https://github.com/python/cpython/commit/128899d8b8d65d86bd9bbea6801e9f

[issue43425] test_peg_generator.test_c_parser emits DeprecationWarning due to distutils

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

[issue43425] test_peg_generator.test_c_parser emits DeprecationWarning due to distutils

2021-06-13 Thread miss-islington
miss-islington added the comment: New changeset 2b57ad3f5382edb6fe2dfe3c721573fbf25a826f by Miss Islington (bot) in branch '3.10': bpo-43425: Update test_c_parser not to use TempdirManager (GH-26693) https://github.com/python/cpython/commit/2b57ad3f5382edb6fe2dfe3c721573

[issue44310] Document that lru_cache uses hard references

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

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

2021-06-14 Thread miss-islington
Change by miss-islington : -- pull_requests: +25310 pull_request: https://github.com/python/cpython/pull/26721 ___ Python tracker <https://bugs.python.org/issue38

[issue35089] Remove typing.io and typing.re from documentation

2021-06-14 Thread miss-islington
Change by miss-islington : -- pull_requests: +25309 pull_request: https://github.com/python/cpython/pull/26720 ___ Python tracker <https://bugs.python.org/issue35

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

2021-06-14 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 6.0 -> 7.0 pull_requests: +25308 pull_request: https://github.com/python/cpython/pull/26720 ___ Python tracker <https://bugs.python.org/issu

[issue35089] Remove typing.io and typing.re from documentation

2021-06-14 Thread miss-islington
Change by miss-islington : -- pull_requests: +25311 pull_request: https://github.com/python/cpython/pull/26721 ___ Python tracker <https://bugs.python.org/issue35

[issue35089] Remove typing.io and typing.re from documentation

2021-06-14 Thread miss-islington
miss-islington added the comment: New changeset fc310cb862ce0411bb5daed37f7f31b75647495b by Miss Islington (bot) in branch '3.10': bpo-38291: Remove mention of typing.io and typing.re again (GH-26113) https://github.com/python/cpython/commit/fc310cb862ce0411bb5daed37f7f31

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

2021-06-14 Thread miss-islington
miss-islington added the comment: New changeset fc310cb862ce0411bb5daed37f7f31b75647495b by Miss Islington (bot) in branch '3.10': bpo-38291: Remove mention of typing.io and typing.re again (GH-26113) https://github.com/python/cpython/commit/fc310cb862ce0411bb5daed37f7f31

[issue35089] Remove typing.io and typing.re from documentation

2021-06-14 Thread miss-islington
miss-islington added the comment: New changeset 7f021952b2debb51306f70ec96a94ecc7fbffc19 by Miss Islington (bot) in branch '3.9': bpo-38291: Remove mention of typing.io and typing.re again (GH-26113) https://github.com/python/cpython/commit/7f021952b2debb51306f70ec96a94e

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

2021-06-14 Thread miss-islington
miss-islington added the comment: New changeset 7f021952b2debb51306f70ec96a94ecc7fbffc19 by Miss Islington (bot) in branch '3.9': bpo-38291: Remove mention of typing.io and typing.re again (GH-26113) https://github.com/python/cpython/commit/7f021952b2debb51306f70ec96a94e

[issue44409] compile raises SyntaxError with undocumented lineno attribute None

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

[issue44409] compile raises SyntaxError with undocumented lineno attribute None

2021-06-14 Thread miss-islington
miss-islington added the comment: New changeset 133cddf76e8265536c584872351c191e3afd66a2 by Miss Islington (bot) in branch '3.10': bpo-44409: Fix error location in tokenizer errors that happen during initialization (GH-26712) https://github.com/python/cpyt

[issue42972] [C API] Heap types (PyType_FromSpec) must fully implement the GC protocol

2021-06-15 Thread miss-islington
Change by miss-islington : -- pull_requests: +25322 pull_request: https://github.com/python/cpython/pull/26735 ___ Python tracker <https://bugs.python.org/issue42

[issue42972] [C API] Heap types (PyType_FromSpec) must fully implement the GC protocol

2021-06-15 Thread miss-islington
miss-islington added the comment: New changeset e30fe27dabbc6b48736c3c17d57f6fa542376e8f by Miss Islington (bot) in branch '3.10': bpo-42972: _thread.RLock implements the GH protocol (GH-26734) https://github.com/python/cpython/commit/e30fe27dabbc6b48736c3c17d57f6f

[issue44422] threading.enumerate(): reentrant call during a GC collection hangs

2021-06-15 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 1.0 -> 2.0 pull_requests: +25323 pull_request: https://github.com/python/cpython/pull/26737 ___ Python tracker <https://bugs.python.org/issu

[issue44422] threading.enumerate(): reentrant call during a GC collection hangs

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

[issue44422] threading.enumerate(): reentrant call during a GC collection hangs

2021-06-15 Thread miss-islington
miss-islington added the comment: New changeset c3b776f83b4c765da6d7b8854e844e07bd33c375 by Miss Islington (bot) in branch '3.10': bpo-44422: Fix threading.enumerate() reentrant call (GH-26727) https://github.com/python/cpython/commit/c3b776f83b4c765da6d7b8854e844e

[issue44342] enum with inherited type won't pickle

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

[issue43795] Implement PEP 652 -- Maintaining the Stable ABI

2021-06-16 Thread miss-islington
Change by miss-islington : -- pull_requests: +25338 pull_request: https://github.com/python/cpython/pull/26753 ___ Python tracker <https://bugs.python.org/issue43

[issue43795] Implement PEP 652 -- Maintaining the Stable ABI

2021-06-16 Thread miss-islington
miss-islington added the comment: New changeset 7fd40101b7130016fc98f05ce34746fed68ab542 by Miss Islington (bot) in branch '3.10': bpo-43795: Don't list private names in the limited API (GH-26740) https://github.com/python/cpython/commit/7fd40101b7130016fc98f05ce

[issue44392] Py_GenericAlias is not documented

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

[issue44392] Py_GenericAlias is not documented

2021-06-16 Thread miss-islington
miss-islington added the comment: New changeset 84ce737f73136c1de7c4dc92bc096ed6c963e42d by Miss Islington (bot) in branch '3.10': bpo-44392: Add Py_GenericAlias to C API docs (GH-26724) https://github.com/python/cpython/commit/84ce737f73136c1de7c4dc92bc096e

[issue44392] Py_GenericAlias is not documented

2021-06-16 Thread miss-islington
miss-islington added the comment: New changeset c7e95715ec2f2a16eace7aa35a1eb2f18e8d06ed by Ken Jin in branch '3.9': [3.9] bpo-44392: Add Py_GenericAlias to C API docs (GH-26724) (GH-26757) https://github.com/python/cpython/commit/c7e95715ec2f2a16eace7aa35a1eb2

[issue44426] Docs fail to build with Sphinx 4 due to Invalid C declaration

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

[issue44426] Docs fail to build with Sphinx 4 due to Invalid C declaration

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

[issue44389] Modules/_ssl.c, repeated 'SSL_OP_NO_TLSv1_2'

2021-06-17 Thread miss-islington
miss-islington added the comment: New changeset c544393b89f9b3e2b1a22588fc9ae58019314879 by Joe in branch 'main': bpo-44389: Fix typo in ssl deprecation warning message (GH-26754) https://github.com/python/cpython/commit/c544393b89f9b3e2b1a22588fc9ae5

[issue44389] Modules/_ssl.c, repeated 'SSL_OP_NO_TLSv1_2'

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

[issue44389] Modules/_ssl.c, repeated 'SSL_OP_NO_TLSv1_2'

2021-06-17 Thread miss-islington
miss-islington added the comment: New changeset 08f2b9dedea13d2e9d11c189914387db3a66e2ca by Miss Islington (bot) in branch '3.10': bpo-44389: Fix typo in ssl deprecation warning message (GH-26754) https://github.com/python/cpython/commit/08f2b9dedea13d2e9d11c189914387

[issue43908] array.array should remain immutable: add Py_TPFLAGS_IMMUTABLETYPE flag

2021-06-17 Thread miss-islington
Change by miss-islington : -- pull_requests: +25352 pull_request: https://github.com/python/cpython/pull/26766 ___ Python tracker <https://bugs.python.org/issue43

[issue43024] improve signature (in help, etc) for functions taking sentinel defaults

2021-06-17 Thread miss-islington
miss-islington added the comment: New changeset f73377d57c5272390de633c292c44689310a by Irit Katriel in branch 'main': bpo-43024: improve signature (in help, etc) for functions taking sent… (GH-24331) https://github.com/python/cpython/commit/f73377d57c5272390de633c292

[issue43024] improve signature (in help, etc) for functions taking sentinel defaults

2021-06-17 Thread miss-islington
Change by miss-islington : -- pull_requests: +25359 pull_request: https://github.com/python/cpython/pull/26773 ___ Python tracker <https://bugs.python.org/issue43

[issue44310] Document that lru_cache uses hard references

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

[issue44310] Document that lru_cache uses hard references

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

[issue44451] test_entry_points_by_index (test.test_importlib.test_metadata_api.APITests) fails on Fedora 33 and 34

2021-06-18 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +25374 stage: -> patch review pull_request: https://github.com/python/cpython/pull/26790 ___ Python tracker <https://bugs.python.org/i

[issue44451] test_entry_points_by_index (test.test_importlib.test_metadata_api.APITests) fails on Fedora 33 and 34

2021-06-18 Thread miss-islington
miss-islington added the comment: New changeset bf55a799e0c19285b094d71f794c301c1afaa28d by Miss Islington (bot) in branch '3.10': bpo-44451: Reset DeprecationWarning filters in test_importlib.test_entry_points_by_index (GH-26784) https://github.com/python/cpyt

[issue38820] Make Python compatible with OpenSSL 3.0.0

2021-06-19 Thread miss-islington
Change by miss-islington : -- pull_requests: +25380 pull_request: https://github.com/python/cpython/pull/26799 ___ Python tracker <https://bugs.python.org/issue38

[issue38820] Make Python compatible with OpenSSL 3.0.0

2021-06-19 Thread miss-islington
miss-islington added the comment: New changeset c6cd2ecdb64d16f640ff255e5a267b95974a8041 by Miss Islington (bot) in branch '3.10': [3.10] bpo-38820: Test with OpenSSL 3.0.0-beta1 (GH-26769) (GH-26799) https://github.com/python/cpython/commit/c6cd2ecdb64d16f640ff255e5a267b

[issue43298] Windows build cannot detect missing Windows SDK

2021-06-19 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +25383 pull_request: https://github.com/python/cpython/pull/26802 ___ Python tracker <https://bugs.python.org/issu

[issue43298] Windows build cannot detect missing Windows SDK

2021-06-19 Thread miss-islington
Change by miss-islington : -- pull_requests: +25384 pull_request: https://github.com/python/cpython/pull/26803 ___ Python tracker <https://bugs.python.org/issue43

[issue44426] Docs fail to build with Sphinx 4 due to Invalid C declaration

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

[issue44426] Docs fail to build with Sphinx 4 due to Invalid C declaration

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

[issue44087] [sqlite3] consider adding Py_TPFLAGS_DISALLOW_INSTANTIATION to sqlite3.Statement

2021-06-20 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +25395 pull_request: https://github.com/python/cpython/pull/26813 ___ Python tracker <https://bugs.python.org/issu

[issue44077] IP_RECVTOS option is missing from socket module

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

[issue44077] IP_RECVTOS option is missing from socket module

2021-06-20 Thread miss-islington
miss-islington added the comment: New changeset 28fe0159f59a761bf52c1999c8f7cb12d0d12562 by Miss Islington (bot) in branch '3.10': bpo-44077: Expose IP_RECVTOS in the socket module (GH-25992) https://github.com/python/cpython/commit/28fe0159f59a761bf52c1999c8f7cb

[issue44469] Fix tests for "async with"

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

[issue44469] Fix tests for "async with"

2021-06-21 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 1.0 -> 2.0 pull_requests: +25399 pull_request: https://github.com/python/cpython/pull/26818 ___ Python tracker <https://bugs.python.org/issu

[issue44469] Fix tests for "async with"

2021-06-21 Thread miss-islington
miss-islington added the comment: New changeset 175e264d363164c905b08688bbda751c9ff26342 by Miss Islington (bot) in branch '3.9': bpo-44469: Fix tests for "async with" with bad object (GH-26817) https://github.com/python/cpython/commit/175e264d363164c905b0

[issue44469] Fix tests for "async with"

2021-06-21 Thread miss-islington
miss-islington added the comment: New changeset 553e10498ac2020e9abdb5302c91bfb235925cef by Miss Islington (bot) in branch '3.10': bpo-44469: Fix tests for "async with" with bad object (GH-26817) https://github.com/python/cpython/commit/553e10498ac2020e9abd

[issue44434] _thread module: Remove redundant PyThread_exit_thread() call to avoid glibc fatal error: libgcc_s.so.1 must be installed for pthread_cancel to work

2021-06-21 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +25405 pull_request: https://github.com/python/cpython/pull/26824 ___ Python tracker <https://bugs.python.org/issu

[issue44395] email.message as_string() not writing unixfrom

2021-06-21 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +25409 pull_request: https://github.com/python/cpython/pull/26828 ___ Python tracker <https://bugs.python.org/issu

[issue44395] email.message as_string() not writing unixfrom

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

<    21   22   23   24   25   26   27   28   29   30   >