[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

[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

[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

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

[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

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

[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

[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

[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

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

[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

[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

[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

[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

[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

[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

[issue16251] pickle special methods are looked up on the instance rather than the type

2014-03-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2514a577c7cb by Benjamin Peterson in branch '3.4': look up __getnewargs__ and __getnewargs_ex__ on the object type (#16251) http://hg.python.org/cpython/rev/2514a577c7cb -- ___ Python tracker

[issue20939] test_geturl of test_urllibnet fails with 'https://www.python.org/' != 'http://www.python.org/'

2014-03-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7f4fba171a40 by Ned Deily in branch '3.4': Issue #20939: merge from 3.3 http://hg.python.org/cpython/rev/7f4fba171a40 -- ___ Python tracker ___

[issue20711] inspect.getfullargspec does not correctly work with builtin module-level functions

2014-03-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset ed1059f5507b by Yury Selivanov in branch '3.4': inspect: Fix getfullargspec to support builtin module-level functions. Issue #20711 http://hg.python.org/cpython/rev/ed1059f5507b -- ___ Python tracker

[issue20619] lineno and col_offset attributes of _ast.arg objects are not set

2014-03-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3c01209ab697 by Benjamin Peterson in branch '3.4': set line and column numbers for keyword-only arg nodes (closes #20619) http://hg.python.org/cpython/rev/3c01209ab697 -- ___ Python tracker

[issue20568] Pass --default-install to ensurepip in the Windows installers

2014-03-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5d190cca2f47 by Nick Coghlan in branch '3.4': Close #20568: install unversioned pip command on Windows http://hg.python.org/cpython/rev/5d190cca2f47 New changeset 3f8ca67bde4d by Martin v. Löwis in branch '3.4': Issue #20568: Fix typo in pip option.

[issue20652] Example in asyncio task gives resource warning

2014-03-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 36005fe2ab9b by Victor Stinner in branch '3.4': Close #20652: asyncio doc: close the event loop in run_forever() example. Fix http://hg.python.org/cpython/rev/36005fe2ab9b -- ___ Python tracker

[issue20710] Make pydoc consistent about bound methods

2014-03-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset b2ee3fe195e2 by Larry Hastings in branch '3.4': Issue #20710: The pydoc summary line no longer displays the "self" parameter http://hg.python.org/cpython/rev/b2ee3fe195e2 -- ___ Python tracker

[issue20199] status of module_for_loader and utils._module_to_load

2014-03-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1640e3b7def6 by R David Murray in branch '3.4': whatsnew: importlib deprecations. http://hg.python.org/cpython/rev/1640e3b7def6 -- ___ Python tracker _

[issue20526] python: Modules/gcmodule.c:379: visit_decref: Assertion `((gc)->gc.gc_refs >> (1)) != 0' failed.

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

[issue20616] Add tracemalloc.Traceback.format() method

2014-03-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 132821b65e22 by Victor Stinner in branch '3.4': Issue #20616: Add a format() method to tracemalloc.Traceback. http://hg.python.org/cpython/rev/132821b65e22 -- ___ Python tracker

[issue20785] Missing symbols in Python27.lib (Windows 64bit)

2014-03-16 Thread Alexey Pavlov
Alexey Pavlov added the comment: For peoples who interesting in supporting building Python with mingw-w64 compiler I can get some links. More than a year ago we start providing our own builds of Python 2.7+3.3 builded with mingw-w64 compiler. I'm developer of MSYS2 project - modern fork of Cyg

[issue20265] Bring Windows docs up to date

2014-03-16 Thread Nick Coghlan
Nick Coghlan added the comment: Sorry I haven't had a chance to review this myself, but it would also be good if we could mention the free "Python Tools for Visual Studio" addon that Microsoft publish (https://pytools.codeplex.com/). That may be better handled as a separate patch/issue though.

[issue14332] Better explain "junk" concept in difflib doc

2014-03-16 Thread Alba Magallanes
Alba Magallanes added the comment: I would like to help with this issue. I'm attaching a patch for it. -- keywords: +patch nosy: +albamagallanes Added file: http://bugs.python.org/file34451/issue14332.patch ___ Python tracker

[issue20953] heap-buffer-overflow in obmalloc.c:987

2014-03-16 Thread Jeffrey Walton
New submission from Jeffrey Walton: This came from Python 3.3.5 downloaded from thePython download page (). The issue occurred while compiling with Clang 3.4 using the address sanitizer (-fsanitize=address) /usr/local/bin/clang -fsanitize=address -Xlinker -export-dynamic -o python Modules/

[issue20937] test_socket: buffer overflow in sock_recvmsg_guts

2014-03-16 Thread Jeffrey Walton
Jeffrey Walton added the comment: This might be relevant. It showed up while building Python 3.3.5 from sources. /usr/local/bin/clang -fsanitize=undefined -fPIC -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I./Include -I. -IInclude -I/usr/local/include -IPython-3.3.5/./

[issue20898] Missing 507 response description

2014-03-16 Thread Daniel Andrade Groppe
Daniel Andrade Groppe added the comment: Here goes the patch once again, this time with the changes to the documentation. Two files were modified: 1. /Lib/http/client.py 2. /Doc/library/http.client.rst Hope this helps until a decision is made on how to remove duplicate codes in http.clinet and

[issue20898] Missing 507 response description

2014-03-16 Thread Daniel Andrade Groppe
Changes by Daniel Andrade Groppe : Removed file: http://bugs.python.org/file34433/issue20898.patch ___ Python tracker ___ ___ Python-bugs-list

[issue20906] Issues in Unicode HOWTO

2014-03-16 Thread A.M. Kuchling
Changes by A.M. Kuchling : -- nosy: -akuchling ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.py

[issue20943] configparser - add 'getDict' function

2014-03-16 Thread Łukasz Langa
Łukasz Langa added the comment: Michael, what you wish is already a part of configparser. Let's use this as an example: >>> p = configparser.ConfigParser() >>> p.read_string(""" ... [one] ... opt=val ... [two] ... num=1 ... str=bzz ... bool=true ... """) When asking for a specific section, you

[issue20906] Issues in Unicode HOWTO

2014-03-16 Thread Graham Wideman
Graham Wideman added the comment: A further issue regarding "one-to-one mappings". Article: "Encodings don’t have to be simple one-to-one mappings like Latin-1. Consider IBM’s EBCDIC, which was used on IBM mainframes." I don't think this paragraph is about one-to-one mappings per se. (ie: one

[issue20906] Issues in Unicode HOWTO

2014-03-16 Thread Graham Wideman
Graham Wideman added the comment: > Do you want to provide a patch? I would be happy to, but I'm not currently set up to create a patch. Also, I hoped that an author who has more history with this article would supervise, especially where I don't know what the original intent was. > I find us

[issue20951] SSLSocket.send() returns 0 for non-blocking socket

2014-03-16 Thread Nikolaus Rath
Nikolaus Rath added the comment: More info on twisted: it uses PyOpenSSL rather than the stdlib ssl module, so it's not affected at all. -- ___ Python tracker ___ __

[issue20898] Missing 507 response description

2014-03-16 Thread Filip Malczak
Filip Malczak added the comment: If we're getting out of original scope, then I wonder... Maybe we should keep only standard status codes here? If not, which should we support, and which not? What about custom Spring 420 Method Failure? One way to clean up mess here is to create some dictionar

[issue20951] SSLSocket.send() returns 0 for non-blocking socket

2014-03-16 Thread Nikolaus Rath
Nikolaus Rath added the comment: Tornado uses SSLSocket.send(), and it looks as if a SSLWantWrite exception is not caught but would propagate, so this would probably break. -- ___ Python tracker __

[issue20951] SSLSocket.send() returns 0 for non-blocking socket

2014-03-16 Thread Nikolaus Rath
Nikolaus Rath added the comment: gevent is calling _sslobject.write() directly, so it would not be affected by any change. -- ___ Python tracker ___

[issue20951] SSLSocket.send() returns 0 for non-blocking socket

2014-03-16 Thread Nikolaus Rath
Nikolaus Rath added the comment: Twisted does not seem to rely on it either (there's no mention of SSLWant* in the source at all, and without that, you can't possibly have support for non-blocking ssl sockets). -- ___ Python tracker

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

2014-03-16 Thread STINNER Victor
STINNER Victor added the comment: Benjamin: Could you please mention your change in Misc/NEWS? Is it ok to change that in Python 3.1 & 3.2? Should the change be mentionned in the doc (:versionchanged:)? -- resolution: fixed -> status: closed -> open __

[issue20951] SSLSocket.send() returns 0 for non-blocking socket

2014-03-16 Thread Antoine Pitrou
Antoine Pitrou added the comment: > Antoine, do you know that there are frameworks out there using this, > or is that a guess? It's just a guess. -- ___ Python tracker ___ _

[issue20952] OpenSSL and RDRAND

2014-03-16 Thread Antoine Pitrou
Antoine Pitrou added the comment: Apart from our Windows binaries, this doesn't seem much of a Python issue. Python normally links with whatever the system OpenSSL is. -- nosy: +loewis ___ Python tracker _

[issue20951] SSLSocket.send() returns 0 for non-blocking socket

2014-03-16 Thread Nikolaus Rath
Nikolaus Rath added the comment: Antoine, do you know that there are frameworks out there using this, or is that a guess? asyncio, for example, seems to expect an SSLWantWrite exception as well. (it also works with a zero return, but it's not clear from the code if that's by design or by a cha

[issue20952] OpenSSL and RDRAND

2014-03-16 Thread R. David Murray
Changes by R. David Murray : -- nosy: +christian.heimes, pitrou ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue20939] test_geturl of test_urllibnet fails with 'https://www.python.org/' != 'http://www.python.org/'

2014-03-16 Thread Curtis Doty
Changes by Curtis Doty : -- nosy: +GreenKey ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python

[issue18624] Add alias for iso-8859-8-i which is the same as iso-8859-8

2014-03-16 Thread R. David Murray
R. David Murray added the comment: The tests are in test_encodings.py. It is interesting that the tests pass with your patch applied; that indicates that there is a missing test, since we should be testing that all of the values in the aliases table are the names of existing codecs, and appar

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

2014-03-16 Thread Curtis Doty
Changes by Curtis Doty : -- nosy: +GreenKey ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python

[issue18624] Add alias for iso-8859-8-i which is the same as iso-8859-8

2014-03-16 Thread R. David Murray
R. David Murray added the comment: >From python's point of view they are both aliases of iso-8859_8, as discussed >in this issue. Python does not have iso-8859_8-e and i codecs, which you >changes to the alias table implies that it does (the target of the entry in >the aliases table is the py

[issue20898] Missing 507 response description

2014-03-16 Thread R. David Murray
R. David Murray added the comment: Thanks. That patch looks good except that it is missing the corresponding documentation changes, but... I just noticed that this table is a partial duplicate of the table in http.server. I suspect this has historical origins, but I don't see any reason to

[issue20112] The documentation for http.server error_message_format is inadequate.

2014-03-16 Thread R. David Murray
R. David Murray added the comment: Hmm. Rereading your patch I see that that is what you are trying to do, but I find the order of presentation confusing. I would rather see the text focus on the fact that the string is used by send_error, and that the variables are filled by default from re

[issue20112] The documentation for http.server error_message_format is inadequate.

2014-03-16 Thread R. David Murray
R. David Murray added the comment: My intent here was that the rewrite should specify where the data that gets placed into the template when it is used comes from. That would be 'responses' by default, but can be overridden in 'send_error'. -- ___

[issue20952] OpenSSL and RDRAND

2014-03-16 Thread Jeffrey Walton
New submission from Jeffrey Walton: Some versions of OpenSSL use the RDRAND engine by default. The versions include openssl-1.0.1-beta1 through openssl-1.0.1f. RDRAND has taken some criticism because its essentially unaudited and it could be spiked like the Dual-EC generator (http://blog.cryp

[issue20951] SSLSocket.send() returns 0 for non-blocking socket

2014-03-16 Thread Antoine Pitrou
Antoine Pitrou added the comment: It's probably too late to change this, unfortunately. There are non-blocking frameworks and libraries out there relying on the current behaviour. As for sendall(), it doesn't really make sense on a non-blocking socket anyway. -- __

[issue17383] Possibly ambiguous phrasing in tutorial/modules#more-on-modules

2014-03-16 Thread Éric Araujo
Éric Araujo added the comment: Thanks for the patch. +Enhancing the More on Modules documentation + This should not be in the patch. -Modules can import other modules. It is customary but not required -to place all import stat

[issue18624] Add alias for iso-8859-8-i which is the same as iso-8859-8

2014-03-16 Thread Kamilla
Kamilla added the comment: Adding aliases to the set of iso-8859-8. -- keywords: +patch Added file: http://bugs.python.org/file34449/adding_aliases.patch ___ Python tracker ___ _

[issue20951] SSLSocket.send() returns 0 for non-blocking socket

2014-03-16 Thread R. David Murray
R. David Murray added the comment: A little hg sleuthing (which I assume you did but I'll record for the record) reveals that this was introduced by Bill Jansen in changeset 8a281bfc058d. Following the bugs mentioned in the checkin message, it looks like it *might* have been related to issue

[issue16245] Update html.entities.html5 dictionary and parseentities.py

2014-03-16 Thread Éric Araujo
Éric Araujo added the comment: BTW this message does not mean that the dictionary was just updated, but that is was already up to date. -- ___ Python tracker ___ ___

[issue16245] Update html.entities.html5 dictionary and parseentities.py

2014-03-16 Thread Éric Araujo
Éric Araujo added the comment: I just ran the script: $ Tools/scripts/parse_html5_entities.py The current dictionary is updated. This is done :‑) -- resolution: -> fixed status: open -> closed ___ Python tracker

[issue20951] SSLSocket.send() returns 0 for non-blocking socket

2014-03-16 Thread Nikolaus Rath
Nikolaus Rath added the comment: This is actually seems to be not just an inconvience, but a real bug: since SSLSocket.sendall() uses SSLSocket.send() internally, the former method will busy-loop when called on a non-blocking socket. Note also that the .sendto and .write methods already behav

[issue20941] pytime.c:184 and pytime.c:218: runtime error, outside the range of representable values of type 'long'

2014-03-16 Thread Gareth Rees
Gareth Rees added the comment: > How did you get this warning? This looks like runtime output from a program built using Clang/LLVM with -fsanitize=undefined. See here: http://clang.llvm.org/docs/UsersManual.html#controlling-code-generation Signed integer overflow is undefined behaviour, so b

[issue20951] SSLSocket.send() returns 0 for non-blocking socket

2014-03-16 Thread Nikolaus Rath
New submission from Nikolaus Rath: When using non-blocking operation, the SSLSocket.send method returns 0 if no data can be sent at this point. This is counterintuitive, because in the same situation (write to non-blocking socket that isn't ready for IO): * A regular (non-SSL) socket raises

[issue11448] docs for HTTPConnection.set_tunnel are ambiguous

2014-03-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 68a257ca6be6 by Benjamin Peterson in branch '3.3': improve set_tunnel docs (closes #11448) http://hg.python.org/cpython/rev/68a257ca6be6 New changeset 5cab0ada97b2 by Benjamin Peterson in branch 'default': merge 3.3 (#11448) http://hg.python.org/cpy

[issue18747] Re-seed OpenSSL's PRNG after fork

2014-03-16 Thread Jeffrey Walton
Jeffrey Walton added the comment: > It probably is an OpenSSL bug but the declaration doesn't help us. > It's not the first time Python has to work around OpenSSL, e.g. #18709. Sorry to dig up an old issue. But here's some reading on it if interested. Ben Laurire pushed a patch to mix in PID an

[issue20945] why save the item to be replaced as olditem in PyTuple_SetItem? It's not useful at all.

2014-03-16 Thread Benjamin Peterson
Changes by Benjamin Peterson : -- resolution: -> invalid status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue20941] pytime.c:184 and pytime.c:218: runtime error, outside the range of representable values of type 'long'

2014-03-16 Thread STINNER Victor
STINNER Victor added the comment: Hi, > pytime.c:184: runtime error: value -1e+200 is outside the range of > representable values of type 'long' How did you get this warning? > Shouldn't a range test based on TIME_T_MAX with an epsilon occur first? Two lines after, the integer overflow is ch

[issue20950] asyncio.docs : asyncio.subprocess.Process.wait() method typo

2014-03-16 Thread STINNER Victor
STINNER Victor added the comment: Thanks, it has been fixed (in 12 minutes ;-)). I also mentionned that communicate() and wait() are coroutines. -- nosy: +haypo resolution: -> fixed status: open -> closed ___ Python tracker

[issue20950] asyncio.docs : asyncio.subprocess.Process.wait() method typo

2014-03-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1009cf8cb304 by Victor Stinner in branch 'default': Issue #20950: Fix typo asyncio doc, wait() has no self parameter http://hg.python.org/cpython/rev/1009cf8cb304 -- nosy: +python-dev ___ Python tracker

[issue19840] The is no way to tell shutil.move to ignore metadata

2014-03-16 Thread Claudiu.Popa
Changes by Claudiu.Popa : Added file: http://bugs.python.org/file34447/issue19840.patch ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue20950] asyncio.docs : asyncio.subprocess.Process.wait() method typo

2014-03-16 Thread Alexandre JABORSKA
New submission from Alexandre JABORSKA: The asyncio.subprocess.Process.wait() documentation mention "self" parameter (typo ?) and don't tell it's a coroutine. -- assignee: docs@python components: Documentation messages: 213753 nosy: ajaborsk, docs@python priority: normal severity: norma

[issue20887] stdlib compatibility with pypy, test_zipfile.py

2014-03-16 Thread mattip
mattip added the comment: The test_zipfile in Python 3 is very different from this one, so I would prefer that it be two seperate issues. After your review of the patch, are there remaining issues that need to be cleared up? -- ___ Python tracker

[issue20949] Missing platform security integrations

2014-03-16 Thread Jeffrey Walton
Jeffrey Walton added the comment: > $ checksec.sh --file ./python > RELRO STACK CANARY NXPIE RPATH > RUNPATH FILE > Full RELRO Canary found NX enabledPIE enabled No RPATH No > RUNPATH ./python Here's what a standard Python

[issue17383] Possibly ambiguous phrasing in tutorial/modules#more-on-modules

2014-03-16 Thread Nitika Agarwal
Nitika Agarwal added the comment: Hello everyone, I have tried creating a patch for the issue, Please review the attached patch. -- keywords: +patch Added file: http://bugs.python.org/file34446/issue17383.patch ___ Python tracker

[issue15582] Enhance inspect.getdoc to follow inheritance chains

2014-03-16 Thread Claudiu.Popa
Changes by Claudiu.Popa : Added file: http://bugs.python.org/file34445/issue15582.patch ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue20949] Missing platform security integrations

2014-03-16 Thread Jeffrey Walton
New submission from Jeffrey Walton: $ hg id 3736bf94535c+ tip A standard Python build does not take a proactive approach to integrating with platform security measures. Attepting to add the measures results in a failed build. For example: export CC=/usr/bin/gcc export CXX=/usr/bin/g++ export

[issue1738] Add match parameter to filecmp.dircmp to ignore using patterns

2014-03-16 Thread Nikolaus Rath
Changes by Nikolaus Rath : -- title: Add match parameter to filecmp.dircmp to ignore name patterns -> Add match parameter to filecmp.dircmp to ignore using patterns ___ Python tracker __

[issue1738] Add match parameter to filecmp.dircmp to ignore name patterns

2014-03-16 Thread Nikolaus Rath
Changes by Nikolaus Rath : -- title: filecmp.dircmp does exact match only -> Add match parameter to filecmp.dircmp to ignore name patterns versions: +Python 3.5 -Python 3.2 ___ Python tracker __

  1   2   >