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

[issue25008] Deprecate smtpd (based on deprecated asyncore/asynchat)

2017-03-24 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: New changeset 66b5092fac4264efdc9c508a7dd425fa9833e147 by Barry Warsaw in branch '3.5': bpo-25008: Deprecate smtpd and point to aiosmtpd (#274) (#279) https://github.com/python/cpython/commit/66b5092fac4264efdc9c508a7dd425fa9833e147 --

[issue28929] Provide a link from documentation back to its source file

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 5023686f7ee69e9da07cda4b7da6691f19892111 by Mariatta in branch '3.5': [3.5] bpo-28929: Add to Misc/NEWS (GH-285) https://github.com/python/cpython/commit/5023686f7ee69e9da07cda4b7da6691f19892111 --

[issue28929] Provide a link from documentation back to its source file

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 1a8dd944d4016593e78a7a6c3c635adee783abfd by Mariatta in branch '3.6': [3.6] bpo-28929: Add to Misc/NEWS (GH-284) https://github.com/python/cpython/commit/1a8dd944d4016593e78a7a6c3c635adee783abfd --

[issue25008] Deprecate smtpd (based on deprecated asyncore/asynchat)

2017-03-24 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: New changeset f37b0cb230069481609b0bb06891b5dd26320504 by Barry Warsaw in branch '3.4': bpo-25008: Deprecate smtpd and point to aiosmtpd (#274) (#280) https://github.com/python/cpython/commit/f37b0cb230069481609b0bb06891b5dd26320504 --

[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 5dc33eea538361f8a218255f83db2e9298dd8c53 by INADA Naoki in branch 'master': bpo-29110: add test for Aifc_write. (GH-293) https://github.com/python/cpython/commit/5dc33eea538361f8a218255f83db2e9298dd8c53 --

[issue25008] Deprecate smtpd (based on deprecated asyncore/asynchat)

2017-03-24 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: New changeset 0a1b656d8ce3da14f8acf947477b8e998e68ef3b by Barry Warsaw in branch '3.6': bpo-25008: Deprecate smtpd and point to aiosmtpd (#274) (#278) https://github.com/python/cpython/commit/0a1b656d8ce3da14f8acf947477b8e998e68ef3b --

[issue28556] typing.py upgrades

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset bc33cd4e7a36ed4c309807ca9a911ef955582710 by Mariatta in branch '3.5': [3.5] bpo-28556: Update to typing: treat subscripted generics as proxies (GH-265) (GH-269) https://github.com/python/cpython/commit/bc33cd4e7a36ed4c309807ca9a911ef955582710

[issue28556] typing.py upgrades

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset bea9d2f6488f01794098d9fd4710b98df1bd9472 by Mariatta in branch '3.6': [3.6] bpo-28556: Update to typing: treat subscripted generics as proxies (GH-265) (GH-268) https://github.com/python/cpython/commit/bea9d2f6488f01794098d9fd4710b98df1bd9472

[issue28556] typing.py upgrades

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 365cb5bb9069273e6970c9d5d17ee2fe5003e7ac by Mariatta (Ivan Levkivskyi) in branch 'master': bpo-28556: Fix regression that sneaked into recent typing updates (GH-270)

[issue25008] Deprecate smtpd (based on deprecated asyncore/asynchat)

2017-03-24 Thread STINNER Victor
STINNER Victor added the comment: New changeset fba79dc568030091f84110fccac4cb64c2fef020 by Victor Stinner (Barry Warsaw) in branch 'master': bpo-25008: Deprecate smtpd and point to aiosmtpd (#274) https://github.com/python/cpython/commit/fba79dc568030091f84110fccac4cb64c2fef020 --

[issue29521] Minor warning messages when compiling documentation

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 38c8354f3204441f6c6bd22213b449d2d8954fcc by Mariatta in branch '3.5': bpo-29521 Fix two minor documentation build warnings (#41) (#84) https://github.com/python/cpython/commit/38c8354f3204441f6c6bd22213b449d2d8954fcc --

[issue29521] Minor warning messages when compiling documentation

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset db3deb98e969d3f43b169cd320abd46b21a10c6d by Mariatta in branch '3.6': bpo-29521 Fix two minor documentation build warnings (#41) (#83) https://github.com/python/cpython/commit/db3deb98e969d3f43b169cd320abd46b21a10c6d -- nosy: +Mariatta

[issue29524] Move functions to call objects into a new Objects/call.c file

2017-03-24 Thread STINNER Victor
STINNER Victor added the comment: New changeset c22bfaae83ab5436d008ac0d13e7b47cbe776f08 by Victor Stinner in branch 'master': bpo-29524: Add Objects/call.c file (#12) https://github.com/python/cpython/commit/c22bfaae83ab5436d008ac0d13e7b47cbe776f08 --

[issue29438] use after free in key sharing dict

2017-03-24 Thread INADA Naoki
INADA Naoki added the comment: New changeset 2294f3aee14a6074b17c67ef936c607430bb3c7a by INADA Naoki in branch 'master': bpo-29438: fixed use-after-free in key sharing dict (#17) https://github.com/python/cpython/commit/2294f3aee14a6074b17c67ef936c607430bb3c7a --

[issue29527] Travis: doc job is broken

2017-03-24 Thread STINNER Victor
STINNER Victor added the comment: New changeset 0d5f11061a873e9fb67ae59e46b3313e5ba22fc3 by Victor Stinner in branch 'master': Don't treat warnings as error in Travis docs job (#7) https://github.com/python/cpython/commit/0d5f11061a873e9fb67ae59e46b3313e5ba22fc3 --

[issue29528] Encrypt IRC channel details for Travis

2017-03-24 Thread STINNER Victor
STINNER Victor added the comment: New changeset 4538ddcacc8e8f00d5d36d7bc84e551a56ce6da2 by Victor Stinner (Donald Stufft) in branch 'master': Fix bpo-29528 Use a secure variable to stop spam (#13) https://github.com/python/cpython/commit/4538ddcacc8e8f00d5d36d7bc84e551a56ce6da2 --

[issue29845] Mark tests that use _testcapi as CPython-only

2017-03-24 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 24c738a9e91b8f46da613d8ce7ec18cec784 by Serhiy Storchaka in branch 'master': bpo-29845: Mark tests that use _testcapi as CPython-only (#711) https://github.com/python/cpython/commit/24c738a9e91b8f46da613d8ce7ec18cec784 --

[issue28749] Fixed the documentation of the mapping codec APIs

2017-03-24 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 69eab3123ed1de4bed4b7dedecabe415f6139bb6 by Serhiy Storchaka in branch '3.6': bpo-28749: Fixed the documentation of the mapping codec APIs. (#487) (#714) https://github.com/python/cpython/commit/69eab3123ed1de4bed4b7dedecabe415f6139bb6

[issue28749] Fixed the documentation of the mapping codec APIs

2017-03-24 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 88b32eb7b317dd7c7943433f980e17e34e50f8f8 by Serhiy Storchaka in branch '3.5': bpo-28749: Fixed the documentation of the mapping codec APIs. (#487) (#715) https://github.com/python/cpython/commit/88b32eb7b317dd7c7943433f980e17e34e50f8f8

[issue29116] Make str and bytes error messages on concatenation conform with other sequences

2017-03-24 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 004e03fb0c2febe2ec8afbd28ffcb3e980c63228 by Serhiy Storchaka in branch 'master': bpo-29116: Improve error message for concatenating str with non-str. (#710) https://github.com/python/cpython/commit/004e03fb0c2febe2ec8afbd28ffcb3e980c63228

[issue29808] SyslogHandler: should not raise exception in constructor if connection fails

2017-03-24 Thread Vinay Sajip
Vinay Sajip added the comment: New changeset 1b038e073807ecb6fd176edaf3386a8e3205416e by Vinay Sajip (Коренберг Марк) in branch 'master': bpo-29808: SysLogHandler: Do not fail if initial connect to syslog failed (#663) (#663)

[issue29887] test_normalization doesn't work

2017-03-24 Thread Terry J. Reedy
Terry J. Reedy added the comment: Fetching the file requires '-u urlfetch' or '-u all'. For me, the test 'works' by skipping test_main. Loading www.pythontest.net refers one to https://github.com/python/pythontestdotnet/. Pinging contributors there. -- nosy: +benjamin.peterson,

[issue29820] Broken link to "GUI Programming with Python: QT Edition" book

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 1bb0f3762ec5104014aeed0ae6e9d64598d8fcac by Mariatta (Marco Buttu) in branch 'master': bpo-29820: othergui.rst: Remove outdated information (GH-685) https://github.com/python/cpython/commit/1bb0f3762ec5104014aeed0ae6e9d64598d8fcac --

[issue29862] Fix grammar typo in importlib.reload() exception

2017-03-24 Thread Harmandeep Singh
Changes by Harmandeep Singh : -- pull_requests: +714 ___ Python tracker ___ ___

[issue29820] Broken link to "GUI Programming with Python: QT Edition" book

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 091d90f9a429b81b046cb83582062941f8ded9da by Mariatta in branch '3.5': bpo-29820: othergui.rst: Remove outdated information (GH-685) (GH-689) https://github.com/python/cpython/commit/091d90f9a429b81b046cb83582062941f8ded9da --

[issue29581] __init_subclass__ causes TypeError when used with standard library metaclasses (such as ABCMeta)

2017-03-24 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset bd583ef9857d99f9145ad0bb2c4424cc0baa63fc by Łukasz Langa (Nate) in branch 'master': bpo-29581: Make ABCMeta.__new__ pass **kwargs to type.__new__ (#527) https://github.com/python/cpython/commit/bd583ef9857d99f9145ad0bb2c4424cc0baa63fc --

[issue29820] Broken link to "GUI Programming with Python: QT Edition" book

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 3fce38c540681a736b7e5ca7611758f7bc159c9e by Mariatta in branch '3.6': bpo-29820: othergui.rst: Remove outdated information (GH-685) (GH-688) https://github.com/python/cpython/commit/3fce38c540681a736b7e5ca7611758f7bc159c9e --

[issue29742] asyncio get_extra_info() throws exception

2017-03-24 Thread Yury Selivanov
Yury Selivanov added the comment: New changeset db522dc86294a99f46a63cd5b54c7c4ab8017c96 by Yury Selivanov in branch '3.5': bpo-29742: asyncio get_extra_info() throws exception (#525) (#646) https://github.com/python/cpython/commit/db522dc86294a99f46a63cd5b54c7c4ab8017c96 --

[issue29890] Constructor of ipaddress.IPv*Interface does not follow documentation

2017-03-24 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- nosy: +pmoody ___ Python tracker ___ ___ Python-bugs-list

[issue29730] unoptimal calls to PyNumber_Check

2017-03-24 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 004251059b9c5e48d47cb30b94bcb92cb44d3adf by Serhiy Storchaka (Oren Milman) in branch 'master': bpo-29730: replace some calls to PyNumber_Check and improve some error messages (#650)

[issue28856] %b format for bytes does not support objects that follow the buffer protocol

2017-03-24 Thread Xiang Zhang
Xiang Zhang added the comment: New changeset faa2cc63e45bc7d7ffab84bebe5a9f4fe065bd96 by Xiang Zhang in branch '3.6': bpo-28856: Let %b format for bytes support objects that follow the buffer protocol (GH-664) https://github.com/python/cpython/commit/faa2cc63e45bc7d7ffab84bebe5a9f4fe065bd96

[issue29756] Improve documentation for list methods that compare items by equality

2017-03-24 Thread Xiang Zhang
Xiang Zhang added the comment: New changeset b2d77175d1317494b4238b4e07426d310fbf1d19 by Xiang Zhang in branch 'master': bpo-29756: Improve documentation for list methods that compare items by equality (GH-572) https://github.com/python/cpython/commit/b2d77175d1317494b4238b4e07426d310fbf1d19

[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)

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

[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

[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)

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

[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)

[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)

[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)

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

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

[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

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

[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)

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

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

[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

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

2017-03-24 Thread Nick Coghlan
Nick Coghlan added the comment: New changeset 56a8eccc43c66ae51c5a6bfc89635b1998fd419e by Nick Coghlan in branch 'master': bpo-24241: Add dedicated webbrowser.register test case (#288) https://github.com/python/cpython/commit/56a8eccc43c66ae51c5a6bfc89635b1998fd419e --

[issue29644] Importing webbrowser outputs a message on stderr

2017-03-24 Thread Nick Coghlan
Nick Coghlan added the comment: New changeset 140792bd514ee4ba739fda899785bea3ce746f05 by Nick Coghlan in branch 'master': bpo-29644: suppress subprocess output from webbrowser (#289) https://github.com/python/cpython/commit/140792bd514ee4ba739fda899785bea3ce746f05 --

[issue26128] Let the subprocess.STARTUPINFO constructor take arguments

2017-03-24 Thread Nick Coghlan
Nick Coghlan added the comment: New changeset ae160bba2030a7b6c86f6c7aeaf2f9d3fdb627b7 by Nick Coghlan (Subhendu Ghosh) in branch 'master': bpo-26128: Added __init__to subprocess.STARTUPINFO (#171) https://github.com/python/cpython/commit/ae160bba2030a7b6c86f6c7aeaf2f9d3fdb627b7 --

[issue29121] sqlite3 Controlling Transactions documentation not updated

2017-03-24 Thread Berker Peksag
Berker Peksag added the comment: New changeset fe70d924bb6106d4c21eb414f4a1ba1324e8f46a by Berker Peksag in branch 'master': bpo-29121: Remove outdated documentation about transactions (#313) https://github.com/python/cpython/commit/fe70d924bb6106d4c21eb414f4a1ba1324e8f46a --

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

2017-03-24 Thread Nick Coghlan
Nick Coghlan added the comment: New changeset e3ce69522ffd7c0354d6e70d18f42bce325ed97e by Nick Coghlan (David Steele) in branch 'master': bpo-24241: Improve preferred webbrowser handling (#85) https://github.com/python/cpython/commit/e3ce69522ffd7c0354d6e70d18f42bce325ed97e --

[issue28929] Provide a link from documentation back to its source file

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset e3bf4cdd3db9004220d3ec7f5db4e7d16a99c743 by Mariatta in branch 'master': bpo-28929: Add to Misc/NEWS (GH-112) https://github.com/python/cpython/commit/e3bf4cdd3db9004220d3ec7f5db4e7d16a99c743 -- ___

[issue16285] Update urllib quoting to RFC 3986

2017-03-24 Thread Nick Coghlan
Nick Coghlan added the comment: New changeset 21024f06622c4c55b666adb130797a4ee205d005 by Nick Coghlan (Ratnadeep Debnath) in branch 'master': bpo-16285: Update urllib quoting to RFC 3986 (#173) https://github.com/python/cpython/commit/21024f06622c4c55b666adb130797a4ee205d005 --

[issue29648] Missed reference to create_module() in versionadded (import.rst)

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 63ed9bc94d8df45b16aee9b92f658ebb34aa1012 by Mariatta in branch '3.5': bpo-29648: import.rst: Add reference to create_module() (GH-290) (GH-315) https://github.com/python/cpython/commit/63ed9bc94d8df45b16aee9b92f658ebb34aa1012 --

[issue22594] Add a link to the regex module in re documentation

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset c8e20218d77c5b8c16fd76d45612ae48ca3fba91 by Mariatta in branch '2.7': bpo-22594: Add a link to the regex module in re documentation (GH-241) (GH-321) https://github.com/python/cpython/commit/c8e20218d77c5b8c16fd76d45612ae48ca3fba91 --

[issue28518] execute("begin immediate") throwing OperationalError

2017-03-24 Thread Berker Peksag
Berker Peksag added the comment: New changeset 76995cab69d5ef83d31d8a5754cbad11be4038cb by Berker Peksag in branch '3.6': bpo-28518: Start a transaction implicitly before a DML statement (#245) (#318) https://github.com/python/cpython/commit/76995cab69d5ef83d31d8a5754cbad11be4038cb

[issue29121] sqlite3 Controlling Transactions documentation not updated

2017-03-24 Thread Berker Peksag
Berker Peksag added the comment: New changeset fe70d924bb6106d4c21eb414f4a1ba1324e8f46a by Berker Peksag in branch 'master': bpo-29121: Remove outdated documentation about transactions (#313) https://github.com/python/cpython/commit/fe70d924bb6106d4c21eb414f4a1ba1324e8f46a --

[issue28556] typing.py upgrades

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset b692dc8475a032740576129d0990ddc3edccab2b by Mariatta (Ivan Levkivskyi) in branch 'master': bpo-28556: Various updates to typing (#28) https://github.com/python/cpython/commit/b692dc8475a032740576129d0990ddc3edccab2b --

[issue28556] typing.py upgrades

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 9c5684e0d380cf5bc109888603756084588ce617 by Mariatta in branch '3.5': bpo-28556: Various updates to typing (#28) (#78) https://github.com/python/cpython/commit/9c5684e0d380cf5bc109888603756084588ce617 --

[issue28929] Provide a link from documentation back to its source file

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset cabd1c7462ef991937e0e759b9bf307b3091ef06 by Mariatta in branch '3.5': [backport to 3.5] bpo-28929: Link the documentation to its source file on GitHub (#36) https://github.com/python/cpython/commit/cabd1c7462ef991937e0e759b9bf307b3091ef06

[issue28929] Provide a link from documentation back to its source file

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset f66c81ff499fb431e56bc68f5e39c2f7b9fcb6a7 by Mariatta in branch '3.6': [backport to 3.6] bpo-28929: Link the documentation to its source file on GitHub (#37) https://github.com/python/cpython/commit/f66c81ff499fb431e56bc68f5e39c2f7b9fcb6a7

[issue28929] Provide a link from documentation back to its source file

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset e15259c2dfef58df5f7cfa2305811a00c05e0353 by Mariatta in branch '2.7': bpo-28929: Link the documentation to its source file on GitHub (#38) https://github.com/python/cpython/commit/e15259c2dfef58df5f7cfa2305811a00c05e0353 --

[issue28929] Provide a link from documentation back to its source file

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset d4a97d894859d4bb52937d46460049ba016e00b2 by Mariatta in branch 'master': bpo-28929: Link the documentation to its source file on GitHub (#35) https://github.com/python/cpython/commit/d4a97d894859d4bb52937d46460049ba016e00b2 --

[issue29474] Grammatical errors in weakref.WeakValueDictionary docs

2017-03-24 Thread Zachary Ware
Zachary Ware added the comment: New changeset 5c329882fa20f615375f068176e569de7389fa3f by Zachary Ware (Mariatta) in branch '2.7': bpo-29474: Improve documentation for weakref.WeakValueDictionary (#11) https://github.com/python/cpython/commit/5c329882fa20f615375f068176e569de7389fa3f

[issue29510] gitignore settings files for Eclipse IDE

2017-03-24 Thread Rajath Agasthya
Changes by Rajath Agasthya : -- pull_requests: +715 ___ Python tracker ___ ___

[issue29845] Mark tests that use _testcapi as CPython-only

2017-03-24 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset bb67f10179011c50805a942cb6f2701c84854888 by Serhiy Storchaka in branch '3.5': bpo-29845: Mark tests that use _testcapi as CPython-only (#711) (#726) https://github.com/python/cpython/commit/bb67f10179011c50805a942cb6f2701c84854888 --

[issue25455] Some repr implementations don't check for self-referential structures

2017-03-24 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset a5af6e1af77ee0f9294c5776478a9c24d9fbab94 by Serhiy Storchaka in branch 'master': bpo-25455: Fixed crashes in repr of recursive buffered file-like objects. (#514) https://github.com/python/cpython/commit/a5af6e1af77ee0f9294c5776478a9c24d9fbab94

[issue20186] Derby #18: Convert 31 sites to Argument Clinic across 23 files

2017-03-24 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 0b5615926a573c19c887a701a2f7047f4fd06de6 by Serhiy Storchaka in branch 'master': bpo-20186: Convert tuple object implementation to Argument Clinic. (#614) https://github.com/python/cpython/commit/0b5615926a573c19c887a701a2f7047f4fd06de6

[issue20185] Derby #17: Convert 49 sites to Argument Clinic across 13 files

2017-03-24 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 5c643a028ee86c613d7168ca5bcb8fc94477a09e by Serhiy Storchaka in branch 'master': bpo-20185: Convert typeobject.c to Argument Clinic. (#544) https://github.com/python/cpython/commit/5c643a028ee86c613d7168ca5bcb8fc94477a09e --

[issue29793] Convert some builtin types constructors to Argument Clinic

2017-03-24 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 18b250f844bf8b2d1a81c2d2dcc74e850364fe35 by Serhiy Storchaka in branch 'master': bpo-29793: Convert some builtin types constructors to Argument Clinic. (#615) https://github.com/python/cpython/commit/18b250f844bf8b2d1a81c2d2dcc74e850364fe35

[issue29116] Make str and bytes error messages on concatenation conform with other sequences

2017-03-24 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 6b5a9ec4788770c652bac3bf5d5a0a3b710b82ae by Serhiy Storchaka in branch 'master': bpo-29116: Fix error messages for concatenating bytes and bytearray with unsupported type. (#709)

[issue29748] Argument Clinic: slice index converter

2017-03-24 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 80ec8364f15857c405ef0ecb1e758c8fc6b332f7 by Serhiy Storchaka in branch 'master': bpo-29748: Added the slice index converter in Argument Clinic. (#549) https://github.com/python/cpython/commit/80ec8364f15857c405ef0ecb1e758c8fc6b332f7

[issue28810] Document bytecode changes in 3.6

2017-03-24 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 9135275cba680902e6caf29461f0423dc570190d by Serhiy Storchaka (Ivan Levkivskyi) in branch 'master': bpo-28810: Update lnotab_notes.txt (#665) https://github.com/python/cpython/commit/9135275cba680902e6caf29461f0423dc570190d --

[issue28856] %b format for bytes does not support objects that follow the buffer protocol

2017-03-24 Thread Xiang Zhang
Xiang Zhang added the comment: New changeset 7e2a54cdd977078b40b82182e46b201f8163f659 by Xiang Zhang in branch 'master': bpo-28856: Let %b format for bytes support objects that follow the buffer protocol (GH-546)

[issue29548] Recommend PyObject_Call* APIs over PyEval_Call*() APIs

2017-03-24 Thread INADA Naoki
INADA Naoki added the comment: New changeset aa289a59ff6398110e1122877c073c9354ee53db by INADA Naoki in branch 'master': bpo-29548: Recommend PyObject_Call APIs over PyEval_Call APIs. (GH-75) https://github.com/python/cpython/commit/aa289a59ff6398110e1122877c073c9354ee53db --

[issue27880] cPickle fails on large objects (still - 2011 and counting)

2017-03-24 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 1aa1803b3df2af9481628b8896babbd686d314ff by Serhiy Storchaka in branch '2.7': bpo-27880: Fixed integer overflow in cPickle when pickle large strings or (#662) https://github.com/python/cpython/commit/1aa1803b3df2af9481628b8896babbd686d314ff

[issue29656] Change "make patchcheck" to be branch aware

2017-03-24 Thread Nick Coghlan
Nick Coghlan added the comment: New changeset 2f386254e2cf054cc7ee5103b54c1cf16d9fa979 by Nick Coghlan in branch '3.6': bpo-29656: Handle PR branches in 'make patchcheck' (#302) (#626) https://github.com/python/cpython/commit/2f386254e2cf054cc7ee5103b54c1cf16d9fa979 --

[issue29763] test_site failing on AppVeyor

2017-03-24 Thread Zachary Ware
Zachary Ware added the comment: New changeset 7c6d6e056460753c916348feee0e4916a97d7c86 by Zachary Ware in branch '3.6': bpo-29763: Use support.unlink instead of os.unlink (GH-624) (GH-625) https://github.com/python/cpython/commit/7c6d6e056460753c916348feee0e4916a97d7c86 --

[issue29763] test_site failing on AppVeyor

2017-03-24 Thread Zachary Ware
Zachary Ware added the comment: New changeset 93710c152e6bcfffdf2f1f15bb5f75b013aef422 by Zachary Ware in branch 'master': bpo-29763: Use support.unlink instead of os.unlink (GH-624) https://github.com/python/cpython/commit/93710c152e6bcfffdf2f1f15bb5f75b013aef422 --

[issue20185] Derby #17: Convert 49 sites to Argument Clinic across 13 files

2017-03-24 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset fdd42c481edba4261f861fc1dfe24bbd79b5a17a by Serhiy Storchaka in branch 'master': bpo-20185: Convert list object implementation to Argument Clinic. (#542) https://github.com/python/cpython/commit/fdd42c481edba4261f861fc1dfe24bbd79b5a17a

[issue29656] Change "make patchcheck" to be branch aware

2017-03-24 Thread Nick Coghlan
Nick Coghlan added the comment: New changeset 482f7a274fa52b7ba34ff308cd9acdcac9f41ba5 by Nick Coghlan in branch 'master': bpo-29656: Handle PR branches in 'make patchcheck' (#302) https://github.com/python/cpython/commit/482f7a274fa52b7ba34ff308cd9acdcac9f41ba5 --

[issue26121] Use C99 functions in math if available

2017-03-24 Thread Mark Dickinson
Mark Dickinson added the comment: New changeset 97553fdf9daa8231eb05a1ca9933a2b03b0bdad0 by Mark Dickinson (Serhiy Storchaka) in branch 'master': bpo-26121: Use C library implementation for math functions: (#515) https://github.com/python/cpython/commit/97553fdf9daa8231eb05a1ca9933a2b03b0bdad0

[issue29770] Executable help output (--help) at commandline is wrong for option -B

2017-03-24 Thread Xiang Zhang
Xiang Zhang added the comment: New changeset ce222c87706b1062f7fc03867d1867aa4848dd7b by Xiang Zhang in branch '3.5': bpo-29770: remove outdated PYO related info (GH-590) (GH-613) https://github.com/python/cpython/commit/ce222c87706b1062f7fc03867d1867aa4848dd7b -- nosy: +xiang.zhang

[issue28739] PEP 498: docstrings as f-strings

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset ff6f3716279e75b2519133a82b9de0c3601963d9 by Mariatta in branch '3.6': bpo-28739: Document that f-strings cannot be used as docstring (GH-592) (GH-600) https://github.com/python/cpython/commit/ff6f3716279e75b2519133a82b9de0c3601963d9 --

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

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

<    1   2   3   4   5   >