[issue37405] socket.getsockname() returns string instead of tuple

2019-09-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +15641 pull_request: https://github.com/python/cpython/pull/16018 ___ Python tracker <https://bugs.python.org/issue37

[issue38127] A fatal error when running test_ctypes

2019-09-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +15643 pull_request: https://github.com/python/cpython/pull/16020 ___ Python tracker <https://bugs.python.org/issue38

[issue38127] A fatal error when running test_ctypes

2019-09-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +15642 pull_request: https://github.com/python/cpython/pull/16019 ___ Python tracker <https://bugs.python.org/issue38

[issue38008] ContextManager and AsyncContextManager protocols can't be subclassed

2019-09-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +15644 pull_request: https://github.com/python/cpython/pull/16021 ___ Python tracker <https://bugs.python.org/issue38

[issue13927] Document time.ctime format

2019-09-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +15645 pull_request: https://github.com/python/cpython/pull/16022 ___ Python tracker <https://bugs.python.org/issue13

[issue38127] A fatal error when running test_ctypes

2019-09-12 Thread miss-islington
miss-islington added the comment: New changeset 79cbaf50ac9530d507149402de5c84fa590d9cfb by Miss Islington (bot) in branch '3.8': closes bpo-38127: _ctypes: PyObject_IsSubclass() should be checked for failure. (GH-16011) https://github.com/python/cpyt

[issue38127] A fatal error when running test_ctypes

2019-09-12 Thread miss-islington
miss-islington added the comment: New changeset 197ac1ad1c03243c647aa9100edbaa16bebbb7e9 by Miss Islington (bot) in branch '3.7': closes bpo-38127: _ctypes: PyObject_IsSubclass() should be checked for failure. (GH-16011) https://github.com/python/cpyt

[issue13927] Document time.ctime format

2019-09-12 Thread miss-islington
miss-islington added the comment: New changeset 1e17c4d414049ad2b5b6a0a53685efc7a550c5c5 by Miss Islington (bot) in branch '3.8': bpo-13927: time.ctime and time.asctime return string explantion (GH-11303) https://github.com/python/cpython/commit/1e17c4d414049ad2b5b6a0a53685ef

[issue38008] ContextManager and AsyncContextManager protocols can't be subclassed

2019-09-12 Thread miss-islington
miss-islington added the comment: New changeset 52baf90a74f3a4573f4266bb4ca8569534db42a9 by Miss Islington (bot) in branch '3.8': bpo-38008: Move builtin protocol whitelist to mapping instead of list (GH-15647) https://github.com/python/cpython/commit/52baf90a74f3a4573f4266bb4ca856

[issue9938] Add optional keyword argument exit_on_error to argparse.ArgumentParser

2019-09-12 Thread miss-islington
miss-islington added the comment: New changeset f545638b5701652ffbe1774989533cdf5bc6631e by Miss Islington (bot) (Hai Shi) in branch 'master': bpo-9938: Add optional keyword argument exit_on_error to argparse.ArgumentParser (GH-15362) https://github.com/python/cpyt

[issue32008] Example suggest to use a TLSv1 socket

2019-09-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +15649 pull_request: https://github.com/python/cpython/pull/16026 ___ Python tracker <https://bugs.python.org/issue32

[issue38110] Use fdwalk() within os.closerange() impl if available

2019-09-12 Thread miss-islington
miss-islington added the comment: New changeset 84eb42e3c90c03f13262f19185b14566e10941ac by Miss Islington (bot) in branch '3.8': bpo-38110: Use fdwalk for os.closerange() when available. (GH-15224) https://github.com/python/cpython/commit/84eb42e3c90c03f13262f19185b145

[issue36675] Doctest directives and comments missing from code samples

2019-09-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +15653 pull_request: https://github.com/python/cpython/pull/16030 ___ Python tracker <https://bugs.python.org/issue36

[issue35685] Add samples on patch.dict of the use of decorator and in class

2019-09-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +15654 pull_request: https://github.com/python/cpython/pull/16031 ___ Python tracker <https://bugs.python.org/issue35

[issue36675] Doctest directives and comments missing from code samples

2019-09-12 Thread miss-islington
miss-islington added the comment: New changeset 94a684734f669eab02b5c915394b749ccf936449 by Miss Islington (bot) in branch '3.8': bpo-36675: Remove obsolete code. (GH-16024) https://github.com/python/cpython/commit/94a684734f669eab02b5c915394b749ccf936449 -- nosy: +miss

[issue35685] Add samples on patch.dict of the use of decorator and in class

2019-09-12 Thread miss-islington
miss-islington added the comment: New changeset 648494b44aad273590382c8db5a9d1a6c96ee67a by Miss Islington (bot) in branch '3.8': bpo-35685: Add examples of unittest.mock.patch.dict usage (GH-11456) https://github.com/python/cpython/commit/648494b44aad273590382c8db5a9d1

[issue38134] Remove copy of fast PBKDF2 algorithm

2019-09-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +15656 pull_request: https://github.com/python/cpython/pull/16034 ___ Python tracker <https://bugs.python.org/issue38

[issue35325] imp.find_module() return value documentation discrepancy

2019-09-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +15657 pull_request: https://github.com/python/cpython/pull/16035 ___ Python tracker <https://bugs.python.org/issue35

[issue35325] imp.find_module() return value documentation discrepancy

2019-09-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +15658 pull_request: https://github.com/python/cpython/pull/16036 ___ Python tracker <https://bugs.python.org/issue35

[issue26868] Document PyModule_AddObject's behavior on error

2019-09-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +15660 pull_request: https://github.com/python/cpython/pull/16038 ___ Python tracker <https://bugs.python.org/issue26

[issue26868] Document PyModule_AddObject's behavior on error

2019-09-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +15659 pull_request: https://github.com/python/cpython/pull/16037 ___ Python tracker <https://bugs.python.org/issue26

[issue38134] Remove copy of fast PBKDF2 algorithm

2019-09-12 Thread miss-islington
miss-islington added the comment: New changeset 80e33655a264d75f9a6ffedfc60697c30f92bdfe by Miss Islington (bot) in branch '3.8': bpo-38134: Remove PKBDF2_HMAC_fast from _hashopenssl (GH-16028) https://github.com/python/cpython/commit/80e33655a264d75f9a6ffedfc60697

[issue35325] imp.find_module() return value documentation discrepancy

2019-09-12 Thread miss-islington
miss-islington added the comment: New changeset 01b47c94ca8ef89c5ac5fda0ab1074e73234a738 by Miss Islington (bot) in branch '3.7': bpo-35325: Doc: imp.find_module() return value documentation discrepancy (GH-11040) https://github.com/python/cpyt

[issue26868] Document PyModule_AddObject's behavior on error

2019-09-12 Thread miss-islington
miss-islington added the comment: New changeset 535863e3f599a6ad829204d83f144c91e44de443 by Miss Islington (bot) in branch '3.8': bpo-26868: Fix example usage of PyModule_AddObject. (GH-15725) https://github.com/python/cpython/commit/535863e3f599a6ad829204d83f144c91e44de443 -

[issue35325] imp.find_module() return value documentation discrepancy

2019-09-12 Thread miss-islington
miss-islington added the comment: New changeset 14afe203d6937069c66b7e9c4a9fc0db49b32c19 by Miss Islington (bot) in branch '3.8': bpo-35325: Doc: imp.find_module() return value documentation discrepancy (GH-11040) https://github.com/python/cpyt

[issue26868] Document PyModule_AddObject's behavior on error

2019-09-12 Thread miss-islington
miss-islington added the comment: New changeset c8d1338441114fbc504625bc66607e7996018a5d by Miss Islington (bot) in branch '3.7': bpo-26868: Fix example usage of PyModule_AddObject. (GH-15725) https://github.com/python/cpython/commit/c8d1338441114fbc504625bc66607e

[issue36373] Deprecate explicit loop parameter in all public asyncio APIs

2019-09-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +15661 pull_request: https://github.com/python/cpython/pull/16039 ___ Python tracker <https://bugs.python.org/issue36

[issue38132] Simplify hashlib implementation

2019-09-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +15662 pull_request: https://github.com/python/cpython/pull/16040 ___ Python tracker <https://bugs.python.org/issue38

[issue37935] Improve performance of pathlib.scandir()

2019-09-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +15665 pull_request: https://github.com/python/cpython/pull/16043 ___ Python tracker <https://bugs.python.org/issue37

[issue36373] Deprecate explicit loop parameter in all public asyncio APIs

2019-09-12 Thread miss-islington
miss-islington added the comment: New changeset 345bfc990f5f3e873774051d43136b06bfed82cb by Miss Islington (bot) in branch '3.8': bpo-36373: Deprecate explicit loop in task and subprocess API (GH-16033) https://github.com/python/cpython/commit/345bfc990f5f3e873774051d43136b

[issue37363] Additional PEP578 hooks

2019-09-12 Thread miss-islington
miss-islington added the comment: New changeset ed4b3216e59df4806e5ef63b3357fc577a9443d7 by Miss Islington (bot) (Christian Heimes) in branch 'master': bpo-37363: Document internal audit events (GH-14663) https://github.com/python/cpython/commit/ed4b3216e59df4806e5ef63b3357fc

[issue37363] Additional PEP578 hooks

2019-09-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +15668 pull_request: https://github.com/python/cpython/pull/16046 ___ Python tracker <https://bugs.python.org/issue37

[issue37363] Additional PEP578 hooks

2019-09-12 Thread miss-islington
miss-islington added the comment: New changeset 2f01cf61874aa42eebe49d51d4881792d9c4 by Miss Islington (bot) in branch '3.8': bpo-37363: Document internal audit events (GH-14663) https://github.com/python/cpython/commit/2f01cf61874aa42eebe49d51d4

[issue38132] Simplify hashlib implementation

2019-09-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +15670 pull_request: https://github.com/python/cpython/pull/16048 ___ Python tracker <https://bugs.python.org/issue38

[issue38132] Simplify hashlib implementation

2019-09-12 Thread miss-islington
miss-islington added the comment: New changeset 0d7cb5bb291d8645824581ae570a394e3d221e5e by Miss Islington (bot) in branch '3.8': bpo-38132: Check EVP_DigestUpdate for error (GH-16041) https://github.com/python/cpython/commit/0d7cb5bb291d8645824581ae570a394e3d221e5e -- n

[issue36991] zipfile: AttributeError on extract

2019-09-12 Thread miss-islington
Change by miss-islington : -- keywords: +patch pull_requests: +15674 pull_request: https://github.com/python/cpython/pull/16052 ___ Python tracker <https://bugs.python.org/issue36

[issue21872] LZMA library sometimes fails to decompress a file

2019-09-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +15677 pull_request: https://github.com/python/cpython/pull/16054 ___ Python tracker <https://bugs.python.org/issue21

[issue21872] LZMA library sometimes fails to decompress a file

2019-09-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +15678 pull_request: https://github.com/python/cpython/pull/16055 ___ Python tracker <https://bugs.python.org/issue21

[issue36960] Make datetime docs more user-friendly

2019-09-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +15679 pull_request: https://github.com/python/cpython/pull/16056 ___ Python tracker <https://bugs.python.org/issue36

[issue38137] hashopenssl fails to compile on MacOS

2019-09-12 Thread miss-islington
miss-islington added the comment: New changeset 9a4963b932a087b78596cca0b8394ac898faa490 by Miss Islington (bot) (Christian Heimes) in branch 'master': bpo-38137: Re-add OpenSSL 1.0.2 compat (GH-16051) https://github.com/python/cpython/commit/9a4963b932a087b78596cca0b8394a

[issue36991] zipfile: AttributeError on extract

2019-09-12 Thread miss-islington
miss-islington added the comment: New changeset 717cc61ed103684b8c73e0e8af10ace345f39f16 by Miss Islington (bot) in branch '3.8': bpo-36991: Fix incorrect exception escaping ZipFile.extract() (GH-13632) https://github.com/python/cpython/commit/717cc61ed103684b8c73e0e8af10ac

[issue36960] Make datetime docs more user-friendly

2019-09-12 Thread miss-islington
miss-islington added the comment: New changeset 8976359c598f56825648f4e5397b78c5d14ea13c by Miss Islington (bot) in branch '3.8': Overhaul datetime documentation (GH-13410) https://github.com/python/cpython/commit/8976359c598f56825648f4e5397b78c5d14ea13c -- nosy: +miss

[issue38138] test_importleak is leaking references

2019-09-12 Thread miss-islington
miss-islington added the comment: New changeset 8d88e8c662a80c186c7a0e67f1c1f3d4010276f8 by Miss Islington (bot) (Dino Viehland) in branch 'master': bpo-38138: Fix memory leak introduced by interned strings (GH-16053) https://github.com/python/cpyt

[issue21872] LZMA library sometimes fails to decompress a file

2019-09-12 Thread miss-islington
miss-islington added the comment: New changeset 824407f76e211a2a19c94d5cb1f39fc422ab62ee by Miss Islington (bot) in branch '3.8': bpo-21872: fix lzma library decompresses data incompletely (GH-14048) https://github.com/python/cpython/commit/824407f76e211a2a19c94d5cb1f39f

[issue21872] LZMA library sometimes fails to decompress a file

2019-09-12 Thread miss-islington
miss-islington added the comment: New changeset a3c53a1b45b05bcb69660eac5a271443b37ecc42 by Miss Islington (bot) in branch '3.7': bpo-21872: fix lzma library decompresses data incompletely (GH-14048) https://github.com/python/cpython/commit/a3c53a1b45b05bcb69660eac5a2714

[issue37488] Document the "gotcha" behaviors in utcnow() and utcfromtimestamp()

2019-09-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +15682 pull_request: https://github.com/python/cpython/pull/16059 ___ Python tracker <https://bugs.python.org/issue37

[issue37488] Document the "gotcha" behaviors in utcnow() and utcfromtimestamp()

2019-09-12 Thread miss-islington
miss-islington added the comment: New changeset 307c5fe9428b175ff3871a1fdc19bdd7562cfee5 by Miss Islington (bot) in branch '3.8': bpo-37488 : Document a warning for datetime.utcnow() and utcfromtimestamp() (GH-15773) https://github.com/python/cpyt

[issue38137] hashopenssl fails to compile on MacOS

2019-09-12 Thread miss-islington
miss-islington added the comment: New changeset 36c29e444d6bc0e31b46509610d3fb7cff74f2c2 by Miss Islington (bot) (Stéphane Wirtel) in branch '3.8': [3.8] bpo-38137: Re-add OpenSSL 1.0.2 compat (GH-16051) (GH-16057) https://github.com/python/cpyt

[issue38096] Clean up the "struct sequence" / "named tuple" docs

2019-09-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +15685 pull_request: https://github.com/python/cpython/pull/16062 ___ Python tracker <https://bugs.python.org/issue38

[issue38096] Clean up the "struct sequence" / "named tuple" docs

2019-09-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +15686 pull_request: https://github.com/python/cpython/pull/16063 ___ Python tracker <https://bugs.python.org/issue38

[issue37908] Add an example of ArgumentParser.exit()

2019-09-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +15688 pull_request: https://github.com/python/cpython/pull/16065 ___ Python tracker <https://bugs.python.org/issue37

[issue37908] Add an example of ArgumentParser.exit()

2019-09-12 Thread miss-islington
miss-islington added the comment: New changeset 6dc3e61c511d3e13ce4eac86c8b6abdff58e3617 by Miss Islington (bot) in branch '3.8': bpo-37908: Add an example of ArgumentParser.exit() (GH-15455) https://github.com/python/cpython/commit/6dc3e61c511d3e13ce4eac86c8b6abdff58e3617 -

[issue37803] "python -m pdb --help" does not work

2019-09-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +15689 pull_request: https://github.com/python/cpython/pull/16066 ___ Python tracker <https://bugs.python.org/issue37

[issue37803] "python -m pdb --help" does not work

2019-09-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +15690 pull_request: https://github.com/python/cpython/pull/16067 ___ Python tracker <https://bugs.python.org/issue37

[issue37803] "python -m pdb --help" does not work

2019-09-12 Thread miss-islington
miss-islington added the comment: New changeset 7da8c0aee2039685f3eff878610684f94f7f7873 by Miss Islington (bot) in branch '3.7': closes bpo-37803: pdb: fix handling of options (--help / --version) (GH-15193) https://github.com/python/cpython/commit/7da8c0aee2039685f3eff878610684

[issue37803] "python -m pdb --help" does not work

2019-09-12 Thread miss-islington
miss-islington added the comment: New changeset 21bfff9a5a766acfbdd899687850f563893a0f9e by Miss Islington (bot) in branch '3.8': closes bpo-37803: pdb: fix handling of options (--help / --version) (GH-15193) https://github.com/python/cpython/commit/21bfff9a5a766acfbdd899687850f5

[issue38133] py.exe cannot locate Store package

2019-09-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +15693 pull_request: https://github.com/python/cpython/pull/16073 ___ Python tracker <https://bugs.python.org/issue38

[issue38133] py.exe cannot locate Store package

2019-09-12 Thread miss-islington
miss-islington added the comment: New changeset 664d56a52eb5b98ac24b2d0cd4a080ffd49fd93d by Miss Islington (bot) in branch '3.8': bpo-38133: Allow py.exe launcher to locate installations from the Microsoft Store (GH-16025) https://github.com/python/cpyt

[issue37785] argparse uses %s in gettext calls causing xgettext warnings

2019-09-13 Thread miss-islington
Change by miss-islington : -- pull_requests: +15702 pull_request: https://github.com/python/cpython/pull/16080 ___ Python tracker <https://bugs.python.org/issue37

[issue37785] argparse uses %s in gettext calls causing xgettext warnings

2019-09-13 Thread miss-islington
Change by miss-islington : -- pull_requests: +15703 pull_request: https://github.com/python/cpython/pull/16081 ___ Python tracker <https://bugs.python.org/issue37

[issue37785] argparse uses %s in gettext calls causing xgettext warnings

2019-09-13 Thread miss-islington
miss-islington added the comment: New changeset b50eff65906f8e9b4597cb0128ea1729341346fc by Miss Islington (bot) in branch '3.7': bpo-37785: Fix xgettext warning in argparse (GH-15161) https://github.com/python/cpython/commit/b50eff65906f8e9b4597cb0128ea1729341346fc -- n

[issue37785] argparse uses %s in gettext calls causing xgettext warnings

2019-09-13 Thread miss-islington
miss-islington added the comment: New changeset 8750dfe09eaec24231e19962d17d171c323794ad by Miss Islington (bot) in branch '3.8': bpo-37785: Fix xgettext warning in argparse (GH-15161) https://github.com/python/cpython/commit/8750dfe09eaec24231e19962d17d17

[issue36889] Merge StreamWriter and StreamReader into just asyncio.Stream

2019-09-13 Thread miss-islington
miss-islington added the comment: New changeset d31b31516c71890e8735606aec1dbf2bfb8fd6be by Miss Islington (bot) (Xtreak) in branch 'master': bpo-36889: Document Stream class and add docstrings (GH-14488) https://github.com/python/cpython/commit/d31b31516c71890e8735606aec1dbf

[issue36889] Merge StreamWriter and StreamReader into just asyncio.Stream

2019-09-13 Thread miss-islington
Change by miss-islington : -- pull_requests: +15708 pull_request: https://github.com/python/cpython/pull/16087 ___ Python tracker <https://bugs.python.org/issue36

[issue36889] Merge StreamWriter and StreamReader into just asyncio.Stream

2019-09-13 Thread miss-islington
miss-islington added the comment: New changeset b9bfe143d151d184615fa3890f78874c5d4ed4c6 by Miss Islington (bot) in branch '3.8': bpo-36889: Document Stream class and add docstrings (GH-14488) https://github.com/python/cpython/commit/b9bfe143d151d184615fa3890f7887

[issue12144] cookielib.CookieJar.make_cookies fails for cookies with 'expires' set

2019-09-13 Thread miss-islington
Change by miss-islington : -- pull_requests: +15710 pull_request: https://github.com/python/cpython/pull/16089 ___ Python tracker <https://bugs.python.org/issue12

[issue12144] cookielib.CookieJar.make_cookies fails for cookies with 'expires' set

2019-09-13 Thread miss-islington
miss-islington added the comment: New changeset bb41147eab15a2958f4ad38261e5bf608f6ace1b by Miss Islington (bot) (Xtreak) in branch 'master': bpo-12144: Handle cookies with expires attribute in CookieJar.make_cookies (GH-13921) https://github.com/python/cpyt

[issue12144] cookielib.CookieJar.make_cookies fails for cookies with 'expires' set

2019-09-13 Thread miss-islington
Change by miss-islington : -- pull_requests: +15709 pull_request: https://github.com/python/cpython/pull/16088 ___ Python tracker <https://bugs.python.org/issue12

[issue12144] cookielib.CookieJar.make_cookies fails for cookies with 'expires' set

2019-09-13 Thread miss-islington
miss-islington added the comment: New changeset 44cb89a78a308b7a613bdd01539ec84be914d693 by Miss Islington (bot) in branch '3.8': bpo-12144: Handle cookies with expires attribute in CookieJar.make_cookies (GH-13921) https://github.com/python/cpyt

[issue29986] Documentation recommends raising TypeError from tp_richcompare

2019-09-13 Thread miss-islington
Change by miss-islington : -- pull_requests: +15717 pull_request: https://github.com/python/cpython/pull/16097 ___ Python tracker <https://bugs.python.org/issue29

[issue29986] Documentation recommends raising TypeError from tp_richcompare

2019-09-13 Thread miss-islington
miss-islington added the comment: New changeset 4556b1d35c352c975f3cf066362cb6e24efe0668 by Miss Islington (bot) in branch '3.8': bpo-29986: Doc: Delete tip to raise TypeError from tp_richcompare. (GH-16095) https://github.com/python/cpython/commit/4556b1d35c352c975f3cf066362cb6

[issue26468] shutil.copy2 raises OSError if filesystem doesn't support chmod

2019-09-13 Thread miss-islington
Change by miss-islington : -- pull_requests: +15721 pull_request: https://github.com/python/cpython/pull/16102 ___ Python tracker <https://bugs.python.org/issue26

[issue36002] configure --enable-optimizations with clang fails to detect llvm-profdata

2019-09-13 Thread miss-islington
Change by miss-islington : -- pull_requests: +15724 pull_request: https://github.com/python/cpython/pull/16105 ___ Python tracker <https://bugs.python.org/issue36

[issue36002] configure --enable-optimizations with clang fails to detect llvm-profdata

2019-09-13 Thread miss-islington
Change by miss-islington : -- pull_requests: +15723 pull_request: https://github.com/python/cpython/pull/16104 ___ Python tracker <https://bugs.python.org/issue36

[issue26468] shutil.copy2 raises OSError if filesystem doesn't support chmod

2019-09-13 Thread miss-islington
miss-islington added the comment: New changeset c27bcc3b476bbda7958724376189816c4e9d19c4 by Miss Islington (bot) in branch '3.8': bpo-26468: Doc: improve the documentation of shutil.copy2 when it can fail. (GH-13765) https://github.com/python/cpyt

[issue36002] configure --enable-optimizations with clang fails to detect llvm-profdata

2019-09-13 Thread miss-islington
miss-islington added the comment: New changeset d112ea66b003deb7a4f222e47a552ac79098f4df by Miss Islington (bot) in branch '3.7': closes bpo-36002: Use AC_PATH_TOOL to find llvm-profdata and llvm-ar. (GH-14998) https://github.com/python/cpython/commit/d112ea66b003deb7a4f222e47a552a

[issue36002] configure --enable-optimizations with clang fails to detect llvm-profdata

2019-09-13 Thread miss-islington
miss-islington added the comment: New changeset bd2e7cc3af26fdd8bb86009048533e2000c0a490 by Miss Islington (bot) in branch '3.8': closes bpo-36002: Use AC_PATH_TOOL to find llvm-profdata and llvm-ar. (GH-14998) https://github.com/python/cpython/commit/bd2e7cc3af26fdd8bb86009048533e

[issue25068] The proxy key's string should ignore case.

2019-09-13 Thread miss-islington
Change by miss-islington : -- pull_requests: +15725 pull_request: https://github.com/python/cpython/pull/16107 ___ Python tracker <https://bugs.python.org/issue25

[issue25068] The proxy key's string should ignore case.

2019-09-13 Thread miss-islington
miss-islington added the comment: New changeset 590ed09a5b422d59cc1f049c64ac30733545eef0 by Miss Islington (bot) in branch '3.8': bpo-25068: urllib.request.ProxyHandler now lowercases the dict keys (GH-13489) https://github.com/python/cpython/commit/590ed09a5b422d59cc1f049c64ac30

[issue37199] Test suite fails when Ipv6 is unavailable

2019-09-13 Thread miss-islington
Change by miss-islington : -- pull_requests: +15727 pull_request: https://github.com/python/cpython/pull/16112 ___ Python tracker <https://bugs.python.org/issue37

[issue37449] Move ensurepip off of pkgutil and to importlib.resources

2019-09-13 Thread miss-islington
miss-islington added the comment: New changeset 2ccb50cf773881255c5669942a093eb68ad042f6 by Miss Islington (bot) (Joannah Nanjekye) in branch 'master': bpo-37449: Move ensurepip off of pkgutil and to importlib.resources (GH-15109) https://github.com/python/cpyt

[issue37199] Test suite fails when Ipv6 is unavailable

2019-09-13 Thread miss-islington
miss-islington added the comment: New changeset 83c21fdc36070f9fa3eb3b68181630e2cc6480fe by Miss Islington (bot) in branch '3.8': bpo-37199: Replace the early returns added in c2cda63. (GH-14535) https://github.com/python/cpython/commit/83c21fdc36070f9fa3eb3b68181630

[issue34706] Signature.from_callable sometimes drops subclassing

2019-09-13 Thread miss-islington
Change by miss-islington : -- pull_requests: +15728 pull_request: https://github.com/python/cpython/pull/16113 ___ Python tracker <https://bugs.python.org/issue34

[issue34706] Signature.from_callable sometimes drops subclassing

2019-09-13 Thread miss-islington
Change by miss-islington : -- pull_requests: +15729 pull_request: https://github.com/python/cpython/pull/16114 ___ Python tracker <https://bugs.python.org/issue34

[issue38092] environment variables not passed correctly using new virtualenv launching in windows and python3.7+

2019-09-13 Thread miss-islington
Change by miss-islington : -- pull_requests: +15731 pull_request: https://github.com/python/cpython/pull/16116 ___ Python tracker <https://bugs.python.org/issue38

[issue38092] environment variables not passed correctly using new virtualenv launching in windows and python3.7+

2019-09-13 Thread miss-islington
miss-islington added the comment: New changeset f2b7556ef851ac85e7cbf189d1b29fdeb9539b88 by Miss Islington (bot) (Steve Dower) in branch 'master': bpo-38092: Reduce overhead when using multiprocessing in a Windows virtual environment (GH-16098) https://github.com/python/cpyt

[issue38150] test_capi: test_c_subclass_of_heap_ctype_with_del_modifying_dunder_class_only_decrefs_once() leaks

2019-09-13 Thread miss-islington
miss-islington added the comment: New changeset a67ac2f2d9550e5a36d28f9b6eeacf6575dda2d5 by Miss Islington (bot) (Eddie Elizondo) in branch 'master': bpo-38150 Fix refleak in the finalizer of a _testcapimodule type (GH-16115) https://github.com/python/cpyt

[issue38092] environment variables not passed correctly using new virtualenv launching in windows and python3.7+

2019-09-13 Thread miss-islington
miss-islington added the comment: New changeset 436b429ade87b10879b3f944e99a515478e86e5e by Miss Islington (bot) in branch '3.8': bpo-38092: Reduce overhead when using multiprocessing in a Windows virtual environment (GH-16098) https://github.com/python/cpyt

[issue32790] Keep trailing zeros in precision for string format option g

2019-09-13 Thread miss-islington
Change by miss-islington : -- pull_requests: +15735 pull_request: https://github.com/python/cpython/pull/16122 ___ Python tracker <https://bugs.python.org/issue32

[issue32790] Keep trailing zeros in precision for string format option g

2019-09-13 Thread miss-islington
Change by miss-islington : -- pull_requests: +15734 pull_request: https://github.com/python/cpython/pull/16121 ___ Python tracker <https://bugs.python.org/issue32

[issue32790] Keep trailing zeros in precision for string format option g

2019-09-13 Thread miss-islington
miss-islington added the comment: New changeset 77878cadc58aaca234482dffbb5fe89c74c026fa by Miss Islington (bot) in branch '3.7': bpo-32790: Add info about alt format using GH- for 'g' in chart (GH-6624) https://github.com/python/cpython/commit/77878cadc58aaca23448

[issue32790] Keep trailing zeros in precision for string format option g

2019-09-13 Thread miss-islington
miss-islington added the comment: New changeset e6b14c026fd9045a0d460b62dbcb512fca4c64ec by Miss Islington (bot) in branch '3.8': bpo-32790: Add info about alt format using GH- for 'g' in chart (GH-6624) https://github.com/python/cpython/commit/e6b14c026fd9045a0d46

[issue37953] Fix ForwardRef equality checks

2019-09-13 Thread miss-islington
Change by miss-islington : -- pull_requests: +15739 pull_request: https://github.com/python/cpython/pull/16128 ___ Python tracker <https://bugs.python.org/issue37

[issue38005] Coercing strings and non-integer numbers to interpreter ID and channel ID

2019-09-13 Thread miss-islington
Change by miss-islington : -- pull_requests: +15740 pull_request: https://github.com/python/cpython/pull/16129 ___ Python tracker <https://bugs.python.org/issue38

[issue37953] Fix ForwardRef equality checks

2019-09-13 Thread miss-islington
miss-islington added the comment: New changeset e91edfed4214dbae17b8906b5dc7778769aac620 by Miss Islington (bot) in branch '3.8': bpo-37953: Fix ForwardRef hash and equality checks (GH-15400) https://github.com/python/cpython/commit/e91edfed4214dbae17b8906b5dc7778769aac620 -

[issue37953] Fix ForwardRef equality checks

2019-09-14 Thread miss-islington
miss-islington added the comment: New changeset d057b896f97e6d7447b9bf9246770c41cf205299 by Miss Islington (bot) (Zackery Spytz) in branch 'master': bpo-37953: Fix deprecation warnings in test_typing (GH-16133) https://github.com/python/cpython/commit/d057b896f97e6d7447b9bf9246770c

[issue37953] Fix ForwardRef equality checks

2019-09-14 Thread miss-islington
Change by miss-islington : -- pull_requests: +15748 pull_request: https://github.com/python/cpython/pull/16138 ___ Python tracker <https://bugs.python.org/issue37

[issue37953] Fix ForwardRef equality checks

2019-09-14 Thread miss-islington
miss-islington added the comment: New changeset 66da347ef0034ad9bddc7fad112025c886249f0d by Miss Islington (bot) in branch '3.8': bpo-37953: Fix deprecation warnings in test_typing (GH-16133) https://github.com/python/cpython/commit/66da347ef0034ad9bddc7fad112025

[issue34155] [CVE-2019-16056] email.utils.parseaddr mistakenly parse an email

2019-09-14 Thread miss-islington
miss-islington added the comment: New changeset 4cbcd2f8c4e12b912e4d21fd892eedf7a3813d8e by Miss Islington (bot) (Roberto C. Sánchez) in branch '2.7': [2.7] bpo-34155: Dont parse domains containing @ (GH-13079) (GH-16006) https://github.com/python/cpyt

[issue37635] Using constant for whence arg in seek()

2019-09-14 Thread miss-islington
Change by miss-islington : -- pull_requests: +15761 pull_request: https://github.com/python/cpython/pull/16150 ___ Python tracker <https://bugs.python.org/issue37

<    9   10   11   12   13   14   15   16   17   18   >