[issue1463043] test_minidom.py fails for Python-2.4.3 on SUSE 9.3

2009-03-29 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> behavior versions: +Python 2.6 ___ Python tracker ___ ___ Python-bugs-

[issue1506122] Add "compose" function to the functools

2009-03-29 Thread Daniel Diniz
Changes by Daniel Diniz : -- versions: +Python 2.7, Python 3.1 -Python 2.6 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue1508864] threading.Timer/timeouts break on change of win32 local time

2009-03-29 Thread Daniel Diniz
Changes by Daniel Diniz : -- keywords: +patch stage: -> test needed type: -> behavior versions: +Python 2.6, Python 3.0 ___ Python tracker ___ ___

[issue1509060] Interrupt/kill threads w/exception

2009-03-29 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed versions: +Python 2.7, Python 3.1 ___ Python tracker ___ ___ Python-bugs-list ma

[issue1512124] OSX: debugger hangs IDLE

2009-03-29 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.5 ___ Python tracker ___ ___

[issue1512163] mailbox (2.5b1): locking doesn't work (esp. on FreeBSD)

2009-03-29 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Documentation stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.5 ___ Python tracker ___ _

[issue1509798] replace dist/src/Tools/scripts/which.py with tmick's which

2009-03-29 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Demos and Tools -None stage: -> test needed versions: +Python 2.7, Python 3.1 ___ Python tracker ___

[issue2755] IDLE ignores module change before restart

2009-03-29 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- resolution: -> invalid status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue1533105] NetBSD build with --with-pydebug causes SIGSEGV

2009-03-29 Thread Hirokazu Yamamoto
Hirokazu Yamamoto added the comment: It seems not happening on VC6. Stack size modification was checked in r65663 to workaround this issue, but SEGV doesn't occur even if I reverted this change on working copy. But when I lowered stack size of python_d.exe too much, SEGV occurred. Please ask or

[issue1583863] __str__ cannot be overridden on unicode-derived classes

2009-03-29 Thread Daniel Diniz
Daniel Diniz added the comment: Confirmed in trunk. -- components: +Unicode nosy: +ajaksu2, haypo stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.5 ___ Python tracker __

[issue1571878] Improvements to socket module exceptions

2009-03-29 Thread Daniel Diniz
Changes by Daniel Diniz : -- keywords: +patch stage: -> test needed versions: +Python 2.7, Python 3.1 ___ Python tracker ___ ___ Py

[issue1560032] confusing error msg from random.randint

2009-03-29 Thread Daniel Diniz
Daniel Diniz added the comment: Paul, I meant no disrespect, but it seemed to me not even you wanted it fixed (as you never replied to Georg's comment). I stated I'd close this issue unless someone wanted it fixed. I'm reopening it, as you do want it fixed :) FWIW and IMHO, I don't see much im

[issue1527597] New module: miniconf

2009-03-29 Thread S.Fourmanoit
S.Fourmanoit added the comment: Daniel, I see many people relying on print() and exec() to basically perform the same task miniconf does: dumping and loading groups of parameters in a human-readable, 100% pythonic form. Look in the wild: http://www.google.com/search?q=exec+filetype:py I thin

[issue5482] RFC: improve distutils bdist_rpm so it builds pure python modules as single packages that works across architectures

2009-03-29 Thread David Fraser
Changes by David Fraser : -- nosy: +davidfraser ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue1558802] Tru64 make install failure

2009-03-29 Thread Ralf W. Grosse-Kunstleve
Ralf W. Grosse-Kunstleve added the comment: It is no longer a problem for me. As of last fall, we don't have any Tru64 machines anymore. -- ___ Python tracker ___

[issue4630] IDLE no longer respects .Xdefaults insertOffTime

2009-03-29 Thread Mark Summerfield
Mark Summerfield added the comment: I think a checkbox would be better: [X] Blinking cursor or [X] Cursor blink but if you use radio buttons you could have: Cursor blink (*) On ( ) Off -- ___ Python tracker ___

<    1   2   3