[issue1500504] Alternate RFC 3986 compliant URI parsing module

2010-07-11 Thread Nick Coghlan
Nick Coghlan ncogh...@gmail.com added the comment: accepted is a little too strong for the current status of this :) I've removed the easy tag as well (making the case for this or something like it in the standard library it going to involve a fair bit of effort - the coding was actually the

[issue8988] import + coding = failure (3.1.2/win32)

2010-07-11 Thread gonegown
gonegown nomedo...@gmail.com added the comment: @Amaury: Just fine! It's either another bug in python or 3.1.1 specifics. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8988 ___

[issue4968] Clarify inspect.iscallable method docs

2010-07-11 Thread Georg Brandl
Georg Brandl ge...@python.org added the comment: No, I've just had no time to review the suggested changes. -- assignee: georg.brandl - d...@python nosy: +d...@python ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4968

[issue6640] urlparse should parse mailto: URL headers as query parameters

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- assignee: - orsenthil nosy: +orsenthil stage: - unit test needed versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker rep...@bugs.python.org

[issue6671] webbrowser.py doesn't respect xfce default browser

2010-07-11 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: This is a three line patch. -- assignee: - georg.brandl nosy: +BreamoreBoy, georg.brandl stage: - unit test needed versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker

[issue6682] Default traceback does not handle PEP302 loaded modules

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- stage: - needs patch versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6682 ___

[issue6709] It's possible to create TryExcept with no handlers

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- versions: -Python 2.5, Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6709 ___ ___

[issue6774] socket.shudown documentation: on some platforms, closing one half closes the other half

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- assignee: georg.brandl - d...@python nosy: +d...@python ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6774 ___

[issue6671] webbrowser.py doesn't respect xfce default browser

2010-07-11 Thread Georg Brandl
Georg Brandl ge...@python.org added the comment: I'm not so keen on the os.popen() -- is there no other way to find out if XFCE is running? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6671

[issue6785] IncompleteRead / BadStatus when parsing http://peakoil.mobi

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- components: +Library (Lib) versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6785

[issue6774] socket.shudown documentation: on some platforms, closing one half closes the other half

2010-07-11 Thread Georg Brandl
Georg Brandl ge...@python.org added the comment: Thanks, applied in r82798. -- resolution: - accepted status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6774 ___

[issue6807] No such file or directory: 'msisupport.dll' in msi.py

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- assignee: - larry nosy: +larry, loewis stage: - patch review versions: +Python 2.7, Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6807

[issue6835] doctest problem with decorated function when decorator is defined in separate file

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- stage: - needs patch versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6835 ___

[issue9164] 2.7 sysconfig should handle arch duplicates while building universal on OS X

2010-07-11 Thread Ronald Oussoren
Ronald Oussoren ronaldousso...@mac.com added the comment: Committed a fix in r82791 (2.7), r82797 (2.6), r82796 (3.2), r82800 (3.1) Tested by running configure and then patching the Makefile to include duplicate arch flags before running make. -- resolution: - accepted stage: -

[issue6853] system proxy not used for https (on windows)

2010-07-11 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: This is a one line patch. -- assignee: - orsenthil nosy: +BreamoreBoy, orsenthil stage: - patch review versions: +Python 2.7, Python 3.2 -Python 2.6 ___ Python tracker rep...@bugs.python.org

[issue9197] subprocess module causing crash

2010-07-11 Thread Ronald Oussoren
Ronald Oussoren ronaldousso...@mac.com added the comment: Unassigning, this is not mac-specific and I don't plan to work on this in the near future. -- assignee: ronaldoussoren - ___ Python tracker rep...@bugs.python.org

[issue6114] distutils build_ext path comparison only based on strings

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- versions: -Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6114 ___ ___

[issue9184] open() doc: default value for buffering is -1, not None

2010-07-11 Thread Georg Brandl
Georg Brandl ge...@python.org added the comment: Applied as r82801. -- nosy: +georg.brandl resolution: - accepted status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9184

[issue6867] return value of epoll.register

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- assignee: georg.brandl - d...@python nosy: +d...@python ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6867 ___

[issue6868] Check errno of epoll_ctrl

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- stage: - unit test needed versions: +Python 2.7, Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6868 ___

[issue6915] os.listdir inconsistenly releases the GIL on win32

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- components: +Library (Lib) -None stage: - patch review versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6915

[issue9184] open() doc: default value for buffering is -1, not None

2010-07-11 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- stage: - committed/rejected ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9184 ___ ___

[issue7935] Cross-reference ast.literal_eval() from eval() docs

2010-07-11 Thread Georg Brandl
Georg Brandl ge...@python.org added the comment: Added reference in r82805. Thanks! -- resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7935 ___

[issue6960] test_telnetlib gives spurious output

2010-07-11 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: Is this reproducible or can this be closed? -- nosy: +BreamoreBoy versions: +Python 2.7, Python 3.1 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6960

[issue6981] locale.getdefaultlocale() envvars default code and documentation mismatch

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- nosy: +lemburg, loewis versions: +Python 3.1, Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6981 ___

[issue4887] environment inspection and manipulation API is buggy, inconsistent with Python philosophy for wrapping native APIs

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- versions: +Python 2.7, Python 3.1, Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4887 ___

[issue7096] test_curses fails on 3.1 when run under regrtest

2010-07-11 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: Have any comments been made that could be referenced here? -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7096

[issue7101] tarfile: OSError with TarFile.add(..., recursive=True) about non-existing file

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7101 ___

[issue9223] distutils Command docs linking

2010-07-11 Thread anatoly techtonik
New submission from anatoly techtonik techto...@gmail.com: There are a couple of chapters about implementing a command in distutils docs that should be linked together. http://docs.python.org/distutils/extending.html#extending-distutils should link to

[issue9223] distutils Command docs linking

2010-07-11 Thread anatoly techtonik
Changes by anatoly techtonik techto...@gmail.com: -- components: +Documentation versions: +Python 2.7, Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9223 ___

[issue9223] distutils Command docs linking

2010-07-11 Thread anatoly techtonik
Changes by anatoly techtonik techto...@gmail.com: -- nosy: +d...@python ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9223 ___ ___

[issue7124] idle.py -n : help() doesn't work in a reopened shell window

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- assignee: - kbk nosy: +kbk stage: - needs patch versions: +Python 2.7 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7124 ___

[issue7200] multiprocessing deadlock on Mac OS X when queue collected before process terminates

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- assignee: - jnoller nosy: +jnoller stage: - needs patch versions: +Python 2.7, Python 3.1 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7200

[issue7219] Unhelpful error message when a distutils package install fails due to a permissions error

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- keywords: +easy -26backport versions: +Python 3.1 -Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7219 ___

[issue7221] DispatcherWithSendTests_UsePoll with test_asyncore does nothing

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- versions: -Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7221 ___ ___

[issue7238] frame.f_lineno doesn't get updated after local trace function assigned to it

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- stage: - needs patch versions: -Python 2.4, Python 2.5, Python 2.6, Python 3.0 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7238 ___

[issue7275] CoverageResult fails to merge input file with non-empty callers in trace.py (patch)

2010-07-11 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: The attached patch is effectively a one liner. -- nosy: +BreamoreBoy stage: - patch review versions: -Python 2.4, Python 2.5, Python 2.6, Python 3.0 ___ Python tracker rep...@bugs.python.org

[issue9184] open() doc: default value for buffering is -1, not None

2010-07-11 Thread Georg Brandl
Georg Brandl ge...@python.org added the comment: Éric, I appreciate your wanting to help, but I don't think setting the stage after the fact makes much sense, especially since it is going away anyway... -- ___ Python tracker rep...@bugs.python.org

[issue7895] Mac 10.6 mac_ver() crashes with USING_FORK_WITHOUT_EXEC_IS _NOT_SUPPORTED_BY_FILE_MANAGER

2010-07-11 Thread Ronald Oussoren
Ronald Oussoren ronaldousso...@mac.com added the comment: I've attached a patch for python 3.2 that uses plistlib to read the XML file. This should also work with python 2.7. I want to commit this in the near future, but don't have time right now to apply the patch to all 4 active branches

[issue7292] Multiprocessing Joinable race condition?

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- assignee: - jnoller components: +Library (Lib) -None nosy: +jnoller stage: - unit test needed versions: +Python 2.7, Python 3.2 ___ Python tracker rep...@bugs.python.org

[issue9223] distutils Command docs linking

2010-07-11 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Note for someone wanting to propose a patch: distutils is in the process of being improved and cleaned up as distutils2. Improving the documentation is part of the process. Adding cross-links in the existing docs is okay, but I’d recommend

[issue7304] email.message.Message.set_payload and as_string given charset 'us-ascii' plus 8bit data produces invalid message

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- nosy: +barry versions: -Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7304 ___

[issue8954] wininst regression: errors when building on linux

2010-07-11 Thread anatoly techtonik
anatoly techtonik techto...@gmail.com added the comment: The regression is two-fold: 1. platform name regression is caused by r62197 by Mark Hammond - Issue #2513: enable 64bit cross compilation on windows 2. when wininst stub selection started to depend on MSVC compiler version is yet to be

[issue9184] open() doc: default value for buffering is -1, not None

2010-07-11 Thread Ezio Melotti
Ezio Melotti ezio.melo...@gmail.com added the comment: I think it's still better to set it correctly. Even assuming that it will go away, if the stage is set correctly it will be easier to convert it to something else if necessary (e.g. if the stage is left on patch review it might be turned

[issue7159] Urllib2 authentication memory.

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7159 ___

[issue9218] pop multiple elements of a list at once

2010-07-11 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- nosy: +merwok ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9218 ___ ___ Python-bugs-list mailing

[issue7322] Socket timeout can cause file-like readline() method to lose data

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- stage: - needs patch versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7322 ___

[issue9223] distutils Command docs linking

2010-07-11 Thread Georg Brandl
Georg Brandl ge...@python.org added the comment: Thanks, should be fixed in r82806. -- nosy: +georg.brandl resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9223

[issue9184] open() doc: default value for buffering is -1, not None

2010-07-11 Thread Georg Brandl
Georg Brandl ge...@python.org added the comment: Well, of course I don't want to make you unhappy, but don't ever expect me to make such a useless change myself :) Especially when an issue is closed, nobody is going to look at it again except by accident. --

[issue9217] 2to3 crashes with some doctests

2010-07-11 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Could it be because of the escaped triple quotes? -- nosy: +merwok ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9217 ___

[issue7336] traceback module not properly printing exceptions on interpreter shutdown

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- assignee: - georg.brandl nosy: +georg.brandl versions: -Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7336 ___

[issue7340] Doc for sys.exc_info has warning that is no longer valid

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- assignee: georg.brandl - d...@python nosy: +d...@python ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7340 ___

[issue7365] grp and pwd should treat uid and gid as unsigned

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- components: +Library (Lib) -Extension Modules stage: - patch review versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker rep...@bugs.python.org

[issue7285] multiprocessing module, example code error

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- stage: - patch review versions: +Python 2.7, Python 3.1 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7285 ___

[issue7467] The zipfile module does not check files' CRCs, including in ZipFile.testzip

2010-07-11 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: Douglas could you please provide a patch. -- nosy: +BreamoreBoy stage: - needs patch versions: +Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker rep...@bugs.python.org

[issue7474] multiprocessing.managers.SyncManager managed object creation fails when started outside of invoked file

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- components: +Library (Lib) -Extension Modules versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7474

[issue7547] test_timeout should skip, not fail, when the remote host is not available

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- versions: -Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7547 ___ ___

[issue7616] test_memoryview test_setitem_writable failures with Intel ICC

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- components: +Tests -Library (Lib) nosy: +michael.foord versions: +Python 3.1, Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7616

[issue3902] distutils does not correctly create packages for compiled extensions

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- versions: +Python 3.2 -Python 2.6, Python 3.0 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3902 ___

[issue7645] test_distutils fails on Windows XP

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- versions: +Python 2.7, Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7645 ___ ___

[issue7656] test_hashlib fails on some installations (specifically Neal's regression test runner)

2010-07-11 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: As 2.7 has been released can this be closed? -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7656 ___

[issue7656] test_hashlib fails on some installations (specifically Neal's regression test runner)

2010-07-11 Thread Ezio Melotti
Ezio Melotti ezio.melo...@gmail.com added the comment: This doesn't look like a new feature, so if it's still a problem it shouldn't be closed. -- nosy: +ezio.melotti ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7656

[issue7674] select.select() corner cases: duplicate fds, out-of-range fds

2010-07-11 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: Chris, to me it's as clear as mud but please produce a doc patch anyway. :) -- assignee: georg.brandl - d...@python nosy: +BreamoreBoy, d...@python ___ Python tracker rep...@bugs.python.org

[issue7616] test_memoryview test_setitem_writable failures with Intel ICC

2010-07-11 Thread Stefan Krah
Stefan Krah stefan-use...@bytereef.org added the comment: Confirmed with release27-maint, icc 11.0. -- nosy: +skrah ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7616 ___

[issue7616] test_memoryview test_setitem_writable failures with Intel ICC

2010-07-11 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: Can you try with the following patch? -- keywords: +patch nosy: +pitrou Added file: http://bugs.python.org/file17942/memmove.patch ___ Python tracker rep...@bugs.python.org

[issue7340] Doc for sys.exc_info has warning that is no longer valid

2010-07-11 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- resolution: - accepted stage: - needs patch versions: -Python 3.0 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7340 ___

[issue7616] test_memoryview test_setitem_writable failures with Intel ICC

2010-07-11 Thread Michael Foord
Changes by Michael Foord mich...@voidspace.org.uk: -- nosy: -michael.foord ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7616 ___ ___

[issue9223] distutils Command docs linking

2010-07-11 Thread anatoly techtonik
anatoly techtonik techto...@gmail.com added the comment: Eric, think about people who will be porting old code from distutils. They need to understand the behavior of distutils even if you'd like to force them to rewrite the logic for distutils2 from scratch. --

[issue3214] Suggest change to glossary explanation: Duck Typing

2010-07-11 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Applied in r82790 by Georg, thanks! -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3214 ___ ___

[issue7674] select.select() corner cases: duplicate fds, out-of-range fds

2010-07-11 Thread Antoine Pitrou
Changes by Antoine Pitrou pit...@free.fr: -- assignee: d...@python - components: -Documentation nosy: +exarkun versions: +Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7674 ___

[issue7676] IDLE shell shouldn't use TABs

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- assignee: - kbk nosy: +kbk stage: - needs patch versions: +Python 2.7, Python 3.1, Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7676

[issue7687] Bluetooth support untested

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- versions: -Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7687 ___ ___

[issue7688] TypeError: __name__ must be set to a string object

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- versions: +Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7688 ___

[issue7616] test_memoryview test_setitem_writable failures with Intel ICC

2010-07-11 Thread Stefan Krah
Stefan Krah stefan-use...@bytereef.org added the comment: Antoine, the patch works well. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7616 ___

[issue5587] vars() no longer has a useful __repr__

2010-07-11 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: Note that 2.7 output is the same as for 2.6. -- nosy: +BreamoreBoy stage: unit test needed - needs patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5587

[issue7719] distutils: ignore .nfsXXXX files

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- versions: +Python 3.1, Python 3.2 -Python 2.5, Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7719 ___

[issue7738] IDLE hang when tooltip comes up in Linux

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- assignee: - kbk nosy: +kbk versions: -Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7738 ___

[issue7616] test_memoryview test_setitem_writable failures with Intel ICC

2010-07-11 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: Thank you. This was fixed in r82814 (py3k), r82815 (2.7), r82816 (3.1). -- resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7616

[issue7761] telnetlib Telnet.interact fails on Windows but not Linux

2010-07-11 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: This works fine with Python 2.7 on Windows. -- nosy: +BreamoreBoy versions: +Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7761

[issue7576] Avoid warnings in PyModuleDef_HEAD_INIT

2010-07-11 Thread Reid Kleckner
Reid Kleckner r...@mit.edu added the comment: This patch looks good to me, after digging through the relevant module code. I was confused though for a bit as to why PyModuleDef is a PyObject with a NULL type. It turns out that import.c wants to keep them in a dictionary, so it needs to be

[issue7096] test_curses fails on 3.1 when run under regrtest

2010-07-11 Thread Stefan Krah
Stefan Krah stefan-use...@bytereef.org added the comment: David, was this fixed in r75702 by any chance? Currently the test is just skipped in 3.1. -- nosy: +skrah ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7096

[issue7840] Lib/ctypes/test/test_pep3118.py should not shadow the memoryview() builtin

2010-07-11 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: This has been done in revision 79288. -- nosy: +BreamoreBoy resolution: - fixed stage: needs patch - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org

[issue7871] Duplicate test method in test_heapq

2010-07-11 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: Hardly a showstopper, but shouldn't this file have been patched before the release of Python 2.7? -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org

[issue6643] Throw away more radioactive locks that could be held across a fork in threading.py

2010-07-11 Thread Reid Kleckner
Changes by Reid Kleckner r...@mit.edu: -- title: joining a child that forks can deadlock in the forked child process - Throw away more radioactive locks that could be held across a fork in threading.py ___ Python tracker rep...@bugs.python.org

[issue7871] Duplicate test method in test_heapq

2010-07-11 Thread Ezio Melotti
Ezio Melotti ezio.melo...@gmail.com added the comment: If no one did, it will have to be done for 2.7.1. -- nosy: +ezio.melotti stage: - needs patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7871

[issue6270] Menu deletecommand fails if command is already deleted

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- assignee: - gpolo nosy: +gpolo versions: -Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6270 ___

[issue6668] locale.py: can't parse sr...@latin locale

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- components: +Library (Lib) -Unicode nosy: +lemburg, loewis stage: - unit test needed versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker rep...@bugs.python.org

[issue5950] Make zimport work with zipfile containing comments

2010-07-11 Thread Ryan Kelly
Changes by Ryan Kelly r...@rfk.id.au: -- nosy: +rfk ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5950 ___ ___ Python-bugs-list mailing list

[issue6807] No such file or directory: 'msisupport.dll' in msi.py

2010-07-11 Thread Larry Hastings
Larry Hastings la...@hastings.org added the comment: Why did you assign this to me? I don't know why my name is on this bug in the first place. Is it possible you were thinking of another Larry? -- ___ Python tracker rep...@bugs.python.org

[issue7965] Problem with urlparse in Windows XP after a drag and drop

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- assignee: - orsenthil nosy: +orsenthil versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7965

[issue8844] Condition.wait() doesn't raise KeyboardInterrupt

2010-07-11 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: The latest patch looks good to me. -- assignee: - pitrou resolution: - accepted stage: - commit review ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8844

[issue9224] Distutls fails with MSVC++ 2008on Windows Vista 64bit

2010-07-11 Thread ipatrol
New submission from ipatrol ipatrol6...@yahoo.com: Trying to compile any extension module fails with the following error: running install running build running build_ext building 'bsdiff' extension Traceback (most recent call last): File setup.py, line 56, in module ext_modules =

[issue7991] test_ntpath fails on Windows XP

2010-07-11 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: Works fine for me on Vista, can this be closed? -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7991 ___

[issue7991] test_ntpath fails on Windows XP

2010-07-11 Thread Ezio Melotti
Ezio Melotti ezio.melo...@gmail.com added the comment: Austin, can you provide more information about the operative system and the exact version of Python you are using? You could also try with a more recent 3.1.x version or if possible even with 3.2. -- nosy: +ezio.melotti

[issue6668] locale.py: can't parse sr...@latin locale

2010-07-11 Thread Brian Curtin
Changes by Brian Curtin cur...@acm.org: -- components: +Unicode ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6668 ___ ___ Python-bugs-list

[issue3758] make check suggest a testing target under GNU coding standards

2010-07-11 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- resolution: accepted - fixed stage: - committed/rejected ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3758 ___

[issue9224] Distutls fails with MSVC++ 2008on Windows Vista 64bit

2010-07-11 Thread Stefan Krah
Stefan Krah stefan-use...@bytereef.org added the comment: Duplicate of issue 7511. -- nosy: +skrah ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9224 ___

[issue7365] grp and pwd should treat uid and gid as unsigned

2010-07-11 Thread Brian Curtin
Changes by Brian Curtin cur...@acm.org: -- components: +Extension Modules -Library (Lib) ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7365 ___

[issue6807] No such file or directory: 'msisupport.dll' in msi.py

2010-07-11 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: I didn't realise that I had, sorry!!! -- assignee: larry - nosy: +BreamoreBoy -larry ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6807

[issue9224] Distutls fails with MSVC++ 2008on Windows Vista 64bit

2010-07-11 Thread Mark Dickinson
Changes by Mark Dickinson dicki...@gmail.com: -- resolution: - duplicate status: open - closed superseder: - msvc9compiler.py: ValueError: [u'path'] ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9224

  1   2   >