[issue12287] ossaudiodev: stack corruption with FD = FD_SETSIZE

2011-06-10 Thread Charles-François Natali
Changes by Charles-François Natali neolo...@free.fr: Removed file: http://bugs.python.org/file22325/oss_check_closed.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12287 ___

[issue12313] make install misses packaging module

2011-06-10 Thread Ned Deily
Ned Deily n...@acm.org added the comment: Listing all those directories to the Makefile does seem very brittle and will certainly be a maintenance hassle. OTOH, there is something to be said for being explicit about what gets installed. I suppose you could add the find step to ./configure

[issue12316] test_signal: test_sigwait_thread failure on FreeBSD 6.4 buildbot

2011-06-10 Thread STINNER Victor
STINNER Victor victor.stin...@haypocalc.com added the comment: In a multi-threaded program, we're only allowed to call async-safe functions between fork() and exec() in the child process Oh, I don't know that. The test should be modified to create a new clean Python process using subprocess

[issue11898] Sending binary data with a POST request in httplib can cause Unicode exceptions

2011-06-10 Thread Terry J. Reedy
Terry J. Reedy tjre...@udel.edu added the comment: should *not* be reopened. Sorry for omission of 'not'. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11898 ___

[issue12188] PEP 7 (or guide) add C style policies and explanation

2011-06-10 Thread Terry J. Reedy
Terry J. Reedy tjre...@udel.edu added the comment: We have a second item for the PEP (or Guide) section (but I think I prefer in the PEP so as to have one place to look for such things.). So I changed the title a bit. On 6/10/2011 3:49 PM, Guido van Rossum wrote: On Wed, Jun 8, 2011 at 8:12

[issue12260] Make install default to user site-packages

2011-06-10 Thread Terry J. Reedy
Terry J. Reedy tjre...@udel.edu added the comment: In my Winxp machine, I can add and delete directories in python32/Lib/site-packages (all-users installation) from my user account. That is what I expect and want the default to be, not the Terry/whatever that I have never used (or the

[issue12261] urllib.parse docs still refer to urlparse

2011-06-10 Thread Terry J. Reedy
Terry J. Reedy tjre...@udel.edu added the comment: I believe this is ready to apply. -- nosy: +terry.reedy stage: - commit review versions: +Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12261

[issue12272] Python 2.7.1 version conflict for package Tcl on Windows 7

2011-06-10 Thread Terry J. Reedy
Terry J. Reedy tjre...@udel.edu added the comment: Martin, any ideas? Jack, I would wipe out the tcl directory and rerun the 2.7.1 installer, selecting just the tk/tcl/idle option. I have trouble believe that every 2.7.1 install on win7 is bad. -- nosy: +loewis, terry.reedy

[issue12276] 3.x ignores sys.tracebacklimit=0

2011-06-10 Thread Terry J. Reedy
Terry J. Reedy tjre...@udel.edu added the comment: Either code or doc must change (with 'version changed' note). Doc: The default is 1000. When set to 0 or less, all traceback information is suppressed and only the exception type and value are printed. Christian's patch: values = 0 are

[issue12299] Stop documenting functions added by site as builtins

2011-06-10 Thread Terry J. Reedy
Terry J. Reedy tjre...@udel.edu added the comment: In the 3.2.0 doc, quit and exit (which are unnecessary and nearly useless) are already in the site-variables section (where I think they should be), not in builtin funcs. Did someone move them since? If so, you should discuss rather than just

[issue12300] Document pydoc.help

2011-06-10 Thread Terry J. Reedy
Terry J. Reedy tjre...@udel.edu added the comment: There is already a link to the main entry, which is where I think it should be. -- nosy: +terry.reedy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12300

[issue828450] sdist generates bad MANIFEST on Windows

2011-06-10 Thread higery
Changes by higery shoulderhig...@gmail.com: Removed file: http://bugs.python.org/file21725/test_manifest_reading_sdist.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue828450 ___

[issue828450] sdist generates bad MANIFEST on Windows

2011-06-10 Thread higery
Changes by higery shoulderhig...@gmail.com: Removed file: http://bugs.python.org/file21764/test_manifest_reading_sdist_v2.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue828450 ___

[issue12301] Use :data:`sys.thing` instead of ``sys.thing`` throughout

2011-06-10 Thread Terry J. Reedy
Terry J. Reedy tjre...@udel.edu added the comment: Links are good ;-). -- nosy: +terry.reedy stage: - needs patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12301 ___

[issue828450] sdist generates bad MANIFEST on Windows

2011-06-10 Thread higery
higery shoulderhig...@gmail.com added the comment: I just recreated this patch against version 2.7, so I'm not sure it can be applied to all the listed versions. Note: there still are two pathes, one for sdist.py and another for test_sdist.py -- Added file:

<    1   2   3