[issue3187] os.listdir can return byte strings

2008-09-26 Thread Benjamin Peterson
Changes by Benjamin Peterson <[EMAIL PROTECTED]>: Removed file: http://bugs.python.org/file11629/force_unicode.patch ___ Python tracker <[EMAIL PROTECTED]> ___

[issue3187] os.listdir can return byte strings

2008-09-26 Thread Benjamin Peterson
Changes by Benjamin Peterson <[EMAIL PROTECTED]>: Added file: http://bugs.python.org/file11630/force_unicode.patch ___ Python tracker <[EMAIL PROTECTED]> ___ __

[issue3187] os.listdir can return byte strings

2008-09-26 Thread Guido van Rossum
Guido van Rossum <[EMAIL PROTECTED]> added the comment: On Fri, Sep 26, 2008 at 5:47 PM, Benjamin Peterson <[EMAIL PROTECTED]> wrote: > Ok. Here's another possibility. It adds another optional parameter to > listdir. If False, bytes strings can be returned. Otherwise, the > UnicodeDecodeError is

[issue3187] os.listdir can return byte strings

2008-09-26 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: Does that mean that the right thing to do is raise decoding errors when unicode is given and fix the path modules so they can use bytes? ___ Python tracker <[EMAIL PROTECTED]>

[issue3892] bsddb: test01_basic_replication fails on Windows sometimes

2008-09-26 Thread Jesús Cea Avión
Jesús Cea Avión <[EMAIL PROTECTED]> added the comment: I need some MS Windows user able to replicate this issue locally (not in the buildbot). Oracle people need to do some test and I would like to avoid to mess with builtbots. Please, help!. ___ Python track

[issue3939] Patch to implement a real ftplib test suite

2008-09-26 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: Excellent! Barry gave me permission to put this in 2.6, so I'll do so soon. -- versions: +Python 2.6 -Python 2.7 ___ Python tracker <[EMAIL PROTECTED]> ___

[issue3358] 2to3 Iterative Wildcard Matching

2008-09-26 Thread Nick Edds
Nick Edds <[EMAIL PROTECTED]> added the comment: What do you think would be the best way to implement a test for this? To test it, I ran it on a known file that caused the old recursive method to fail, but I don't know if it makes sense to include that with the tests. I could always write a test

[issue2876] Write UserDict fixer for 2to3

2008-09-26 Thread Nick Edds
Nick Edds <[EMAIL PROTECTED]> added the comment: I have the functionality for this working, and will post it tomorrow when I complete its test suite. ___ Python tracker <[EMAIL PROTECTED]>

[issue3358] 2to3 Iterative Wildcard Matching

2008-09-26 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: On Fri, Sep 26, 2008 at 9:24 PM, Nick Edds <[EMAIL PROTECTED]> wrote: > > Nick Edds <[EMAIL PROTECTED]> added the comment: > > What do you think would be the best way to implement a test for this? To > test it, I ran it on a known file that

[issue3939] Patch to implement a real ftplib test suite

2008-09-26 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: Commited in r66634. -- resolution: -> accepted status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> ___ _

[issue3770] test_multiprocessing fails on systems with HAVE_SEM_OPEN=0

2008-09-26 Thread Nick Coghlan
Nick Coghlan <[EMAIL PROTECTED]> added the comment: Looking at mp.synchronize, the whole module really does depend on a working _multiprocessing.SemLock instance. If these platforms don't have a native semaphore implementation, what is their basic inter-process synchronisation primitive? Once th

[issue3947] configure --with-threads on cygwin => crash on thread related tests

2008-09-26 Thread Hirokazu Yamamoto
Hirokazu Yamamoto <[EMAIL PROTECTED]> added the comment: That workaround leaves unused function warning. This patch is revised patch. -- keywords: +needs review, patch Added file: http://bugs.python.org/file11631/disable_setup_ssl_threads_on_cygwin.patch ___

<    1   2