[issue1621] Do not assume signed integer overflow behavior

2011-06-01 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: -- versions: -Python 2.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1621 ___ ___ Python-bugs-list

[issue1669349] make install fails if no previous Python installation

2011-06-01 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: -- versions: -Python 2.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1669349 ___ ___

[issue3265] Python-2.5.2/Modules/_ctypes/malloc_closure.c:70: error: `MAP_ANONYMOUS' undeclared

2011-06-01 Thread Terry J. Reedy
Terry J. Reedy tjre...@udel.edu added the comment: 2.5 is done with and no response to question about more recent versions. -- resolution: - out of date status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3265

[issue9678] uuid._ifconfig_getnode can't work on NetBSD

2011-06-01 Thread Terry J. Reedy
Terry J. Reedy tjre...@udel.edu added the comment: 2.5 is closed and 2.6 and 3.1 are or soon will be security fix only. I do not know if any developer works with NetBSD. -- nosy: +terry.reedy versions: +Python 3.2 -Python 2.5, Python 2.6, Python 3.1

[issue9812] cPickle segfault with nested dicts in threaded env

2011-06-01 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: -- resolution: - out of date status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9812 ___

[issue9699] invalid call of Windows API _popen() generating The input line is too long error message

2011-06-01 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: -- versions: -Python 2.5, Python 2.6, Python 3.1 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9699 ___

[issue9972] PyGILState_XXX missing in Python builds without threads

2011-06-01 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: -- versions: -Python 2.5, Python 2.6, Python 3.1 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9972 ___

[issue8678] crashers in rgbimg

2011-06-01 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: -- resolution: - out of date status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8678 ___

[issue10376] ZipFile unzip is unbuffered

2011-06-01 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: -- versions: +Python 3.2, Python 3.3 -Python 2.5, Python 2.6, Python 3.1 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10376 ___

[issue2901] error: can't allocate region from mmap() when receiving big chunk of data

2011-06-01 Thread Terry J. Reedy
Terry J. Reedy tjre...@udel.edu added the comment: Never verified for current release. 2.5 closed. -- resolution: - out of date status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2901

[issue10878] asyncore does not react properly on close()

2011-06-01 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: -- versions: -Python 2.5, Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10878 ___ ___

[issue11374] pkgutil.extend_path do not recognize py{c,o} file

2011-06-01 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: -- versions: -Python 2.5, Python 2.6, Python 3.1 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11374 ___

[issue11357] Add support for PEP 381 -- Mirror Authenticity

2011-06-01 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: -- versions: -Python 2.5, Python 2.6, Python 2.7, Python 3.1, Python 3.2, Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11357 ___

[issue11409] pysetup --search should return non-zero when a dist is not installed and print a message stating the fact.

2011-06-01 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: -- versions: -Python 2.5, Python 2.6, Python 3.1 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11409 ___

[issue11449] tarfile tries to file_.tell() even when creating a new archive

2011-06-01 Thread Terry J. Reedy
Terry J. Reedy tjre...@udel.edu added the comment: 2.5 is closed; 2.6 security fix only, 3.1 soon will be -- nosy: +terry.reedy versions: -Python 2.5, Python 2.6, Python 3.1 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11449

[issue11453] asyncore.file_wrapper should implement __del__ and call close there to prevent resource leaks and behave like socket.socket does.

2011-06-01 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: -- versions: -Python 2.5, Python 2.6, Python 3.1 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11453 ___

[issue11439] subversion keyword breakage

2011-06-01 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: -- versions: -Python 2.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11439 ___ ___ Python-bugs-list

[issue11419] Python-ast.[ch] out-of-date w.r.t. sources in fresh 2.5 checkout

2011-06-01 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: -- status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11419 ___ ___ Python-bugs-list

[issue11671] Security hole in wsgiref.headers.Headers

2011-06-01 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: -- versions: -Python 2.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11671 ___ ___ Python-bugs-list

[issue11728] mbox parser incorrect behaviour

2011-06-01 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: -- stage: - test needed type: - behavior versions: -Python 2.5, Python 2.6, Python 3.1 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11728 ___

[issue11767] Maildir iterator leaks file descriptors by default

2011-06-01 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: -- versions: -Python 2.5, Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11767 ___ ___

[issue11792] asyncore module print to stdout

2011-06-01 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: -- versions: -Python 2.5, Python 3.1 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11792 ___ ___

[issue9667] NetBSD curses KEY_* constants

2011-06-01 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: -- versions: -Python 2.5, Python 2.6, Python 3.1 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9667 ___

[issue11934] build with --prefix=/dev/null and zlib enabled in Modules/Setup failed

2011-06-01 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: -- versions: -Python 2.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11934 ___ ___ Python-bugs-list

[issue12230] test_subprocess.test_pass_fds() failed on x86 Tiger 3.x

2011-06-01 Thread STINNER Victor
STINNER Victor victor.stin...@haypocalc.com added the comment: I ran the test more than 1000 times on Linux (using -m test -F test_io, and manually patched test_io to only run this test, see also #12231 !!!) without being able to reproduce the failure. So it may be specific to Mac OS X Tiger.

[issue12230] test_subprocess.test_pass_fds() failed on x86 Tiger 3.x

2011-06-01 Thread STINNER Victor
STINNER Victor victor.stin...@haypocalc.com added the comment: Could this be related to http://bugs.python.org/issue6559#msg123958? Or Issue10826? These failures were specific to Solaris/OpenIndiana: they were door files. Extract of fd_status.py: 1.34 +# Ignore Solaris door

[issue12226] use secured channel for uploading packages to pypi

2011-06-01 Thread Stefan Krah
Stefan Krah stefan-use...@bytereef.org added the comment: Distutils doesn't validate PyPI server certificate, so this change doesn't prevent from MITM attacks, but at least it makes package submissions over wireless channels and public networks safer. Is that so? It's been a while, but I

[issue12230] test_subprocess.test_pass_fds() failed on x86 Tiger 3.x

2011-06-01 Thread Ross Lagerwall
Ross Lagerwall rosslagerw...@gmail.com added the comment: These failures were specific to Solaris/OpenIndiana: they were door files Yeah, I saw that but thought maybe the reason was similar, some library function in the child process was opening a file and not closing it properly. using -m

[issue12225] current tip doesn't build without mercurial installed

2011-06-01 Thread Ralf Schmitt
Ralf Schmitt sch...@gmail.com added the comment: Roumen Petrov rep...@bugs.python.org writes: Roumen Petrov bugtr...@roumenpetrov.info added the comment: Check for python executable is not complete . What about if system has only version 3+ installed ? The shebang in Parser/asdl_c.py reads

[issue12230] test_subprocess.test_pass_fds() failed on x86 Tiger 3.x

2011-06-01 Thread STINNER Victor
STINNER Victor victor.stin...@haypocalc.com added the comment: The leaking file descriptor is a the read end of a pipe created in the test (the test creates 5 pipes, 10 file descriptors). On creation (in the parent process), this file descriptor has the mode : st_mode=4528. In the child

[issue12226] use secured channel for uploading packages to pypi

2011-06-01 Thread Barry A. Warsaw
Barry A. Warsaw ba...@python.org added the comment: Given that 2.6.7 is rc2 with a final release scheduled in 2 days, I don't want to apply this to 2.6 right now. Can you guarantee this won't regress for anybody? If so, then I'm also +0 for 2.6 after the 2.6.7 release. --

[issue12231] regrtest: add -k and -K options to filter tests by function/file names

2011-06-01 Thread Ezio Melotti
Ezio Melotti ezio.melo...@gmail.com added the comment: IMHO it would be better to tweak regrtest so that it understand test_file.TestClass.test_method, possibly supporting wildcards. E.g.: - ./python -m test test_subprocess.POSIXProcessTestCase - ./python -m test

[issue12230] test_subprocess.test_pass_fds() failed on x86 Tiger 3.x

2011-06-01 Thread Roundup Robot
Roundup Robot devnull@devnull added the comment: New changeset 22457ac2c2df by Victor Stinner in branch '3.2': Close #12230: Mac OS X Tiger (10.4) has a kernel bug: sometimes, the file http://hg.python.org/cpython/rev/22457ac2c2df New changeset 566c42b0e750 by Victor Stinner in branch

[issue12196] add pipe2() to the os module

2011-06-01 Thread STINNER Victor
STINNER Victor victor.stin...@haypocalc.com added the comment: support_linux_version.diff: cool, it's even better than the previous patch. You can commit it, except if you are motived for a last change: display the write also version in the SkipTest message (as it is done actually). I just

Re: [issue12225] current tip doesn't build without mercurial installed

2011-06-01 Thread Ned Deily
In article e1qrx9p-0004nn...@dinsdale.python.org, Roundup Robot rep...@bugs.python.org wrote: Roundup Robot devnull@devnull added the comment: New changeset 435eec7b41f0 by Ralf Schmitt in branch 'default': disable ASDLGEN if hg won't work, or if python is not installed.

[issue12234] unittest2 could enable regex debugging for more information

2011-06-01 Thread Domen Kožar
New submission from Domen Kožar ielect...@gmail.com: When using self.assertRegexpMatches, it would be useful to see where did the matching stop. Maybe using re module debugging flag? -- components: Library (Lib) messages: 137432 nosy: iElectric priority: normal severity: normal status:

[issue12231] regrtest: add -k and -K options to filter tests by function/file names

2011-06-01 Thread R. David Murray
R. David Murray rdmur...@bitdance.com added the comment: +1 to what Ezio said, though I'd rather have this than not have the functionality at all :) -- nosy: +r.david.murray ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12231

[issue11449] tarfile tries to file_.tell() even when creating a new archive

2011-06-01 Thread Dan Stromberg
Dan Stromberg strom...@gmail.com added the comment: Yes, I just needed to use 'w|' instead of 'w'. Thanks! -- resolution: - works for me status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11449

[issue12226] use secured channel for uploading packages to pypi

2011-06-01 Thread anatoly techtonik
anatoly techtonik techto...@gmail.com added the comment: On Wed, Jun 1, 2011 at 10:30 AM, Stefan Krah rep...@bugs.python.org wrote: Distutils doesn't validate PyPI server certificate, so this change doesn't prevent from MITM attacks, but at least it makes package submissions over wireless

[issue12226] use secured channel for uploading packages to pypi

2011-06-01 Thread anatoly techtonik
anatoly techtonik techto...@gmail.com added the comment: On Wed, Jun 1, 2011 at 2:06 PM, Barry A. Warsaw rep...@bugs.python.org wrote: Barry A. Warsaw ba...@python.org added the comment: Given that 2.6.7 is rc2 with a final release scheduled in 2 days, I don't want to apply this to 2.6

[issue12226] use secured channel for uploading packages to pypi

2011-06-01 Thread Fred L. Drake, Jr.
Fred L. Drake, Jr. fdr...@acm.org added the comment: On Wed, Jun 1, 2011 at 11:14 AM, anatoly techtonik techto...@gmail.com wrote: Adding catalog-sig to CC. I can guarantee this for Windows. I'll be near Linux box tomorrow and will try upload to PyPI from there. It still will be more

[issue12226] use secured channel for uploading packages to pypi

2011-06-01 Thread Tarek Ziadé
Tarek Ziadé ziade.ta...@gmail.com added the comment: On Wed, Jun 1, 2011 at 5:17 PM, Fred Drake fdr...@acm.org wrote: On Wed, Jun 1, 2011 at 11:14 AM, anatoly techtonik techto...@gmail.com wrote: Adding catalog-sig to CC. I can guarantee this for Windows. I'll be near Linux box tomorrow and

[issue12235] subprocess.check_output throws wrong exception if non executable

2011-06-01 Thread Cal Leeming
New submission from Cal Leeming cal.leem...@simplicitymedialtd.co.uk: If you attempt to call subprocess.check_output() on a file which is not executable, it gives a file not found exception, rather than file not executable. Took me about 3 hours to figure out why it kept saying the file

[issue12235] subprocess.check_output throws wrong exception if non executable

2011-06-01 Thread Cal Leeming
Cal Leeming cal.leem...@simplicitymedialtd.co.uk added the comment: Oh also, here is the version: simplicitymedialtd@sws01.internal [~/webapps/cdn06.prod/src/webapp/cmd] python Python 2.7 Stackless 3.1b3 060516 (release27-maint, Aug 29 2010, 15:44:48) [GCC 4.3.2] on linux2 Type help,

[issue12226] use secured channel for uploading packages to pypi

2011-06-01 Thread Jakub Wilk
Changes by Jakub Wilk jw...@jwilk.net: -- nosy: +jwilk ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12226 ___ ___ Python-bugs-list mailing list

[issue12235] subprocess.check_output throws wrong exception if non executable

2011-06-01 Thread Charles-François Natali
Charles-François Natali neolo...@free.fr added the comment: Python is not raising this error, your OS is. It doesn't find the interpreter, and if you look carefully, it's clear why: bash: ***/src/webapp/tools/grab.sh: /bin/sh^M: bad interpreter: No such file or directory See the ^M after

[issue12235] subprocess.check_output throws wrong exception if non executable

2011-06-01 Thread Cal Leeming
Cal Leeming cal.leem...@simplicitymedialtd.co.uk added the comment: Yeah, I resolved the issue already. This bug report is focused primarily on the (somewhat misleading) exception message given back. I think it should at least include bad interpreter, otherwise it is a tad misleading. Cal

[issue12235] subprocess loses stderr information when _execute_child fails

2011-06-01 Thread R. David Murray
R. David Murray rdmur...@bitdance.com added the comment: Subprocess is throwing the correct exception, what it isn't doing is preserving stderr. The stderr output in question is not coming from the *subprocess* (the process hasn't been created yet). It would be nice if that stderr output

[issue11975] Fix referencing of built-in types (list, int, ...)

2011-06-01 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Jonas, I owe you an apology: when I abruptly asked “Could you make an effort to accept” etc., I had misread your message and thought you were asking to change the roles, but you were speaking of directives, so my comment was out of line.

[issue12235] subprocess loses stderr information when _execute_child fails

2011-06-01 Thread Charles-François Natali
Charles-François Natali neolo...@free.fr added the comment: I think it should at least include bad interpreter, otherwise it is a tad misleading. It just forwards the error raised by the exec system call: $ cat foo.sh #! /bin/foo $ strace ./foo.sh execve(./foo.sh, [./foo.sh], [/* 38 vars

[issue11975] Fix referencing of built-in types (list, int, ...)

2011-06-01 Thread Ezio Melotti
Ezio Melotti ezio.melo...@gmail.com added the comment: FWIW using the class directive also adds a 'class' before the name, and I -1 about having int()/float()/etc. prepended by 'class' in the functions.rst page. What happens if we leave .. function:: there and use .. class:: in another page

[issue11975] Fix referencing of built-in types (list, int, ...)

2011-06-01 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Agreed. I experimented with tuple and tuple.count and it turns out that it’s not easily solved: the count method is documented in the table describing all sequences methods, which should not be duplicated IMO; I tried adding a .. method::

[issue12200] bdist_wininst install_script not run on uninstall

2011-06-01 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: I cannot review the patch (I don’t know C), but I will trust you. Could you add a test to prevent regressions? -- versions: -Python 3.4 ___ Python tracker rep...@bugs.python.org

[issue11416] netrc module does not handle multiple entries for a single host

2011-06-01 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Looks good, thanks. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11416 ___ ___

[issue12235] subprocess throws wrong exception if script can't be executed

2011-06-01 Thread R. David Murray
R. David Murray rdmur...@bitdance.com added the comment: Ah, I see. Agreed with the closing, then. Cal: one way to debug this kind of thing is to try the same command with shell=True. Then the shell will generate its special error message. Changing the title back to something that might be

[issue12235] subprocess throws wrong exception if script can't be executed

2011-06-01 Thread Cal Leeming
Cal Leeming cal.leem...@simplicitymedialtd.co.uk added the comment: Ah okay, shell=True is a good work around then :) Thanks! Cal -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12235 ___

[issue12170] Bytes.index() and bytes.count() should accept byte ints

2011-06-01 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- nosy: +eric.araujo ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12170 ___ ___ Python-bugs-list

[issue12191] Add shutil.chown to allow to use user and group name (and not only uid/gid)

2011-06-01 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: I was just asking given the unusual situation 2.7 is (i.e. a very long support series) Support means bug fixes. Long-term means that the bugfix period (before going into security mode) is extended, not that it can get new features: that’s

[issue11374] pkgutil.extend_path do not recognize py{c,o} file

2011-06-01 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Hi, thanks for the report and patch. I think the code should not find byte-compiled files if sys.dont_write_bytecode is true, and it should not find pyo files when sys.flags.optimize has a certain value (I don’t remember if it’s 1 or 2). It

[issue12196] add pipe2() to the os module

2011-06-01 Thread Roundup Robot
Roundup Robot devnull@devnull added the comment: New changeset 4124d1f75b93 by Charles-François Natali in branch 'default': Issue #12196: Add a note on os.pipe2() in the Whats' new in Python 3.3 http://hg.python.org/cpython/rev/4124d1f75b93 -- ___

[issue12236] Tkinter __version__ uses subversion substitution

2011-06-01 Thread Julian Taylor
New submission from Julian Taylor jtaylor.deb...@googlemail.com: ./Lib/lib-tk/Tkinter.py:33 has this svn keyword substitution: __version__ = $Revision$ Due to the change to hg this field is not substituted and makes __version__ quite pointless. This affects the python 2.7.2rc1. --

[issue11934] build with --prefix=/dev/null and zlib enabled in Modules/Setup failed

2011-06-01 Thread R. David Murray
R. David Murray rdmur...@bitdance.com added the comment: Well, IIUC the Setup lines indicate where to find the system version of the libraries (otherwise the included zlib is used). So I'm not at all sure that there is a bug here. If you change Setup, you need to change it correctly for

[issue11453] asyncore.file_wrapper should implement __del__ and call close there to prevent resource leaks and behave like socket.socket does.

2011-06-01 Thread Aldona Majorek
Aldona Majorek amajo...@google.com added the comment: Adding __exit__ will not make asyncore.file_wrapper close file descriptor when garbage collected. Here is clone of socket.py solution for the same problem. def close(self): if self.fd: os.close(self.fd) self.fd = None #

[issue3014] file_dealloc() assumes errno is set when EOF is returned

2011-06-01 Thread Ralf Schmitt
Changes by Ralf Schmitt sch...@gmail.com: -- nosy: +schmir ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3014 ___ ___ Python-bugs-list mailing

[issue12084] os.stat() on windows doesn't consider relative symlink

2011-06-01 Thread Brian Curtin
Brian Curtin br...@python.org added the comment: I have this working when you stat the symlink from the directory it was created or above...but oddly it does not work when you open a symlink below the directory it exists in. DeviceIoControl isn't used for reparse tag handling anymore, and I'm

[issue5043] get_msvcr() returns None rather than []

2011-06-01 Thread Ralf Schmitt
Changes by Ralf Schmitt sch...@gmail.com: -- nosy: +schmir ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5043 ___ ___ Python-bugs-list mailing

[issue11975] Fix referencing of built-in types (list, int, ...)

2011-06-01 Thread Jonas H.
Jonas H. jo...@lophus.org added the comment: Jonas, I owe you an apology [...] Thanks Éric, I got a bit worried about getting on your nerves... Based on Ezio's idea: What happens if we have both a .. function:: foo and .. class:: foo -- where do :func:`foo` and :class:`foo` link to

[issue12236] Tkinter __version__ uses subversion substitution

2011-06-01 Thread Ned Deily
Changes by Ned Deily n...@acm.org: -- nosy: +benjamin.peterson, georg.brandl priority: normal - release blocker versions: +Python 3.1, Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12236

[issue11975] Fix referencing of built-in types (list, int, ...)

2011-06-01 Thread Ezio Melotti
Ezio Melotti ezio.melo...@gmail.com added the comment: I think the only way to find it out is to try it and see. In the worst case, sphinx will give an error while building the doc, if we are lucky it will just pick one of the two (or even better the one defined with the function directive

[issue12196] add pipe2() to the os module

2011-06-01 Thread Charles-François Natali
Charles-François Natali neolo...@free.fr added the comment: requires_linux_version() should also be a decorator. Patch attached. -- Added file: http://bugs.python.org/file22219/support_linux_version.diff ___ Python tracker rep...@bugs.python.org

[issue12196] add pipe2() to the os module

2011-06-01 Thread STINNER Victor
STINNER Victor victor.stin...@haypocalc.com added the comment: Your last support_linux_version.diff patch looks good. If you are motivated, this new function can also be added to test.support of Python 3.2 (test_socket.py has the original linux_version() function). --

[issue12200] bdist_wininst install_script not run on uninstall

2011-06-01 Thread Mark Hammond
Mark Hammond skippy.hamm...@gmail.com added the comment: Adding tests would be fairly painful - there is no test infrastructure in place for generating and running installers at all, and worse, the changes are likely to not work correctly when run from a Python build tree when the built DLL is

[issue11798] Test cases not garbage collected after run

2011-06-01 Thread Fabio Zadrozny
Fabio Zadrozny fab...@users.sourceforge.net added the comment: Sure, will try to get a patch for next week... -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11798 ___

[issue12181] SIGBUS error on OpenBSD (sparc64)

2011-06-01 Thread Federico Schwindt
Federico Schwindt federico.schwi...@gmail.com added the comment: Adding to this, the kqueue code (and test) heavily depends on the size of these members. kqueue_event_richcompare() uses a Py_intptr_t to store the result of substracting T_UINTs which is obviusly wrong on platforms where

[issue12236] Tkinter __version__ uses subversion substitution

2011-06-01 Thread Benjamin Peterson
Benjamin Peterson benja...@python.org added the comment: Yes, it's harmless, though. I've removed it for 3.3. -- priority: release blocker - normal resolution: - out of date status: open - closed ___ Python tracker rep...@bugs.python.org

[issue12200] bdist_wininst install_script not run on uninstall

2011-06-01 Thread Mark Hammond
Mark Hammond skippy.hamm...@gmail.com added the comment: (OTOH though, I could tweak the patch to work in a built tree - it would mean appending PCBuild to the dir and retrying the DLL load if the other options fail...) -- ___ Python tracker

[issue9858] Python and C implementations of io are out of sync

2011-06-01 Thread John O'Connor
Changes by John O'Connor tehj...@gmail.com: -- nosy: +jcon ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9858 ___ ___ Python-bugs-list mailing