[issue43562] test_ssl.NetworkedTests.test_timeout_connect_ex fails if network is unreachable

2021-03-27 Thread miss-islington
miss-islington added the comment: New changeset 29c451c6989c3c94fa0a9facf187c24f3cbf2420 by Carl Meyer in branch 'master': bpo-43562: fix test_ssl to skip on unreachable network (GH-24937) https://github.com/python/cpython/commit/29c451c6989c3c94fa0a9facf187c24f3cbf2420 -

[issue43562] test_ssl.NetworkedTests.test_timeout_connect_ex fails if network is unreachable

2021-03-27 Thread miss-islington
Change by miss-islington : -- pull_requests: +23794 pull_request: https://github.com/python/cpython/pull/25046 ___ Python tracker <https://bugs.python.org/issue43

[issue43562] test_ssl.NetworkedTests.test_timeout_connect_ex fails if network is unreachable

2021-03-27 Thread miss-islington
Change by miss-islington : -- pull_requests: +23795 pull_request: https://github.com/python/cpython/pull/25047 ___ Python tracker <https://bugs.python.org/issue43

[issue43644] importlib.resources.as_file undocumented

2021-03-27 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 1.0 -> 2.0 pull_requests: +23798 pull_request: https://github.com/python/cpython/pull/25049 ___ Python tracker <https://bugs.python.org/issu

[issue43644] importlib.resources.as_file undocumented

2021-03-27 Thread miss-islington
miss-islington added the comment: New changeset 138e039ff9e5330709643b1bfe623eeac8fdc681 by Miss Islington (bot) in branch '3.9': bpo-43644: Add docs for importlib.resources.as_file. (GH-25048) https://github.com/python/cpython/commit/138e039ff9e5330709643b1bfe623e

[issue31907] doc: Clarify error message when attempting to call function via str.format()

2021-03-28 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +23802 pull_request: https://github.com/python/cpython/pull/25055 ___ Python tracker <https://bugs.python.org/issu

[issue31907] doc: Clarify error message when attempting to call function via str.format()

2021-03-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +23803 pull_request: https://github.com/python/cpython/pull/25056 ___ Python tracker <https://bugs.python.org/issue31

[issue31907] doc: Clarify error message when attempting to call function via str.format()

2021-03-28 Thread miss-islington
miss-islington added the comment: New changeset 24ba0ea9e0160cc85e0fa24f32b1651c8b3a24b0 by Miss Islington (bot) in branch '3.8': [3.8] bpo-31907: [doc] clarify that str.format() does not support arbitrary expressions (GH-25053) (GH-25056) https://github.com/python/cpyt

[issue42988] [security] CVE-2021-3426: Information disclosure via pydoc -p: /getfile?key=path allows to read arbitrary file on the filesystem

2021-03-29 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 10.0 -> 11.0 pull_requests: +23814 pull_request: https://github.com/python/cpython/pull/25064 ___ Python tracker <https://bugs.python.org/issu

[issue42988] [security] CVE-2021-3426: Information disclosure via pydoc -p: /getfile?key=path allows to read arbitrary file on the filesystem

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

[issue42988] [security] CVE-2021-3426: Information disclosure via pydoc -p: /getfile?key=path allows to read arbitrary file on the filesystem

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

[issue42988] [security] CVE-2021-3426: Information disclosure via pydoc -p: /getfile?key=path allows to read arbitrary file on the filesystem

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

[issue42988] [security] CVE-2021-3426: Information disclosure via pydoc -p: /getfile?key=path allows to read arbitrary file on the filesystem

2021-03-29 Thread miss-islington
miss-islington added the comment: New changeset 7e38d3309e0a5a7b9e23ef933aef0079c6e317f7 by Miss Islington (bot) in branch '3.8': bpo-42988: Remove the pydoc getfile feature (GH-25015) https://github.com/python/cpython/commit/7e38d3309e0a5a7b9e23ef933aef00

[issue42988] [security] CVE-2021-3426: Information disclosure via pydoc -p: /getfile?key=path allows to read arbitrary file on the filesystem

2021-03-29 Thread miss-islington
miss-islington added the comment: New changeset ed753d94856213ae9fc028195f670e66a24e2334 by Miss Islington (bot) in branch '3.9': bpo-42988: Remove the pydoc getfile feature (GH-25015) https://github.com/python/cpython/commit/ed753d94856213ae9fc028195f670e

[issue40645] Use OpenSSL's HMAC API

2021-03-29 Thread miss-islington
miss-islington added the comment: New changeset 70cdf1812cf479c6b1cd7435a6fc0679ec1fb0da by Pablo Galindo in branch 'master': bpo-40645: Fix reference leak in the _hashopenssl extension (GH-25063) https://github.com/python/cpython/commit/70cdf1812cf479c6b1cd7435a6fc06

[issue43433] xmlrpc.client ignores query in URI ("?action=xmlrpc2") since python-3.9

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

[issue43648] Remove redundant datefmt option in logging file config

2021-03-29 Thread miss-islington
miss-islington added the comment: New changeset 7bfd65eba73d013eee8789f2009c09c61c31b800 by Harry in branch 'master': bpo-43648: Remove redundant datefmt option in logging file config (GH-25051) https://github.com/python/cpython/commit/7bfd65eba73d013eee8789f2009c09

[issue43433] xmlrpc.client ignores query in URI ("?action=xmlrpc2") since python-3.9

2021-03-29 Thread miss-islington
miss-islington added the comment: New changeset 5334605035d38139a04189ecb3899f36702517b2 by Miss Islington (bot) in branch '3.9': bpo-43433: Preserve query and fragment in the URL of the server in ServerProxy. (GH-25057) https://github.com/python/cpyt

[issue35930] Raising an exception raised in a "future" instance will create reference cycles

2021-03-29 Thread miss-islington
Change by miss-islington : -- pull_requests: +23822 pull_request: https://github.com/python/cpython/pull/25072 ___ Python tracker <https://bugs.python.org/issue35

[issue35930] Raising an exception raised in a "future" instance will create reference cycles

2021-03-29 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 1.0 -> 2.0 pull_requests: +23820 pull_request: https://github.com/python/cpython/pull/25070 ___ Python tracker <https://bugs.python.org/issu

[issue35930] Raising an exception raised in a "future" instance will create reference cycles

2021-03-29 Thread miss-islington
Change by miss-islington : -- pull_requests: +23823 pull_request: https://github.com/python/cpython/pull/25073 ___ Python tracker <https://bugs.python.org/issue35

[issue35930] Raising an exception raised in a "future" instance will create reference cycles

2021-03-29 Thread miss-islington
Change by miss-islington : -- pull_requests: +23821 pull_request: https://github.com/python/cpython/pull/25071 ___ Python tracker <https://bugs.python.org/issue35

[issue43659] AIX: test_curses crashes buildbot

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

[issue43659] AIX: test_curses crashes buildbot

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

[issue43659] AIX: test_curses crashes buildbot

2021-03-29 Thread miss-islington
miss-islington added the comment: New changeset e9092b221d4951609827e437178a557fd07353af by Miss Islington (bot) in branch '3.8': bpo-43659: Fix test_curses on AIX (GH-25074) https://github.com/python/cpython/commit/e9092b221d4951609827e437178a55

[issue43659] AIX: test_curses crashes buildbot

2021-03-29 Thread miss-islington
miss-islington added the comment: New changeset f1d53bcd536036c0a0c39962fbc0f465b5865492 by Miss Islington (bot) in branch '3.9': bpo-43659: Fix test_curses on AIX (GH-25074) https://github.com/python/cpython/commit/f1d53bcd536036c0a0c39962fbc0f4

[issue43660] Segmentation fault when overriding sys.stderr

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

[issue43660] Segmentation fault when overriding sys.stderr

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

[issue43660] Segmentation fault when overriding sys.stderr

2021-03-29 Thread miss-islington
miss-islington added the comment: New changeset ba7f8638f93b5d999b25d8556ca19bdc2e12f359 by Miss Islington (bot) in branch '3.8': bpo-43660: Fix crash when displaying exceptions with custom values for sys.stderr (GH-25075) https://github.com/python/cpyt

[issue43631] Update to OpenSSL 1.1.1k

2021-03-29 Thread miss-islington
miss-islington added the comment: New changeset a54fc683f237d8f0b6e999a63aa9b8c0a45b7fef by Christian Heimes in branch 'master': bpo-43631: Update to OpenSSL 1.1.1k (GH-25024) https://github.com/python/cpython/commit/a54fc683f237d8f0b6e999a63aa9b8c0a45b7fef -- nosy: +miss

[issue33164] Blake 2 module update

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

[issue33164] Blake 2 module update

2021-03-29 Thread miss-islington
miss-islington added the comment: New changeset 6af3a940ca827d9a59e34271e4c97d7ec7b56584 by Miss Islington (bot) in branch '3.8': bpo-33164: blake2: Fix Coverity scan (GH-25060) https://github.com/python/cpython/commit/6af3a940ca827d9a59e34271e4c97d

[issue33164] Blake 2 module update

2021-03-29 Thread miss-islington
Change by miss-islington : -- pull_requests: +23837 pull_request: https://github.com/python/cpython/pull/25092 ___ Python tracker <https://bugs.python.org/issue33

[issue33164] Blake 2 module update

2021-03-29 Thread miss-islington
miss-islington added the comment: New changeset 05429c917c23f735b07ac4c60af20e57aad742fc by Miss Islington (bot) in branch '3.9': bpo-33164: blake2: Fix Coverity scan (GH-25060) https://github.com/python/cpython/commit/05429c917c23f735b07ac4c60af20e

[issue43637] winreg: SetValueEx leaks memory if PySys_Audit fails

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

[issue43637] winreg: SetValueEx leaks memory if PySys_Audit fails

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

[issue43637] winreg: SetValueEx leaks memory if PySys_Audit fails

2021-03-30 Thread miss-islington
miss-islington added the comment: New changeset f79577ddbd7c87b6cc1810e98ee4eaca7ae50699 by Miss Islington (bot) in branch '3.9': bpo-43637: Fix a possible memory leak in winreg.SetValueEx() (GH-25038) https://github.com/python/cpython/commit/f79577ddbd7c87b6cc1810e98ee4ea

[issue43637] winreg: SetValueEx leaks memory if PySys_Audit fails

2021-03-30 Thread miss-islington
miss-islington added the comment: New changeset 5486b105a4c5de840c24776c726eeac2a8dc973c by Miss Islington (bot) in branch '3.8': bpo-43637: Fix a possible memory leak in winreg.SetValueEx() (GH-25038) https://github.com/python/cpython/commit/5486b105a4c5de840c24776c726eea

[issue43631] Update to OpenSSL 1.1.1k

2021-03-30 Thread miss-islington
miss-islington added the comment: New changeset 9ac263091db4a8c7dedb577d01f544622a448744 by Christian Heimes in branch '3.8': [3.8] bpo-43631: Update to OpenSSL 1.1.1k (GH-25024) (GH-25089) https://github.com/python/cpython/commit/9ac263091db4a8c7dedb577d01f544

[issue43631] Update to OpenSSL 1.1.1k

2021-03-30 Thread miss-islington
miss-islington added the comment: New changeset cd82d592063aa03dcc238dcc5222bd47ee0eb438 by Christian Heimes in branch '3.9': [3.9] bpo-43631: Update to OpenSSL 1.1.1k (GH-25024) (GH-25088) https://github.com/python/cpython/commit/cd82d592063aa03dcc238dcc5222bd

[issue43399] xml.etree.ElementTree.extend does not work with iterators when using the Python implementation

2021-03-30 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 6.0 -> 7.0 pull_requests: +23846 pull_request: https://github.com/python/cpython/pull/25101 ___ Python tracker <https://bugs.python.org/issu

[issue43399] xml.etree.ElementTree.extend does not work with iterators when using the Python implementation

2021-03-30 Thread miss-islington
Change by miss-islington : -- pull_requests: +23847 pull_request: https://github.com/python/cpython/pull/25102 ___ Python tracker <https://bugs.python.org/issue43

[issue43399] xml.etree.ElementTree.extend does not work with iterators when using the Python implementation

2021-03-30 Thread miss-islington
miss-islington added the comment: New changeset c1079cde2a7676892a9b98703903206b7d26ed1f by Miss Islington (bot) in branch '3.8': bpo-43399: Fix ElementTree.extend not working on iterators (GH-24751) https://github.com/python/cpython/commit/c1079cde2a7676892a9b9870390320

[issue43399] xml.etree.ElementTree.extend does not work with iterators when using the Python implementation

2021-03-30 Thread miss-islington
miss-islington added the comment: New changeset b500bd8e672d15c6dfa24568a3264fdc0f3e0c01 by Miss Islington (bot) in branch '3.9': bpo-43399: Fix ElementTree.extend not working on iterators (GH-24751) https://github.com/python/cpython/commit/b500bd8e672d15c6dfa24568a3264f

[issue42225] Tkinter hangs or crashes when displaying astral chars

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

[issue42225] Tkinter hangs or crashes when displaying astral chars

2021-03-30 Thread miss-islington
Change by miss-islington : -- pull_requests: +23850 pull_request: https://github.com/python/cpython/pull/25106 ___ Python tracker <https://bugs.python.org/issue42

[issue42225] Tkinter hangs or crashes when displaying astral chars

2021-03-30 Thread miss-islington
miss-islington added the comment: New changeset e92923b028024290a0e621b6b90e3221767d14d4 by Miss Islington (bot) in branch '3.8': bpo-42225: IDLE - document two unix-related problems. (GH-25078) https://github.com/python/cpython/commit/e92923b028024290a0e621b6b90e32

[issue42225] Tkinter hangs or crashes when displaying astral chars

2021-03-30 Thread miss-islington
miss-islington added the comment: New changeset 84694c3e7adadc97d7d8cee938fe84bbeb961387 by Miss Islington (bot) in branch '3.9': bpo-42225: IDLE - document two unix-related problems. (GH-25078) https://github.com/python/cpython/commit/84694c3e7adadc97d7d8cee938fe84

[issue37945] [Windows] test_locale.TestMiscellaneous.test_getsetlocale_issue1813() fails

2021-03-31 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 15.0 -> 16.0 pull_requests: +23856 pull_request: https://github.com/python/cpython/pull/25112 ___ Python tracker <https://bugs.python.org/issu

[issue37945] [Windows] test_locale.TestMiscellaneous.test_getsetlocale_issue1813() fails

2021-03-31 Thread miss-islington
Change by miss-islington : -- pull_requests: +23857 pull_request: https://github.com/python/cpython/pull/25113 ___ Python tracker <https://bugs.python.org/issue37

[issue42840] `type` takes **kwargs for __init_subclass__

2021-03-31 Thread miss-islington
miss-islington added the comment: New changeset b3c1e2c493e67f84b1034ac6c49492a459b0736d by Miss Islington (bot) in branch '3.9': bpo-42840: Document providing kwargs to type. (GH-24173) https://github.com/python/cpython/commit/b3c1e2c493e67f84b1034ac6c49492

[issue43677] Descriptor.rst - Reference to Py_MethodType is not up to date

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

[issue43700] Replace Zulip badge with Discourse badge in README

2021-04-01 Thread miss-islington
miss-islington added the comment: New changeset bef7b26f7229f8b7cde843118a7bc7e2b00f0372 by Erlend Egeberg Aasland in branch 'master': bpo-43700: Replace Zulip badge with Discourse badge (GH-25141) https://github.com/python/cpython/commit/bef7b26f7229f8b7cde843118a7bc7

[issue43700] Replace Zulip badge with Discourse badge in README

2021-04-01 Thread miss-islington
Change by miss-islington : -- pull_requests: +23890 pull_request: https://github.com/python/cpython/pull/25143 ___ Python tracker <https://bugs.python.org/issue43

[issue43700] Replace Zulip badge with Discourse badge in README

2021-04-01 Thread miss-islington
Change by miss-islington : -- pull_requests: +23891 pull_request: https://github.com/python/cpython/pull/25144 ___ Python tracker <https://bugs.python.org/issue43

[issue43700] Replace Zulip badge with Discourse badge in README

2021-04-01 Thread miss-islington
miss-islington added the comment: New changeset a217e0ab98e883a550da001e95cb3452c1a6b9da by Miss Islington (bot) in branch '3.9': bpo-43700: Replace Zulip badge with Discourse badge (GH-25141) https://github.com/python/cpython/commit/a217e0ab98e883a550da001e95cb34

[issue43700] Replace Zulip badge with Discourse badge in README

2021-04-01 Thread miss-islington
miss-islington added the comment: New changeset 154f86f056c0f68cadd310e68fd2855f9fc9a5a8 by Miss Islington (bot) in branch '3.8': bpo-43700: Replace Zulip badge with Discourse badge (GH-25141) https://github.com/python/cpython/commit/154f86f056c0f68cadd310e68fd285

[issue26053] regression in pdb output between 2.7 and 3.5

2021-04-02 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 6.0 -> 7.0 pull_requests: +23897 pull_request: https://github.com/python/cpython/pull/25150 ___ Python tracker <https://bugs.python.org/issu

[issue26053] regression in pdb output between 2.7 and 3.5

2021-04-02 Thread miss-islington
miss-islington added the comment: New changeset 2049bb2517c08b0d9eaaa4dd624afa5d60e8b5a8 by Miss Islington (bot) in branch '3.8': [3.9] bpo-26053: Fix args echoed by pdb run command (GH-25149) https://github.com/python/cpython/commit/2049bb2517c08b0d9eaaa4dd624afa

[issue43705] [docs] Document that SyntaxError's offsets are 1-indexed

2021-04-02 Thread miss-islington
miss-islington added the comment: New changeset b2a91e0c9ee18b50cc86b21211c2258520a9f5d0 by Ammar Askar in branch 'master': bpo-43705: Document that SyntaxError's offsets are 1-indexed (GH-25153) https://github.com/python/cpython/commit/b2a91e0c9ee18b50cc86b2121

[issue43705] [docs] Document that SyntaxError's offsets are 1-indexed

2021-04-02 Thread miss-islington
Change by miss-islington : -- pull_requests: +23902 pull_request: https://github.com/python/cpython/pull/25155 ___ Python tracker <https://bugs.python.org/issue43

[issue43705] [docs] Document that SyntaxError's offsets are 1-indexed

2021-04-02 Thread miss-islington
Change by miss-islington : -- pull_requests: +23903 pull_request: https://github.com/python/cpython/pull/25156 ___ Python tracker <https://bugs.python.org/issue43

[issue43705] [docs] Document that SyntaxError's offsets are 1-indexed

2021-04-02 Thread miss-islington
miss-islington added the comment: New changeset 63c69440c7adb0de1d191a8d3d100b335d5c2f81 by Miss Islington (bot) in branch '3.9': bpo-43705: Document that SyntaxError's offsets are 1-indexed (GH-25153) https://github.com/python/cpython/commit/63c69440c7adb0de1d191a8d3

[issue43705] [docs] Document that SyntaxError's offsets are 1-indexed

2021-04-02 Thread miss-islington
miss-islington added the comment: New changeset 06653f8d15a8a84ee0f43f739704a9a63c27de54 by Miss Islington (bot) in branch '3.8': bpo-43705: Document that SyntaxError's offsets are 1-indexed (GH-25153) https://github.com/python/cpython/commit/06653f8d15a8a84ee0f43f739

[issue43325] Documentation should warn that 'is' is not a safe comparison operator for most values.

2021-04-03 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +23919 pull_request: https://github.com/python/cpython/pull/25178 ___ Python tracker <https://bugs.python.org/issu

[issue41370] PEP 585 and ForwardRef

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

[issue41370] PEP 585 and ForwardRef

2021-04-04 Thread miss-islington
miss-islington added the comment: New changeset d56bcf915b8d5a6afe4555cb6813c8210824e751 by Miss Islington (bot) in branch '3.9': [3.9] bpo-41370: Add note about ForwardRefs and PEP585 generic types in docs (GH-25183) (GH-25184) https://github.com/python/cpyt

[issue43087] ctypes documentation error

2021-04-05 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +23937 pull_request: https://github.com/python/cpython/pull/25198 ___ Python tracker <https://bugs.python.org/issu

[issue43087] ctypes documentation error

2021-04-05 Thread miss-islington
Change by miss-islington : -- pull_requests: +23938 pull_request: https://github.com/python/cpython/pull/25199 ___ Python tracker <https://bugs.python.org/issue43

[issue36470] dataclasses.replace raises an exception if InitVar with default argument is not provided.

2021-04-05 Thread miss-islington
Change by miss-islington : -- pull_requests: +23939 pull_request: https://github.com/python/cpython/pull/25200 ___ Python tracker <https://bugs.python.org/issue36

[issue36470] dataclasses.replace raises an exception if InitVar with default argument is not provided.

2021-04-05 Thread miss-islington
miss-islington added the comment: New changeset 75220674c07abfc90c2cd7862d04cfa2e2354450 by Zackery Spytz in branch 'master': bpo-36470: Allow dataclasses.replace() to handle InitVars with default values (GH-20867) https://github.com/python/cpyt

[issue36470] dataclasses.replace raises an exception if InitVar with default argument is not provided.

2021-04-05 Thread miss-islington
Change by miss-islington : -- pull_requests: +23940 pull_request: https://github.com/python/cpython/pull/25201 ___ Python tracker <https://bugs.python.org/issue36

[issue20503] super behaviour and abstract base classes (either implementation or documentation/error message is wrong)

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

[issue43176] Dataclasses derived from empty frozen bases skip immutability checks

2021-04-05 Thread miss-islington
miss-islington added the comment: New changeset 376ffc6ac491da74920aed1b8e35bc371cb766ac by Iurii Kemaev in branch 'master': bpo-43176: Fix processing of empty dataclasses (GH-24484) https://github.com/python/cpython/commit/376ffc6ac491da74920aed1b8e35bc371cb766ac -- n

[issue43176] Dataclasses derived from empty frozen bases skip immutability checks

2021-04-05 Thread miss-islington
Change by miss-islington : -- keywords: +patch pull_requests: +23944 stage: -> patch review pull_request: https://github.com/python/cpython/pull/25205 ___ Python tracker <https://bugs.python.org/issu

[issue43176] Dataclasses derived from empty frozen bases skip immutability checks

2021-04-05 Thread miss-islington
Change by miss-islington : -- pull_requests: +23945 pull_request: https://github.com/python/cpython/pull/25206 ___ Python tracker <https://bugs.python.org/issue43

[issue43176] Dataclasses derived from empty frozen bases skip immutability checks

2021-04-05 Thread miss-islington
miss-islington added the comment: New changeset b132be8b43afa739b7eda271b82711d64a83da4f by Miss Islington (bot) in branch '3.8': bpo-43176: Fix processing of empty dataclasses (GH-24484) https://github.com/python/cpython/commit/b132be8b43afa739b7eda271b82711

[issue17305] IDNA2008 encoding is missing

2021-04-06 Thread miss-islington
miss-islington added the comment: New changeset 1d023e374cf96d143b065242131ddc9b889f9a1e by Gregory P. Smith in branch 'master': bpo-17305: Link to the third-party idna package. (GH-25208) https://github.com/python/cpython/commit/1d023e374cf96d143b065242131ddc9b889f9a1e -

[issue17305] IDNA2008 encoding is missing

2021-04-06 Thread miss-islington
Change by miss-islington : -- pull_requests: +23949 pull_request: https://github.com/python/cpython/pull/25210 ___ Python tracker <https://bugs.python.org/issue17

[issue17305] IDNA2008 encoding is missing

2021-04-06 Thread miss-islington
Change by miss-islington : -- pull_requests: +23950 pull_request: https://github.com/python/cpython/pull/25211 ___ Python tracker <https://bugs.python.org/issue17

[issue17305] IDNA2008 encoding is missing

2021-04-06 Thread miss-islington
miss-islington added the comment: New changeset c7ccb0ff61e443633d0c54cb18b5633a8e95b30c by Miss Islington (bot) in branch '3.9': bpo-17305: Link to the third-party idna package. (GH-25208) https://github.com/python/cpython/commit/c7ccb0ff61e443633d0c54cb18b563

[issue43176] Dataclasses derived from empty frozen bases skip immutability checks

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

[issue43176] Dataclasses derived from empty frozen bases skip immutability checks

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

[issue43176] Dataclasses derived from empty frozen bases skip immutability checks

2021-04-06 Thread miss-islington
miss-islington added the comment: New changeset 76c4a9fb8ae370901b387a4edb609295bcc159e7 by Miss Islington (bot) in branch '3.8': [3.8] Fix blurb for bpo-43176. (GH-25215) (GH-25218) https://github.com/python/cpython/commit/76c4a9fb8ae370901b387a4edb6092

[issue43745] ssl.OPENSSL_VERSION still reporting 1.1.1i on windows 3.8.9/3.9.4

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

[issue43745] ssl.OPENSSL_VERSION still reporting 1.1.1i on windows 3.8.9/3.9.4

2021-04-06 Thread miss-islington
miss-islington added the comment: New changeset 9a988b8cd8344808a03c9a2ba0c9ba2188240eae by Miss Islington (bot) in branch '3.8': bpo-43745: Actually updates Windows release to OpenSSL 1.1.1k. (GH-25213) https://github.com/python/cpython/commit/9a988b8cd8344808a03c9a2ba0c9ba

[issue43755] lambda expression no longer valid at comp_if in Python 3.9

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

[issue38605] [typing] PEP 563: Postponed evaluation of annotations: enable it by default in Python 3.10

2021-04-06 Thread miss-islington
miss-islington added the comment: New changeset 1be456ae9d53bb1cba2b24fc86175c282d1c2169 by Saiyang Gou in branch 'master': bpo-38605: Update "Future statements" docs since PEP 563 is always enabled (GH-25236) https://github.com/python/cpython/commit/1be456ae9d53bb1cba2b

[issue43075] ReDoS in urllib.request

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

[issue43075] ReDoS in urllib.request

2021-04-07 Thread miss-islington
Change by miss-islington : -- pull_requests: +23987 pull_request: https://github.com/python/cpython/pull/25248 ___ Python tracker <https://bugs.python.org/issue43

[issue43075] ReDoS in urllib.request

2021-04-07 Thread miss-islington
Change by miss-islington : -- pull_requests: +23988 pull_request: https://github.com/python/cpython/pull/25249 ___ Python tracker <https://bugs.python.org/issue43

[issue43075] ReDoS in urllib.request

2021-04-07 Thread miss-islington
Change by miss-islington : -- pull_requests: +23989 pull_request: https://github.com/python/cpython/pull/25250 ___ Python tracker <https://bugs.python.org/issue43

[issue43075] ReDoS in urllib.request

2021-04-07 Thread miss-islington
miss-islington added the comment: New changeset e7654b6046090914a8323931ed759a94a5f85d60 by Miss Islington (bot) in branch '3.8': bpo-43075: Fix ReDoS in urllib AbstractBasicAuthHandler (GH-24391) https://github.com/python/cpython/commit/e7654b6046090914a8323931ed759a

[issue39702] PEP 614: Relaxing Grammar Restrictions On Decorators

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

[issue39702] PEP 614: Relaxing Grammar Restrictions On Decorators

2021-04-08 Thread miss-islington
miss-islington added the comment: New changeset a9228d02d16fe90f2f13e7e9ec478f7b4f8607a2 by Miss Islington (bot) in branch '3.9': [3.9] bpo-39702: Remove dotted_name from decorator documentation (GH-25234) (GH-25290) https://github.com/python/cpyt

[issue43774] [Doc] Document configure options in the Python documentation

2021-04-09 Thread miss-islington
miss-islington added the comment: New changeset f7be26a8f2ed588df90959ae7c0fdcafe2091f76 by Victor Stinner in branch 'master': bpo-43774: Doc job of Azure Pipelines uses Doc/requirements.txt (GH-25296) https://github.com/python/cpython/commit/f7be26a8f2ed588df90959ae7c0fdc

[issue43789] OpenSSL 3.0.0: password callback called multiple times

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

[issue43789] OpenSSL 3.0.0: password callback called multiple times

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

[issue4379] Py_SAFE_DOWNCAST in FILE_TIME_to_time_t_nsec failing

2021-04-09 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 6.0 -> 7.0 pull_requests: +24040 pull_request: https://github.com/python/cpython/pull/25307 ___ Python tracker <https://bugs.python.org/iss

[issue4379] Py_SAFE_DOWNCAST in FILE_TIME_to_time_t_nsec failing

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

<    15   16   17   18   19   20   21   22   23   24   >