[issue8879] Implement os.link on Windows

2011-01-03 Thread Brian Curtin
Changes by Brian Curtin : -- stage: patch review -> committed/rejected status: open -> closed ___ Python tracker <http://bugs.python.org/issue8879> ___ ___

[issue10834] Python 2.7 x86 fails to run in Windows 7

2011-01-05 Thread Brian Curtin
Brian Curtin added the comment: Can you start IDLE from the command line and see if there is any output? c:\python27\python.exe -m idlelib.idle -- components: +Windows -None nosy: +brian.curtin type: crash -> behavior ___ Python tracker &l

[issue10834] Python 2.7 x86 fails to run in Windows 7

2011-01-05 Thread Brian Curtin
Brian Curtin added the comment: Have you confirmed that the IDLE window isn't just opened behind another window or possibly minimized? I don't know the cause of this, but a coworker has seen a few times where IDLE will open but it isn't the main focused window (hiding behin

[issue10834] Python 2.7 x86 fails to run in Windows 7

2011-01-05 Thread Brian Curtin
Brian Curtin added the comment: Weird. I'm not sure what could be happening here, and I'm not an IDLE user so I don't really have anything else to try out here. I noticed your email address is for what I think is a Norwegian domain. Is your Windows install set to be a lang

[issue10834] Python 2.7 x86 fails to run in Windows 7

2011-01-05 Thread Brian Curtin
Brian Curtin added the comment: Ah! You might want to take a look at #6941. Your firewall might be blocking IDLE's communications. In Windows 7, if you go to Control Panel and search for "firewall" in the top right search box, it'll show an option to make an exc

[issue10854] Output DLL name in error message of ImportError when DLL is missing

2011-01-07 Thread Brian Curtin
Changes by Brian Curtin : -- type: resource usage -> feature request versions: +Python 3.3 -Python 2.7 ___ Python tracker <http://bugs.python.org/issu

[issue10854] Output DLL name in error message of ImportError when DLL is missing

2011-01-07 Thread Brian Curtin
Brian Curtin added the comment: I'm pretty sure we can't do this, if I understand your request. Say you have techtonik.pyd as your extension and it depends on foobar.dll. If we try to load techtonik.pyd and this pyd can't find or successfully load foobar.dll, Python doesn

[issue10854] Output DLL name in error message of ImportError when DLL is missing

2011-01-07 Thread Brian Curtin
Brian Curtin added the comment: Agree with Amaury. depends has always been my solution to this type of problem. -- ___ Python tracker <http://bugs.python.org/issue10

[issue10857] ImportError module attribute

2011-01-07 Thread Brian Curtin
Brian Curtin added the comment: Duplicate of #1559549 -- nosy: +brian.curtin resolution: -> duplicate stage: -> committed/rejected status: open -> closed superseder: -> ImportError needs attributes for module and file name ___ Py

[issue1559549] ImportError needs attributes for module and file name

2011-01-07 Thread Brian Curtin
Changes by Brian Curtin : -- versions: +Python 3.3 -Python 3.2 ___ Python tracker <http://bugs.python.org/issue1559549> ___ ___ Python-bugs-list mailing list Unsub

[issue10854] Output DLL name in error message of ImportError when DLL is missing

2011-01-07 Thread Brian Curtin
Brian Curtin added the comment: See _PyImport_GetDynLoadFunc in Python/dynload_win.c -- that's where this is happening. > Why Python can't get information about the reason .DLL is not loaded? Windows does not provide it in the case you are speaking of. If I call Load

[issue10854] Output DLL name in error message of ImportError when DLL is missing

2011-01-07 Thread Brian Curtin
Changes by Brian Curtin : -- stage: -> needs patch ___ Python tracker <http://bugs.python.org/issue10854> ___ ___ Python-bugs-list mailing list Unsubscri

[issue10888] os.stat(filepath).st_mode gives wrong 'executable permission' result

2011-01-11 Thread Brian Curtin
Brian Curtin added the comment: The "Read & Execute" permission listed on a file's property window doesn't really mean anything. Executables only need read permissions [0] to actually be executed. Additionally, in terms of _stat, Windows does its check by exten

[issue7229] Manual entry for time.daylight can be misleading

2011-01-11 Thread Brian Curtin
Changes by Brian Curtin : -- nosy: -brian.curtin ___ Python tracker <http://bugs.python.org/issue7229> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue10888] os.stat(filepath).st_mode gives wrong 'executable permission' result

2011-01-11 Thread Brian Curtin
Brian Curtin added the comment: > The actual issue was initially detected when observing that the > 'tarfile' package produced a tar containing different permissions, > depending on the script being executed by 'cygwin python' or 'native python'. I w

[issue10888] os.stat(filepath).st_mode gives wrong 'executable permission' result

2011-01-11 Thread Brian Curtin
Brian Curtin added the comment: I meant that it doesn't have any effect because it's apparently always set from what I could see, which was poor wording. The TechNet article also made a similar claim. If it is ever not set, then the file clearly can

[issue7662] time.utcoffset()

2011-01-13 Thread Brian Curtin
Changes by Brian Curtin : -- nosy: -brian.curtin ___ Python tracker <http://bugs.python.org/issue7662> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue10278] add time.wallclock() method

2011-01-14 Thread Brian Curtin
Brian Curtin added the comment: > In Windows, it should probably use GetTickCount64 if available, > otherwise GetTickCount with logic to handle wrapping. I think > QueryPerformanceCounter is problematic as a general-purpose timer: > depending on the hardware and Windows versio

[issue1602] windows console doesn't print or input Unicode

2011-01-14 Thread Brian Curtin
Brian Curtin added the comment: I think we even agreed to drop 2000, although the PEP hasn't been updated and I couldn't find the supposed email where this was said. For implementing functionality that isn't supported on all Windows versions or architectures, you can look at

[issue10919] Environment variables are not expanded in _winreg when using REG_EXPAND_SZ.

2011-01-16 Thread Brian Curtin
Brian Curtin added the comment: Assigning to myself. Relevant IronPython issue: http://ironpython.codeplex.com/workitem/24042 -- assignee: -> brian.curtin components: +Extension Modules, Windows -Library (Lib) nosy: +brian.curtin stage: -> needs patch type: ->

[issue10923] Python 2.7 hangs on Unicode+threading

2011-01-17 Thread Brian Curtin
Changes by Brian Curtin : -- type: crash -> behavior ___ Python tracker <http://bugs.python.org/issue10923> ___ ___ Python-bugs-list mailing list Unsubscri

[issue10921] imaplib: Internaldate2tuple() crashes, does not handle negative TZ offsets, does not handle DST correctly

2011-01-17 Thread Brian Curtin
Changes by Brian Curtin : -- type: crash -> behavior ___ Python tracker <http://bugs.python.org/issue10921> ___ ___ Python-bugs-list mailing list Unsubscri

[issue2644] errors from msync ignored in mmap_object_dealloc

2011-01-17 Thread Brian Curtin
Brian Curtin added the comment: That was changed in r84950 from #2643. -- resolution: -> out of date stage: unit test needed -> committed/rejected status: open -> closed ___ Python tracker <http://bugs.python.o

[issue10937] WinPE 64 bit execution results with errors

2011-01-18 Thread Brian Curtin
Brian Curtin added the comment: Do you have any log files or screenshots of what exactly happens? I have zero experience with WinPE, so that's an obvious barrier here, but there's also nothing to go by in figuring out where the problem may be. -- nosy: +brian.curtin stage:

[issue10936] Simple CSS fix for left margin at docs.python.org

2011-01-18 Thread Brian Curtin
Changes by Brian Curtin : -- nosy: +ezio.melotti, georg.brandl ___ Python tracker <http://bugs.python.org/issue10936> ___ ___ Python-bugs-list mailing list Unsub

[issue10684] Folders get deleted when trying to change case with shutil.move (case insensitive file systems only)

2011-01-24 Thread Brian Curtin
Changes by Brian Curtin : -- assignee: ronaldoussoren -> ___ Python tracker <http://bugs.python.org/issue10684> ___ ___ Python-bugs-list mailing list Unsubscri

[issue6926] socket module missing IPPROTO_IPV6, IPPROTO_IPV4

2011-01-26 Thread Brian Curtin
Changes by Brian Curtin : -- nosy: +brian.curtin ___ Python tracker <http://bugs.python.org/issue6926> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11014] 'filter' argument for Tarfile.add needs to be a keyword-only argument

2011-01-26 Thread Brian Curtin
Brian Curtin added the comment: Looks good to me. As discussed in IRC, a note in 2.7 about the future of the `add` signature would also be helpful. -- nosy: +brian.curtin ___ Python tracker <http://bugs.python.org/issue11

[issue11029] Crash, 2.7.1, Tkinter and threads and line drawing

2011-01-27 Thread Brian Curtin
Changes by Brian Curtin : -- nosy: +brian.curtin ___ Python tracker <http://bugs.python.org/issue11029> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11070] test_capi crashes and fails

2011-01-29 Thread Brian Curtin
Brian Curtin added the comment: Duplicate of #9116. -- nosy: +brian.curtin resolution: -> duplicate stage: -> committed/rejected status: open -> closed superseder: -> test_capi.test_no_FatalError_infinite_loop crash on Windows versions: +Python 3.1

[issue11070] test_capi crashes and fails

2011-01-29 Thread Brian Curtin
Changes by Brian Curtin : -- versions: +Python 3.2 -Python 3.1 ___ Python tracker <http://bugs.python.org/issue11070> ___ ___ Python-bugs-list mailing list Unsub

[issue11069] IDLE crashes when Stack Viewer opened

2011-01-29 Thread Brian Curtin
Brian Curtin added the comment: I don't get a crash, but it certainly doesn't work. Once IDLE is open I type "raise TypeError", then open the stack viewer as you did. Here's what I'm seeing: [WINSEVEN] 2011-01-29 21:05:30.18 c:\Users\brian >c:\py

[issue11069] IDLE crashes when Stack Viewer opened

2011-01-29 Thread Brian Curtin
Changes by Brian Curtin : -- type: crash -> behavior ___ Python tracker <http://bugs.python.org/issue11069> ___ ___ Python-bugs-list mailing list Unsubscri

[issue11069] IDLE crashes when Stack Viewer opened

2011-01-29 Thread Brian Curtin
Brian Curtin added the comment: The following patch will fix it. Another example of why 'list' isn't a great name :) Index: Lib/idlelib/RemoteObjectBrowser.py === --- Lib/idlelib/RemoteObjectBrowser.py (revision

[issue11069] IDLE crashes when Stack Viewer opened

2011-01-30 Thread Brian Curtin
Brian Curtin added the comment: This should be back-ported to the maintenance branch as well. I can take care of that if Georg is busy with release-related stuff. -- ___ Python tracker <http://bugs.python.org/issue11

[issue11069] IDLE crashes when Stack Viewer opened

2011-01-30 Thread Brian Curtin
Brian Curtin added the comment: Fixed in release31-maint in r88269. -- stage: -> committed/rejected ___ Python tracker <http://bugs.python.org/issu

[issue11073] threading.Thread documentation can be improved

2011-01-31 Thread Brian Curtin
Brian Curtin added the comment: > It was not immediately clear from the documentation if my runner() method > should be declared static or not. The doc doesn't mention static methods at all, and my uses and others that I've seen have never used static methods. -- nos

[issue11077] Tkinter is not thread safe

2011-01-31 Thread Brian Curtin
Changes by Brian Curtin : -- title: Tkinter is not thread safe. This is a bug. -> Tkinter is not thread safe ___ Python tracker <http://bugs.python.org/issu

[issue11080] Win32Serial.read coding error for non-blocking read

2011-01-31 Thread Brian Curtin
Brian Curtin added the comment: You should contact pyserial. -- nosy: +brian.curtin resolution: -> invalid stage: -> committed/rejected status: open -> closed ___ Python tracker <http://bugs.python.or

[issue11077] Tkinter is not thread safe

2011-01-31 Thread Brian Curtin
Changes by Brian Curtin : -- title: Tkinter is not thread safe (and that's... bad) -> Tkinter is not thread safe ___ Python tracker <http://bugs.python.org

[issue11083] threading.Thread - start() rises RuntimeException?

2011-01-31 Thread Brian Curtin
Brian Curtin added the comment: Thanks, fixed in r88281. Back porting to the other branches as well. -- nosy: +brian.curtin resolution: -> fixed stage: -> committed/rejected status: open -> closed versions: +Python 3.1, Python 3.2 _

[issue11103] Python 3.2 installer doesn't register file extensions on Windows 7

2011-02-02 Thread Brian Curtin
Brian Curtin added the comment: Works for me. Just ran the 3.2 RC2 installer and did the following: (type is like a Windows equivalent of `cat` on *nix) >type test.py import sys print(sys.version_info) >test.py sys.version_info(major=3, minor=2, micro=0, releaselevel='candidate

[issue11103] Python 3.2 installer doesn't register file extensions on Windows 7

2011-02-02 Thread Brian Curtin
Brian Curtin added the comment: I don't think any changes were made around that feature, and it has always worked for the last few installations I've done. Please do follow up with your RC2 experience when you have a chance. -- ___ Pyth

[issue11117] Implementing Async IO

2011-02-04 Thread Brian Curtin
Changes by Brian Curtin : -- nosy: +brian.curtin ___ Python tracker <http://bugs.python.org/issue7> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11118] Fix python3 None export

2011-02-04 Thread Brian Curtin
Brian Curtin added the comment: Looks fine to me. -- nosy: +brian.curtin ___ Python tracker <http://bugs.python.org/issue8> ___ ___ Python-bugs-list mailin

[issue6378] Patch to make 'idle.bat' run idle.pyw using appropriate Python interpreter (so 3.1's idle.bat does not accidently use python26.exe)

2011-02-08 Thread Brian Curtin
Brian Curtin added the comment: We're only a few days away from 3.2 final so it's too late. Once it goes out I'll make the adjustment and it'll be in 3.2.1. -- resolution: fixed -> stage: committed/rejected -> patch revi

[issue11161] futures.ProcessPoolExecutor hangs

2011-02-09 Thread Brian Curtin
Changes by Brian Curtin : -- assignee: -> bquinlan nosy: +bquinlan ___ Python tracker <http://bugs.python.org/issue11161> ___ ___ Python-bugs-list mai

[issue11196] add possibility for returning value the way Matlab does it

2011-02-11 Thread Brian Curtin
Brian Curtin added the comment: A change like this would need to go through, at the least, the python-ideas mailing list. Please submit your idea there first. -- nosy: +brian.curtin resolution: -> rejected stage: -> committed/rejected status: open -&g

[issue11201] Python installation error 2203

2011-02-12 Thread Brian Curtin
Brian Curtin added the comment: Can you confirm that the checksum and size of the file you downloaded matches what's on the site: http://www.python.org/download/releases/2.7.1/ -- components: +Windows nosy: +brian.curtin ___ Python tracker

[issue11202] Win32: shutil.move does not inherit permissions

2011-02-12 Thread Brian Curtin
Brian Curtin added the comment: shutil.move is implemented using copy2, which as the documentation states at the top, "On Windows, file owners, ACLs and alternate data streams are not copied." See http://docs.python.org/library/shutil -- nosy: +brian.curtin resolution: -

[issue11202] Win32: shutil.move does not inherit permissions

2011-02-12 Thread Brian Curtin
Changes by Brian Curtin : -- status: open -> closed ___ Python tracker <http://bugs.python.org/issue11202> ___ ___ Python-bugs-list mailing list Unsubscri

[issue7877] Iterators over _winreg EnumKey and EnumValue results

2011-02-15 Thread Brian Curtin
Changes by Brian Curtin : -- nosy: -BreamoreBoy versions: +Python 3.3 -Python 3.2 ___ Python tracker <http://bugs.python.org/issue7877> ___ ___ Python-bugs-list m

[issue11272] input() has trailing carriage return on windows

2011-02-21 Thread Brian Curtin
Changes by Brian Curtin : -- nosy: +brian.curtin ___ Python tracker <http://bugs.python.org/issue11272> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11272] input() has trailing carriage return on windows

2011-02-21 Thread Brian Curtin
Brian Curtin added the comment: #10841 may be related. -- ___ Python tracker <http://bugs.python.org/issue11272> ___ ___ Python-bugs-list mailing list Unsub

[issue11278] raw_input() and input() not stripping EOL on win32

2011-02-21 Thread Brian Curtin
Brian Curtin added the comment: Duplicate of #11272. -- nosy: +brian.curtin resolution: -> duplicate stage: -> committed/rejected status: open -> closed ___ Python tracker <http://bugs.python.or

[issue6690] BUILD_SET followed by COMPARE_OP (in) can be optimized if all items are consts

2010-01-16 Thread Brian Curtin
Changes by Brian Curtin : -- stage: needs patch -> patch review ___ Python tracker <http://bugs.python.org/issue6690> ___ ___ Python-bugs-list mailing list Un

[issue7716] IPv6 detection, don't assume existence of /usr/xpg4/bin/grep

2010-01-16 Thread Brian Curtin
Changes by Brian Curtin : -- components: +Build keywords: +needs review priority: -> normal type: -> behavior versions: -Python 2.5 ___ Python tracker <http://bugs.python.org/

[issue7717] Compilation fixes for IRIX

2010-01-16 Thread Brian Curtin
Changes by Brian Curtin : -- keywords: +needs review priority: -> normal stage: -> patch review type: -> behavior ___ Python tracker <http://bugs.python.o

[issue7719] distutils: ignore .nfsXXXX files

2010-01-16 Thread Brian Curtin
Changes by Brian Curtin : -- keywords: +needs review priority: -> normal stage: -> test needed ___ Python tracker <http://bugs.python.org/issue7719> ___ __

[issue1471934] Python libcrypt build problem on Solaris 8, 9, 10 and OpenSolaris

2010-01-16 Thread Brian Curtin
Changes by Brian Curtin : -- keywords: +needs review ___ Python tracker <http://bugs.python.org/issue1471934> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue7718] Build shared libpythonX.Y.so on IRIX

2010-01-16 Thread Brian Curtin
Brian Curtin added the comment: #7717 also contains code "on behalf of" other people. -- nosy: +brian.curtin priority: -> normal type: -> feature request ___ Python tracker <http://bugs.p

[issue7714] configure GCC version detection fix for Darwin

2010-01-16 Thread Brian Curtin
Changes by Brian Curtin : -- keywords: +needs review priority: -> normal stage: -> patch review versions: -Python 2.5 ___ Python tracker <http://bugs.python.org/

[issue7713] implement ability to disable automatic search path additions

2010-01-16 Thread Brian Curtin
Changes by Brian Curtin : -- priority: -> normal stage: -> test needed versions: -Python 2.5 ___ Python tracker <http://bugs.python.org/issue7713> ___ ___

[issue7715] Allow use of GNU arch on Darwin

2010-01-16 Thread Brian Curtin
Changes by Brian Curtin : -- keywords: +needs review priority: -> normal stage: -> patch review ___ Python tracker <http://bugs.python.org/issue7715> ___ __

[issue7712] Add a context manager to change cwd in test.test_support

2010-01-16 Thread Brian Curtin
Changes by Brian Curtin : -- nosy: +brian.curtin ___ Python tracker <http://bugs.python.org/issue7712> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue3445] Ignore missing attributes in functools.update_wrapper

2010-01-16 Thread Brian Curtin
Brian Curtin added the comment: In your test, the more common convention is to use assertFalse(foo) instead of assert_(not foo). -- keywords: +needs review nosy: +brian.curtin stage: -> patch review ___ Python tracker <http://bugs.pyth

[issue1578269] Add os.link() and os.symlink() and os.path.islink() support for Windows

2010-01-16 Thread Brian Curtin
Brian Curtin added the comment: Most of the patch is outdated, but I could check out an updated patch on my Win7 64 machine. -- keywords: +needs review nosy: +brian.curtin ___ Python tracker <http://bugs.python.org/issue1578

[issue1578269] Add os.link() and os.symlink() and os.path.islink() support for Windows

2010-01-16 Thread Brian Curtin
Brian Curtin added the comment: I'm getting failures in test_glob, test_os, test_platform, test_posixpath, test_shutil, and test_tarfile. failures.txt is attached with the results I see on Win 7 with a 64 bit build. I'm not seeing the exception Eric saw. That worked for me as bot

[issue1760357] ZipFile.write fails with bad modification time

2010-01-17 Thread Brian Curtin
Changes by Brian Curtin : -- nosy: +brian.curtin stage: -> test needed type: -> behavior versions: +Python 2.6, Python 2.7, Python 3.1, Python 3.2 ___ Python tracker <http://bugs.python.org/iss

[issue775964] fix test_grp failing on RedHat 6.2

2010-01-17 Thread Brian Curtin
Brian Curtin added the comment: Ping. Anyone know if this is still an issue? I don't have access to RH. -- nosy: +brian.curtin stage: -> patch review type: -> behavior versions: +Python 2.6 -Python 2.5 ___ Python tracker <http://b

[issue7727] xmlrpc library returns string which contain null ( \x00 )

2010-01-17 Thread Brian Curtin
Changes by Brian Curtin : -- nosy: +loewis priority: -> normal stage: -> test needed ___ Python tracker <http://bugs.python.org/issue7727> ___ ___ Pyth

[issue762963] timemodule.c: Python loses current timezone

2010-01-17 Thread Brian Curtin
Brian Curtin added the comment: Here's an updated version of the previous patches with the test included in test_time.py. The test fails on Linux before the timemodule.c file is changed, then it passes once applied. -- keywords: +needs review nosy: +brian.curtin stage: -&g

[issue7720] Errors in tests and C implementation of raw FileIO

2010-01-17 Thread Brian Curtin
Changes by Brian Curtin : -- components: +Tests priority: -> normal stage: -> test needed type: -> behavior ___ Python tracker <http://bugs.python.o

[issue7680] pythonw crash while attempting to start() a thread object

2010-01-17 Thread Brian Curtin
Changes by Brian Curtin : -- resolution: -> invalid stage: -> committed/rejected ___ Python tracker <http://bugs.python.org/issue7680> ___ ___ Python-bugs-

[issue1596321] KeyError at exit after 'import threading' in other thread

2010-01-17 Thread Brian Curtin
Brian Curtin added the comment: FWIW, Amaury's example runs without error on trunk and py3k (OS X 10.5). 2.6 prints the following: "Exception in thread Thread-1 (most likely raised during interpreter shutdown)" 3.1 seg faults -- nosy: +brian.curtin stage: ->

[issue1578269] Add os.link() and os.symlink() and os.path.islink() support for Windows

2010-01-18 Thread Brian Curtin
Brian Curtin added the comment: You could use the test skipping functionality present in trunk and beyond. Write a function to test whether the user has the necessary privileges, then use @unittest.skipUnless(has_admin_privs(), "can't test as re

[issue7717] Compilation fixes for IRIX

2010-01-18 Thread Brian Curtin
Brian Curtin added the comment: http://www.python.org/psf/contrib/ has the relevant contributor agreement. -- nosy: +brian.curtin ___ Python tracker <http://bugs.python.org/issue7

[issue7735] python creates IPv6 DNS requests even when built with --disable-ipv6

2010-01-18 Thread Brian Curtin
Changes by Brian Curtin : -- components: +Library (Lib) -None priority: -> normal stage: -> test needed type: -> behavior versions: -Python 2.5 ___ Python tracker <http://bugs.python.o

[issue7737] Patch all tests to change assertTrue(a [not] in b [, c]) -> assert[Not]In(a, b [, c])

2010-01-18 Thread Brian Curtin
Changes by Brian Curtin : -- keywords: +needs review nosy: +brian.curtin priority: -> low stage: -> patch review type: -> feature request versions: +Python 2.7 ___ Python tracker <http://bugs.python.o

[issue3426] os.path.abspath with unicode argument should call os.getcwdu

2010-01-18 Thread Brian Curtin
Brian Curtin added the comment: Passes on Windows, Mac, and Linux. -- ___ Python tracker <http://bugs.python.org/issue3426> ___ ___ Python-bugs-list mailin

[issue6293] Have regrtest.py echo back sys.flags

2010-01-18 Thread Brian Curtin
Brian Curtin added the comment: Seems like a good idea to me, but maybe not as the default? -- keywords: +needs review nosy: +brian.curtin priority: -> normal ___ Python tracker <http://bugs.python.org/iss

[issue7738] IDLE hang when tooltip comes up in Linux

2010-01-19 Thread Brian Curtin
Changes by Brian Curtin : -- nosy: +brian.curtin priority: -> normal stage: -> test needed versions: +Python 2.7, Python 3.2 -Python 2.5 ___ Python tracker <http://bugs.python.org/

[issue7741] Allow multiple statements in code.InteractiveConsole.push

2010-01-19 Thread Brian Curtin
Changes by Brian Curtin : -- keywords: +needs review priority: -> normal stage: -> test needed ___ Python tracker <http://bugs.python.org/issue7741> ___ __

[issue7736] os.listdir hangs since opendir() and closedir() do not release GIL

2010-01-19 Thread Brian Curtin
Changes by Brian Curtin : -- keywords: +needs review nosy: +brian.curtin priority: -> normal stage: -> patch review versions: +Python 3.2 ___ Python tracker <http://bugs.python.org/

[issue7742] please avoid 'which' in Modules/ld_so_aix

2010-01-19 Thread Brian Curtin
Changes by Brian Curtin : -- components: +None keywords: +needs review priority: -> normal stage: -> patch review type: -> behavior versions: +Python 2.7 ___ Python tracker <http://bugs.python.o

[issue2015] Possible optimisations in kwargs handling

2010-01-20 Thread Brian Curtin
Brian Curtin added the comment: This was handled in r65241 as a result of #1819. -- nosy: +brian.curtin resolution: -> fixed stage: -> committed/rejected status: open -> closed superseder: -> Speed hack for function calls with name

[issue7745] Remove "isatty" check when setting sys.std[in|out|err] encoding to that of locale

2010-01-20 Thread Brian Curtin
Changes by Brian Curtin : -- keywords: +needs review priority: -> normal stage: -> test needed type: -> behavior ___ Python tracker <http://bugs.python.o

[issue4722] _winreg.QueryValue fault while reading mangled registry values

2010-01-20 Thread Brian Curtin
Changes by Brian Curtin : Removed file: http://bugs.python.org/file15265/issue4722_20091104_v1.patch ___ Python tracker <http://bugs.python.org/issue4722> ___ ___ Pytho

[issue4722] _winreg.QueryValue fault while reading mangled registry values

2010-01-20 Thread Brian Curtin
Brian Curtin added the comment: On Windows 7, I see the issue as both a regular user and one with admin privileges. The patch (updated to fix tab/space difference) seems to do the trick. Gabriel, which OS are you on that this works differently based on the user privileges? I'm stil

[issue7745] Remove "isatty" check when setting sys.std[in|out|err] encoding to that of locale

2010-01-21 Thread Brian Curtin
Changes by Brian Curtin : -- resolution: -> rejected ___ Python tracker <http://bugs.python.org/issue7745> ___ ___ Python-bugs-list mailing list Unsubscri

[issue7749] pydoc error - "No module named tempfile"

2010-01-21 Thread Brian Curtin
Brian Curtin added the comment: I'm not seeing this on 2.5, 2.6, or trunk. -- components: +Extension Modules nosy: +brian.curtin priority: -> normal stage: -> test needed title: pydoc error -> pydoc error - "No module named tempfile" __

[issue2202] urllib2 fails against IIS 6.0 (No support for MD5-sess auth)

2010-01-21 Thread Brian Curtin
Changes by Brian Curtin : -- keywords: +needs review ___ Python tracker <http://bugs.python.org/issue2202> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue7750] IOError when launching script under pdb with backslash in script path

2010-01-21 Thread Brian Curtin
Brian Curtin added the comment: You can see the same thing by doing execfile(".\test.py"), which is what pdb makes under the hood, then bdb exec's it. -- nosy: +brian.curtin priority: -> normal stage: -> test needed type: -> behavior __

[issue7751] urllib.urlopen("///C|/foo/bar/spam.foo") IOError: [Errno 22]

2010-01-21 Thread Brian Curtin
Changes by Brian Curtin : -- keywords: +needs review priority: -> normal stage: -> test needed type: crash -> behavior ___ Python tracker <http://bugs.python.o

[issue7752] Add support for Digest authentication session (reuse nonces)

2010-01-21 Thread Brian Curtin
Changes by Brian Curtin : -- keywords: +needs review priority: -> normal stage: -> test needed versions: +Python 3.2 ___ Python tracker <http://bugs.python.org/

[issue7753] newgil backport

2010-01-21 Thread Brian Curtin
Changes by Brian Curtin : -- keywords: +needs review priority: -> high stage: -> patch review ___ Python tracker <http://bugs.python.org/issue7753> ___ ___

[issue7750] IOError when launching script under pdb with backslash in script path

2010-01-21 Thread Brian Curtin
Brian Curtin added the comment: Works for me, repr will escape the slash. -- ___ Python tracker <http://bugs.python.org/issue7750> ___ ___ Python-bugs-list mailin

[issue7750] IOError when launching script under pdb with backslash in script path

2010-01-21 Thread Brian Curtin
Brian Curtin added the comment: Can you add your test to Lib/test/test_pdb.py? If the test fails the "hello world" script won't be removed, it won't make it to os.remove(). You'll need to make sure the file gets deleted in any case. Could use a temporary file. Can y

[issue7753] newgil backport

2010-01-21 Thread Brian Curtin
Changes by Brian Curtin : -- nosy: +brian.curtin ___ Python tracker <http://bugs.python.org/issue7753> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue7076] Documentation add note about SystemRandom

2010-01-22 Thread Brian Curtin
Changes by Brian Curtin : -- keywords: +needs review stage: -> patch review ___ Python tracker <http://bugs.python.org/issue7076> ___ ___ Python-bugs-list mai

<    1   2   3   4   5   6   7   8   9   10   >