[issue46263] FreeBSD buildbots cannot compile Python

2022-01-06 Thread miss-islington
Change by miss-islington : -- pull_requests: +28643 pull_request: https://github.com/python/cpython/pull/30436 ___ Python tracker <https://bugs.python.org/issue46

[issue46278] AbstractEventLoop.call_* should reflect the 'context' argument

2022-01-06 Thread miss-islington
miss-islington added the comment: New changeset cb0683128b8f413e0f16293752014902d4de4984 by Miss Islington (bot) in branch '3.9': bpo-46278: fix typo introduced in GH-30427 (GH-30430) https://github.com/python/cpython/commit/cb0683128b8f413e0f16293752014902d4de4984

[issue46278] AbstractEventLoop.call_* should reflect the 'context' argument

2022-01-06 Thread miss-islington
Change by miss-islington : -- pull_requests: +28638 pull_request: https://github.com/python/cpython/pull/30432 ___ Python tracker <https://bugs.python.org/issue46

[issue46278] AbstractEventLoop.call_* should reflect the 'context' argument

2022-01-06 Thread miss-islington
miss-islington added the comment: New changeset b50e5e916a05df65ab6a255af7624b751e0fe9d1 by Kumar Aditya in branch 'main': bpo-46278: fix typo introduced in GH-30427 (GH-30430) https://github.com/python/cpython/commit/b50e5e916a05df65ab6a255af7624b751e0fe9d1

[issue46278] AbstractEventLoop.call_* should reflect the 'context' argument

2022-01-06 Thread miss-islington
Change by miss-islington : -- pull_requests: +28637 pull_request: https://github.com/python/cpython/pull/30431 ___ Python tracker <https://bugs.python.org/issue46

[issue46278] AbstractEventLoop.call_* should reflect the 'context' argument

2022-01-06 Thread miss-islington
Change by miss-islington : -- pull_requests: +28636 pull_request: https://github.com/python/cpython/pull/30429 ___ Python tracker <https://bugs.python.org/issue46

[issue46278] AbstractEventLoop.call_* should reflect the 'context' argument

2022-01-06 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +28635 pull_request: https://github.com/python/cpython/pull/30428 ___ Python tracker <https://bugs.python.org/issu

[issue46266] Improve day constants (`MONDAY` ... `SUNDAY`) in `calendar.py`

2022-01-05 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +28629 pull_request: https://github.com/python/cpython/pull/30424 ___ Python tracker <https://bugs.python.org/issu

[issue46236] PyFunction_GetAnnotations returning Tuple vs Dict

2022-01-05 Thread miss-islington
miss-islington added the comment: New changeset da8be157f4e275c4c32b9199f1466ed7e52f62cf by Miss Islington (bot) in branch '3.10': bpo-46236: Fix PyFunction_GetAnnotations() returned tuple. (GH-30409) https://github.com/python/cpython/commit/da8be157f4e275c4c32b9199f1466ed7e52f62cf

[issue46236] PyFunction_GetAnnotations returning Tuple vs Dict

2022-01-05 Thread miss-islington
Change by miss-islington : -- pull_requests: +28624 pull_request: https://github.com/python/cpython/pull/30420 ___ Python tracker <https://bugs.python.org/issue46

[issue46236] PyFunction_GetAnnotations returning Tuple vs Dict

2022-01-05 Thread miss-islington
miss-islington added the comment: New changeset 46e4c257e7c26c813620232135781e6c53fe8d4d by Inada Naoki in branch 'main': bpo-46236: Fix PyFunction_GetAnnotations() returned tuple. (GH-30409) https://github.com/python/cpython/commit/46e4c257e7c26c813620232135781e6c53fe8d4d -- nosy

[issue46263] FreeBSD buildbots cannot compile Python

2022-01-05 Thread miss-islington
miss-islington added the comment: New changeset 64199e9235275a795097ee0c53b2c560e21c70d0 by Miss Islington (bot) in branch '3.9': bpo-46263: Don't use MULTIARCH on FreeBSD (GH-30410) https://github.com/python/cpython/commit/64199e9235275a795097ee0c53b2c560e21c70d0

[issue46263] FreeBSD buildbots cannot compile Python

2022-01-05 Thread miss-islington
miss-islington added the comment: New changeset 7e951f356ec76a5a5fdb851d71df5d120014bf3f by Miss Islington (bot) in branch '3.10': bpo-46263: Don't use MULTIARCH on FreeBSD (GH-30410) https://github.com/python/cpython/commit/7e951f356ec76a5a5fdb851d71df5d120014bf3f

[issue46263] FreeBSD buildbots cannot compile Python

2022-01-05 Thread miss-islington
Change by miss-islington : -- pull_requests: +28620 pull_request: https://github.com/python/cpython/pull/30414 ___ Python tracker <https://bugs.python.org/issue46

[issue46263] FreeBSD buildbots cannot compile Python

2022-01-05 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 6.0 -> 7.0 pull_requests: +28619 pull_request: https://github.com/python/cpython/pull/30413 ___ Python tracker <https://bugs.python.org/issu

[issue20369] concurrent.futures.wait() blocks forever when given duplicate Futures

2022-01-04 Thread miss-islington
miss-islington added the comment: New changeset 9a9061d1ca7e28dc2b7e326153e933872c7cd452 by Miss Islington (bot) in branch '3.9': bpo-20369: concurrent.futures.wait() now deduplicates futures given a… (GH-30168) https://github.com/python/cpython/commit

[issue20369] concurrent.futures.wait() blocks forever when given duplicate Futures

2022-01-04 Thread miss-islington
miss-islington added the comment: New changeset ba124672d7bf490bea2930a3e8371823db5d4cae by Miss Islington (bot) in branch '3.10': bpo-20369: concurrent.futures.wait() now deduplicates futures given a… (GH-30168) https://github.com/python/cpython/commit

[issue20369] concurrent.futures.wait() blocks forever when given duplicate Futures

2022-01-04 Thread miss-islington
Change by miss-islington : -- pull_requests: +28609 pull_request: https://github.com/python/cpython/pull/30401 ___ Python tracker <https://bugs.python.org/issue20

[issue20369] concurrent.futures.wait() blocks forever when given duplicate Futures

2022-01-04 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +28608 pull_request: https://github.com/python/cpython/pull/30400 ___ Python tracker <https://bugs.python.org/issu

[issue33252] [doc] Clarify ResourceWarning documentation

2022-01-04 Thread miss-islington
Change by miss-islington : -- pull_requests: +28605 pull_request: https://github.com/python/cpython/pull/30396 ___ Python tracker <https://bugs.python.org/issue33

[issue33252] [doc] Clarify ResourceWarning documentation

2022-01-04 Thread miss-islington
miss-islington added the comment: New changeset b949845b36b999185ed2bdf8a04dca1da39f3002 by Hugo van Kemenade in branch 'main': bpo-33252: Document that ResourceWarning is ignored by default (GH-30358) https://github.com/python/cpython/commit/b949845b36b999185ed2bdf8a04dca1da39f3002

[issue33252] [doc] Clarify ResourceWarning documentation

2022-01-04 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +28604 pull_request: https://github.com/python/cpython/pull/30395 ___ Python tracker <https://bugs.python.org/issu

[issue46231] grammar rule definition is missing: invalid_double_starred_kvpairs

2022-01-04 Thread miss-islington
miss-islington added the comment: New changeset 743394f2811796b30b618d4cb6dd582715f8638c by Miss Islington (bot) in branch '3.10': bpo-46231: Remove invalid_* rules preceded by more tokens from the grammar docs (GH-30341) https://github.com/python/cpython/commit

[issue46231] grammar rule definition is missing: invalid_double_starred_kvpairs

2022-01-04 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +28600 pull_request: https://github.com/python/cpython/pull/30391 ___ Python tracker <https://bugs.python.org/issu

[issue46231] grammar rule definition is missing: invalid_double_starred_kvpairs

2022-01-04 Thread miss-islington
Change by miss-islington : -- pull_requests: +28601 pull_request: https://github.com/python/cpython/pull/30392 ___ Python tracker <https://bugs.python.org/issue46

[issue46240] Incorrect hint about forgetting a comma

2022-01-04 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +28599 pull_request: https://github.com/python/cpython/pull/30390 ___ Python tracker <https://bugs.python.org/issu

[issue46239] Incosistent error message in asyncio: windows_events / windows_utils

2022-01-04 Thread miss-islington
miss-islington added the comment: New changeset 86d1b8c13fcaf8a974cf2ae23b31fe87dfdb6267 by Miss Islington (bot) in branch '3.9': bpo-46239: improve error message when importing `asyncio.windows_events` (GH-30353) https://github.com/python/cpython/commit

[issue46239] Incosistent error message in asyncio: windows_events / windows_utils

2022-01-04 Thread miss-islington
Change by miss-islington : -- pull_requests: +28598 pull_request: https://github.com/python/cpython/pull/30389 ___ Python tracker <https://bugs.python.org/issue46

[issue46239] Incosistent error message in asyncio: windows_events / windows_utils

2022-01-04 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +28597 pull_request: https://github.com/python/cpython/pull/30388 ___ Python tracker <https://bugs.python.org/issu

[issue44092] [sqlite3] Remove special rollback handling

2022-01-03 Thread miss-islington
miss-islington added the comment: New changeset f1a58441eea6b7788c64d03a80ea35996301e550 by Erlend Egeberg Aasland in branch 'main': bpo-44092: Remove unused member `reset` from `sqlite3.Cursor` (GH-30377) https://github.com/python/cpython/commit/f1a58441eea6b7788c64d03a80ea35996301e550

[issue34538] Remove encouragement to author a base class for all Exception subclasses in a module

2022-01-03 Thread miss-islington
miss-islington added the comment: New changeset 4affb996ce6353dd029ece0c7d36f7c7c0af2de3 by Miss Islington (bot) in branch '3.9': bpo-34538: Remove Exception subclassing from tutorial (GH-30361) https://github.com/python/cpython/commit/4affb996ce6353dd029ece0c7d36f7c7c0af2de3

[issue34538] Remove encouragement to author a base class for all Exception subclasses in a module

2022-01-03 Thread miss-islington
miss-islington added the comment: New changeset 0b3c3cbbaf2967cc17531d65ece0969b0d2a2079 by Miss Islington (bot) in branch '3.10': bpo-34538: Remove Exception subclassing from tutorial (GH-30361) https://github.com/python/cpython/commit/0b3c3cbbaf2967cc17531d65ece0969b0d2a2079

[issue34538] Remove encouragement to author a base class for all Exception subclasses in a module

2022-01-03 Thread miss-islington
Change by miss-islington : -- pull_requests: +28585 pull_request: https://github.com/python/cpython/pull/30374 ___ Python tracker <https://bugs.python.org/issue34

[issue34538] Remove encouragement to author a base class for all Exception subclasses in a module

2022-01-03 Thread miss-islington
miss-islington added the comment: New changeset 2db56130631255ca2eb504519430fb2f1fe789e9 by Hugo van Kemenade in branch 'main': bpo-34538: Remove Exception subclassing from tutorial (GH-30361) https://github.com/python/cpython/commit/2db56130631255ca2eb504519430fb2f1fe789e9 -- nosy

[issue34538] Remove encouragement to author a base class for all Exception subclasses in a module

2022-01-03 Thread miss-islington
Change by miss-islington : -- pull_requests: +28586 pull_request: https://github.com/python/cpython/pull/30375 ___ Python tracker <https://bugs.python.org/issue34

[issue34931] os.path.splitext with more dots

2022-01-03 Thread miss-islington
Change by miss-islington : -- pull_requests: +28582 pull_request: https://github.com/python/cpython/pull/30369 ___ Python tracker <https://bugs.python.org/issue34

[issue34931] os.path.splitext with more dots

2022-01-03 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 8.0 -> 9.0 pull_requests: +28581 pull_request: https://github.com/python/cpython/pull/30368 ___ Python tracker <https://bugs.python.org/issu

[issue40477] Python Launcher app on macOS 10.15+ fails to run scripts

2022-01-02 Thread miss-islington
miss-islington added the comment: New changeset 50da397be4f71e5c12759281446b06ce14b6a5c4 by Miss Islington (bot) in branch '3.9': bpo-40477: macOS Python Launcher app fixes for recent macOS releases (GH-30348) https://github.com/python/cpython/commit/50da397be4f71e5c12759281446b06ce14b6a5c4

[issue40477] Python Launcher app on macOS 10.15+ fails to run scripts

2022-01-02 Thread miss-islington
Change by miss-islington : -- pull_requests: +28563 pull_request: https://github.com/python/cpython/pull/30350 ___ Python tracker <https://bugs.python.org/issue40

[issue40477] Python Launcher app on macOS 10.15+ fails to run scripts

2022-01-02 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 6.0 -> 7.0 pull_requests: +28562 pull_request: https://github.com/python/cpython/pull/30349 ___ Python tracker <https://bugs.python.org/issu

[issue46229] CODE_OF_CONDUCT shadowing org default

2022-01-02 Thread miss-islington
miss-islington added the comment: New changeset fedefa67350c72dde121f68cbe7aa70face6805e by Nikita Sobolev in branch 'main': bpo-46229: remove `CODE_OF_CONDUCT.md` to use org default (GH-30342) https://github.com/python/cpython/commit/fedefa67350c72dde121f68cbe7aa70face6805e

[issue41028] Move docs.python.org language and version switcher out of cpython

2022-01-02 Thread miss-islington
Change by miss-islington : -- pull_requests: +28556 pull_request: https://github.com/python/cpython/pull/30344 ___ Python tracker <https://bugs.python.org/issue41

[issue41028] Move docs.python.org language and version switcher out of cpython

2022-01-02 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +28555 pull_request: https://github.com/python/cpython/pull/30343 ___ Python tracker <https://bugs.python.org/issu

[issue46228] argparse docs: default for prog= in ArgumentParser() should be basename of argv[0], not argv[0], to match behaviour

2022-01-02 Thread miss-islington
Change by miss-islington : -- keywords: +patch nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +28551 pull_request: https://github.com/python/cpython/pull/30339 ___ Python tracker <https://bugs.python.org/issu

[issue46095] Improve SeqIter documentation

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

[issue46079] [doc] Broken URL in "Brief Tour of the Standard Library"

2022-01-01 Thread miss-islington
Change by miss-islington : -- pull_requests: +28544 pull_request: https://github.com/python/cpython/pull/30329 ___ Python tracker <https://bugs.python.org/issue46

[issue46079] [doc] Broken URL in "Brief Tour of the Standard Library"

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

[issue46085] OrderedDict iterator allocates di_result unnecessarily

2021-12-29 Thread miss-islington
miss-islington added the comment: New changeset 2d4049da1f61df5cb4314d7e10b54fa556880b0e by Miss Islington (bot) in branch '3.9': bpo-46085: Fix iterator cache mechanism of OrderedDict. (GH-30290) https://github.com/python/cpython/commit/2d4049da1f61df5cb4314d7e10b54fa556880b0e

[issue46085] OrderedDict iterator allocates di_result unnecessarily

2021-12-29 Thread miss-islington
miss-islington added the comment: New changeset 1b37268ef10bd20c30d349b8401c88215c8a6be8 by Miss Islington (bot) in branch '3.10': bpo-46085: Fix iterator cache mechanism of OrderedDict. (GH-30290) https://github.com/python/cpython/commit/1b37268ef10bd20c30d349b8401c88215c8a6be8

[issue46085] OrderedDict iterator allocates di_result unnecessarily

2021-12-29 Thread miss-islington
Change by miss-islington : -- pull_requests: +28512 pull_request: https://github.com/python/cpython/pull/30300 ___ Python tracker <https://bugs.python.org/issue46

[issue46085] OrderedDict iterator allocates di_result unnecessarily

2021-12-29 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +28511 pull_request: https://github.com/python/cpython/pull/30299 ___ Python tracker <https://bugs.python.org/issu

[issue38522] Py_USING_MEMORY_DEBUGGER is referenced in docs but not present in code

2021-12-29 Thread miss-islington
Change by miss-islington : -- pull_requests: +28509 pull_request: https://github.com/python/cpython/pull/30296 ___ Python tracker <https://bugs.python.org/issue38

[issue38522] Py_USING_MEMORY_DEBUGGER is referenced in docs but not present in code

2021-12-29 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +28508 pull_request: https://github.com/python/cpython/pull/30295 ___ Python tracker <https://bugs.python.org/issu

[issue46120] Add note to `typing.Union` that it is recommended to use `|` instead

2021-12-29 Thread miss-islington
miss-islington added the comment: New changeset ed1671ced7c9b951dfc16a0cf32a2b4eab914cf1 by Miss Islington (bot) in branch '3.10': [3.10] bpo-46120: State that `|` is preferred over `Union` (GH-30222) (GH-30250) https://github.com/python/cpython/commit

[issue45496] Tkinter: test_winfo_rgb failure

2021-12-26 Thread miss-islington
miss-islington added the comment: New changeset aa056ed472e9d0a79ea21784f6f5171d12a13f85 by Miss Islington (bot) in branch '3.9': bpo-45496: Allow flexibility in winfo_rgb tests (GH-30185) https://github.com/python/cpython/commit/aa056ed472e9d0a79ea21784f6f5171d12a13f85

[issue45496] Tkinter: test_winfo_rgb failure

2021-12-26 Thread miss-islington
miss-islington added the comment: New changeset bb0b5c12419b8fa657c96185d62212aea975f500 by Miss Islington (bot) in branch '3.10': bpo-45496: Allow flexibility in winfo_rgb tests (GH-30185) https://github.com/python/cpython/commit/bb0b5c12419b8fa657c96185d62212aea975f500

[issue45496] Tkinter: test_winfo_rgb failure

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

[issue45496] Tkinter: test_winfo_rgb failure

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

[issue23819] test_asyncio fails when run under -O

2021-12-26 Thread miss-islington
Change by miss-islington : -- pull_requests: +28482 pull_request: https://github.com/python/cpython/pull/30265 ___ Python tracker <https://bugs.python.org/issue23

[issue45878] Use `self.assertRaises` instead of `try/except` in `ctypes/test_functions.py::test_mro`

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

[issue46032] functools' singledispatch does not support GenericAlias

2021-12-25 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 6.0 -> 7.0 pull_requests: +28476 pull_request: https://github.com/python/cpython/pull/30255 ___ Python tracker <https://bugs.python.org/issu

[issue46120] Add note to `typing.Union` that it is recommended to use `|` instead

2021-12-24 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +28472 pull_request: https://github.com/python/cpython/pull/30250 ___ Python tracker <https://bugs.python.org/issu

[issue46150] test_pathlib assumes "fakeuser" does not exist as user

2021-12-24 Thread miss-islington
miss-islington added the comment: New changeset d718764f389acd1bf4a5a65661bb58862f14fb98 by Miss Islington (bot) in branch '3.9': bpo-46150: ensure `fakeuser` does not exist in `PosixPathTest.test_expanduser` (GH-30240) https://github.com/python/cpython/commit

[issue46150] test_pathlib assumes "fakeuser" does not exist as user

2021-12-24 Thread miss-islington
miss-islington added the comment: New changeset 8005e22c9c71708ead0e5b16e55e005844c5131f by Miss Islington (bot) in branch '3.10': bpo-46150: ensure `fakeuser` does not exist in `PosixPathTest.test_expanduser` (GH-30240) https://github.com/python/cpython/commit

[issue46150] test_pathlib assumes "fakeuser" does not exist as user

2021-12-24 Thread miss-islington
Change by miss-islington : -- pull_requests: +28468, 28469, 28470 pull_request: https://github.com/python/cpython/pull/30249 ___ Python tracker <https://bugs.python.org/issue46

[issue46150] test_pathlib assumes "fakeuser" does not exist as user

2021-12-24 Thread miss-islington
Change by miss-islington : -- pull_requests: +28468, 28469 pull_request: https://github.com/python/cpython/pull/30249 ___ Python tracker <https://bugs.python.org/issue46

[issue46150] test_pathlib assumes "fakeuser" does not exist as user

2021-12-24 Thread miss-islington
Change by miss-islington : -- pull_requests: +28468 pull_request: https://github.com/python/cpython/pull/30249 ___ Python tracker <https://bugs.python.org/issue46

[issue23522] Misleading note in Statistics module documentation

2021-12-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +28445 pull_request: https://github.com/python/cpython/pull/30220 ___ Python tracker <https://bugs.python.org/issue23

[issue23522] Misleading note in Statistics module documentation

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

[issue23819] test_asyncio fails when run under -O

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

[issue46104] Reduce use of old-style syntax in typing docs

2021-12-19 Thread miss-islington
miss-islington added the comment: New changeset 0c0bd78ccf8e1eb1d8ecfce423daf2a2f8ca6d3b by Miss Islington (bot) in branch '3.10': [3.10] bpo-46104: Fix example broken by GH-30148 (GH-30203) (GH-30209) https://github.com/python/cpython/commit/0c0bd78ccf8e1eb1d8ecfce423daf2a2f8ca6d3b

[issue46104] Reduce use of old-style syntax in typing docs

2021-12-19 Thread miss-islington
miss-islington added the comment: New changeset 8e4564d14ae0fc97cfea4de9e271468d4c28a6fe by Miss Islington (bot) in branch '3.9': [3.9] bpo-46104: Fix example broken by GH-30148 (GH-30203) (GH-30210) https://github.com/python/cpython/commit/8e4564d14ae0fc97cfea4de9e271468d4c28a6fe

[issue46104] Reduce use of old-style syntax in typing docs

2021-12-19 Thread miss-islington
Change by miss-islington : -- pull_requests: +28431 pull_request: https://github.com/python/cpython/pull/30210 ___ Python tracker <https://bugs.python.org/issue46

[issue46104] Reduce use of old-style syntax in typing docs

2021-12-19 Thread miss-islington
Change by miss-islington : -- pull_requests: +28430 pull_request: https://github.com/python/cpython/pull/30209 ___ Python tracker <https://bugs.python.org/issue46

[issue46076] Document using __slots__ to provide per-attribute docstrings

2021-12-19 Thread miss-islington
Change by miss-islington : -- pull_requests: +28428 pull_request: https://github.com/python/cpython/pull/30207 ___ Python tracker <https://bugs.python.org/issue46

[issue46076] Document using __slots__ to provide per-attribute docstrings

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

[issue46130] Untranslatable link text in whatsnew/3.10

2021-12-19 Thread miss-islington
miss-islington added the comment: New changeset 9a28cf19b5d5f79eb072afc582f7baa9e7bd3ac2 by Miss Islington (bot) in branch '3.10': bpo-46130: [docs] Add anchor for whatsnew/3.10 type hint section (GH-30199) https://github.com/python/cpython/commit/9a28cf19b5d5f79eb072afc582f7baa9e7bd3ac2

[issue46130] Untranslatable link text in whatsnew/3.10

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

[issue31914] Document Pool.(star)map return type

2021-12-18 Thread miss-islington
Change by miss-islington : -- pull_requests: +28413 pull_request: https://github.com/python/cpython/pull/30192 ___ Python tracker <https://bugs.python.org/issue31

[issue31914] Document Pool.(star)map return type

2021-12-18 Thread miss-islington
Change by miss-islington : -- keywords: +patch, patch nosy: +miss-islington, miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +28411, 28412 stage: backport needed -> patch review pull_request: https://github.com/python/cpython/pull

[issue31914] Document Pool.(star)map return type

2021-12-18 Thread miss-islington
Change by miss-islington : -- keywords: +patch nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +28411 stage: backport needed -> patch review pull_request: https://github.com/python/cpython/pull/30191 ___ Python tracker

[issue46044] Update distutils documentation to say PyPI only accepts tar.gz and zip.

2021-12-18 Thread miss-islington
miss-islington added the comment: New changeset fe68486197cb26a69ecce9353271d91adf885cb5 by Matthias Bussonnier in branch 'main': bpo-46044: Fix doc typo introduced in GH-30043 (GH-30171) https://github.com/python/cpython/commit/fe68486197cb26a69ecce9353271d91adf885cb5

[issue37578] Change Glob: Allow Recursion for Hidden Files

2021-12-18 Thread miss-islington
miss-islington added the comment: New changeset ae36cd1e792db9d6db4c6847ec2a7d50a71f2b68 by andrei kulakov in branch 'main': bpo-37578: glob.glob -- added include_hidden parameter (GH-30153) https://github.com/python/cpython/commit/ae36cd1e792db9d6db4c6847ec2a7d50a71f2b68 -- nosy

[issue46113] Typos and minor fixes in built in types documentation

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

[issue46113] Typos and minor fixes in built in types documentation

2021-12-18 Thread miss-islington
Change by miss-islington : -- pull_requests: +28407 pull_request: https://github.com/python/cpython/pull/30187 ___ Python tracker <https://bugs.python.org/issue46

[issue46099] Solaris: Fix pthread_getcpuclockid test

2021-12-18 Thread miss-islington
Change by miss-islington : -- pull_requests: +28404 pull_request: https://github.com/python/cpython/pull/30184 ___ Python tracker <https://bugs.python.org/issue46

[issue46099] Solaris: Fix pthread_getcpuclockid test

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

[issue46104] Reduce use of old-style syntax in typing docs

2021-12-18 Thread miss-islington
miss-islington added the comment: New changeset a66be9185c6e0299293a06e21a6f599dfe6c3f60 by Miss Islington (bot) in branch '3.10': [3.10] bpo-46104: Reduce use of pre-PEP 526 syntax in typing docs (GH-30148) (GH-30179) https://github.com/python/cpython/commit

[issue46104] Reduce use of old-style syntax in typing docs

2021-12-18 Thread miss-islington
miss-islington added the comment: New changeset 43cb8f483b9f815abf9801e05ec70ae55ca3c5a5 by Miss Islington (bot) in branch '3.9': [3.9] bpo-46104: Reduce use of pre-PEP 526 syntax in typing docs (GH-30148) (GH-30180) https://github.com/python/cpython/commit

[issue46104] Reduce use of old-style syntax in typing docs

2021-12-18 Thread miss-islington
Change by miss-islington : -- pull_requests: +28399 pull_request: https://github.com/python/cpython/pull/30180 ___ Python tracker <https://bugs.python.org/issue46

[issue46104] Reduce use of old-style syntax in typing docs

2021-12-18 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +28398 pull_request: https://github.com/python/cpython/pull/30179 ___ Python tracker <https://bugs.python.org/issu

[issue46114] OpenSSL 3.0 uses different version scheme

2021-12-17 Thread miss-islington
miss-islington added the comment: New changeset 251d2eadc7f5b4042245709f41c38169a284e146 by Miss Islington (bot) in branch '3.10': bpo-46114: Fix OpenSSL version check for 3.0.1 (GH-30170) https://github.com/python/cpython/commit/251d2eadc7f5b4042245709f41c38169a284e146

[issue46114] OpenSSL 3.0 uses different version scheme

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

[issue45755] Specialized generic class does not return class attributes in dir

2021-12-17 Thread miss-islington
miss-islington added the comment: New changeset 87539cc716fab47cd4f501f2441c4ab8e80bce6f by Miss Islington (bot) in branch '3.10': bpo-45755: [typing] Reveal class attributes of generic in generic aliases in `dir()` (GH-29962) https://github.com/python/cpython/commit

[issue45755] Specialized generic class does not return class attributes in dir

2021-12-17 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +28383 pull_request: https://github.com/python/cpython/pull/30166 ___ Python tracker <https://bugs.python.org/issu

[issue46111] test_unittest fails in optimized mode

2021-12-17 Thread miss-islington
miss-islington added the comment: New changeset 72225b5bdf5d2c70307dbad0d3a1caa39c95a22a by Miss Islington (bot) in branch '3.9': bpo-46111: Fix unittest tests in optimized mode (GH-30163) https://github.com/python/cpython/commit/72225b5bdf5d2c70307dbad0d3a1caa39c95a22a

[issue46111] test_unittest fails in optimized mode

2021-12-17 Thread miss-islington
miss-islington added the comment: New changeset 9fe8fb74a1e21ab881c70111813266d67bfda016 by Miss Islington (bot) in branch '3.10': bpo-46111: Fix unittest tests in optimized mode (GH-30163) https://github.com/python/cpython/commit/9fe8fb74a1e21ab881c70111813266d67bfda016

[issue46111] test_unittest fails in optimized mode

2021-12-17 Thread miss-islington
Change by miss-islington : -- pull_requests: +28382 pull_request: https://github.com/python/cpython/pull/30165 ___ Python tracker <https://bugs.python.org/issue46

[issue46111] test_unittest fails in optimized mode

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

[issue46105] Requirement syntax broken when extras indicated on url_req

2021-12-16 Thread miss-islington
miss-islington added the comment: New changeset 09d7319bfe0006d9aa3fc14833b69c24ccafdca6 by Miss Islington (bot) in branch '3.10': bpo-46105: Honor spec when generating requirement specs with urls and extras. (GH-30151) https://github.com/python/cpython/commit

<    3   4   5   6   7   8   9   10   11   12   >