[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

[issue11161] futures.ProcessPoolExecutor hangs

2011-02-09 Thread Brian Quinlan
Brian Quinlan added the comment: ProcessPoolExecutor is not expected to work with any interactive shell on Windows because it uses the multiprocessing module behind the scenes, which has that limitation. I'm reclassifying this as a documentation bug since either a reference to

[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

[issue7756] Complete your registration to Python tracker -- key rt04e51ru5U1WqGum1kklK4ZYWEe1Mkf

2010-01-22 Thread Brian Curtin
Changes by Brian Curtin : -- priority: -> low resolution: -> rejected status: open -> closed ___ Python tracker <http://bugs.python.org/issue7756> ___

[issue7760] use_errno=True does not work

2010-01-22 Thread Brian Curtin
Changes by Brian Curtin : -- priority: -> normal stage: -> needs patch ___ Python tracker <http://bugs.python.org/issue7760> ___ ___ Python-bugs-list

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

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

[issue7744] Allow site.addsitedir insert to beginning of sys.path

2010-01-23 Thread Brian Curtin
Changes by Brian Curtin : -- priority: -> normal stage: -> test needed status: open -> pending versions: +Python 2.7, Python 3.2 ___ Python tracker <http://bugs.python.o

[issue7766] sys.getwindowsversion as PyStructSequence

2010-01-23 Thread Brian Curtin
New submission from Brian Curtin : I always find myself wishing sys.getwindowsversion() utilized the named tuple concept, so here it is against trunk. sys.version_info was also changed in this manner for 2.7. Because it is a PyStructSeq/named tuple, it is still accessible like a regular old

[issue7766] sys.getwindowsversion as PyStructSequence

2010-01-23 Thread Brian Curtin
Brian Curtin added the comment: Good point about OSVERSIONINFOEX. I've actually wanted some of that info as well, and according to MSDN the minimum supported client to get that structure is Windows 2000 - same as OSVERSIONINFO. Attached is a patch updated with your comments plus the u

[issue7767] Add PyLong_AsLongLongAndOverflow

2010-01-23 Thread Brian Curtin
Changes by Brian Curtin : -- components: +Interpreter Core -Extension Modules keywords: +needs review priority: -> normal stage: -> patch review versions: +Python 3.2 ___ Python tracker <http://bugs.python.org/

[issue6651] Py3k's posixpath.relpath not compatible with ntpath.relpath

2010-01-23 Thread Brian Curtin
Brian Curtin added the comment: After thinking about this, I don't see a need for any change. Although it _looks_ like the relpath implementations aren't compatible based on their start default parameters, they do work the same. My code change isn't really necessary.

[issue3754] minimal cross-compilation support for configure

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

[issue7769] SimpleXMLRPCServer.SimpleXMLRPCServer.register_function as decorator

2010-01-24 Thread Brian Curtin
Brian Curtin added the comment: Can you submit your patch as a unified diff -- it's not easy to tell where you made changes to that file. Can you also include tests showing how this is used, especially using register_function in both the old way and the new way you propose? Lib

[issue3871] cross and native build of python for mingw32 with distutils

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

[issue7769] SimpleXMLRPCServer.SimpleXMLRPCServer.register_function as decorator

2010-01-24 Thread Brian Curtin
Brian Curtin added the comment: http://www.python.org/dev/workflow/ and http://python.org/dev/faq/ should help you get started. The workflow doc will let you know what the process is around here. The FAQ will tell you how to setup Subversion, how to make a diff, etc. With that said, I think

[issue7769] SimpleXMLRPCServer.SimpleXMLRPCServer.register_function as decorator

2010-01-24 Thread Brian Curtin
Brian Curtin added the comment: Once you get a Subversion checkout of the source, have a look in Lib/test/test_xmlrpc.py for examples of how things are currently tested (using unittest). Once you get a feel for it, add new tests for what your changes do. The file you paste'd looks good

[issue7347] Add {Create|Delete}KeyEx to _winreg, doc and test updates

2010-01-24 Thread Brian Curtin
Brian Curtin added the comment: After looking into this again, the testing situations are much different than I had originally written. Some of the tests aren't really valid exercises. For one, the querying/enabling/disabling of reflection keys aren't good tests as they aren

[issue7773] platform._parse_release_file() can cause UnboundLocalError

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

[issue7776] httplib.py: ._tunnel() broken

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

[issue7777] Support needed for AF_RDS family

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

[issue7765] 'unittest' documentation misprints

2010-01-25 Thread Brian Curtin
Brian Curtin added the comment: Another one-liner, stopTestRun -- nosy: +brian.curtin Added file: http://bugs.python.org/file16002/stopTestRun.diff ___ Python tracker <http://bugs.python.org/issue7

[issue4440] "sort" command doesn't work in pstats if run interactively

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

[issue7766] sys.getwindowsversion as PyStructSequence

2010-01-26 Thread Brian Curtin
Brian Curtin added the comment: Thanks a lot for taking a look at this, Eric and Marc-Andre. Apologies for the few mistakes in there, I jumped the gun and submitted that last patch before having run the full test suite again. Good catch on the missing #ifdef. I will also run this on Mac and

[issue7789] Issue using datetime with format()

2010-01-26 Thread Brian Curtin
Changes by Brian Curtin : -- components: +Library (Lib) -2to3 (2.x to 3.0 conversion tool) priority: -> normal stage: -> test needed ___ Python tracker <http://bugs.python.org/

[issue7791] Python 2.6 standard library "sees also" something not in the standard library

2010-01-26 Thread Brian Curtin
Brian Curtin added the comment: unittest also does this, but it does so at the top and references projects as a whole, rather than individual functions/classes in the project. Seems like this should be taken out. It doesn't exist in any version after 2.6. -- nosy: +brian.c

[issue7795] BaseManager of multiprocessing module throws an exception if socket.setdefaulttimeout is set

2010-01-27 Thread Brian Curtin
Brian Curtin added the comment: Duplicate of #6056. -- nosy: +brian.curtin priority: -> normal resolution: -> duplicate status: open -> closed type: crash -> behavior ___ Python tracker <http://bugs.pytho

[issue7798] document pydoc methods

2010-01-28 Thread Brian Curtin
Changes by Brian Curtin : -- priority: -> normal stage: -> needs patch versions: +Python 2.7, Python 3.1, Python 3.2 ___ Python tracker <http://bugs.python.org/

[issue4944] os.fsync() doesn't work as expect in Windows

2010-01-28 Thread Brian Curtin
Changes by Brian Curtin : -- nosy: +brian.curtin priority: -> normal stage: -> test needed ___ Python tracker <http://bugs.python.org/issue4944> ___ ___

[issue1481] test_uuid is warning about unreliable functions

2010-01-28 Thread Brian Curtin
Brian Curtin added the comment: These tests have been disabled for a little over two years now. I've run the previously disabled tests on Windows, Mac OSX, and Linux numerous times and haven't seen any instability or failures (not that it proves much). I wasn't around at t

[issue1926] NNTPS support in nntplib

2010-01-28 Thread Brian Curtin
Changes by Brian Curtin : -- stage: -> test needed versions: +Python 2.7, Python 3.2 -Python 2.6 ___ Python tracker <http://bugs.python.org/issue1926> ___ _

[issue2052] Allow changing difflib._file_template character encoding.

2010-01-28 Thread Brian Curtin
Changes by Brian Curtin : -- stage: -> test needed versions: +Python 2.6 -Python 2.5 ___ Python tracker <http://bugs.python.org/issue2052> ___ ___ Python-

[issue1927] raw_input behavior incorrect if readline not enabled

2010-01-28 Thread Brian Curtin
Changes by Brian Curtin : -- stage: -> test needed versions: -Python 2.5 ___ Python tracker <http://bugs.python.org/issue1927> ___ ___ Python-bugs-list mai

[issue1559298] test_popen fails on Windows if installed to "Program Files"

2010-01-29 Thread Brian Curtin
Brian Curtin added the comment: Florent is correct. The patch seems to fix regular popen, but popen3 sees problems. I'll see if I can fit this in and have a look. Also of note is that the other flavors of popen are not tested...at least not in Lib/test/test_popen.py or Lib/test/test_

[issue1926] NNTPS support in nntplib

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

[issue7803] setup hangs on disk space requirements

2010-01-29 Thread Brian Curtin
Brian Curtin added the comment: Dan, there seem to be a number of possible issues in your last two messages. It's not clear to me what the blinking light is. What type of computer do you have and what is the specific installer and version you tried to run? Also, what do you mean when yo

[issue7567] Messed up terminal after calling curses.initscr() twice.

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

[issue7815] Regression in unittest traceback formating extensibility

2010-01-30 Thread Brian Curtin
Changes by Brian Curtin : -- nosy: +brian.curtin, michael.foord priority: -> normal stage: -> needs patch ___ Python tracker <http://bugs.python.org/

[issue5484] subprocess.call() fails for .bat files on Windows, if executable path contains parenthesis

2010-01-30 Thread Brian Curtin
Brian Curtin added the comment: I'm not seeing the same thing Tim sees on 2.6, or 3.1 for that matter. Looks like this is still an issue. -- nosy: +brian.curtin priority: -> normal stage: -> test needed versions: +Python 2.6, Python 3.1

[issue7671] test_popen fails if path contains special char like ";"

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

[issue7824] assertion error in 2to3

2010-01-31 Thread Brian Harring
New submission from Brian Harring : Under py3.1, translation of the attached file works fine- under py3.2, goes boom however. Nothing custom in use here in terms of 2to3- there is some compatibility code in use w/in the module but that's not affecting the translator in my testing. asse

[issue7826] support caching for 2to3

2010-01-31 Thread Brian Harring
New submission from Brian Harring : Bit like unittest, right now it's rather hard to extend 2to3 for caching support (and other outputs) w/out duplicating the main function. Attached is a patch that allows the refactoring tool class to be passed in- at the very least, this patch is enou

[issue7826] support caching for 2to3

2010-01-31 Thread Brian Harring
Brian Harring added the comment: Attached is a derivative of http://pkgcore.org/trac/pkgcore/browser/ferringb/snakeoil-dev/snakeoil/caching_2to3.py As you can see in that function, some nastyness is required right now to slip it in w/out duplicating code (hence the first patch). Patch

[issue1943] improved allocation of PyUnicode objects

2010-01-31 Thread Brian Harring
Changes by Brian Harring : -- nosy: +ferringb ___ Python tracker <http://bugs.python.org/issue1943> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue7826] support caching for 2to3

2010-01-31 Thread Brian Harring
Brian Harring added the comment: @martin: Yeah... that's probably the better approach, although seperation of processes (in terms of setup.py triggering conversion) has some benefits. The reason I used process seperation and invocation of main was to protect my distutils extensions ag

[issue2454] sha and md5 fixer

2010-01-31 Thread Brian Curtin
Changes by Brian Curtin : -- components: -2to3 (2.x to 3.0 conversion tool) stage: -> patch review type: -> behavior ___ Python tracker <http://bugs.python.org/

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