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

2010-07-11 Thread gonegown
gonegown added the comment: @Amaury: Just fine! It's either another bug in python or 3.1.1 specifics. -- ___ Python tracker ___ ___ Py

[issue4968] Clarify inspect.is method docs

2010-07-11 Thread Georg Brandl
Georg Brandl 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 ___

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

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence : -- assignee: -> orsenthil nosy: +orsenthil stage: -> unit test needed versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker ___

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

2010-07-11 Thread Mark Lawrence
Mark Lawrence 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 : -- stage: -> needs patch versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker ___ _

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

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: -Python 2.5, Python 2.6 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence : -- assignee: georg.brandl -> d...@python nosy: +d...@python ___ Python tracker ___ ___ Python-bugs-list mail

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

2010-07-11 Thread Georg Brandl
Georg Brandl 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 ___

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

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence : -- components: +Library (Lib) versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker ___ _

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

2010-07-11 Thread Georg Brandl
Georg Brandl added the comment: Thanks, applied in r82798. -- resolution: -> accepted status: open -> closed ___ Python tracker ___ _

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

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence : -- assignee: -> larry nosy: +larry, loewis stage: -> patch review versions: +Python 2.7, Python 3.2 ___ Python tracker ___ ___

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

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence : -- stage: -> needs patch versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker ___ _

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

2010-07-11 Thread Ronald Oussoren
Ronald Oussoren 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: -> committed/rejected status

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

2010-07-11 Thread Mark Lawrence
Mark Lawrence 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 _

[issue9197] subprocess module causing crash

2010-07-11 Thread Ronald Oussoren
Ronald Oussoren 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

[issue6114] distutils build_ext path comparison only based on strings

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: -Python 2.6 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

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

2010-07-11 Thread Georg Brandl
Georg Brandl added the comment: Applied as r82801. -- nosy: +georg.brandl resolution: -> accepted status: open -> closed ___ Python tracker ___ _

[issue6867] return value of epoll.register

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence : -- assignee: georg.brandl -> d...@python nosy: +d...@python ___ Python tracker ___ ___ Python-bugs-list mail

[issue6868] Check errno of epoll_ctrl

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence : -- stage: -> unit test needed versions: +Python 2.7, Python 3.2 ___ Python tracker ___ ___ Python-bugs-list

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

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence : -- components: +Library (Lib) -None stage: -> patch review versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker ___ ___

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

2010-07-11 Thread Éric Araujo
Changes by Éric Araujo : -- stage: -> committed/rejected ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http:/

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

2010-07-11 Thread Georg Brandl
Georg Brandl added the comment: Added reference in r82805. Thanks! -- resolution: -> fixed status: open -> closed ___ Python tracker ___

[issue6960] test_telnetlib gives spurious output

2010-07-11 Thread Mark Lawrence
Mark Lawrence added the comment: Is this reproducible or can this be closed? -- nosy: +BreamoreBoy versions: +Python 2.7, Python 3.1 ___ Python tracker ___ __

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

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: +lemburg, loewis versions: +Python 3.1, Python 3.2 ___ Python tracker ___ ___ Python-bugs-list mail

[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 : -- versions: +Python 2.7, Python 3.1, Python 3.2 ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue7096] test_curses fails on 3.1 when run under regrtest

2010-07-11 Thread Mark Lawrence
Mark Lawrence added the comment: Have any comments been made that could be referenced here? -- nosy: +BreamoreBoy ___ Python tracker ___ _

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

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker ___ ___ Python-bugs-list mai

[issue9223] distutils Command docs linking

2010-07-11 Thread anatoly techtonik
New submission from anatoly techtonik : 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 http://docs.python.org/distutils/apiref.html#distutils.cmd.Co

[issue9223] distutils Command docs linking

2010-07-11 Thread anatoly techtonik
Changes by anatoly techtonik : -- components: +Documentation versions: +Python 2.7, Python 3.2 ___ Python tracker ___ ___ Python-bugs-l

[issue9223] distutils Command docs linking

2010-07-11 Thread anatoly techtonik
Changes by anatoly techtonik : -- nosy: +d...@python ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

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

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence : -- assignee: -> kbk nosy: +kbk stage: -> needs patch versions: +Python 2.7 ___ Python tracker ___ ___ Pyth

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

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence : -- assignee: -> jnoller nosy: +jnoller stage: -> needs patch versions: +Python 2.7, Python 3.1 ___ Python tracker ___

[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 : -- keywords: +easy -26backport versions: +Python 3.1 -Python 2.6 ___ Python tracker ___ ___ Python-bugs-list

[issue7221] DispatcherWithSendTests_UsePoll with test_asyncore does nothing

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: -Python 2.6 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[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 : -- stage: -> needs patch versions: -Python 2.4, Python 2.5, Python 2.6, Python 3.0 ___ Python tracker ___

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

2010-07-11 Thread Mark Lawrence
Mark Lawrence 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 __

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

2010-07-11 Thread Georg Brandl
Georg Brandl 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 _

[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 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 and do testing. (The pa

[issue7292] Multiprocessing Joinable race condition?

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence : -- assignee: -> jnoller components: +Library (Lib) -None nosy: +jnoller stage: -> unit test needed versions: +Python 2.7, Python 3.2 ___ Python tracker __

[issue9223] distutils Command docs linking

2010-07-11 Thread Éric Araujo
Éric Araujo 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 against using too much

[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 : -- nosy: +barry versions: -Python 2.6 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue8954] wininst regression: errors when building on linux

2010-07-11 Thread anatoly techtonik
anatoly techtonik 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 investigated, but I

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

2010-07-11 Thread Ezio Melotti
Ezio Melotti 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 to "needs review" eve

[issue7159] Urllib2 authentication memory.

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker ___ ___ Python-bugs-list mai

[issue9218] pop multiple elements of a list at once

2010-07-11 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +merwok ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org

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

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence : -- stage: -> needs patch versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker ___ _

[issue9223] distutils Command docs linking

2010-07-11 Thread Georg Brandl
Georg Brandl added the comment: Thanks, should be fixed in r82806. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker ___

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

2010-07-11 Thread Georg Brandl
Georg Brandl 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. -- ___ P

[issue9217] 2to3 crashes with some doctests

2010-07-11 Thread Éric Araujo
Éric Araujo added the comment: Could it be because of the escaped triple quotes? -- nosy: +merwok ___ Python tracker ___ ___ Python-bu

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

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence : -- assignee: -> georg.brandl nosy: +georg.brandl versions: -Python 2.6 ___ Python tracker ___ ___ Python-b

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

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence : -- assignee: georg.brandl -> d...@python nosy: +d...@python ___ Python tracker ___ ___ Python-bugs-list mail

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

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence : -- components: +Library (Lib) -Extension Modules stage: -> patch review versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker __

[issue7285] multiprocessing module, example code error

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence : -- stage: -> patch review versions: +Python 2.7, Python 3.1 ___ Python tracker ___ ___ Python-bugs-list mai

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

2010-07-11 Thread Mark Lawrence
Mark Lawrence 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 _

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

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence : -- components: +Library (Lib) -Extension Modules versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker ___ __

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

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: -Python 2.6 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue7616] test_memoryview test_setitem_writable failures with Intel ICC

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence : -- components: +Tests -Library (Lib) nosy: +michael.foord versions: +Python 3.1, Python 3.2 ___ Python tracker ___ _

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

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: +Python 3.2 -Python 2.6, Python 3.0 ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue7645] test_distutils fails on Windows XP

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: +Python 2.7, Python 3.2 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2010-07-11 Thread Mark Lawrence
Mark Lawrence added the comment: As 2.7 has been released can this be closed? -- nosy: +BreamoreBoy ___ Python tracker ___ ___ Python-

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

2010-07-11 Thread Ezio Melotti
Ezio Melotti 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 ___ __

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

2010-07-11 Thread Mark Lawrence
Mark Lawrence 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 _

[issue7616] test_memoryview test_setitem_writable failures with Intel ICC

2010-07-11 Thread Stefan Krah
Stefan Krah added the comment: Confirmed with release27-maint, icc 11.0. -- nosy: +skrah ___ Python tracker ___ ___ Python-bugs-list m

[issue7616] test_memoryview test_setitem_writable failures with Intel ICC

2010-07-11 Thread Antoine Pitrou
Antoine Pitrou 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 __

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

2010-07-11 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> accepted stage: -> needs patch versions: -Python 3.0 ___ Python tracker ___ ___ Python-bu

[issue7616] test_memoryview test_setitem_writable failures with Intel ICC

2010-07-11 Thread Michael Foord
Changes by Michael Foord : -- nosy: -michael.foord ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.

[issue9223] distutils Command docs linking

2010-07-11 Thread anatoly techtonik
anatoly techtonik 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. -- ___ P

[issue3214] Suggest change to glossary explanation: "Duck Typing"

2010-07-11 Thread Éric Araujo
Éric Araujo added the comment: Applied in r82790 by Georg, thanks! -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubsc

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

2010-07-11 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- assignee: d...@python -> components: -Documentation nosy: +exarkun versions: +Python 3.2 ___ Python tracker ___ __

[issue7676] IDLE shell shouldn't use TABs

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence : -- assignee: -> kbk nosy: +kbk stage: -> needs patch versions: +Python 2.7, Python 3.1, Python 3.2 ___ Python tracker ___

[issue7687] Bluetooth support untested

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: -Python 2.6 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

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

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: +Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue7616] test_memoryview test_setitem_writable failures with Intel ICC

2010-07-11 Thread Stefan Krah
Stefan Krah added the comment: Antoine, the patch works well. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2010-07-11 Thread Mark Lawrence
Mark Lawrence 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 ___

[issue7719] distutils: ignore .nfsXXXX files

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: +Python 3.1, Python 3.2 -Python 2.5, Python 2.6 ___ Python tracker ___ ___ Python-bugs-list mai

[issue7738] IDLE hang when tooltip comes up in Linux

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence : -- assignee: -> kbk nosy: +kbk versions: -Python 2.6 ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue7616] test_memoryview test_setitem_writable failures with Intel ICC

2010-07-11 Thread Antoine Pitrou
Antoine Pitrou added the comment: Thank you. This was fixed in r82814 (py3k), r82815 (2.7), r82816 (3.1). -- resolution: -> fixed status: open -> closed ___ Python tracker ___ _

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

2010-07-11 Thread Mark Lawrence
Mark Lawrence added the comment: This works fine with Python 2.7 on Windows. -- nosy: +BreamoreBoy versions: +Python 3.2 ___ Python tracker ___ __

[issue7576] Avoid warnings in PyModuleDef_HEAD_INIT

2010-07-11 Thread Reid Kleckner
Reid Kleckner 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 able to cast to

[issue7096] test_curses fails on 3.1 when run under regrtest

2010-07-11 Thread Stefan Krah
Stefan Krah 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 ___ __

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

2010-07-11 Thread Mark Lawrence
Mark Lawrence added the comment: This has been done in revision 79288. -- nosy: +BreamoreBoy resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker

[issue7871] Duplicate test method in test_heapq

2010-07-11 Thread Mark Lawrence
Mark Lawrence 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 ___ _

[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 : -- 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 ___

[issue7871] Duplicate test method in test_heapq

2010-07-11 Thread Ezio Melotti
Ezio Melotti 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 ___ ___

[issue6270] Menu deletecommand fails if command is already deleted

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence : -- assignee: -> gpolo nosy: +gpolo versions: -Python 2.6 ___ Python tracker ___ ___ Python-bugs-list maili

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

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence : -- 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 _

[issue5950] Make zimport work with zipfile containing comments

2010-07-11 Thread Ryan Kelly
Changes by Ryan Kelly : -- nosy: +rfk ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mai

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

2010-07-11 Thread Larry Hastings
Larry Hastings 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 _

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

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence : -- assignee: -> orsenthil nosy: +orsenthil versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker ___ ___

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

2010-07-11 Thread Antoine Pitrou
Antoine Pitrou added the comment: The latest patch looks good to me. -- assignee: -> pitrou resolution: -> accepted stage: -> commit review ___ Python tracker ___

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

2010-07-11 Thread ipatrol
New submission from ipatrol : 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 ext_modules = [extension]) File "C:\hp\bin\Pyt

[issue7991] test_ntpath fails on Windows XP

2010-07-11 Thread Mark Lawrence
Mark Lawrence added the comment: Works fine for me on Vista, can this be closed? -- nosy: +BreamoreBoy ___ Python tracker ___ ___ Pyth

[issue7991] test_ntpath fails on Windows XP

2010-07-11 Thread Ezio Melotti
Ezio Melotti 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 : -- components: +Unicode ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

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

2010-07-11 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: accepted -> fixed stage: -> committed/rejected ___ Python tracker ___ ___ Python-bugs-list mai

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

2010-07-11 Thread Stefan Krah
Stefan Krah added the comment: Duplicate of issue 7511. -- nosy: +skrah ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

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

2010-07-11 Thread Brian Curtin
Changes by Brian Curtin : -- components: +Extension Modules -Library (Lib) ___ Python tracker ___ ___ Python-bugs-list mailing list Uns

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

2010-07-11 Thread Mark Lawrence
Mark Lawrence added the comment: I didn't realise that I had, sorry!!! -- assignee: larry -> nosy: +BreamoreBoy -larry ___ Python tracker ___ ___

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

2010-07-11 Thread Mark Dickinson
Changes by Mark Dickinson : -- resolution: -> duplicate status: open -> closed superseder: -> msvc9compiler.py: ValueError: [u'path'] ___ Python tracker ___

[issue7511] msvc9compiler.py: ValueError: [u'path']

2010-07-11 Thread Mark Dickinson
Mark Dickinson added the comment: Closed issue 9224 as a duplicate of this one; merging nosy lists. -- nosy: +ipatrol, mark.dickinson ___ Python tracker ___

  1   2   >