[issue25415] [io doc] Reword "there is no public constructor"

2022-03-04 Thread miss-islington
Change by miss-islington : -- pull_requests: +29808 pull_request: https://github.com/python/cpython/pull/31689 ___ Python tracker <https://bugs.python.org/issue25

[issue25415] [io doc] Reword "there is no public constructor"

2022-03-04 Thread miss-islington
miss-islington added the comment: New changeset 01df048831eb631dfee41175f08d09b9ad1a9538 by Miss Islington (bot) in branch '3.9': bpo-25415: Remove confusing sentence from IOBase docstrings (PR-31631) https://github.com/python/cpython/commit/01df048831eb631dfee41175f08d09

[issue25415] [io doc] Reword "there is no public constructor"

2022-03-04 Thread miss-islington
miss-islington added the comment: New changeset bdce1880365990403efdbeb60c4928c996370b0c by Miss Islington (bot) in branch '3.10': bpo-25415: Remove confusing sentence from IOBase docstrings (PR-31631) https://github.com/python/cpython/commit/bdce1880365990403efdbeb60c4928

[issue38738] Fix formatting of True and False

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

[issue38738] Fix formatting of True and False

2022-03-04 Thread miss-islington
miss-islington added the comment: New changeset fa69ec89393549a18944b3b92943709dac56a36a by Miss Islington (bot) in branch '3.10': bpo-38738: Fix formatting of True and False in the threading documentation (GH-31678) https://github.com/python/cpyt

[issue14156] argparse.FileType for '-' doesn't work for a mode of 'rb'

2022-03-06 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 17.0 -> 18.0 pull_requests: +29826 pull_request: https://github.com/python/cpython/pull/31706 ___ Python tracker <https://bugs.python.org/issu

[issue14156] argparse.FileType for '-' doesn't work for a mode of 'rb'

2022-03-06 Thread miss-islington
miss-islington added the comment: New changeset ee18df425209cfa4f394b57220177c168fc3a1da by Miss Islington (bot) in branch '3.10': bpo-14156: Make argparse.FileType work correctly for binary file modes when argument is '-' (GH-13165) https://github.com/p

[issue43292] xml.ElementTree iterparse filehandle left open

2022-03-07 Thread miss-islington
Change by miss-islington : -- pull_requests: +29836 pull_request: https://github.com/python/cpython/pull/31721 ___ Python tracker <https://bugs.python.org/issue43

[issue43292] xml.ElementTree iterparse filehandle left open

2022-03-07 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +29835 pull_request: https://github.com/python/cpython/pull/31720 ___ Python tracker <https://bugs.python.org/issu

[issue43292] xml.ElementTree iterparse filehandle left open

2022-03-07 Thread miss-islington
miss-islington added the comment: New changeset 8acbb93c0763fa53b5959fe05d86ba275c9e8a5b by Miss Islington (bot) in branch '3.10': bpo-43292: Fix file leak in `ET.iterparse()` when not exhausted (GH-31696) https://github.com/python/cpython/commit/8acbb93c0763fa53b5959fe05d86ba

[issue46932] Please update bundled libexpat to 2.4.7 with an important fix

2022-03-07 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 6.0 -> 7.0 pull_requests: +29855 pull_request: https://github.com/python/cpython/pull/31738 ___ Python tracker <https://bugs.python.org/issu

[issue46932] Please update bundled libexpat to 2.4.7 with an important fix

2022-03-07 Thread miss-islington
Change by miss-islington : -- pull_requests: +29856 pull_request: https://github.com/python/cpython/pull/31739 ___ Python tracker <https://bugs.python.org/issue46

[issue46932] Please update bundled libexpat to 2.4.7 with an important fix

2022-03-07 Thread miss-islington
Change by miss-islington : -- pull_requests: +29857 pull_request: https://github.com/python/cpython/pull/31740 ___ Python tracker <https://bugs.python.org/issue46

[issue46932] Please update bundled libexpat to 2.4.7 with an important fix

2022-03-07 Thread miss-islington
Change by miss-islington : -- pull_requests: +29858 pull_request: https://github.com/python/cpython/pull/31741 ___ Python tracker <https://bugs.python.org/issue46

[issue46932] Please update bundled libexpat to 2.4.7 with an important fix

2022-03-07 Thread miss-islington
miss-islington added the comment: New changeset 1e52e782f9742242923dec43c2bf8c1455a531e7 by Miss Islington (bot) in branch '3.10': bpo-46932: Update bundled libexpat to 2.4.7 (GH-31736) https://github.com/python/cpython/commit/1e52e782f9742242923dec43c2bf8c

[issue46932] Please update bundled libexpat to 2.4.7 with an important fix

2022-03-07 Thread miss-islington
miss-islington added the comment: New changeset f46a04469114047ff7a4078619450c590ae3f287 by Miss Islington (bot) in branch '3.9': bpo-46932: Update bundled libexpat to 2.4.7 (GH-31736) https://github.com/python/cpython/commit/f46a04469114047ff7a4078619450c

[issue45680] Documentation on `GenericAlias` objects and `__class_getitem__` could be improved

2022-03-07 Thread miss-islington
Change by miss-islington : -- pull_requests: +29860 stage: resolved -> patch review pull_request: https://github.com/python/cpython/pull/31743 ___ Python tracker <https://bugs.python.org/issu

[issue45680] Documentation on `GenericAlias` objects and `__class_getitem__` could be improved

2022-03-07 Thread miss-islington
Change by miss-islington : -- pull_requests: +29861 pull_request: https://github.com/python/cpython/pull/31744 ___ Python tracker <https://bugs.python.org/issue45

[issue46494] Mention typing_extensions in the typing documentation

2022-03-07 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 7.0 -> 8.0 pull_requests: +29862 pull_request: https://github.com/python/cpython/pull/31746 ___ Python tracker <https://bugs.python.org/issu

[issue46494] Mention typing_extensions in the typing documentation

2022-03-07 Thread miss-islington
Change by miss-islington : -- pull_requests: +29863 pull_request: https://github.com/python/cpython/pull/31747 ___ Python tracker <https://bugs.python.org/issue46

[issue45680] Documentation on `GenericAlias` objects and `__class_getitem__` could be improved

2022-03-07 Thread miss-islington
miss-islington added the comment: New changeset 06108c08ddbb4efda804eb74dd33928348102e6f by Miss Islington (bot) in branch '3.10': bpo-45680: Improve docs on subscriptions w.r.t. `GenericAlias` objects (GH-29479) https://github.com/python/cpyt

[issue45680] Documentation on `GenericAlias` objects and `__class_getitem__` could be improved

2022-03-07 Thread miss-islington
miss-islington added the comment: New changeset e83f084084296a9b16b83b324a715045d3614c92 by Miss Islington (bot) in branch '3.9': bpo-45680: Improve docs on subscriptions w.r.t. `GenericAlias` objects (GH-29479) https://github.com/python/cpyt

[issue46494] Mention typing_extensions in the typing documentation

2022-03-07 Thread miss-islington
miss-islington added the comment: New changeset e053f0e9f41791095a924e2aceaaa025a058ed57 by Miss Islington (bot) in branch '3.10': bpo-46494: Mention the typing_extensions pkg in typing docs (GH-31260) https://github.com/python/cpython/commit/e053f0e9f41791095a924e2aceaaa0

[issue46494] Mention typing_extensions in the typing documentation

2022-03-07 Thread miss-islington
miss-islington added the comment: New changeset 0c718e02f60f98275c62e8a2a152f086650e88ea by Miss Islington (bot) in branch '3.9': bpo-46494: Mention the typing_extensions pkg in typing docs (GH-31260) https://github.com/python/cpython/commit/0c718e02f60f98275c62e8a2a152f0

[issue44439] stdlib wrongly uses len() for bytes-like object

2022-03-08 Thread miss-islington
Change by miss-islington : -- pull_requests: +29869 pull_request: https://github.com/python/cpython/pull/31756 ___ Python tracker <https://bugs.python.org/issue44

[issue44439] stdlib wrongly uses len() for bytes-like object

2022-03-08 Thread miss-islington
Change by miss-islington : -- pull_requests: +29868 stage: resolved -> patch review pull_request: https://github.com/python/cpython/pull/31755 ___ Python tracker <https://bugs.python.org/issu

[issue44439] stdlib wrongly uses len() for bytes-like object

2022-03-08 Thread miss-islington
miss-islington added the comment: New changeset 21c5b3f73fb11fb0d3239971f72e8f0574a07245 by Miss Islington (bot) in branch '3.10': bpo-44439: _ZipWriteFile.write() handle buffer protocol correctly (GH-29468) https://github.com/python/cpython/commit/21c5b3f73fb11fb0d3239971f72e8f

[issue44439] stdlib wrongly uses len() for bytes-like object

2022-03-08 Thread miss-islington
miss-islington added the comment: New changeset 0663ca17f5535178c083c6734fa52e40bd2db2de by Miss Islington (bot) in branch '3.9': bpo-44439: _ZipWriteFile.write() handle buffer protocol correctly (GH-29468) https://github.com/python/cpython/commit/0663ca17f5535178c083c6734fa52e

[issue46878] [sqlite3] remove "non-standard" from docstrings

2022-03-08 Thread miss-islington
miss-islington added the comment: New changeset f3d3b2d5c5599272660f4bbd5103aa8abc7c48c4 by Erlend Egeberg Aasland in branch '3.10': [3.10] bpo-46878: Purge 'non-standard' from sqlite3 docstrings (GH-31612) (GH-31753) https://github.com/p

[issue46878] [sqlite3] remove "non-standard" from docstrings

2022-03-08 Thread miss-islington
miss-islington added the comment: New changeset 653ca6c62b0c3272310f7fa5ce9c6939e3c41d91 by Erlend Egeberg Aasland in branch '3.9': [3.9] bpo-46878: Purge 'non-standard' from sqlite3 docstrings (GH-31612) (GH-31754) https://github.com/p

[issue23325] Turn SIG_DFL and SIG_IGN into functions

2022-03-08 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 7.0 -> 8.0 pull_requests: +29876 pull_request: https://github.com/python/cpython/pull/31768 ___ Python tracker <https://bugs.python.org/issu

[issue23325] Turn SIG_DFL and SIG_IGN into functions

2022-03-08 Thread miss-islington
miss-islington added the comment: New changeset c8a47e76a391c8818bf10a282cdcd3bb5c23ebf6 by Christian Heimes in branch 'main': bpo-23325: Fix SIG_IGN and SIG_DFL int comparison in signal module (GH-31759) https://github.com/python/cpython/commit/c8a47e76a391c8818bf10a282cdcd3

[issue23325] Turn SIG_DFL and SIG_IGN into functions

2022-03-08 Thread miss-islington
miss-islington added the comment: New changeset 95b001fe6766f491f4356f8bcf23d6895bab2342 by Miss Islington (bot) in branch '3.10': bpo-23325: Fix SIG_IGN and SIG_DFL int comparison in signal module (GH-31759) https://github.com/python/cpython/commit/95b001fe6766f491f4356f8bcf23d6

[issue46955] The documentation mentions asyncio.Server. It does not exist.

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

[issue46955] The documentation mentions asyncio.Server. It does not exist.

2022-03-08 Thread miss-islington
Change by miss-islington : -- pull_requests: +29881 pull_request: https://github.com/python/cpython/pull/31774 ___ Python tracker <https://bugs.python.org/issue46

[issue46955] The documentation mentions asyncio.Server. It does not exist.

2022-03-08 Thread miss-islington
miss-islington added the comment: New changeset 20e88f78a39ff56235c1d42ba4b947f5fa8e67b7 by Miss Islington (bot) in branch '3.9': bpo-46955: Expose asyncio.base_events.Server as asyncio.Server (GH-31760) https://github.com/python/cpython/commit/20e88f78a39ff56235c1d42ba4b947

[issue46955] The documentation mentions asyncio.Server. It does not exist.

2022-03-08 Thread miss-islington
miss-islington added the comment: New changeset 8de434b332ed92ba2db90de6ed0969aee23735c2 by Miss Islington (bot) in branch '3.10': bpo-46955: Expose asyncio.base_events.Server as asyncio.Server (GH-31760) https://github.com/python/cpython/commit/8de434b332ed92ba2db90de6ed0969

[issue24959] unittest swallows part of stack trace when raising AssertionError in a TestCase

2022-03-08 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 7.0 -> 8.0 pull_requests: +29882 pull_request: https://github.com/python/cpython/pull/31775 ___ Python tracker <https://bugs.python.org/issu

[issue24959] unittest swallows part of stack trace when raising AssertionError in a TestCase

2022-03-08 Thread miss-islington
miss-islington added the comment: New changeset 26fa25a9a73f0e31bf0f0d94103fa4de38c0a3cc by Miss Islington (bot) in branch '3.10': bpo-24959: fix unittest.assertRaises bug where traceback entries are dropped from chained exceptions (GH-23688) https://github.com/python/cpyt

[issue40059] Provide a toml module in the standard library

2022-03-09 Thread miss-islington
miss-islington added the comment: New changeset 23dcea5de736b367c0244042aaca10971538b2b4 by Dominic Davis-Foster in branch 'main': bpo-40059: Fix installation of tomllib (GH-31784) https://github.com/python/cpython/commit/23dcea5de736b367c0244042aaca10971538b2b4 -- n

[issue45138] [sqlite3] expand bound values in traced statements when possible

2022-03-09 Thread miss-islington
miss-islington added the comment: New changeset e801e88744f34508aa338f9f7f3f3baee012f813 by Erlend Egeberg Aasland in branch 'main': bpo-45138: Revert GH-28240: Expand traced SQL statements (GH-31788) https://github.com/python/cpython/commit/e801e88744f34508aa338f9f7f3f3b

[issue46881] Statically allocate and initialize the latin1 characters.

2022-03-09 Thread miss-islington
miss-islington added the comment: New changeset 8714b6fa27271035dd6dd3514e283f92d669321d by Kumar Aditya in branch 'main': bpo-46881: Statically allocate and initialize the latin1 characters. (GH-31616) https://github.com/python/cpython/commit/8714b6fa27271035dd6dd3514e283f

[issue31327] [doc] Add example of platform-specific support for negative timestamps to the time doc

2022-03-11 Thread miss-islington
miss-islington added the comment: New changeset c83fc9c02c9846ec3a2d0123999c98e02f00b3f5 by slateny in branch 'main': bpo-31327: Update time documentation to reflect possible errors (GH-31460) https://github.com/python/cpython/commit/c83fc9c02c9846ec3a2d0123999c98e02f00b3f5 -

[issue31327] [doc] Add example of platform-specific support for negative timestamps to the time doc

2022-03-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +29922 pull_request: https://github.com/python/cpython/pull/31825 ___ Python tracker <https://bugs.python.org/issue31

[issue31327] [doc] Add example of platform-specific support for negative timestamps to the time doc

2022-03-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +29924 pull_request: https://github.com/python/cpython/pull/31827 ___ Python tracker <https://bugs.python.org/issue31

[issue31327] [doc] Add example of platform-specific support for negative timestamps to the time doc

2022-03-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +29923 pull_request: https://github.com/python/cpython/pull/31826 ___ Python tracker <https://bugs.python.org/issue31

[issue31327] [doc] Add example of platform-specific support for negative timestamps to the time doc

2022-03-11 Thread miss-islington
miss-islington added the comment: New changeset 30d80213ae305bd0f0ed6bec7a0dff3e97b1c321 by Miss Islington (bot) in branch '3.9': bpo-31327: Update time documentation to reflect possible errors (GH-31460) https://github.com/python/cpython/commit/30d80213ae305bd0f0ed6bec7a0dff

[issue31327] [doc] Add example of platform-specific support for negative timestamps to the time doc

2022-03-11 Thread miss-islington
miss-islington added the comment: New changeset b35b36e106152245fe68880f4073fd99ec17f65d by Miss Islington (bot) in branch '3.10': bpo-31327: Update time documentation to reflect possible errors (GH-31460) https://github.com/python/cpython/commit/b35b36e106152245fe68880f4073fd

[issue46985] Upgrade ensurepip bundled pip to 22.0.4

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

[issue46985] Upgrade ensurepip bundled pip to 22.0.4

2022-03-13 Thread miss-islington
Change by miss-islington : -- pull_requests: +29948 pull_request: https://github.com/python/cpython/pull/31850 ___ Python tracker <https://bugs.python.org/issue46

[issue46985] Upgrade ensurepip bundled pip to 22.0.4

2022-03-13 Thread miss-islington
miss-islington added the comment: New changeset 1ceda9787f586e11ccd2a94171422a2d70622a27 by Miss Islington (bot) in branch '3.10': [3.10] bpo-46985: Upgrade bundled pip to 22.0.4 (GH-31819) (GH-31849) https://github.com/python/cpython/commit/1ceda9787f586e11ccd2a94171422a

[issue46986] Upgrade ensurepip bundled setuptools to 60.9.3

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

[issue46985] Upgrade ensurepip bundled pip to 22.0.4

2022-03-13 Thread miss-islington
miss-islington added the comment: New changeset 4f340b07392dd50800f255ceee0ec1b7edd77dc9 by Miss Islington (bot) in branch '3.9': [3.9] bpo-46985: Upgrade bundled pip to 22.0.4 (GH-31819) (GH-31850) https://github.com/python/cpython/commit/4f340b07392dd50800f255ceee0ec1

[issue46986] Upgrade ensurepip bundled setuptools to 60.9.3

2022-03-13 Thread miss-islington
miss-islington added the comment: New changeset 25962e4e60235645f945d23281431b30b3c3d573 by Miss Islington (bot) in branch '3.10': bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820) https://github.com/python/cpython/commit/25962e4e60235645f945d23281431b

[issue30677] [doc] mention that os.mkdir() raises FileNotFound if path does not exist

2022-03-14 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +29974 pull_request: https://github.com/python/cpython/pull/31877 ___ Python tracker <https://bugs.python.org/issu

[issue30677] [doc] mention that os.mkdir() raises FileNotFound if path does not exist

2022-03-14 Thread miss-islington
Change by miss-islington : -- pull_requests: +29975 pull_request: https://github.com/python/cpython/pull/31878 ___ Python tracker <https://bugs.python.org/issue30

[issue30677] [doc] mention that os.mkdir() raises FileNotFound if path does not exist

2022-03-14 Thread miss-islington
miss-islington added the comment: New changeset efa72501599029d9ac3f8a2e5ce900302c7d8f56 by Miss Islington (bot) in branch '3.10': [3.10] bpo-30677: [doc] mention that os.mkdir() can raise FileNotFoundError (GH-31548) (GH-31877) https://github.com/python/cpyt

[issue30677] [doc] mention that os.mkdir() raises FileNotFound if path does not exist

2022-03-14 Thread miss-islington
miss-islington added the comment: New changeset b4fd91b4d931dd97ceaf76750d227dd042c236f8 by Miss Islington (bot) in branch '3.9': [3.9] bpo-30677: [doc] mention that os.mkdir() can raise FileNotFoundError (GH-31548) (GH-31878) https://github.com/python/cpyt

[issue31415] Add -X option to show import time

2022-03-14 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 12.0 -> 13.0 pull_requests: +29981 pull_request: https://github.com/python/cpython/pull/31883 ___ Python tracker <https://bugs.python.org/issu

[issue31415] Add -X option to show import time

2022-03-14 Thread miss-islington
Change by miss-islington : -- pull_requests: +29982 pull_request: https://github.com/python/cpython/pull/31884 ___ Python tracker <https://bugs.python.org/issue31

[issue31415] Add -X option to show import time

2022-03-14 Thread miss-islington
miss-islington added the comment: New changeset 9f1587e8d3f18729a0982774c6c4409472cbd9e3 by Miss Islington (bot) in branch '3.10': bpo-31415: importtime was made by Inada Naoki (GH-31875) https://github.com/python/cpython/commit/9f1587e8d3f18729a0982774c6c440

[issue31415] Add -X option to show import time

2022-03-14 Thread miss-islington
miss-islington added the comment: New changeset 73943ce7d31595d152dc01bf0008b37c802c0d3b by Miss Islington (bot) in branch '3.9': bpo-31415: importtime was made by Inada Naoki (GH-31875) https://github.com/python/cpython/commit/73943ce7d31595d152dc01bf0008b3

[issue43721] Documentation of property.{getter, setter, deleter} fails to mention that a *new* property is returned

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

[issue43721] Documentation of property.{getter, setter, deleter} fails to mention that a *new* property is returned

2022-03-14 Thread miss-islington
Change by miss-islington : -- pull_requests: +29985 pull_request: https://github.com/python/cpython/pull/31887 ___ Python tracker <https://bugs.python.org/issue43

[issue43721] Documentation of property.{getter, setter, deleter} fails to mention that a *new* property is returned

2022-03-14 Thread miss-islington
miss-islington added the comment: New changeset cebdc325580b49f4c7eb3c61a24c9e7f41ca736b by Miss Islington (bot) in branch '3.10': bpo-43721: Fix docstrings for property.getter/setter/deleter (GH-31046) https://github.com/python/cpython/commit/cebdc325580b49f4c7eb3c61a24c9e

[issue43721] Documentation of property.{getter, setter, deleter} fails to mention that a *new* property is returned

2022-03-14 Thread miss-islington
miss-islington added the comment: New changeset f1a5e1b89a526da0d66c5b368c924298291abb1a by Miss Islington (bot) in branch '3.9': bpo-43721: Fix docstrings for property.getter/setter/deleter (GH-31046) https://github.com/python/cpython/commit/f1a5e1b89a526da0d66c5b368c9242

[issue20392] Inconsistency with uppercase file extensions in MimeTypes.guess_type

2022-03-15 Thread miss-islington
Change by miss-islington : -- pull_requests: +29998 pull_request: https://github.com/python/cpython/pull/31904 ___ Python tracker <https://bugs.python.org/issue20

[issue20392] Inconsistency with uppercase file extensions in MimeTypes.guess_type

2022-03-15 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 6.0 -> 7.0 pull_requests: +29997 pull_request: https://github.com/python/cpython/pull/31903 ___ Python tracker <https://bugs.python.org/issu

[issue43253] asyncio open_connection fails when a socket is explicitly closed

2022-03-15 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 10.0 -> 11.0 pull_requests: +2 pull_request: https://github.com/python/cpython/pull/31905 ___ Python tracker <https://bugs.python.org/issu

[issue43253] asyncio open_connection fails when a socket is explicitly closed

2022-03-15 Thread miss-islington
Change by miss-islington : -- pull_requests: +3 pull_request: https://github.com/python/cpython/pull/31906 ___ Python tracker <https://bugs.python.org/issue43

[issue20392] Inconsistency with uppercase file extensions in MimeTypes.guess_type

2022-03-15 Thread miss-islington
miss-islington added the comment: New changeset 3c4f24face4cca9256ae79bf6968663a04daf655 by Miss Islington (bot) in branch '3.10': bpo-20392: Fix inconsistency with uppercase file extensions in mimetypes.guess_type (GH-30229) https://github.com/python/cpyt

[issue43253] asyncio open_connection fails when a socket is explicitly closed

2022-03-15 Thread miss-islington
miss-islington added the comment: New changeset 88c243fd8d5a43282ef06bd0872e3b88c68bb856 by Miss Islington (bot) in branch '3.10': bpo-43253: Don't call shutdown() for invalid socket handles (GH-31892) https://github.com/python/cpython/commit/88c243fd8d5a43282ef06bd08

[issue43253] asyncio open_connection fails when a socket is explicitly closed

2022-03-15 Thread miss-islington
miss-islington added the comment: New changeset 64a68c39cb508b016e5a4486ebb4052f6e65fca0 by Miss Islington (bot) in branch '3.9': bpo-43253: Don't call shutdown() for invalid socket handles (GH-31892) https://github.com/python/cpython/commit/64a68c39cb508b016e5a4486e

[issue20392] Inconsistency with uppercase file extensions in MimeTypes.guess_type

2022-03-15 Thread miss-islington
miss-islington added the comment: New changeset 32ae9ab55f2cd97b5a28d5398c4820d8bc96f30c by Miss Islington (bot) in branch '3.9': bpo-20392: Fix inconsistency with uppercase file extensions in mimetypes.guess_type (GH-30229) https://github.com/python/cpyt

[issue46948] [CVE-2022-26488] Escalation of privilege via Windows Installer

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

[issue46948] [CVE-2022-26488] Escalation of privilege via Windows Installer

2022-03-15 Thread miss-islington
Change by miss-islington : -- pull_requests: +30014 pull_request: https://github.com/python/cpython/pull/31923 ___ Python tracker <https://bugs.python.org/issue46

[issue46948] [CVE-2022-26488] Escalation of privilege via Windows Installer

2022-03-15 Thread miss-islington
Change by miss-islington : -- pull_requests: +30015 pull_request: https://github.com/python/cpython/pull/31924 ___ Python tracker <https://bugs.python.org/issue46

[issue46948] [CVE-2022-26488] Escalation of privilege via Windows Installer

2022-03-15 Thread miss-islington
Change by miss-islington : -- pull_requests: +30016 pull_request: https://github.com/python/cpython/pull/31925 ___ Python tracker <https://bugs.python.org/issue46

[issue46948] [CVE-2022-26488] Escalation of privilege via Windows Installer

2022-03-15 Thread miss-islington
miss-islington added the comment: New changeset 58d30b992d67c8471f79a7307e4c1cda64311e3b by Miss Islington (bot) in branch '3.10': bpo-46948: Fix launcher installer build failure due to first part of fix (GH-31920) https://github.com/python/cpyt

[issue46948] [CVE-2022-26488] Escalation of privilege via Windows Installer

2022-03-15 Thread miss-islington
miss-islington added the comment: New changeset 70eb9db39817a8f9abef801a2a4a7bb2c7411654 by Miss Islington (bot) in branch '3.9': bpo-46948: Fix launcher installer build failure due to first part of fix (GH-31920) https://github.com/python/cpyt

[issue47032] CI does not detect launcher installer build failure

2022-03-15 Thread miss-islington
miss-islington added the comment: New changeset 04fdbb4f7003a7399f7ba626cf548e2b9dac1045 by Steve Dower in branch '3.10': [3.10] bpo-47032: Ensure Windows install builds fail correctly with a non-zero exit code when part of the build fails (GH-31921) (GH-31926) https://github.

[issue47032] CI does not detect launcher installer build failure

2022-03-15 Thread miss-islington
miss-islington added the comment: New changeset ad6ddd89006b9fa4836a944c99f8076f26faf299 by Steve Dower in branch '3.9': [3.9] bpo-47032: Ensure Windows install builds fail correctly with a non-zero exit code when part of the build fails (GH-31921) (GH-31927) https://github.

[issue45979] Fix Tkinter tests with old Tk

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

[issue45979] Fix Tkinter tests with old Tk

2022-03-16 Thread miss-islington
Change by miss-islington : -- pull_requests: +30032 pull_request: https://github.com/python/cpython/pull/31939 ___ Python tracker <https://bugs.python.org/issue45

[issue47038] Rewrite asyncio.wait_for test to use IsolatedAsyncioTestCase

2022-03-16 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +30034 pull_request: https://github.com/python/cpython/pull/31943 ___ Python tracker <https://bugs.python.org/issu

[issue47038] Rewrite asyncio.wait_for test to use IsolatedAsyncioTestCase

2022-03-16 Thread miss-islington
Change by miss-islington : -- pull_requests: +30039 pull_request: https://github.com/python/cpython/pull/31948 ___ Python tracker <https://bugs.python.org/issue47

[issue47038] Rewrite asyncio.wait_for test to use IsolatedAsyncioTestCase

2022-03-16 Thread miss-islington
Change by miss-islington : -- pull_requests: +30040 pull_request: https://github.com/python/cpython/pull/31949 ___ Python tracker <https://bugs.python.org/issue47

[issue47038] Rewrite asyncio.wait_for test to use IsolatedAsyncioTestCase

2022-03-16 Thread miss-islington
miss-islington added the comment: New changeset 0412e3ae03a694af1e27d4af61ca503a6513394d by Miss Islington (bot) in branch '3.9': bpo-47038: Rewrite missed asyncio.wait_for test to use IsolatedAnsyncioTestCase (GH-31946) https://github.com/python/cpyt

[issue47038] Rewrite asyncio.wait_for test to use IsolatedAsyncioTestCase

2022-03-16 Thread miss-islington
Change by miss-islington : -- pull_requests: +30043 pull_request: https://github.com/python/cpython/pull/31952 ___ Python tracker <https://bugs.python.org/issue47

[issue47038] Rewrite asyncio.wait_for test to use IsolatedAsyncioTestCase

2022-03-16 Thread miss-islington
Change by miss-islington : -- pull_requests: +30044 pull_request: https://github.com/python/cpython/pull/31953 ___ Python tracker <https://bugs.python.org/issue47

[issue47038] Rewrite asyncio.wait_for test to use IsolatedAsyncioTestCase

2022-03-16 Thread miss-islington
miss-islington added the comment: New changeset 4e9bb27eaeb8bedcec6f25f4345824b50fc25337 by Miss Islington (bot) in branch '3.9': bpo-47038: Increase a test timeout for slow CI machines (GH-31951) https://github.com/python/cpython/commit/4e9bb27eaeb8bedcec6f25f4345824

[issue47038] Rewrite asyncio.wait_for test to use IsolatedAsyncioTestCase

2022-03-16 Thread miss-islington
miss-islington added the comment: New changeset ba76f901923d80ad9b24bb1636aa751d55e0c768 by Miss Islington (bot) in branch '3.10': bpo-47038: Increase a test timeout for slow CI machines (GH-31951) https://github.com/python/cpython/commit/ba76f901923d80ad9b24bb1636aa75

[issue45979] Fix Tkinter tests with old Tk

2022-03-17 Thread miss-islington
miss-islington added the comment: New changeset 612019e60e3a5340542122dabbc7ce5a27a8c635 by Miss Islington (bot) in branch '3.9': bpo-45979: Fix Tkinter tests with old Tk (>= 8.5.12) (GH-31938) https://github.com/python/cpython/commit/612019e60e3a5340542122dabbc

[issue46421] unittest ValueError when invoking as module

2022-03-17 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 7.0 -> 8.0 pull_requests: +30059 pull_request: https://github.com/python/cpython/pull/31969 ___ Python tracker <https://bugs.python.org/issu

[issue46421] unittest ValueError when invoking as module

2022-03-17 Thread miss-islington
Change by miss-islington : -- pull_requests: +30060 pull_request: https://github.com/python/cpython/pull/31970 ___ Python tracker <https://bugs.python.org/issue46

[issue46421] unittest ValueError when invoking as module

2022-03-17 Thread miss-islington
miss-islington added the comment: New changeset 0b5f99ad1af0892a2d6043abd8aeb10d685d3844 by Miss Islington (bot) in branch '3.10': bpo-46421: Fix unittest filename evaluation when called as a module (GH-30654) https://github.com/python/cpython/commit/0b5f99ad1af0892a2d6043abd8aeb1

[issue46968] Insufficient sigaltstack size used by CPython prevents extensions from using new ISA

2022-03-18 Thread miss-islington
miss-islington added the comment: New changeset 8e3fde728f547f1d32bde8adf62b4c50bb877b9d by Pablo Galindo Salgado in branch 'main': bpo-46968: Check for 'sys/auxv.h' in the configure script (GH-31961) https://github.com/python/cpython/commit/8e3fde728f547f1d32bd

[issue45979] Fix Tkinter tests with old Tk

2022-03-18 Thread miss-islington
Change by miss-islington : -- pull_requests: +30062 pull_request: https://github.com/python/cpython/pull/31972 ___ Python tracker <https://bugs.python.org/issue45

[issue45979] Fix Tkinter tests with old Tk

2022-03-18 Thread miss-islington
miss-islington added the comment: New changeset d27af88c1bcf3c6c185f81218b7bf86b38128ea9 by Miss Islington (bot) in branch '3.10': bpo-45979: Fix Tkinter tests with old Tk (>= 8.5.12) (GH-31938) https://github.com/python/cpython/commit/d27af88c1bcf3c6c185f81218b7

[issue40296] help(list[int]) fails

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

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