[issue2887] bsddb 4.6.4 needs to be ported to Python 3.0

2008-05-15 Thread Alexandre Vassalotti
New submission from Alexandre Vassalotti <[EMAIL PROTECTED]>: The recent updates to bsddb (r63207, r63210 and r63218) needs to forward-ported to the py3k branch. At first glance, here is the things that needs to be done in the test suite: - Change the import: from test_all import ...

[issue2888] pprint produces different output in 2.6 and 3.0

2008-05-15 Thread Alexandre Vassalotti
New submission from Alexandre Vassalotti <[EMAIL PROTECTED]>: The indent argument produces different output in Python 2.6 and 3.0: Python 3.0a5+ (py3k:63349:63350M, May 16 2008, 00:37:17) [GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu7)] on linux2 Type "help", "copyright", "credits" or "license" for more in

[issue2889] curses for windows (alternative patch)

2008-05-15 Thread anatoly techtonik
New submission from anatoly techtonik <[EMAIL PROTECTED]>: Make curses available on Windows by using PDCurses library. Alternative patch for issue 1005895 using current trunk. Attached .bat file is used to compile it under MinGW, but I'd be glad to know how to integrate the patch into Python bui

[issue2880] Rename repr to reprlib

2008-05-15 Thread Alexandre Vassalotti
Changes by Alexandre Vassalotti <[EMAIL PROTECTED]>: -- assignee: -> alexandre.vassalotti nosy: +alexandre.vassalotti __ Tracker <[EMAIL PROTECTED]> __ ___

[issue2889] curses for windows (alternative patch)

2008-05-15 Thread anatoly techtonik
Changes by anatoly techtonik <[EMAIL PROTECTED]>: Added file: http://bugs.python.org/file10340/curses_win_compile.bat __ Tracker <[EMAIL PROTECTED]> __

<    1   2