[issue29773] Additional float-from-string tests

2017-03-24 Thread Serhiy Storchaka

Serhiy Storchaka added the comment:


New changeset 80dfbe30b734f14f76a4e25c7fa8fdb7bdd3936a by Serhiy Storchaka in 
branch '3.6':
[3.6]  bpo-29773: Add more cases for testing string to float conversion errors. 
(#586)
https://github.com/python/cpython/commit/80dfbe30b734f14f76a4e25c7fa8fdb7bdd3936a


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue28739] PEP 498: docstrings as f-strings

2017-03-24 Thread Mariatta Wijaya

Mariatta Wijaya added the comment:


New changeset d4e89287b397c7382c12d3f3d9fd901fd8243b3c by Mariatta in branch 
'master':
bpo-28739: Document that f-strings cannot be used as docstring (GH-592)
https://github.com/python/cpython/commit/d4e89287b397c7382c12d3f3d9fd901fd8243b3c


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue29774] Improve zipfile handling of corrupted extra field

2017-03-24 Thread STINNER Victor

STINNER Victor added the comment:


New changeset feccdb2a249a71be330765be77dee57121866779 by Victor Stinner 
(Serhiy Storchaka) in branch 'master':
bpo-29774: Improve error reporting for corrupted extra field in ZIP file. (#583)
https://github.com/python/cpython/commit/feccdb2a249a71be330765be77dee57121866779


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue29773] Additional float-from-string tests

2017-03-24 Thread Serhiy Storchaka

Serhiy Storchaka added the comment:


New changeset 9e6ac83acae31de2b072e665e177db9fcdf7c049 by Serhiy Storchaka in 
branch 'master':
bpo-29773: Add more cases for testing string to float conversion errors. (#580)
https://github.com/python/cpython/commit/9e6ac83acae31de2b072e665e177db9fcdf7c049


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2017-03-24 Thread STINNER Victor

STINNER Victor added the comment:


New changeset 68d29809405dc766966b2b973b8597212fbc3dbd by Victor Stinner in 
branch '3.6':
bpo-29619: Convert st_ino using unsigned integer (#557) (#584)
https://github.com/python/cpython/commit/68d29809405dc766966b2b973b8597212fbc3dbd


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2017-03-24 Thread STINNER Victor

STINNER Victor added the comment:


New changeset 0f6d73343d342c106cda2219ebb8a6f0c4bd9b3c by Victor Stinner in 
branch 'master':
bpo-29619: Convert st_ino using unsigned integer (#557)
https://github.com/python/cpython/commit/0f6d73343d342c106cda2219ebb8a6f0c4bd9b3c


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue28298] can't set big int-like objects to items in array 'Q', 'L' and 'I'

2017-03-24 Thread Serhiy Storchaka

Serhiy Storchaka added the comment:


New changeset 26d013e00f9d4adbcf3e084bbc890c799ff70407 by Serhiy Storchaka 
(orenmn) in branch '3.6':
[3.6] bpo-28298: make array 'Q', 'L' and 'I' accept big intables as elements 
(#579)
https://github.com/python/cpython/commit/26d013e00f9d4adbcf3e084bbc890c799ff70407


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue29772] Unintentionally deleted line on library/collections.rst

2017-03-24 Thread Raymond Hettinger

Raymond Hettinger added the comment:


New changeset 309fb90f6895c47e7b41df3d739db45e8ec136c9 by Raymond Hettinger 
(cocoatomo) in branch '2.7':
Insert the line which should not have been deleted (#581)
https://github.com/python/cpython/commit/309fb90f6895c47e7b41df3d739db45e8ec136c9


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue28298] can't set big int-like objects to items in array 'Q', 'L' and 'I'

2017-03-24 Thread Serhiy Storchaka

Serhiy Storchaka added the comment:


New changeset 964281af59d7a17d923c4d72357e48832b774e39 by Serhiy Storchaka 
(orenmn) in branch 'master':
bpo-28298: make array 'Q', 'L' and 'I' accept big intables as elements (#570)
https://github.com/python/cpython/commit/964281af59d7a17d923c4d72357e48832b774e39


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue29595] Expose max_queue_size in ThreadPoolExecutor

2017-03-24 Thread prayerslayer

prayerslayer added the comment:

Ping. That's really a two-line change, can be easily reviewed in 15 minutes :)

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue29768] Fix expact version check

2017-03-24 Thread Serhiy Storchaka

Serhiy Storchaka added the comment:


New changeset 952b7cb78046f4bc3bf28cb7de84d1c6bcec45d7 by Serhiy Storchaka in 
branch '3.5':
bpo-29768: Fixed compile-time check for expat version. (#574) (#578)
https://github.com/python/cpython/commit/952b7cb78046f4bc3bf28cb7de84d1c6bcec45d7


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue29768] Fix expact version check

2017-03-24 Thread Serhiy Storchaka

Serhiy Storchaka added the comment:


New changeset 9cef253ae3251b22d2fbb475fcb7a28805b78c86 by Serhiy Storchaka in 
branch '3.6':
[3.6] bpo-29768: Fixed compile-time check for expat version. (#576)
https://github.com/python/cpython/commit/9cef253ae3251b22d2fbb475fcb7a28805b78c86


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue29768] Fix expact version check

2017-03-24 Thread Serhiy Storchaka

Serhiy Storchaka added the comment:


New changeset 22e707fa04476710ba5cc7e2206e4ac66743931b by Serhiy Storchaka in 
branch 'master':
bpo-29768: Fixed compile-time check for expat version. (#574)
https://github.com/python/cpython/commit/22e707fa04476710ba5cc7e2206e4ac66743931b


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue29768] Fix expact version check

2017-03-24 Thread Serhiy Storchaka

Serhiy Storchaka added the comment:


New changeset 0c2ed76fda39e95b9c3ebebefa20d7e03db5dde1 by Serhiy Storchaka in 
branch '2.7':
[2.7] bpo-29768: Fixed compile-time check for expat version. (#577)
https://github.com/python/cpython/commit/0c2ed76fda39e95b9c3ebebefa20d7e03db5dde1


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue29749] Outdated int() docstring

2017-03-24 Thread Brett Cannon

Brett Cannon added the comment:


New changeset 390a0969c1206a37c86961ebf7ef3050681ed8dd by Brett Cannon 
(svelankar) in branch 'master':
bpo-29749: Update int() docstring (GH-565)
https://github.com/python/cpython/commit/390a0969c1206a37c86961ebf7ef3050681ed8dd


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue29645] webbrowser module import has heavy side effects

2017-03-24 Thread Serhiy Storchaka

Serhiy Storchaka added the comment:


New changeset a7cba27aea13837e2ab1d91584efcfeac4ec by Serhiy Storchaka in 
branch 'master':
bpo-29645: Speed up importing the webbrowser module. (#484)
https://github.com/python/cpython/commit/a7cba27aea13837e2ab1d91584efcfeac4ec


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 7253aded71df8d4bf8684fc78d11c596079211b3 by Victor Stinner 
(Mariatta) in branch '3.6':
bpo-29176: Fix name of the _curses.window class (#52) (#532)
https://github.com/python/cpython/commit/7253aded71df8d4bf8684fc78d11c596079211b3


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue29537] Alternative fix for BUILD_MAP_UNPACK_WITH_CALL opcode in 3.5

2017-03-24 Thread Nick Coghlan

Nick Coghlan added the comment:


New changeset 0410bee6e6c87f37e91f6cae3627d8e3704075f1 by Nick Coghlan in 
branch '3.5':
bpo-29537: Also cover 3.5.2 in NEWS entry
https://github.com/python/cpython/commit/0410bee6e6c87f37e91f6cae3627d8e3704075f1


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue29655] Certain errors during IMPORT_STAR can leak a reference

2017-03-24 Thread Serhiy Storchaka

Serhiy Storchaka added the comment:


New changeset 9fbb65e6464b56c6d677090e185c9fe16a80ed96 by Serhiy Storchaka in 
branch '2.7':
bpo-29655: Fixed possible reference leaks in `import *`. (#301) (#510)
https://github.com/python/cpython/commit/9fbb65e6464b56c6d677090e185c9fe16a80ed96


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue28231] zipfile does not support pathlib

2017-03-24 Thread Serhiy Storchaka

Serhiy Storchaka added the comment:


New changeset eb65edd1029876a4a5bb70b009aeb914088ac749 by Serhiy Storchaka in 
branch '3.6':
[3.6]  bpo-28231: The zipfile module now accepts path-like objects for external 
paths. (#561)
https://github.com/python/cpython/commit/eb65edd1029876a4a5bb70b009aeb914088ac749


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue28231] zipfile does not support pathlib

2017-03-24 Thread Serhiy Storchaka

Serhiy Storchaka added the comment:


New changeset 8606e9524a7a4065042f7f228dc57eb74f88e4d3 by Serhiy Storchaka in 
branch 'master':
bpo-28231: The zipfile module now accepts path-like objects for external paths. 
(#511)
https://github.com/python/cpython/commit/8606e9524a7a4065042f7f228dc57eb74f88e4d3


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue28331] "CPython implementation detail:" removed when content translated

2017-03-24 Thread INADA Naoki

INADA Naoki added the comment:


New changeset c351ce6a2c923c5016e48ecbf7b1e4833031d154 by INADA Naoki in branch 
'master':
bpo-28331: fix impl-detail label is removed when content is translated. (GH-195)
https://github.com/python/cpython/commit/c351ce6a2c923c5016e48ecbf7b1e4833031d154


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue28230] tarfile does not support pathlib

2017-03-24 Thread Serhiy Storchaka

Serhiy Storchaka added the comment:


New changeset 666165fddf499e80d10a5d9263846ec4534f6a2a by Serhiy Storchaka in 
branch '3.6':
[3.6] bpo-28230: Document the pathlib support in tarfile and add tests. (#559)
https://github.com/python/cpython/commit/666165fddf499e80d10a5d9263846ec4534f6a2a


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue28230] tarfile does not support pathlib

2017-03-24 Thread Serhiy Storchaka

Serhiy Storchaka added the comment:


New changeset c45cd167d403d7d98078d5fc4a37b16195dc7a35 by Serhiy Storchaka in 
branch 'master':
bpo-28230: Document the pathlib support in tarfile and add tests. (#512)
https://github.com/python/cpython/commit/c45cd167d403d7d98078d5fc4a37b16195dc7a35


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue29571] test_re is failing when local is set for `en_IN`

2017-03-24 Thread Benjamin Peterson

Benjamin Peterson added the comment:


New changeset 6a4b04cd337347d074ae0140fb13dca5bd4b11ef by Benjamin Peterson in 
branch '3.6':
Revert "bpo-29571: Use correct locale encoding in test_re (#149)" (#554) (#555)
https://github.com/python/cpython/commit/6a4b04cd337347d074ae0140fb13dca5bd4b11ef


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue29571] test_re is failing when local is set for `en_IN`

2017-03-24 Thread Benjamin Peterson

Benjamin Peterson added the comment:


New changeset 312f7dfb7c669fcfc43020951b7f8ff521200ad7 by Benjamin Peterson in 
branch '3.5':
Revert "bpo-29571: Use correct locale encoding in test_re (#149)" (#554) (#556)
https://github.com/python/cpython/commit/312f7dfb7c669fcfc43020951b7f8ff521200ad7


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue27286] str object got multiple values for keyword argument

2017-03-24 Thread Nick Coghlan

Nick Coghlan added the comment:


New changeset 93602e3af70d3b9f98ae2da654b16b3382b68d50 by Nick Coghlan in 
branch '3.5':
[3.5] bpo-29537: Tolerate legacy invalid bytecode (#169)
https://github.com/python/cpython/commit/93602e3af70d3b9f98ae2da654b16b3382b68d50


--
nosy: +ncoghlan

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue29571] test_re is failing when local is set for `en_IN`

2017-03-24 Thread Benjamin Peterson

Benjamin Peterson added the comment:


New changeset 21a74312f2d1ddee71fade709af49d078085ec30 by Benjamin Peterson in 
branch 'master':
Revert "bpo-29571: Use correct locale encoding in test_re (#149)" (#554)
https://github.com/python/cpython/commit/21a74312f2d1ddee71fade709af49d078085ec30


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue29537] Alternative fix for BUILD_MAP_UNPACK_WITH_CALL opcode in 3.5

2017-03-24 Thread Nick Coghlan

Nick Coghlan added the comment:


New changeset 93602e3af70d3b9f98ae2da654b16b3382b68d50 by Nick Coghlan in 
branch '3.5':
[3.5] bpo-29537: Tolerate legacy invalid bytecode (#169)
https://github.com/python/cpython/commit/93602e3af70d3b9f98ae2da654b16b3382b68d50


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20087] Mismatch between glibc and X11 locale.alias

2017-03-24 Thread Benjamin Peterson

Benjamin Peterson added the comment:


New changeset 02371e0ed1ee82ec73e7d363bcf2ed40cde1397a by Benjamin Peterson in 
branch 'master':
make the glibc alias table take precedence over the X11 one (#422)
https://github.com/python/cpython/commit/02371e0ed1ee82ec73e7d363bcf2ed40cde1397a


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue26915] Test identity first in membership operation of ItemsView, ValuesView and Sequence in collections.abc

2017-03-24 Thread Xiang Zhang

Xiang Zhang added the comment:


New changeset d5d3249e8a37936d32266fa06ac20017307a1f70 by Xiang Zhang in branch 
'master':
bpo-26915: Test identity first in membership operation in index() and count() 
methods of collections.abc.Sequence (GH-503)
https://github.com/python/cpython/commit/d5d3249e8a37936d32266fa06ac20017307a1f70


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue26915] Test identity first in membership operation of ItemsView, ValuesView and Sequence in collections.abc

2017-03-24 Thread Xiang Zhang

Xiang Zhang added the comment:


New changeset 78ad039bcf1a8c494cbc8e18380cc30665869c3e by Xiang Zhang in branch 
'3.6':
bpo-26915: Test identity first in index() and count() of 
collections.abc.Sequence  (GH-553)
https://github.com/python/cpython/commit/78ad039bcf1a8c494cbc8e18380cc30665869c3e


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue29568] undefined parsing behavior with the old style string formatting

2017-03-24 Thread Xiang Zhang

Xiang Zhang added the comment:


New changeset 9f8ad3f39e0a92ed37d012b9dd237399524f0d51 by Xiang Zhang (Serhiy 
Storchaka) in branch 'master':
bpo-29568: Disable any characters between two percents for escaped percent "%%" 
 in the format string for classic string formatting. (GH-513)
https://github.com/python/cpython/commit/9f8ad3f39e0a92ed37d012b9dd237399524f0d51


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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: +Mariatta

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/d908fd9ee1c307f7066023eb2031c0f509036cbc


--
nosy: +brett.cannon

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/2e5642422f6234fd8d0c082142b27340e588f96e


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/df6d7b406f3d1b2e4e2014751bfa25574c4df222


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/b76ad5121e2cfa89d6476d700cbcb65b7ffc39ac


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/b414e349eb6a6140a81ccec249bae3abe939e836


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/library/exceptions.html.  Module docs document 
additional exceptions defined in a module.  ParseError is one such.  
https://docs.python.org/3/library/xml.etree.elementtree.html#exceptions.  It is 
not specifically mentioned in the entry for fromstring or .feed.

I also disagree that the decode error should be wrapped as a parse error.  It 
happens before parsing in the data preparation step, and the UnicodeDecodeError 
message give 3 pieces of information specific to the problem.

--
assignee:  -> docs@python
components: +Documentation
nosy: +docs@python, terry.reedy
status: open -> pending

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/86a670543ff97d52fd9b8ca0477f8b6d27ee946d


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/a6e84933d204f807e0e81b6a2237193b2e8ab89a


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



<    1   2   3   4   5   >