[issue28624] Make the `cwd` argument to `subprocess.Popen` accept a `PathLike`

2017-03-24 Thread Berker Peksag
Berker Peksag added the comment: New changeset d5c11f7ace48701bb950c6345deee88c35c66e26 by Berker Peksag (Sayan Chowdhury) in branch 'master': bpo-28624: Add a test that checks that cwd parameter of Popen() accepts PathLike objects (#157) https://github.com/python/cpython/commit/d5c11f7ace4870

[issue26184] Add versionchanged note for error when create_module() is not defined by loaders

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 1f5639c77f736c18fb5a85b4a1850121e25c788e by Mariatta in branch 'master': bpo-26184: import.rst: Improve versionchanged note (GH-325) https://github.com/python/cpython/commit/1f5639c77f736c18fb5a85b4a1850121e25c788e -- _

[issue26184] Add versionchanged note for error when create_module() is not defined by loaders

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 7e4897a2fb91e49f131a42ed6de88b5185f7dea8 by Mariatta in branch '3.6': bpo-26184: import.rst: Improve versionchanged note (GH-325) (GH-326) https://github.com/python/cpython/commit/7e4897a2fb91e49f131a42ed6de88b5185f7dea8 -- ___

[issue29376] threading._DummyThread.__repr__ raises AssertionError

2017-03-24 Thread Xiang Zhang
Xiang Zhang added the comment: New changeset f3a9faba4bad91286b78b498547de928078f55da by Xiang Zhang in branch 'master': bpo-29376: Fix assertion error in threading._DummyThread.is_alive() (GH-236) https://github.com/python/cpython/commit/f3a9faba4bad91286b78b498547de928078f55da -- _

[issue29376] threading._DummyThread.__repr__ raises AssertionError

2017-03-24 Thread Xiang Zhang
Xiang Zhang added the comment: New changeset 8400ae209b5fa3d3bdc39d3876eef13d1ea9a72a by Xiang Zhang in branch '3.5': bpo-29376: Fix assertion error in threading._DummyThread.is_alive() (GH-329) https://github.com/python/cpython/commit/8400ae209b5fa3d3bdc39d3876eef13d1ea9a72a --

[issue29655] Certain errors during IMPORT_STAR can leak a reference

2017-03-24 Thread Berker Peksag
Berker Peksag added the comment: New changeset 0dadf56737f591c83d18db5e445960d39448583e by Berker Peksag in branch '3.5': bpo-29655: Fixed possible reference leaks in `import *`. (#301) (#349) https://github.com/python/cpython/commit/0dadf56737f591c83d18db5e445960d39448583e -- __

[issue29376] threading._DummyThread.__repr__ raises AssertionError

2017-03-24 Thread Xiang Zhang
Xiang Zhang added the comment: New changeset 4b6c41768a15fc85e3069603ef89344bd97f79af by Xiang Zhang in branch '3.6': bpo-29376: Fix assertion error in threading._DummyThread.is_alive() (GH-330) https://github.com/python/cpython/commit/4b6c41768a15fc85e3069603ef89344bd97f79af --

[issue28598] RHS not consulted in `str % subclass_of_str` case.

2017-03-24 Thread Berker Peksag
Berker Peksag added the comment: New changeset 53039ad3814a8918c5311f37bd654428b9843fcc by Berker Peksag (Martijn Pieters) in branch '3.6': bpo-28598: Support __rmod__ for RHS subclasses of str in % string formatting operations (#95) https://github.com/python/cpython/commit/53039ad3814a8918c53

[issue29662] Fix wrong indentation of timeit.Timer's documenation

2017-03-24 Thread Xiang Zhang
New submission from Xiang Zhang: New changeset 8aa1ad892ff3cf4d8881cdae0e95be1a5bad175e by Xiang Zhang in branch '3.6': bpo-29662: fix wrong indentation in timeit.Timer's doc (GH-333) https://github.com/python/cpython/commit/8aa1ad892ff3cf4d8881cdae0e95be1a5bad175e -- __

[issue29662] Fix wrong indentation of timeit.Timer's documenation

2017-03-24 Thread Xiang Zhang
Xiang Zhang added the comment: New changeset 210d6a9f951b621b095bc5b72821cf60198ffea8 by Xiang Zhang in branch 'master': bpo-29662: fix wrong indentation in timeit.Timer's doc (GH-332) https://github.com/python/cpython/commit/210d6a9f951b621b095bc5b72821cf60198ffea8 -- __

[issue27788] platform module's version number doesn't match its docstring

2017-03-24 Thread Berker Peksag
Berker Peksag added the comment: New changeset bb59d89ceeb1abfb4d73c7fc60b534e4464adf35 by Berker Peksag in branch '3.6': bpo-27788 : synchronise platform.py version number (#246) (#341) https://github.com/python/cpython/commit/bb59d89ceeb1abfb4d73c7fc60b534e4464adf35 --

[issue29655] Certain errors during IMPORT_STAR can leak a reference

2017-03-24 Thread Berker Peksag
Berker Peksag added the comment: New changeset 7accf2033d03025cc5324f8b9d22582bca3623e9 by Berker Peksag in branch '3.6': bpo-29655: Fixed possible reference leaks in `import *`. (#301) (#348) https://github.com/python/cpython/commit/7accf2033d03025cc5324f8b9d22582bca3623e9 -- __

[issue28598] RHS not consulted in `str % subclass_of_str` case.

2017-03-24 Thread Berker Peksag
Berker Peksag added the comment: New changeset bc144f0abff2b36595171377ee847c0266596ab2 by Berker Peksag (Martijn Pieters) in branch '3.5': bpo-28598: Support __rmod__ for RHS subclasses of str in % string formatting operations (#94) https://github.com/python/cpython/commit/bc144f0abff2b365951

[issue24241] webbrowser default browser detection and/or public API for _trylist.

2017-03-24 Thread Berker Peksag
Berker Peksag added the comment: New changeset 370f7a956cef5895c93ca5a53fc26b04df973aaf by Berker Peksag in branch 'master': bpo-24241: Add versionchanged directive to the documentation (#342) https://github.com/python/cpython/commit/370f7a956cef5895c93ca5a53fc26b04df973aaf -- nosy: +

[issue28598] RHS not consulted in `str % subclass_of_str` case.

2017-03-24 Thread Xiang Zhang
Xiang Zhang added the comment: New changeset b4f0e980b6084e9a994e3f069269fac2471e0d78 by Xiang Zhang in branch '2.7': bpo-28598: Support __rmod__ for RHS subclasses of str in % string formatting operations (GH-366) https://github.com/python/cpython/commit/b4f0e980b6084e9a994e3f069269fac2471e0d

[issue29661] Typo in the docstring of timeit.Timer.autorange

2017-03-24 Thread Xiang Zhang
Xiang Zhang added the comment: New changeset ecf39bbc97adc0fb67654602e37d0d8313e9be9d by Xiang Zhang in branch 'master': bpo-29661: fix contradiction in timeit.Timer.autorange's docstring (GH-331) https://github.com/python/cpython/commit/ecf39bbc97adc0fb67654602e37d0d8313e9be9d -- __

[issue29661] Typo in the docstring of timeit.Timer.autorange

2017-03-24 Thread Xiang Zhang
Xiang Zhang added the comment: New changeset c4a786b8ad2a625594551ab3bc991a6831ba7688 by Xiang Zhang in branch '3.6': bpo-29661: fix contradiction in timeit.Timer.autorange's docstring (GH-331) (GH-353) https://github.com/python/cpython/commit/c4a786b8ad2a625594551ab3bc991a6831ba7688 ---

[issue7769] SimpleXMLRPCServer.SimpleXMLRPCServer.register_function as decorator

2017-03-24 Thread Xiang Zhang
Xiang Zhang added the comment: New changeset 267b9d2fa8efce7c5bc34ce50048ebca8fddf04f by Xiang Zhang in branch 'master': bpo-7769: enable xmlrpc.server.SimpleXMLRPCDispatcher.register_function used as decorator (GH-231) https://github.com/python/cpython/commit/267b9d2fa8efce7c5bc34ce50048ebca8

[issue29898] PYTHONLEGACYWINDOWSIOENCODING isn't implemented

2017-03-24 Thread Steve Dower
Steve Dower added the comment: It's actually called "PYTHONLEGACYWINDOWSSTDIO" in Python/pylifecycle.c, which is also what PEP 528 says it should be, so this is a docs issue. You're correct that PYTHONIOENCODING is overridden by detection of a real console, however, PYTHONIOENCODING doesn't cu

[issue29110] [patch] Fix file object leak in `aifc.open` when given invalid AIFF file.

2017-03-24 Thread INADA Naoki
INADA Naoki added the comment: New changeset 02eb4b0bd4a7d86cf5e40567aaa8710b00e079a4 by INADA Naoki in branch '2.7': bpo-29110: Fix file object leak in aifc.open (GH-356) https://github.com/python/cpython/commit/02eb4b0bd4a7d86cf5e40567aaa8710b00e079a4 -- ___

[issue26867] test_ssl test_options fails on ubuntu 16.04

2017-03-24 Thread Xiang Zhang
Xiang Zhang added the comment: New changeset c9ba186bcbb309278db028d33a57f039d587 by Xiang Zhang in branch '2.7': bpo-26867: Ubuntu's openssl OP_NO_SSLv3 is forced on by default; fix test. (GH-374) https://github.com/python/cpython/commit/c9ba186bcbb309278db028d33a57f039d587

[issue29684] Minor regression in PyEval_CallObjectWithKeywords()

2017-03-24 Thread INADA Naoki
INADA Naoki added the comment: New changeset 3824cd8fd44f287ea2a76120a39ee76eb34bbf32 by INADA Naoki in branch 'master': bpo-29684: Fix regression of PyEval_CallObjectWithKeywords (GH-87) https://github.com/python/cpython/commit/3824cd8fd44f287ea2a76120a39ee76eb34bbf32 -- ___

[issue29684] Minor regression in PyEval_CallObjectWithKeywords()

2017-03-24 Thread INADA Naoki
INADA Naoki added the comment: New changeset 023532e558bb0c5bf60195aebbafe63a0bebd85e by INADA Naoki in branch '3.6': bpo-29684: Fix minor regression of PyEval_CallObjectWithKeywords. (GH-378) https://github.com/python/cpython/commit/023532e558bb0c5bf60195aebbafe63a0bebd85e -- __

[issue29615] SimpleXMLRPCDispatcher._dispatch mangles tracebacks when invoking RPC calls through _dispatch

2017-03-24 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 3c6314c08d8ab1cfefbf6c2e27c095a7d4ba5f6e by Serhiy Storchaka (Petr Motejlek) in branch 'master': bpo-29615: SimpleXMLRPCDispatcher no longer chains KeyError (#260) https://github.com/python/cpython/commit/3c6314c08d8ab1cfefbf6c2e27c095a7d4ba5f6e

[issue29680] gdb/libpython.py does not work with gdb 7.2

2017-03-24 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: New changeset 661ca8843fed1183e38db06e52d59ac300bf1c2a by Lev Abalkin in branch 'master': Fixes bpo-29680: Older gdb does not have gdb.error. (#363) https://github.com/python/cpython/commit/661ca8843fed1183e38db06e52d59ac300bf1c2a -- __

[issue29095] Compiling Python 3.6 from source on MacOS X Sierra

2017-03-24 Thread Tommy Carstensen
Tommy Carstensen added the comment: I have the same problem as described here. How can I install Python3.6 and pip without sudo and without homebrew? I get the same error message after installation: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not

[issue29683] _PyCode_SetExtra behaviour wrong on allocation failure and after realloc

2017-03-24 Thread STINNER Victor
STINNER Victor added the comment: New changeset 6a9122ce6969902e119133dac660bf515616c7dd by Victor Stinner (Brian Coleman) in branch 'master': bpo-29683 - Fixes to _PyCode_SetExtra when co_extra->ce->extras is (#376) https://github.com/python/cpython/commit/6a9122ce6969902e119133dac660bf515616c

[issue29176] /tmp does not exist on Android and is used by curses.window.putwin()

2017-03-24 Thread STINNER Victor
STINNER Victor added the comment: New changeset 2b221b78d602f1684a81b85af748fa55b1449dac by Victor Stinner (Christian Heimes) in branch 'master': bpo-29176 Use tmpfile() in curses module (#235) https://github.com/python/cpython/commit/2b221b78d602f1684a81b85af748fa55b1449dac -- _

[issue27200] make doctest in CPython has failures

2017-03-24 Thread Berker Peksag
Berker Peksag added the comment: New changeset b2a7c2f9862b28cf5db11ef837646ef0c589955c by Berker Peksag (Marco Buttu) in branch 'master': bpo-27200: fix configparser, copyreg and ctypes doctests (#240) https://github.com/python/cpython/commit/b2a7c2f9862b28cf5db11ef837646ef0c589955c

[issue29697] Wrong ECDH configuration with OpenSSL 1.1

2017-03-24 Thread Donald Stufft
Donald Stufft added the comment: New changeset 564ace834f23587937b325e3545abe3f17fdbd2a by Donald Stufft in branch '3.5': bpo-29697: Don't use OpenSSL <1.0.2 fallback on 1.1+ (GH-398) https://github.com/python/cpython/commit/564ace834f23587937b325e3545abe3f17fdbd2a -- ___

[issue29697] Wrong ECDH configuration with OpenSSL 1.1

2017-03-24 Thread Donald Stufft
Donald Stufft added the comment: New changeset 8ae264ce6dfcd6923d7bbde0e975389bea7d9881 by Donald Stufft in branch 'master': bpo-29697: Don't use OpenSSL <1.0.2 fallback on 1.1+ (GH-395) https://github.com/python/cpython/commit/8ae264ce6dfcd6923d7bbde0e975389bea7d9881 --

[issue28129] assertion failures in ctypes

2017-03-24 Thread STINNER Victor
STINNER Victor added the comment: New changeset 1bea762d9ec823544c530d567330a47f64d93d4f by Victor Stinner (orenmn) in branch 'master': bpo-28129: fix ctypes crashes (#386) https://github.com/python/cpython/commit/1bea762d9ec823544c530d567330a47f64d93d4f -- nosy: +haypo _

[issue29697] Wrong ECDH configuration with OpenSSL 1.1

2017-03-24 Thread Donald Stufft
Donald Stufft added the comment: New changeset f1a696efd6ca674579e25de29ec4053ff5a5ade1 by Donald Stufft in branch '2.7': bpo-29697: Don't use OpenSSL <1.0.2 fallback on 1.1+ (GH-399) https://github.com/python/cpython/commit/f1a696efd6ca674579e25de29ec4053ff5a5ade1 -- ___

[issue29697] Wrong ECDH configuration with OpenSSL 1.1

2017-03-24 Thread Donald Stufft
Donald Stufft added the comment: New changeset 784ba7c8ad53638c94270011d55d2536ff0cd2dd by Donald Stufft in branch '3.6': bpo-29697: Don't use OpenSSL <1.0.2 fallback on 1.1+ (#397) https://github.com/python/cpython/commit/784ba7c8ad53638c94270011d55d2536ff0cd2dd -- _

[issue29683] _PyCode_SetExtra behaviour wrong on allocation failure and after realloc

2017-03-24 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset a6e84933d204f807e0e81b6a2237193b2e8ab89a by Serhiy Storchaka (Brian Coleman) in branch '3.6': bpo-29683 - Fixes to _PyCode_SetExtra when co_extra->ce->extras is (#402) https://github.com/python/cpython/commit/a6e84933d204f807e0e81b6a2237193b2e8a

[issue29703] Fix asyncio to support instantiation of new event loops in subprocesses

2017-03-24 Thread Yury Selivanov
Yury Selivanov added the comment: New changeset ba7e1f9a4e06c0b4ad594fd64edcaf7292515820 by Yury Selivanov in branch 'master': bpo-29703: asyncio: Fix creating new event loops in child processes. (#404) https://github.com/python/cpython/commit/ba7e1f9a4e06c0b4ad594fd64edcaf7292515820

[issue28893] Make sure exceptions raised in __aiter__ are properly chained in ceval

2017-03-24 Thread Yury Selivanov
Yury Selivanov added the comment: New changeset 398ff91ac0b8f4d930cd5d9e3e6a4bf247f810ef by Yury Selivanov in branch 'master': bpo-28893: Set __cause__ for errors in async iteration protocol (#407) https://github.com/python/cpython/commit/398ff91ac0b8f4d930cd5d9e3e6a4bf247f810ef -- _

[issue29703] Fix asyncio to support instantiation of new event loops in subprocesses

2017-03-24 Thread Yury Selivanov
Yury Selivanov added the comment: New changeset 8b73b6198bc0753c5ce6e8f91eb7bddc2bd42a73 by Yury Selivanov in branch '3.5': bpo-29703: asyncio: Fix creating new event loops in child processes. (#411) https://github.com/python/cpython/commit/8b73b6198bc0753c5ce6e8f91eb7bddc2bd42a73 --

[issue29703] Fix asyncio to support instantiation of new event loops in subprocesses

2017-03-24 Thread Yury Selivanov
Yury Selivanov added the comment: New changeset 01e5230ef0b28658cf7311be199363eda98808bd by Yury Selivanov in branch '3.6': bpo-29703: asyncio: Fix creating new event loops in child processes. (#404) (#410) https://github.com/python/cpython/commit/01e5230ef0b28658cf7311be199363eda98808bd ---

[issue29271] Task.current_task(None) returns unexpected result

2017-03-24 Thread Yury Selivanov
Yury Selivanov added the comment: New changeset 8d26aa930c0123933a1ceb12fceba4f5aef4e95e by Yury Selivanov in branch 'master': bpo-29271: Fix Task.current_task and Task.all_tasks to accept None. (#406) https://github.com/python/cpython/commit/8d26aa930c0123933a1ceb12fceba4f5aef4e95e -

[issue29704] Can't read data from Transport after asyncio.SubprocessStreamProtocol closes

2017-03-24 Thread Yury Selivanov
Yury Selivanov added the comment: New changeset 481cb70a724687d12553d38a749c16034af68a1e by Yury Selivanov (Seth M. Larson) in branch 'master': bpo-29704: Fix asyncio.SubprocessStreamProtocol closing (#405) https://github.com/python/cpython/commit/481cb70a724687d12553d38a749c16034af68a1e

[issue28963] Use-after-free in _asyncio_Future_remove_done_callback() of _asynciomodule.c

2017-03-24 Thread Yury Selivanov
Yury Selivanov added the comment: New changeset 84af903f3bc6780cb4e73ff05ad2e242d3966417 by Yury Selivanov in branch 'master': bpo-28963: Fix out of bound iteration in asyncio.Future.remove_done_callback/C (#408) https://github.com/python/cpython/commit/84af903f3bc6780cb4e73ff05ad2e242d3966417

[issue29704] Can't read data from Transport after asyncio.SubprocessStreamProtocol closes

2017-03-24 Thread Yury Selivanov
Yury Selivanov added the comment: New changeset 604faba1db724951ee440337099d111e3ecade49 by Yury Selivanov (Seth M. Larson) in branch '3.6': bpo-29704: Fix asyncio.SubprocessStreamProtocol closing (#405) https://github.com/python/cpython/commit/604faba1db724951ee440337099d111e3ecade49 ---

[issue29026] time.time() documentation should mention UTC timezone

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 8c851fa3d3044d5bc53e9f931129f5987ece401d by Mariatta in branch '3.5': bpo-29026: Clarify documentation of time.time (GH-34) (GH-418) https://github.com/python/cpython/commit/8c851fa3d3044d5bc53e9f931129f5987ece401d -- _

[issue29026] time.time() documentation should mention UTC timezone

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset b8f5d07158f171a18be4d42f9769d3c9c073e748 by Mariatta in branch '3.6': bpo-29026: Clarify documentation of time.time (GH-34) (GH-417) https://github.com/python/cpython/commit/b8f5d07158f171a18be4d42f9769d3c9c073e748 -- _

[issue29693] DeprecationWarning/SyntaxError in test_import

2017-03-24 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 15aa4c88f6052af6279e6be3fcd2f968f1c53eae by Serhiy Storchaka (Anish Shah) in branch 'master': bpo-29693: Fix for DeprecationWarning in test_import (#421) https://github.com/python/cpython/commit/15aa4c88f6052af6279e6be3fcd2f968f1c53eae ---

[issue9303] Migrate sqlite3 module to _v2 API to enhance performance

2017-03-24 Thread Berker Peksag
Berker Peksag added the comment: New changeset 86a670543ff97d52fd9b8ca0477f8b6d27ee946d by Berker Peksag (Aviv Palivoda) in branch 'master': bpo-9303: Migrate sqlite3 module to _v2 API to enhance performance (#359) https://github.com/python/cpython/commit/86a670543ff97d52fd9b8ca0477f8b6d27ee946

[issue29623] configparser.ConfigParser.read() does not accept Pathlib path as a single argument.

2017-03-24 Thread Berker Peksag
Berker Peksag added the comment: New changeset 85b8d01c916b482dac937b93ede1e53b1db0361c by Berker Peksag (David Ellis) in branch 'master': bpo-29623: Make PathLike objects work with ConfigParser.read() (#242) https://github.com/python/cpython/commit/85b8d01c916b482dac937b93ede1e53b1db0361c --

[issue29704] Can't read data from Transport after asyncio.SubprocessStreamProtocol closes

2017-03-24 Thread Yury Selivanov
Yury Selivanov added the comment: New changeset f7f024a721d53978d03129e8eb5111d4f74534a9 by Yury Selivanov (Seth M. Larson) in branch '3.5': bpo-29704: Fix asyncio.SubprocessStreamProtocol closing (#405) https://github.com/python/cpython/commit/f7f024a721d53978d03129e8eb5111d4f74534a9 ---

[issue29623] configparser.ConfigParser.read() does not accept Pathlib path as a single argument.

2017-03-24 Thread Berker Peksag
Berker Peksag added the comment: New changeset 21ce65aa67f0dc63002ab0a5fb21ef921cf5279e by Berker Peksag in branch '3.6': [3.6] bpo-29623: Make PathLike objects work with ConfigParser.read() (#242) (#432) https://github.com/python/cpython/commit/21ce65aa67f0dc63002ab0a5fb21ef921cf5279e -

[issue29455] Mention coverage.py in trace module documentation

2017-03-24 Thread Brett Cannon
Brett Cannon added the comment: New changeset 5dfccb06dc513ae67fac5fee66356ad58a4de170 by Brett Cannon (Marco Buttu) in branch 'master': bpo-29455: Mention coverage.py in trace module documentation (#261) https://github.com/python/cpython/commit/5dfccb06dc513ae67fac5fee66356ad58a4de170 --

[issue29709] Short-circuiting not only on False and True

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 8eb531d9db0861e14222445fcaebe1a373bba170 by Mariatta in branch 'master': bpo-29709: Improve Boolean Operations documentation (#433) https://github.com/python/cpython/commit/8eb531d9db0861e14222445fcaebe1a373bba170 -- __

[issue29709] Short-circuiting not only on False and True

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 1936ba93c900d47d0c8c915184ac2fa7773c952e by Mariatta in branch '3.6': bpo-29709: Improve Boolean Operations documentation (#433) (#437) https://github.com/python/cpython/commit/1936ba93c900d47d0c8c915184ac2fa7773c952e -- __

[issue29455] Mention coverage.py in trace module documentation

2017-03-24 Thread Brett Cannon
Brett Cannon added the comment: New changeset 9d07aceedabcdc9826489f8b9ba056283bb3 by Brett Cannon in branch '3.6': bpo-29455: Mention coverage.py in trace module documentation (GH-435) https://github.com/python/cpython/commit/9d07aceedabcdc9826489f8b9ba056283bb3 -- _

[issue29709] Short-circuiting not only on False and True

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 6e965d9e78b278f2f720a932e7b149cb7d88bd72 by Mariatta in branch '3.5': bpo-29709: Improve Boolean Operations documentation (#433) (#436) https://github.com/python/cpython/commit/6e965d9e78b278f2f720a932e7b149cb7d88bd72 -- __

[issue29709] Short-circuiting not only on False and True

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset fc59e5c7073af4d9255644a83933dd5b14c7f722 by Mariatta in branch '2.7': bpo-29709: Improve Boolean Operations documentation (#433) (#438) https://github.com/python/cpython/commit/fc59e5c7073af4d9255644a83933dd5b14c7f722 -- __

[issue26213] Document BUILD_*_UNPACK opcodes

2017-03-24 Thread Brett Cannon
Brett Cannon added the comment: New changeset 0705f66eb369aa6a6cdb699e24ff61e1ab2e0c56 by Brett Cannon (Ivan Levkivskyi) in branch 'master': bpo-26213: Document _UNPACK bytecodes and BUILD_MAP changes (#238) https://github.com/python/cpython/commit/0705f66eb369aa6a6cdb699e24ff61e1ab2e0c56 ---

[issue29572] Upgrade installers to OpenSSL 1.0.2k

2017-03-24 Thread Zachary Ware
Zachary Ware added the comment: New changeset dd2000cbe475da48fdc94e8f05618e9f460077fd by Zachary Ware in branch '3.5': bpo-29572: Update Windows build to OpenSSL 1.0.2k (GH-443) https://github.com/python/cpython/commit/dd2000cbe475da48fdc94e8f05618e9f460077fd --

[issue29572] Upgrade installers to OpenSSL 1.0.2k

2017-03-24 Thread Zachary Ware
Zachary Ware added the comment: New changeset 03f7cb060414b17d88cb406f3e09f26c902d8658 by Zachary Ware in branch '3.6': bpo-29572: Update Windows build to OpenSSL 1.0.2k (GH-442) https://github.com/python/cpython/commit/03f7cb060414b17d88cb406f3e09f26c902d8658 --

[issue26213] Document BUILD_*_UNPACK opcodes

2017-03-24 Thread Brett Cannon
Brett Cannon added the comment: New changeset 226af23e858e2914cf78dfa6fd441c7b90a4cc91 by Brett Cannon in branch '3.6': bpo-26213: Document _UNPACK bytecodes and BUILD_MAP changes (GH-440) https://github.com/python/cpython/commit/226af23e858e2914cf78dfa6fd441c7b90a4cc91 -- __

[issue29572] Upgrade installers to OpenSSL 1.0.2k

2017-03-24 Thread Zachary Ware
Zachary Ware added the comment: New changeset fc64c351c7757f0ebdb7da65cb74871e494a2add by Zachary Ware in branch 'master': bpo-29572: Update Windows build to OpenSSL 1.0.2k (GH-439) https://github.com/python/cpython/commit/fc64c351c7757f0ebdb7da65cb74871e494a2add -- _

[issue29572] Upgrade installers to OpenSSL 1.0.2k

2017-03-24 Thread Zachary Ware
Zachary Ware added the comment: New changeset f9a6516117f96397aa9c5bd58ea13b111b86b257 by Zachary Ware in branch '2.7': bpo-29572: Update Windows build to OpenSSL 1.0.2k (GH-444) https://github.com/python/cpython/commit/f9a6516117f96397aa9c5bd58ea13b111b86b257 --

[issue26213] Document BUILD_*_UNPACK opcodes

2017-03-24 Thread Brett Cannon
Brett Cannon added the comment: New changeset 4d0630d9d5ff4919caa463a64887f32d671eaab8 by Brett Cannon in branch '3.5': bpo-26213: Document _UNPACK bytecodes and BUILD_MAP changes (GH-441) https://github.com/python/cpython/commit/4d0630d9d5ff4919caa463a64887f32d671eaab8 -- __

[issue27593] Deprecate sys._mercurial and create sys._git

2017-03-24 Thread Ned Deily
Ned Deily added the comment: New changeset 5c4b0d063aba0a68c325073f5f312a2c9f40d178 by Ned Deily in branch 'master': bpo-27593: Get SCM build info from git instead of hg. (#446) https://github.com/python/cpython/commit/5c4b0d063aba0a68c325073f5f312a2c9f40d178 -- _

[issue27593] Deprecate sys._mercurial and create sys._git

2017-03-24 Thread Steve Dower
Steve Dower added the comment: New changeset a0c07d2edd345d2867f97ac31822c9544f9cbcf0 by Steve Dower in branch 'master': bpo-27593: Updates Windows build to use information from git (#262) https://github.com/python/cpython/commit/a0c07d2edd345d2867f97ac31822c9544f9cbcf0 -- __

[issue27593] Deprecate sys._mercurial and create sys._git

2017-03-24 Thread Steve Dower
Steve Dower added the comment: New changeset cf445f10560483d38485204cf46ff1d0adcb4192 by Steve Dower in branch '3.5': bpo-27593: Updates Windows build to use information from git (#262) (#449) https://github.com/python/cpython/commit/cf445f10560483d38485204cf46ff1d0adcb4192 -- __

[issue27593] Deprecate sys._mercurial and create sys._git

2017-03-24 Thread Steve Dower
Steve Dower added the comment: New changeset d3e1e9df724d97ab83113c2d5fa15179d1dcd560 by Steve Dower in branch '3.6': bpo-27593: Updates Windows build to use information from git (#262) (#450) https://github.com/python/cpython/commit/d3e1e9df724d97ab83113c2d5fa15179d1dcd560 -- __

[issue29619] st_ino (unsigned long long) is casted to long long in posixmodule.c:_pystat_fromstructstat

2017-03-24 Thread Xiang Zhang
Changes by Xiang Zhang : -- resolution: -> fixed stage: -> resolved status: open -> closed versions: -Python 2.7, Python 3.5 ___ Python tracker ___ ___

[issue27593] Deprecate sys._mercurial and create sys._git

2017-03-24 Thread Ned Deily
Ned Deily added the comment: New changeset 95c50e5aed9e5683676e18349dd94b11901a66b3 by Ned Deily in branch '3.6': [3.6] bpo-27593: Get SCM build info from git instead of hg. (#446) (#454) https://github.com/python/cpython/commit/95c50e5aed9e5683676e18349dd94b11901a66b3 -- ___

[issue29896] ElementTree.fromstring raises undocumented UnicodeError

2017-03-24 Thread Terry J. Reedy
Terry J. Reedy added the comment: I disagree. The docs only sporadically mention specific exceptions for specific functions. UnicodeDecodeError can occur any place bytes are decoded to unicode. I think this should be closed. Builtin exceptions are documented in https://docs.python.org/3/li

[issue29572] Upgrade installers to OpenSSL 1.0.2k

2017-03-24 Thread Ned Deily
Ned Deily added the comment: New changeset cfcd76777e35c83d548d8736f5d7dc92fe56d806 by Ned Deily in branch 'master': bpo-29572: Update macOS installer build to OpenSSL 1.0.2k (#457) https://github.com/python/cpython/commit/cfcd76777e35c83d548d8736f5d7dc92fe56d806 -- _

[issue27593] Deprecate sys._mercurial and create sys._git

2017-03-24 Thread Ned Deily
Ned Deily added the comment: New changeset a2edd3ae4074952ce77d9319da2dbb2a47300c27 by Ned Deily in branch '3.5': [3.5] bpo-27593: Get SCM build info from git instead of hg. (#446) (#454) (#455) https://github.com/python/cpython/commit/a2edd3ae4074952ce77d9319da2dbb2a47300c27 --

[issue29572] Upgrade installers to OpenSSL 1.0.2k

2017-03-24 Thread Ned Deily
Ned Deily added the comment: New changeset 343d48379c31f31cb0bcc843c537990c4283703d by Ned Deily in branch '3.6': bpo-29572: Update macOS installer build to OpenSSL 1.0.2k (#457) (#459) https://github.com/python/cpython/commit/343d48379c31f31cb0bcc843c537990c4283703d -- _

[issue29550] Mac build-installer touch step fails after github conversion

2017-03-24 Thread Ned Deily
Ned Deily added the comment: New changeset 7cd9b22e98a5b7a99a7539500ea946a7a58e1c8d by Ned Deily in branch 'master': bpo-29550: Temporarily skip "make touch" in Mac installer build. (#456) https://github.com/python/cpython/commit/7cd9b22e98a5b7a99a7539500ea946a7a58e1c8d -- __

[issue29550] Mac build-installer touch step fails after github conversion

2017-03-24 Thread Ned Deily
Ned Deily added the comment: New changeset 5b166d9979161624c17cce3bdc11e1d9f3b8 by Ned Deily in branch '3.6': bpo-29550: Temporarily skip "make touch" in Mac installer build. (#456) (#458) https://github.com/python/cpython/commit/5b166d9979161624c17cce3bdc11e1d9f3b8 -- __

[issue28087] macOS 12 poll syscall returns prematurely

2017-03-24 Thread Ned Deily
Ned Deily added the comment: New changeset de04644627f82d9dc48b3423def7ff5b4aa1926a by Ned Deily in branch 'master': bpo-28087: Skip test_asyncore and test_eintr poll failures on macOS. (#462) https://github.com/python/cpython/commit/de04644627f82d9dc48b3423def7ff5b4aa1926a -- __

[issue27593] Deprecate sys._mercurial and create sys._git

2017-03-24 Thread Steve Dower
Steve Dower added the comment: New changeset 6120484e46886fbc798c85a523bfe196faa1f60f by Steve Dower in branch '2.7': bpo-27593: Updates Windows build to use information from git (#262) (#448) https://github.com/python/cpython/commit/6120484e46886fbc798c85a523bfe196faa1f60f -- __

[issue28087] macOS 12 poll syscall returns prematurely

2017-03-24 Thread Ned Deily
Ned Deily added the comment: New changeset 1d391f926b37484b8d4b326003a72c0084db19ec by Ned Deily in branch '3.6': [3.6] bpo-28087: Skip test_asyncore and test_eintr poll failures on macOS (#463) https://github.com/python/cpython/commit/1d391f926b37484b8d4b326003a72c0084db19ec --

[issue29615] SimpleXMLRPCDispatcher._dispatch mangles tracebacks when invoking RPC calls through _dispatch

2017-03-24 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 3405792b024e9c6b70c0d2355c55a23ac84e1e67 by Serhiy Storchaka (Petr Motejlek) in branch '3.6': bpo-29615: backport to 3.6 (#478) https://github.com/python/cpython/commit/3405792b024e9c6b70c0d2355c55a23ac84e1e67 -- _

[issue29615] SimpleXMLRPCDispatcher._dispatch mangles tracebacks when invoking RPC calls through _dispatch

2017-03-24 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset c6e199f2e9a2514c3fd220aaa4bd23fa1d6da8c9 by Serhiy Storchaka (Petr Motejlek) in branch '3.5': bpo-29615: backport to 3.5 (#479) https://github.com/python/cpython/commit/c6e199f2e9a2514c3fd220aaa4bd23fa1d6da8c9 -- _

[issue29638] Spurious failures in test_collections in releak hunting mode after typing is imported

2017-03-24 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset b414e349eb6a6140a81ccec249bae3abe939e836 by Serhiy Storchaka (Ivan Levkivskyi) in branch '3.6': bpo-29638: Fix spurious refleaks after typing is imported (#469) (#483) https://github.com/python/cpython/commit/b414e349eb6a6140a81ccec249bae3abe939

[issue29695] Weird keyword parameter names in builtins

2017-03-24 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 58d23e68068996c76cac78887ec67dee68cdbc72 by Serhiy Storchaka in branch 'master': bpo-29695: Deprecated using bad named keyword arguments in builtings: (#486) https://github.com/python/cpython/commit/58d23e68068996c76cac78887ec67dee68cdbc72 ---

[issue29638] Spurious failures in test_collections in releak hunting mode after typing is imported

2017-03-24 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 7acffa23c9e7866e5b4b98b8f3c28b14ec1c688c by Serhiy Storchaka (Ivan Levkivskyi) in branch 'master': bpo-29638: Fix spurious refleaks after typing is imported (#469) https://github.com/python/cpython/commit/7acffa23c9e7866e5b4b98b8f3c28b14ec1c688c

[issue29719] "Date" of what's new is confusing

2017-03-24 Thread INADA Naoki
INADA Naoki added the comment: New changeset 2225ddaa9e64c086b2b6997b0c9ac50921f7aa85 by INADA Naoki in branch 'master': bpo-29719: Remove Date and Release field in whatsnew/3.6 (GH-494) https://github.com/python/cpython/commit/2225ddaa9e64c086b2b6997b0c9ac50921f7aa85 --

[issue29719] "Date" of what's new is confusing

2017-03-24 Thread INADA Naoki
INADA Naoki added the comment: New changeset 4e1a065c20856a00d0fe88ce022b249170608058 by INADA Naoki in branch '3.6': bpo-29719: Remove Date and Release field in whatsnew/3.6 (GH-500) https://github.com/python/cpython/commit/4e1a065c20856a00d0fe88ce022b249170608058 -- ___

[issue29714] can't interpolate byte string with \x00 before replacement identifier

2017-03-24 Thread Xiang Zhang
Xiang Zhang added the comment: New changeset df6d7b406f3d1b2e4e2014751bfa25574c4df222 by Xiang Zhang in branch '3.6': [3.6] bpo-29714: Fix a regression that bytes format may fail when containing zero bytes inside. (GH-504) https://github.com/python/cpython/commit/df6d7b406f3d1b2e4e2014751bfa25

[issue29714] can't interpolate byte string with \x00 before replacement identifier

2017-03-24 Thread Xiang Zhang
Xiang Zhang added the comment: New changeset b76ad5121e2cfa89d6476d700cbcb65b7ffc39ac by Xiang Zhang in branch 'master': bpo-29714: Fix a regression that bytes format may fail when containing zero bytes inside. (GH-499) https://github.com/python/cpython/commit/b76ad5121e2cfa89d6476d700cbcb65b

[issue29695] Weird keyword parameter names in builtins

2017-03-24 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 2e5642422f6234fd8d0c082142b27340e588f96e by Serhiy Storchaka in branch 'master': bpo-29695: Remove bad keyword parameters in int(), bool(), float(), list() and tuple(). (#518) https://github.com/python/cpython/commit/2e5642422f6234fd8d0c082142b

[issue29557] binhex documentation claims unknown bug

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 130c4ec5fbeb0878b88ec6aa06e47c9672566c17 by Mariatta in branch '3.6': bpo-29557: Remove ambiguous line in binhex docs (GH-90) (GH-475) https://github.com/python/cpython/commit/130c4ec5fbeb0878b88ec6aa06e47c9672566c17 -- ___

[issue29557] binhex documentation claims unknown bug

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 6b7bc45e33ec953c542788420adc305ec026fa40 by Mariatta in branch '3.5': bpo-29557: Remove ambiguous line in binhex docs (GH-90) (GH-474) https://github.com/python/cpython/commit/6b7bc45e33ec953c542788420adc305ec026fa40 -- nosy: +Mariatta

[issue29680] gdb/libpython.py does not work with gdb 7.2

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: PR has been merged and backported into 3.6. If there is nothing else, please close this :) Thanks. -- ___ Python tracker ___

[issue29695] Weird keyword parameter names in builtins

2017-03-24 Thread Brett Cannon
Brett Cannon added the comment: New changeset d908fd9ee1c307f7066023eb2031c0f509036cbc by Brett Cannon (Serhiy Storchaka) in branch 'master': bpo-29695: Fixed tests after removing keyword args support in some basic type constructors. (GH-520) https://github.com/python/cpython/commit/d908fd9ee1

[issue15954] No error checking after using of the wcsxfrm()

2017-03-24 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset be487a65f18e1be5fde03e2977fff4be53cc2fbf by Serhiy Storchaka in branch 'master': bpo-15954: Check return code of wcsxfrm(). (#508) https://github.com/python/cpython/commit/be487a65f18e1be5fde03e2977fff4be53cc2fbf -- __

[issue29737] Optimize concatenating empty tuples

2017-03-24 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 98e80c2babac0003182c3482c6c5437ea111e795 by Serhiy Storchaka in branch 'master': bpo-29737: Optimize concatenating with empty tuple. (#524) https://github.com/python/cpython/commit/98e80c2babac0003182c3482c6c5437ea111e795 -- _

[issue28728] test_host_resolution in test_socket fails

2017-03-24 Thread Xiang Zhang
Xiang Zhang added the comment: New changeset d36a71637cefdddc02efd884f1b2c204f370afaa by Xiang Zhang in branch 'master': bpo-28728: clarify possible test failure due to ISP (GH-412) https://github.com/python/cpython/commit/d36a71637cefdddc02efd884f1b2c204f370afaa -- _

[issue28728] test_host_resolution in test_socket fails

2017-03-24 Thread Xiang Zhang
Xiang Zhang added the comment: New changeset 284a2ba140cf11216e9804573d8cea6674ab90d9 by Xiang Zhang in branch '3.6': bpo-28728: clarify possible test failure due to ISP (GH-412) (GH-531) https://github.com/python/cpython/commit/284a2ba140cf11216e9804573d8cea6674ab90d9 -- ___

[issue29676] C method is not profiled by lsprof

2017-03-24 Thread INADA Naoki
INADA Naoki added the comment: New changeset 93fac8dd358cd0e85e7b59115db226ce685d3f6f by INADA Naoki in branch 'master': bpo-29676: fix lsprof can't profile C method call. (GH523) https://github.com/python/cpython/commit/93fac8dd358cd0e85e7b59115db226ce685d3f6f -- ___

[issue29680] gdb/libpython.py does not work with gdb 7.2

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 23b26c4e206427a9e0a1d39240c17a049cf8c732 by Mariatta in branch '3.6': Fixes bpo-29680: Older gdb does not have gdb.error. (GH-363) (GH-534) https://github.com/python/cpython/commit/23b26c4e206427a9e0a1d39240c17a049cf8c732 -- nosy: +Mari

[issue28682] Bytes support in os.fwalk()

2017-03-24 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 8f6b344d368c15c3fe56c65c2f2776e7766fef55 by Serhiy Storchaka in branch 'master': bpo-28682: Added support for bytes paths in os.fwalk(). (#489) https://github.com/python/cpython/commit/8f6b344d368c15c3fe56c65c2f2776e7766fef55 -- _

[issue24329] __qualname__ and __slots__

2017-03-24 Thread Xiang Zhang
Xiang Zhang added the comment: New changeset c393ee858932f79bd6dabf31550f9a53ea90bc68 by Xiang Zhang in branch 'master': bpo-24329: allow __qualname__ and __classcell__ in __slots__ (GH-495) https://github.com/python/cpython/commit/c393ee858932f79bd6dabf31550f9a53ea90bc68 --

<    1   2   3   4   5   >