[ python-Bugs-1675511 ] Python still uses broken -xcode option on Solaris/x86

2007-03-12 Thread SourceForge.net
Bugs item #1675511, was opened at 2007-03-07 15:54 Message generated for change (Comment added) made by jlick You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=105470aid=1675511group_id=5470 Please note that this message will contain a full copy of the comment thread,

[ python-Bugs-1678380 ] 0.0 and -0.0 identified, with surprising results

2007-03-12 Thread SourceForge.net
Bugs item #1678380, was opened at 2007-03-11 18:16 Message generated for change (Comment added) made by loewis You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=105470aid=1678380group_id=5470 Please note that this message will contain a full copy of the comment

[ python-Bugs-1659171 ] Calling tparm from extension lib fails in Python 2.5

2007-03-12 Thread SourceForge.net
Bugs item #1659171, was opened at 2007-02-13 18:27 Message generated for change (Comment added) made by richyk You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=105470aid=1659171group_id=5470 Please note that this message will contain a full copy of the comment

Re: sys.settrace closure interaction bug

2007-03-12 Thread Jeremy Hylton
Can you file a bug report for this? I'm guessing that the trace code has some bad interaction with LOAD_LOCALS, such that a free variable passed through the class gets treated as local instead. I can reproduce this problem in Python 2.4, so it's a long-standing bug. Also, as a matter of

TypeError: decoding Unicode is not supported

2007-03-12 Thread 放茗 谈
later after some small revisions, it comes here: Traceback (most recent call last): File C:\BitTornado-0.3.15\BitTornado-CVS\btdownloadgui.py, line 2349, in _next savedas = dow.saveAs(choosefile,d.newpath) File C:\BitTornado-0.3.15\BitTornado-CVS\BitTornado\download_bt1.py, line

UnicodeDecodeError problem when run BitTorrent module

2007-03-12 Thread 放茗 谈
hello guys, i have a problem that when i compile one of bittornado source file named:btdownloadgui.py and i get such a error message: Code: [Download] BitTorrent T-0.3.15 (BitTornado) OS: win32 Python version: 2.4.3 (#69, Mar 29 2006, 17:35:34) [MSC v.1310 32 bit

difflib.SequenceMatcher fails for larger strings

2007-03-12 Thread Thomas
I'm trying to write a program to test a persons typing speed and show them their mistakes. However I'm getting weird results when looking for the differences in longer strings: import difflib a =

Python 2.5, missing KERNEL32.DLL, Win95B

2007-03-12 Thread John Collins
Hello all, Total newbie: Installed Python 2.5 onto a Win 95 4.00.950B O/S. (BTW, fixed CTL3D32.DLL, it was the wrong one!) I'm getting this error message every time I attempt to start Python: The PYTHON25.DLL file is linked to missing export KERNEL32.DLL:GetFileAttributesExA. Helup! Many

[ python-Bugs-1590744 ] mail message parsing glitch

2007-03-12 Thread SourceForge.net
Bugs item #1590744, was opened at 2006-11-05 04:21 Message generated for change (Comment added) made by bwarsaw You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=105470aid=1590744group_id=5470 Please note that this message will contain a full copy of the comment

[ python-Bugs-1678647 ] Weird behavior Exception with unicode string

2007-03-12 Thread SourceForge.net
Bugs item #1678647, was opened at 2007-03-11 21:20 Message generated for change (Comment added) made by llucax You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=105470aid=1678647group_id=5470 Please note that this message will contain a full copy of the comment

[ python-Bugs-1678647 ] Weird behavior Exception with unicode string

2007-03-12 Thread SourceForge.net
Bugs item #1678647, was opened at 2007-03-12 00:20 Message generated for change (Comment added) made by gbrandl You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=105470aid=1678647group_id=5470 Please note that this message will contain a full copy of the comment

[ python-Bugs-1678380 ] 0.0 and -0.0 identified, with surprising results

2007-03-12 Thread SourceForge.net
Bugs item #1678380, was opened at 2007-03-11 10:16 Message generated for change (Comment added) made by aleax You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=105470aid=1678380group_id=5470 Please note that this message will contain a full copy of the comment thread,

[ python-Bugs-1678647 ] Weird behavior Exception with unicode string

2007-03-12 Thread SourceForge.net
Bugs item #1678647, was opened at 2007-03-12 00:20 Message generated for change (Comment added) made by gbrandl You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=105470aid=1678647group_id=5470 Please note that this message will contain a full copy of the comment

[ python-Bugs-1678647 ] Weird behavior Exception with unicode string

2007-03-12 Thread SourceForge.net
Bugs item #1678647, was opened at 2007-03-11 21:20 Message generated for change (Comment added) made by llucax You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=105470aid=1678647group_id=5470 Please note that this message will contain a full copy of the comment

[ python-Bugs-742342 ] Python crashes if recursively reloading modules

2007-03-12 Thread SourceForge.net
Bugs item #742342, was opened at 2003-05-23 10:03 Message generated for change (Comment added) made by collinwinter You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=105470aid=742342group_id=5470 Please note that this message will contain a full copy of the comment

[ python-Bugs-1628987 ] inspect trouble when source file changes

2007-03-12 Thread SourceForge.net
Bugs item #1628987, was opened at 2007-01-05 13:43 Message generated for change (Settings changed) made by collinwinter You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=105470aid=1628987group_id=5470 Please note that this message will contain a full copy of the

[ python-Feature Requests-1673203 ] add identity function

2007-03-12 Thread SourceForge.net
Feature Requests item #1673203, was opened at 2007-03-03 16:21 Message generated for change (Comment added) made by josiahcarlson You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=355470aid=1673203group_id=5470 Please note that this message will contain a full copy of

[ python-Bugs-1630844 ] fnmatch.translate undocumented

2007-03-12 Thread SourceForge.net
Bugs item #1630844, was opened at 2007-01-08 20:29 Message generated for change (Comment added) made by sonderblade You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=105470aid=1630844group_id=5470 Please note that this message will contain a full copy of the comment

[ python-Bugs-1667877 ] Install fails with no error

2007-03-12 Thread SourceForge.net
Bugs item #1667877, was opened at 2007-02-24 08:10 Message generated for change (Comment added) made by sf-robot You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=105470aid=1667877group_id=5470 Please note that this message will contain a full copy of the comment

[ python-Bugs-1679498 ] Lib/io.py open uses unset bs

2007-03-12 Thread SourceForge.net
Bugs item #1679498, was opened at 2007-03-12 22:28 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=105470aid=1679498group_id=5470 Please note that this message will contain a full copy of

[ python-Bugs-1659171 ] Calling tparm from extension lib fails in Python 2.5

2007-03-12 Thread SourceForge.net
Bugs item #1659171, was opened at 2007-02-13 09:27 Message generated for change (Comment added) made by nnorwitz You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=105470aid=1659171group_id=5470 Please note that this message will contain a full copy of the comment

[ python-Bugs-1675511 ] Python still uses broken -xcode option on Solaris/x86

2007-03-12 Thread SourceForge.net
Bugs item #1675511, was opened at 2007-03-07 08:54 Message generated for change (Comment added) made by loewis You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=105470aid=1675511group_id=5470 Please note that this message will contain a full copy of the comment

[ python-Bugs-1675511 ] Python still uses broken -xcode option on Solaris/x86

2007-03-12 Thread SourceForge.net
Bugs item #1675511, was opened at 2007-03-07 15:54 Message generated for change (Comment added) made by jlick You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=105470aid=1675511group_id=5470 Please note that this message will contain a full copy of the comment thread,