[issue21015] support SSL_CTX_set_ecdh_auto on newer OpenSSLs

2014-03-21 Thread Donald Stufft
Donald Stufft added the comment: Ok, looks like everyone just uses prime256v1, so we should use that! -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21015 ___

[issue8297] AttributeError message text should include module name

2014-03-21 Thread Ethan Furman
Ethan Furman added the comment: ysj.ray: Your patch looks good. I had to make some changes since we're now at 3.5. Before I can use your code, though, you need to sign the CLA [1]. Thanks. [1] https://www.python.org/psf/contrib/contrib-form --

[issue1615] PyObject_GenericGetAttr suppresses AttributeErrors in descriptors

2014-03-21 Thread Ethan Furman
Changes by Ethan Furman et...@stoneleaf.us: -- stage: needs patch - test needed versions: +Python 3.5 -Python 3.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1615 ___

[issue21016] trace: $prefix and $exec_prefix improperly replaced on Fedora

2014-03-21 Thread Ben Boeckel
New submission from Ben Boeckel: In the --ignore-dir handling of trace.py, the following is done: s = s.replace($prefix, os.path.join(sys.base_prefix, lib, python + sys.version[:3])) s =

[issue15968] Incorporate Tcl/Tk/Tix into the Windows build process

2014-03-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset c2e2dc6c8769 by Zachary Ware in branch 'default': Issue #15968: Incorporated Tcl, Tk, and Tix builds into the Windows build http://hg.python.org/cpython/rev/c2e2dc6c8769 -- nosy: +python-dev ___ Python

[issue15968] Incorporate Tcl/Tk/Tix into the Windows build process

2014-03-21 Thread Zachary Ware
Zachary Ware added the comment: Committed. Instead of splitting out the Tix stuff, I just disabled building Tix in Debug configuration. I will open a new issue for enabling the Debug Tix build. Thank you Martin and Tim for the votes of confidence, and Jeremy for starting this off!

[issue21000] json.tool ought to have a help flag

2014-03-21 Thread Benjamin Peterson
Benjamin Peterson added the comment: Thanks a lot for the excellent patch! -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21000 ___ ___

[issue21017] Enable Debug Tix build on Windows

2014-03-21 Thread Zachary Ware
New submission from Zachary Ware: Here's a patch to be applied to svn.python.org/projects/external/tix-8.4.3.x to enable building Tix in Debug configuration. It also eliminates some superfluous warnings due to unrecognized command line options. Closely related to #15968. --

[issue21000] json.tool ought to have a help flag

2014-03-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset a2ad16e86e60 by Benjamin Peterson in branch 'default': improve the command-line interface of json.tool (closes #21000) http://hg.python.org/cpython/rev/a2ad16e86e60 -- nosy: +python-dev resolution: - fixed stage: patch review -

[issue21017] Enable Debug Tix build on Windows

2014-03-21 Thread Zachary Ware
Zachary Ware added the comment: Here's the patch to cpython that will be needed to enable the debug Tix build. -- keywords: +patch Added file: http://bugs.python.org/file34561/issue21017-cpython.diff ___ Python tracker rep...@bugs.python.org

[issue21018] [patch] added missing documentation about escaping characters for configparser

2014-03-21 Thread Arun Persaud
New submission from Arun Persaud: Couldn't find how to escape % and $ in the documentation, so I thought I add a short patch. -- assignee: docs@python components: Documentation files: mywork.patch keywords: patch messages: 214442 nosy: Arun.Persaud, docs@python priority: normal

[issue21017] Enable Debug Tix build on Windows

2014-03-21 Thread Benjamin Peterson
Benjamin Peterson added the comment: http://svn.python.org/view?view=revisionrevision=89016 -- nosy: +benjamin.peterson ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21017 ___

[issue21015] support SSL_CTX_set_ecdh_auto on newer OpenSSLs

2014-03-21 Thread Donald Stufft
Donald Stufft added the comment: I don't have a new enough OpenSSL to test against SSL_CTX_set_ecdh_auto and I don't really know C very well so I didn't want to do try to handle that. That being said, here is a patch that allows you to call SSLContext().set_ecdh_curve() without any argument,

[issue21018] [patch] added missing documentation about escaping characters for configparser

2014-03-21 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: -- nosy: +lukasz.langa ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21018 ___ ___

[issue20035] Suppress 'os.environ was modified' warning on Tcl/Tk tests

2014-03-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset c12cc78d59c1 by Zachary Ware in branch 'default': Issue #15968: Temporarily revert change to PCbuild/rt.bat http://hg.python.org/cpython/rev/c12cc78d59c1 -- nosy: +python-dev ___ Python tracker

[issue15968] Incorporate Tcl/Tk/Tix into the Windows build process

2014-03-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset c12cc78d59c1 by Zachary Ware in branch 'default': Issue #15968: Temporarily revert change to PCbuild/rt.bat http://hg.python.org/cpython/rev/c12cc78d59c1 -- ___ Python tracker rep...@bugs.python.org

<    1   2   3