[issue15800] Closing of sys.std* files in gzip test.

2012-08-29 Thread Antoine Pitrou
Antoine Pitrou added the comment: A simple fix indeed, thank you. -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker ___ ___

[issue15781] test_threaded_import fails with -j4

2012-08-29 Thread Antoine Pitrou
Antoine Pitrou added the comment: Looks fixed! -- resolution: -> fixed stage: commit review -> committed/rejected status: open -> closed ___ Python tracker ___ _

[issue15817] Misc/gdbinit: Expose command documentation to gdb help

2012-08-29 Thread Alexander Belopolsky
New submission from Alexander Belopolsky: Currently "help user-defined" lists commands defined in Misc/gdbinit without explanations (gdb) help user-defined User-defined commands. The commands in this class are those defined by the user. Use the "define" command to define a command. List of co

[issue15814] memoryview: equality-hash invariant

2012-08-29 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : -- nosy: +belopolsky ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://m

[issue15805] Add stdout redirection tool to contextlib

2012-08-29 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : -- nosy: +belopolsky ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://m

[issue15814] memoryview: equality-hash invariant

2012-08-29 Thread Nick Coghlan
Nick Coghlan added the comment: My perspective is that hashing a memoryview only makes sense when the memoryview is read-only and "m == m.tobytes()" (i.e. it's a C contiguous 1D view of bytes, either because that's what the original object exported as a buffer or because the view has been cast

[issue15808] Possibility of setting custom key bindings for "Additional help sources" menu items

2012-08-29 Thread Ned Deily
Ned Deily added the comment: Here's a patch to update the doc paths to include current ones for Debian/Ubuntu and Fedora. The patch will have to be tweaked a bit for 3.2/2.7 to change sys.base_prefix to sys.prefix. -- keywords: +patch stage: needs patch -> patch review Added file: htt

[issue15808] Possibility of setting custom key bindings for "Additional help sources" menu items

2012-08-29 Thread Ned Deily
Changes by Ned Deily : Removed file: http://bugs.python.org/file27051/issue15808_idle_doc_paths.patch ___ Python tracker ___ ___ Python-bugs-l

[issue15808] Possibility of setting custom key bindings for "Additional help sources" menu items

2012-08-29 Thread Ned Deily
Changes by Ned Deily : Added file: http://bugs.python.org/file27052/issue15808_idle_doc_paths.patch ___ Python tracker ___ ___ Python-bugs-lis

[issue13405] Add DTrace probes

2012-08-29 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: OpenIndiana custom buildbots, 32 and 64 bits, SUCCESFULL: 2.7 branch: 32 bits: http://buildbot.python.org/all/builders/x86%20OpenIndiana%20custom/builds/6 64 bits: http://buildbot.python.org/all/builders/AMD64%20OpenIndiana%20custom/builds/8 3.3 branch: 32

[issue15818] multiprocessing documentation of Process.exitcode

2012-08-29 Thread Josh Kupershmidt
New submission from Josh Kupershmidt: [I tried to send this as an email to d...@python.org yesterday, but it seems to have gotten eaten, as I don't see the message in the archives.] Hi all, The documentation for the multiprocessing module claims: | Note that the start(), join(), is_alive() an

[issue15765] test_getcwd_long_pathnames (in test_posix) kills NetBSD

2012-08-29 Thread Trent Nelson
Changes by Trent Nelson : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue15798] subprocess.Popen() fails if 0, 1 or 2 descriptor is closed

2012-08-29 Thread Ross Lagerwall
Ross Lagerwall added the comment: I sent a review through on rietveld; I'm attaching a patch with the changes so that it compiles and passes the tests. -- Added file: http://bugs.python.org/file27053/issue15798_v2.patch ___ Python tracker

[issue15819] Unable to build Python out-of-tree when source tree is readonly.

2012-08-29 Thread Trent Nelson
New submission from Trent Nelson: This is somewhat related to Issue #9860. You can't currently build Python out-of-tree when the source directory is readonly. This is because there are a few Parser/pgen/AST/python_asdl.py steps that try and write to $(srcdir). The attached patch fixes this.

[issue15819] Unable to build Python out-of-tree when source tree is readonly.

2012-08-29 Thread Trent Nelson
Changes by Trent Nelson : -- stage: needs patch -> patch review ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

<    1   2