[issue20655] test_subprocess is not executed in python -m test.test_asyncio

2014-03-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset b22b83ea719d by Victor Stinner in branch '3.4': Issue #20655: Fix test_asyncio, run also subprocess tests. Patch written by http://hg.python.org/cpython/rev/b22b83ea719d -- ___ Python tracker

[issue14512] Pydocs module docs server not working on Windows.

2014-03-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset fa34ea4e9e47 by Martin v. Löwis in branch '3.4': Issue #14512: Launch pydoc -b instead of pydocgui.pyw on Windows. http://hg.python.org/cpython/rev/fa34ea4e9e47 -- ___ Python tracker

[issue20653] Pickle enums by name

2014-03-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 010723a7bd25 by Ethan Furman in branch '3.4': Close issue20653: allow Enum subclasses to override __reduce_ex__ http://hg.python.org/cpython/rev/010723a7bd25 New changeset 737f2be5e80c by Ethan Furman in branch '3.4': Close issue20653: improve funct

[issue20505] Remove resolution from selectors and granularity from asyncio

2014-03-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4f1df287392c by Victor Stinner in branch '3.4': Issue #20505: Use even shorter sleep in test_timeout_rounding() to make the http://hg.python.org/cpython/rev/4f1df287392c New changeset 6733d9dfffbb by Victor Stinner in branch '3.4': Issue #20505: Bas

[issue20566] asyncio as_completed() thrashes adding and removing callbacks

2014-03-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset b52113fb58a5 by Guido van Rossum in branch '3.4': asyncio: Change as_completed() to use a Queue, to avoid O(N**2) behavior. Fixes issue #20566. http://hg.python.org/cpython/rev/b52113fb58a5 -- ___ Python

[issue20839] pkgutil.get_loader throws deprecation warning due to internal deprecation

2014-03-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset a8b30fd6ee4f by Nick Coghlan in branch '3.4': Close #20839: pkgutil.find_loader now uses importlib.util.find_spec http://hg.python.org/cpython/rev/a8b30fd6ee4f -- ___ Python tracker

[issue20694] asyncio.docs: Document subprocess_exec and subprocess_shell

2014-03-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2dfc383b4907 by Yury Selivanov in branch '3.4': asyncio.docs: Document subprocess_exec and subprocess_shell. Issue #20694. http://hg.python.org/cpython/rev/2dfc383b4907 -- ___ Python tracker

[issue20757] 3.4rc2 Traceback on Windows pip uninstall

2014-03-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6d0994805e18 by Nick Coghlan in branch '3.4': Close #20757: return success for skipped pip uninstall http://hg.python.org/cpython/rev/6d0994805e18 -- ___ Python tracker

[issue20599] test_cleanup() of test_builtin failed

2014-03-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3d5154fa8413 by Serhiy Storchaka in branch '3.4': Try to fix test_cleanup (issue #20599). http://hg.python.org/cpython/rev/3d5154fa8413 New changeset c978dffb95ac by Victor Stinner in branch '3.4': Issue #20599: Force ASCII encoding for stdout in te

[issue19744] test_venv and installation fail if SSL/TLS is not available

2014-03-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset cd39d4cab680 by Nick Coghlan in branch '3.4': Issue #19744: Handle missing SSL/TLS in ensurepip http://hg.python.org/cpython/rev/cd39d4cab680 -- ___ Python tracker ___

[issue20641] Python installer needs elevated rights to install pip

2014-03-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 31c7dc7ccbaa by Martin v. Löwis in branch '3.4': Issue #20641: Run custom actions with the NoImpersonate flag to support UAC. http://hg.python.org/cpython/rev/31c7dc7ccbaa -- ___ Python tracker

[issue20594] [PATCH] fail to compile posixmodule due to name clash with posix_close

2014-03-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset fd49c1d2fd6c by Benjamin Peterson in branch '3.4': merge 3.3 (#20594) http://hg.python.org/cpython/rev/fd49c1d2fd6c -- ___ Python tracker _

[issue20695] test_urllibnet.urlretrieveNetworkTests fails due to new python.org website

2014-03-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset a5247ea950d5 by Benjamin Peterson in branch '3.4': merge 3.3 (#20695) http://hg.python.org/cpython/rev/a5247ea950d5 -- ___ Python tracker _

[issue20495] test_read_pty_output() hangs on FreeBSD 7.2 buildbot

2014-03-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2cf25865fc66 by Victor Stinner in branch '3.4': Issue #20495: Skip test_read_pty_output() of test_asyncio on FreeBSD older than http://hg.python.org/cpython/rev/2cf25865fc66 -- ___ Python tracker

[issue19466] Clear state of threads earlier in Python shutdown

2014-03-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9ce58a73b6b5 by Victor Stinner in branch '3.4': Issue #20526, #19466: Revert changes of issue #19466 which introduces a http://hg.python.org/cpython/rev/9ce58a73b6b5 -- ___ Python tracker

[issue20493] asyncio: OverflowError('timeout is too large')

2014-03-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 41c6c066feb2 by Victor Stinner in branch '3.4': Issue #20493: Document that asyncio should not exceed one day http://hg.python.org/cpython/rev/41c6c066feb2 -- ___ Python tracker

[issue20696] asyncio.docs: Document StreamReader an other streams module APIs

2014-03-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset dc8331171f14 by Yury Selivanov in branch '3.4': asyncio.docs: Improve documentation of Streams. Issue #20696. http://hg.python.org/cpython/rev/dc8331171f14 -- ___ Python tracker

[issue20748] 3.4rc2 MSI uninstallation leaves behind ensurepip _uninstall .pyc

2014-03-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset b018a33c7db4 by Martin v. Löwis in branch '3.4': Issue #20748: Uninstalling pip does not leave behind the pyc of http://hg.python.org/cpython/rev/b018a33c7db4 -- ___ Python tracker

[issue17159] Remove explicit type check from inspect.Signature.from_function()

2014-03-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset fa5127cdfe9d by Yury Selivanov in branch '3.4': inspect.signature: Check for function-like objects before builtins. Issue #17159 http://hg.python.org/cpython/rev/fa5127cdfe9d -- ___ Python tracker

[issue19255] Don't "wipe" builtins at shutdown

2014-03-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5d3b9862f1bc by Serhiy Storchaka in branch '3.4': Issue #19255: The builtins module is restored to initial value before http://hg.python.org/cpython/rev/5d3b9862f1bc New changeset a0bc45a50e43 by Serhiy Storchaka in branch '3.4': Temporary silence t

[issue20649] Minor grammatical mistake for asyncio dev docs

2014-03-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 38516b2ffe92 by Victor Stinner in branch '3.4': Close #20649: Fix typo in asyncio doc. Patch written by Brett Cannon. http://hg.python.org/cpython/rev/38516b2ffe92 -- stage: needs patch -> committed/rejected

[issue20621] Issue with zipimport in 3.3.4 and 3.4.0rc1

2014-03-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 27b738209a60 by Benjamin Peterson in branch '3.4': merge backout for #20621 http://hg.python.org/cpython/rev/27b738209a60 -- ___ Python tracker ___

[issue20896] test_ssl.test_get_server_certificate() should use PROTOCOL_SSLv23, not PROTOCOL_SSLv3

2014-03-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9b91c23f071c by Benjamin Peterson in branch '3.4': merge 3.3 (#20896) http://hg.python.org/cpython/rev/9b91c23f071c -- ___ Python tracker _

[issue20609] Always running kill_python breaks building x64 on 32-bit Windows machine

2014-03-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6b4225607cf1 by Zachary Ware in branch '3.4': Issue #20609: Merge with 3.3. http://hg.python.org/cpython/rev/6b4225607cf1 -- ___ Python tracker ___

[issue20667] asyncio: KqueueEventLoopTests.test_read_pty_output() of test_asyncio hangs on OpenBSD 5.4

2014-03-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5f1a4782184f by Victor Stinner in branch '3.4': Issue #20667: test_asyncio: Skip KqueueEventLoopTests.test_read_pty_output() on http://hg.python.org/cpython/rev/5f1a4782184f New changeset add2c31ecfb1 by Victor Stinner in branch '3.4': Issue #20667:

[issue20786] inspect.getargspec() returns wrong answer with property.__delete__()

2014-03-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7ad0e19cc682 by Yury Selivanov in branch '3.4': Issue #20786: Fix signatures for dict.__delitem__ and property.__delete__ http://hg.python.org/cpython/rev/7ad0e19cc682 -- ___ Python tracker

[issue20706] asyncio.docs: Fix wording in 'this method returns a coroutine object'

2014-03-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0f26daac85bb by Yury Selivanov in branch '3.4': asyncio.docs: Improve wordings; add a note to the Coroutines section. Issue #20706 http://hg.python.org/cpython/rev/0f26daac85bb -- ___ Python tracker

[issue20625] Argument names in __annotations__ are not mangled for functions defined inside class scope

2014-03-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4d7c3cbd8515 by Yury Selivanov in branch '3.4': Mangle __parameters in __annotations__ dict properly. Issue #20625. http://hg.python.org/cpython/rev/4d7c3cbd8515 New changeset 3bced76d2706 by Victor Stinner in branch '3.4': Issue #20625: Fix compila

[issue20128] Re-enable test_modules_search_builtin() in test_pydoc

2014-03-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7cfb3db36ec6 by Eric Snow in branch '3.4': Issue #20484: Disable the 2 remaining "modules" tests in test_pydoc. http://hg.python.org/cpython/rev/7cfb3db36ec6 -- ___ Python tracker

[issue20763] old sys.path_hooks importer does not work with Python 3.4.0rc1

2014-03-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 149be7000c11 by Brett Cannon in branch '3.4': Issue #20763: Fix importlib.machinery.PathFinder to support http://hg.python.org/cpython/rev/149be7000c11 -- ___ Python tracker

[issue20465] Upgrade SQLite to 3.8.3 with 3.4.0 Windows and OS X installers

2014-03-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7260dffad495 by Ned Deily in branch '3.4': Issue #20465: Update OS X installer build to use SQLite 3.8.0.1. http://hg.python.org/cpython/rev/7260dffad495 New changeset 1f922e9742b7 by Ned Deily in branch '3.4': Issue #20465: fix NEWS typo (it's 3.8.

[issue20221] #define hypot _hypot conflicts with existing definition

2014-03-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 033d686af4c1 by Zachary Ware in branch '3.4': Issue #20221: Removed conflicting (or circular) hypot definition http://hg.python.org/cpython/rev/033d686af4c1 -- ___ Python tracker

[issue20484] calling pydoc.Helper()('modules') in the test suite sometimes causes failures

2014-03-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7cfb3db36ec6 by Eric Snow in branch '3.4': Issue #20484: Disable the 2 remaining "modules" tests in test_pydoc. http://hg.python.org/cpython/rev/7cfb3db36ec6 -- ___ Python tracker

[issue20682] test_create_ssl_unix_connection() of test_asyncio failed on "x86 Tiger 3.x"

2014-03-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9aac931d7bf5 by Victor Stinner in branch '3.4': Issue #20682: test_asyncio, _basetest_create_connection() checks also the http://hg.python.org/cpython/rev/9aac931d7bf5 New changeset 472a4988489e by Victor Stinner in branch '3.4': Close #20682: Fix U

[issue19060] docs: note that subprocess doesn't replace os.exec*

2014-03-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset d2ad2e04dc9d by Benjamin Peterson in branch '3.4': merge 3.3 (#19060) http://hg.python.org/cpython/rev/d2ad2e04dc9d -- ___ Python tracker _

[issue20681] asyncio: New error handling API

2014-03-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3e592444da2f by Yury Selivanov in branch '3.4': asyncio: New error handling API. Issue #20681. http://hg.python.org/cpython/rev/3e592444da2f -- ___ Python tracker

[issue20814] tracemalloc example - Pretty Top

2014-03-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 027ca483a7e5 by Victor Stinner in branch '3.4': Close #20814: doc: Fix "Pretty top" example of tracemalloc http://hg.python.org/cpython/rev/027ca483a7e5 -- ___ Python tracker

<    1   2