[issue44022] urllib http client possible infinite loop on a 100 Continue response

2021-05-05 Thread miss-islington
Change by miss-islington : -- pull_requests: +24600 pull_request: https://github.com/python/cpython/pull/25933 ___ Python tracker <https://bugs.python.org/issue44

[issue44022] urllib http client possible infinite loop on a 100 Continue response

2021-05-05 Thread miss-islington
Change by miss-islington : -- pull_requests: +24602 pull_request: https://github.com/python/cpython/pull/25935 ___ Python tracker <https://bugs.python.org/issue44

[issue44022] urllib http client possible infinite loop on a 100 Continue response

2021-05-05 Thread miss-islington
Change by miss-islington : -- pull_requests: +24601 pull_request: https://github.com/python/cpython/pull/25934 ___ Python tracker <https://bugs.python.org/issue44

[issue43882] [security] urllib.parse should sanitize urls containing ASCII newline and tabs.

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

[issue44022] urllib http client possible infinite loop on a 100 Continue response

2021-05-05 Thread miss-islington
miss-islington added the comment: New changeset ea9327036680acc92d9f89eaf6f6a54d2f8d78d9 by Miss Islington (bot) in branch '3.9': bpo-44022: Fix http client infinite line reading (DoS) after a HTTP 100 Continue (GH-25916) https://github.com/python/cpyt

[issue38820] Make Python compatible with OpenSSL 3.0.0

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

[issue38820] Make Python compatible with OpenSSL 3.0.0

2021-05-06 Thread miss-islington
miss-islington added the comment: New changeset f8778f96e8b2864093bc8b283598e82c0dd00133 by Miss Islington (bot) in branch '3.10': bpo-38820: Test with OpenSSL 3.0.0-alpha16 (GH-25942) https://github.com/python/cpython/commit/f8778f96e8b2864093bc8b283598e8

[issue44059] Support SerenityOS Browser in webbrowser module

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

[issue43972] Simple HTTP Request Handler in http.server does not set a content-length and does not close connections on 301s

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

[issue43972] Simple HTTP Request Handler in http.server does not set a content-length and does not close connections on 301s

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

[issue43972] Simple HTTP Request Handler in http.server does not set a content-length and does not close connections on 301s

2021-05-06 Thread miss-islington
miss-islington added the comment: New changeset 058f9b27d3838f04bbb313074941e9f9946a33bc by Miss Islington (bot) in branch '3.10': bpo-43972: Set content-length to 0 for http.server.SimpleHTTPRequestHandler 301s (GH-25705) https://github.com/python/cpyt

[issue43972] Simple HTTP Request Handler in http.server does not set a content-length and does not close connections on 301s

2021-05-06 Thread miss-islington
miss-islington added the comment: New changeset b391b9b9255697ce6028bb4e7a99c18080aa991c by Miss Islington (bot) in branch '3.9': bpo-43972: Set content-length to 0 for http.server.SimpleHTTPRequestHandler 301s (GH-25705) https://github.com/python/cpyt

[issue40297] test_socket.CANTest is broken at HEAD on master

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

[issue40943] PEP 353: Drop support for PyArg_ParseTuple() "#" formats when PY_SSIZE_T_CLEAN is not defined

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

[issue40943] PEP 353: Drop support for PyArg_ParseTuple() "#" formats when PY_SSIZE_T_CLEAN is not defined

2021-05-06 Thread miss-islington
miss-islington added the comment: New changeset 569ca81adf0be92be8752f6cc6492117f9ef3c0b by Miss Islington (bot) in branch '3.10': bpo-40943: Fix skipitem() didn't raise SystemError (GH-25937) https://github.com/python/cpython/commit/569ca81adf0be92be8752f6cc

[issue30164] Testing FTP support in urllib shouldn't use Debian FTP server

2021-05-07 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +24625 pull_request: https://github.com/python/cpython/pull/25969 ___ Python tracker <https://bugs.python.org/issu

[issue30164] Testing FTP support in urllib shouldn't use Debian FTP server

2021-05-07 Thread miss-islington
Change by miss-islington : -- pull_requests: +24626 pull_request: https://github.com/python/cpython/pull/25970 ___ Python tracker <https://bugs.python.org/issue30

[issue41730] Show deprecation warnings for tkinter.tix

2021-05-07 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 6.0 -> 7.0 pull_requests: +24627 pull_request: https://github.com/python/cpython/pull/25971 ___ Python tracker <https://bugs.python.org/issu

[issue41730] Show deprecation warnings for tkinter.tix

2021-05-07 Thread miss-islington
miss-islington added the comment: New changeset ec6a1ea1ee67a5e7c8ee5f5b1541bc1c6e17a373 by Miss Islington (bot) in branch '3.10': bpo-41730: Show deprecation warnings for tkinter.tix (GH-22186) https://github.com/python/cpython/commit/ec6a1ea1ee67a5e7c8ee5f5b1541bc

[issue44063] compiler: does not revert back the end_* locations

2021-05-07 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 1.0 -> 2.0 pull_requests: +24628 pull_request: https://github.com/python/cpython/pull/25972 ___ Python tracker <https://bugs.python.org/issu

[issue44026] IDLE: print "Did you mean?" for AttributeError and NameError

2021-05-07 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 6.0 -> 7.0 pull_requests: +24629 stage: -> patch review pull_request: https://github.com/python/cpython/pull/25973 ___ Python tracker <https://bugs.python.org/i

[issue16866] libainstall doesn't create $(BINDIR) directory

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

[issue16866] libainstall doesn't create $(BINDIR) directory

2021-05-07 Thread miss-islington
Change by miss-islington : -- pull_requests: +24634 pull_request: https://github.com/python/cpython/pull/25981 ___ Python tracker <https://bugs.python.org/issue16

[issue31904] Python should support VxWorks RTOS

2021-05-08 Thread miss-islington
Change by miss-islington : -- pull_requests: +24635 pull_request: https://github.com/python/cpython/pull/25983 ___ Python tracker <https://bugs.python.org/issue31

[issue31904] Python should support VxWorks RTOS

2021-05-08 Thread miss-islington
miss-islington added the comment: New changeset 6e7fe1901631dc730abc02d1f546a99fd6b6fe83 by Miss Islington (bot) in branch '3.10': [3.10] bpo-31904: Correct error string in test_file_not_exists() for VxWorks (GH-25965) (GH-25983) https://github.com/python/cpyt

[issue42725] PEP 563: Should the behavior change for yield/yield from's

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

[issue42725] PEP 563: Should the behavior change for yield/yield from's

2021-05-08 Thread miss-islington
miss-islington added the comment: New changeset 90d584a2ab91cc0f30e90a0a99f8c1447eb51302 by Miss Islington (bot) in branch '3.10': bpo-42725: mention the changes on what's new (GH-25974) https://github.com/python/cpython/commit/90d584a2ab91cc0f30e90a0a9

[issue32924] Python 3.7 docs in docs.p.o points to GitHub's master branch

2021-05-08 Thread miss-islington
Change by miss-islington : -- pull_requests: +24648 pull_request: https://github.com/python/cpython/pull/25995 ___ Python tracker <https://bugs.python.org/issue32

[issue43149] Misleading error message for except with missing parens (3.10.a5)

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

[issue32924] Python 3.7 docs in docs.p.o points to GitHub's master branch

2021-05-08 Thread miss-islington
miss-islington added the comment: New changeset 20fcd8363452506d51bf820c835bd11b6d00e0e7 by Miss Islington (bot) in branch '3.9': bpo-32924: Fix the Show Source url in the documentation (GH-25994) https://github.com/python/cpython/commit/20fcd8363452506d51bf820c835bd1

[issue41730] Show deprecation warnings for tkinter.tix

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

[issue41730] Show deprecation warnings for tkinter.tix

2021-05-09 Thread miss-islington
miss-islington added the comment: New changeset c3eb3c18f1472b739db486c99f7f2125c4809680 by Miss Islington (bot) in branch '3.10': Revert test for Tix deprecation warning (GH-26005) https://github.com/python/cpython/commit/c3eb3c18f1472b739db486c99f7f21

[issue43558] The dataclasses documentation should mention how to call super().__init__

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

[issue43558] The dataclasses documentation should mention how to call super().__init__

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

[issue44074] patchcheck checks against branch "master" not "main"

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

[issue44074] patchcheck checks against branch "master" not "main"

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

[issue44074] patchcheck checks against branch "master" not "main"

2021-05-10 Thread miss-islington
miss-islington added the comment: New changeset fbd9b9939cffda4936a986bc729833c69b61f4cb by Miss Islington (bot) in branch '3.9': bpo-44074: let patchcheck infer the base branch name (GH-25991) https://github.com/python/cpython/commit/fbd9b9939cffda4936a986bc729833

[issue44074] patchcheck checks against branch "master" not "main"

2021-05-10 Thread miss-islington
miss-islington added the comment: New changeset 4cc836983ecc643be776026049bd1bcc826c7a0e by Miss Islington (bot) in branch '3.10': bpo-44074: let patchcheck infer the base branch name (GH-25991) https://github.com/python/cpython/commit/4cc836983ecc643be776026049bd1b

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

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

[issue25821] Documentation for threading.enumerate / threading.Thread.is_alive is contradictory.

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

[issue25821] Documentation for threading.enumerate / threading.Thread.is_alive is contradictory.

2021-05-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +24683 pull_request: https://github.com/python/cpython/pull/26036 ___ Python tracker <https://bugs.python.org/issue25

[issue23750] doc: Clarify difference between os.system/subprocess.call in section "Replacing os.system()"

2021-05-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +24686 pull_request: https://github.com/python/cpython/pull/26041 ___ Python tracker <https://bugs.python.org/issue23

[issue23750] doc: Clarify difference between os.system/subprocess.call in section "Replacing os.system()"

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

[issue10548] document (lack of) interaction between @expectedFailure on a test_method and setUp

2021-05-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +24689 pull_request: https://github.com/python/cpython/pull/26045 ___ Python tracker <https://bugs.python.org/issue10

[issue10548] document (lack of) interaction between @expectedFailure on a test_method and setUp

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

[issue28528] Pdb.checkline() attribute error when 'curframe' is None

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

[issue28528] Pdb.checkline() attribute error when 'curframe' is None

2021-05-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +24691 pull_request: https://github.com/python/cpython/pull/26051 ___ Python tracker <https://bugs.python.org/issue28

[issue28528] Pdb.checkline() attribute error when 'curframe' is None

2021-05-12 Thread miss-islington
miss-islington added the comment: New changeset 6c190b5ae5887d592bc8915148440a63da8b7cdd by Erlend Egeberg Aasland in branch '3.9': [3.9] bpo-28528: Fix pdb.checkline() attribute error when 'curframe' is None (GH-25438) (GH-26053) https://github.com/p

[issue40640] Tutorial for Continue missing ... line

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

[issue40640] Tutorial for Continue missing ... line

2021-05-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +24698 pull_request: https://github.com/python/cpython/pull/26058 ___ Python tracker <https://bugs.python.org/issue40

[issue25479] Increase unit test coverage for abc.py

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

[issue44089] csv.Error can't be subclassed

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

[issue38908] Troubles with @runtime_checkable protocols

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

[issue38908] Troubles with @runtime_checkable protocols

2021-05-12 Thread miss-islington
miss-islington added the comment: New changeset a2d94a0a9b8ae95d7d2b7fc34b501da5242ec22c by Miss Islington (bot) in branch '3.10': bpo-38908: Fix issue when non runtime_protocol failed to raise TypeError (GH-26067) https://github.com/python/cpyt

[issue38908] Troubles with @runtime_checkable protocols

2021-05-12 Thread miss-islington
miss-islington added the comment: New changeset 88136bbd0500b688c05e914be031cd3c243e42d8 by Ken Jin in branch '3.9': [3.9] bpo-38908: Fix issue when non runtime_protocol does not raise TypeError (GH-26067) (GH-26075) https://github.com/python/cpyt

[issue38908] Troubles with @runtime_checkable protocols

2021-05-12 Thread miss-islington
miss-islington added the comment: New changeset 9b90ce68503f4861ce4e9ac9444d9a82b3d943a5 by Ken Jin in branch '3.9': [3.9] Revert "[3.9] bpo-38908: Fix issue when non runtime_protocol does not raise TypeError (GH-26067)" (GH-26077) https://github.com/p

[issue44116] The _csv module can't be garbage-collected after _csv.register_dialect is called

2021-05-12 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +24720 stage: -> patch review pull_request: https://github.com/python/cpython/pull/26081 ___ Python tracker <https://bugs.python.org/i

[issue40645] Use OpenSSL's HMAC API

2021-05-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +24721 pull_request: https://github.com/python/cpython/pull/26082 ___ Python tracker <https://bugs.python.org/issue40

[issue40645] Use OpenSSL's HMAC API

2021-05-12 Thread miss-islington
miss-islington added the comment: New changeset 1ee58f252454072a1c9da77999db8e6417a307a0 by Miss Islington (bot) in branch '3.10': bpo-40645: Fix ref leaks in _hashopenssl (GH-26079) https://github.com/python/cpython/commit/1ee58f252454072a1c9da77999db8e

[issue44030] Markup with_traceback code example

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

[issue44098] Remove ParamSpec from __parameters__ of most typing generics

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

[issue44114] Incorrect function signatures in dictobject.c

2021-05-13 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +24732 pull_request: https://github.com/python/cpython/pull/26092 ___ Python tracker <https://bugs.python.org/issu

[issue44114] Incorrect function signatures in dictobject.c

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

[issue44114] Incorrect function signatures in dictobject.c

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

[issue44114] Incorrect function signatures in dictobject.c

2021-05-13 Thread miss-islington
miss-islington added the comment: New changeset 7cbe6ca63495d478a3164d6d26ef36cb611a by Miss Islington (bot) in branch '3.10': bpo-44114: Fix dictkeys_reversed and dictvalues_reversed function signatures (GH-26062) https://github.com/python/cpyt

[issue43757] pathlib: move 'resolve()' logic out of path flavour

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

[issue39906] pathlib.Path: add `follow_symlinks` argument to `stat()` and `chmod()`

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

[issue39906] pathlib.Path: add `follow_symlinks` argument to `stat()` and `chmod()`

2021-05-13 Thread miss-islington
miss-islington added the comment: New changeset 2d972b8e7cb5347ddf83dfcee461f550b59f0736 by Miss Islington (bot) in branch '3.10': bpo-39906: Document new follow_symlinks argument to pathlib.Path.stat() and chmod() in 3.10 whatsnew. (GH-26089) https://github.com/python/cpyt

[issue44074] patchcheck checks against branch "master" not "main"

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

[issue44125] "make patchcheck" fails

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

[issue44074] patchcheck checks against branch "master" not "main"

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

[issue44125] "make patchcheck" fails

2021-05-13 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 1.0 -> 2.0 pull_requests: +24747 pull_request: https://github.com/python/cpython/pull/26105 ___ Python tracker <https://bugs.python.org/issu

[issue44125] "make patchcheck" fails

2021-05-13 Thread miss-islington
miss-islington added the comment: New changeset 04ce4c773667b0d9d05a89aea4720f8cf84e834e by Miss Islington (bot) in branch '3.9': bpo-44125: Fix "make patchcheck" on non-English locale (GH-26102) https://github.com/python/cpython/commit/04ce4c773667b0d9d05a

[issue44074] patchcheck checks against branch "master" not "main"

2021-05-13 Thread miss-islington
miss-islington added the comment: New changeset 04ce4c773667b0d9d05a89aea4720f8cf84e834e by Miss Islington (bot) in branch '3.9': bpo-44125: Fix "make patchcheck" on non-English locale (GH-26102) https://github.com/python/cpython/commit/04ce4c773667b0d9d05a

[issue44125] "make patchcheck" fails

2021-05-13 Thread miss-islington
miss-islington added the comment: New changeset 336dc523a4180f99955b0fdb65e86059a1abac32 by Miss Islington (bot) in branch '3.10': bpo-44125: Fix "make patchcheck" on non-English locale (GH-26102) https://github.com/python/cpython/commit/336dc523a4180f99955b

[issue44074] patchcheck checks against branch "master" not "main"

2021-05-13 Thread miss-islington
miss-islington added the comment: New changeset 336dc523a4180f99955b0fdb65e86059a1abac32 by Miss Islington (bot) in branch '3.10': bpo-44125: Fix "make patchcheck" on non-English locale (GH-26102) https://github.com/python/cpython/commit/336dc523a4180f99955b

[issue44114] Incorrect function signatures in dictobject.c

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

[issue44114] Incorrect function signatures in dictobject.c

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

[issue44114] Incorrect function signatures in dictobject.c

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

[issue28146] Confusing error messages in str.format()

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

[issue28146] Confusing error messages in str.format()

2021-05-13 Thread miss-islington
Change by miss-islington : -- pull_requests: +24756 pull_request: https://github.com/python/cpython/pull/26112 ___ Python tracker <https://bugs.python.org/issue28

[issue28146] Confusing error messages in str.format()

2021-05-13 Thread miss-islington
Change by miss-islington : -- pull_requests: +24755 pull_request: https://github.com/python/cpython/pull/26111 ___ Python tracker <https://bugs.python.org/issue28

[issue44114] Incorrect function signatures in dictobject.c

2021-05-13 Thread miss-islington
miss-islington added the comment: New changeset 04c46101944777dd131bbfe8dbfef5f4d328860d by Miss Islington (bot) in branch '3.9': bpo-44114: Remove redundant cast. (GH-26098) https://github.com/python/cpython/commit/04c46101944777dd131bbfe8dbfef5

[issue44114] Incorrect function signatures in dictobject.c

2021-05-13 Thread miss-islington
miss-islington added the comment: New changeset c4c3beb5ad6b55c20b6dc7c6a92860f467afa75b by Miss Islington (bot) in branch '3.10': bpo-44114: Remove redundant cast. (GH-26098) https://github.com/python/cpython/commit/c4c3beb5ad6b55c20b6dc7c6a92860

[issue28146] Confusing error messages in str.format()

2021-05-13 Thread miss-islington
miss-islington added the comment: New changeset 2d780237d95cd3d95401f52be2edeac8b458eb68 by Miss Islington (bot) in branch '3.10': bpo-28146: Fix a confusing error message in str.format() (GH-24213) https://github.com/python/cpython/commit/2d780237d95cd3d95401f52be2edea

[issue28146] Confusing error messages in str.format()

2021-05-13 Thread miss-islington
miss-islington added the comment: New changeset 133013e8a1ecd570266de766e2df9745a24343be by Miss Islington (bot) in branch '3.9': bpo-28146: Fix a confusing error message in str.format() (GH-24213) https://github.com/python/cpython/commit/133013e8a1ecd570266de766e2df97

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

2021-05-13 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 11.0 -> 12.0 pull_requests: +24760 pull_request: https://github.com/python/cpython/pull/26115 ___ Python tracker <https://bugs.python.org/issu

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

2021-05-13 Thread miss-islington
miss-islington added the comment: New changeset 3222b25b2f55d3b3d1dab4547bf7b5adaa1d874f by Miss Islington (bot) in branch '3.10': [3.10] bpo-43908: Add What's New entry for Py_TPFLAGS_IMMUTABLETYPE flag (GH-25816) (GH-26115) https://github.com/python

[issue43977] Implement the latest semantics for PEP 634 for matching collections

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

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

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

[issue44108] [sqlite3] normalise SQL quoted literals in sqlite3 test suite

2021-05-14 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +24765 pull_request: https://github.com/python/cpython/pull/26125 ___ Python tracker <https://bugs.python.org/issu

[issue43729] Tutorial Documentation for 3.1.1. Numbers missing "result"

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

[issue43729] Tutorial Documentation for 3.1.1. Numbers missing "result"

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

[issue37788] fix for bpo-36402 (threading._shutdown() race condition) causes reference leak

2021-05-14 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 14.0 -> 15.0 pull_requests: +24772 pull_request: https://github.com/python/cpython/pull/26138 ___ Python tracker <https://bugs.python.org/issu

[issue44072] Doc: power operator (`**`) present for numbers.Complex, not added in numbers.Integral

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

[issue44072] Doc: power operator (`**`) present for numbers.Complex, not added in numbers.Integral

2021-05-14 Thread miss-islington
Change by miss-islington : -- pull_requests: +24774 pull_request: https://github.com/python/cpython/pull/26140 ___ Python tracker <https://bugs.python.org/issue44

[issue44072] Doc: power operator (`**`) present for numbers.Complex, not added in numbers.Integral

2021-05-14 Thread miss-islington
miss-islington added the comment: New changeset 2e99869f64bbd3c6590cb5ceaf9cf59e63689d63 by Miss Islington (bot) in branch '3.10': bpo-44072: fix Complex, Integral docs for `**` (GH-25986) https://github.com/python/cpython/commit/2e99869f64bbd3c6590cb5ceaf9cf5

[issue44072] Doc: power operator (`**`) present for numbers.Complex, not added in numbers.Integral

2021-05-14 Thread miss-islington
miss-islington added the comment: New changeset fa9de0c383581936de3338c8dc6b58c10a6e27b8 by Miss Islington (bot) in branch '3.9': bpo-44072: fix Complex, Integral docs for `**` (GH-25986) https://github.com/python/cpython/commit/fa9de0c383581936de3338c8dc6b58

[issue37788] fix for bpo-36402 (threading._shutdown() race condition) causes reference leak

2021-05-15 Thread miss-islington
miss-islington added the comment: New changeset 71dca6ea73aaf215fafa094512e8c748248c16b0 by Miss Islington (bot) in branch '3.10': [3.10] bpo-37788: Fix reference leak when Thread is never joined (GH-26103) (GH-26138) https://github.com/python/cpyt

[issue37788] fix for bpo-36402 (threading._shutdown() race condition) causes reference leak

2021-05-15 Thread miss-islington
miss-islington added the comment: New changeset b30b25b26663fb6070b8ed86fe3a20dcb557d05d by Antoine Pitrou in branch '3.9': [3.9] bpo-37788: Fix reference leak when Thread is never joined (GH-26103) (GH-26142) https://github.com/python/cpython/commit/b30b25b26663fb6070b8ed86fe3a20

<    18   19   20   21   22   23   24   25   26   27   >