[issue1651995] sgmllib _convert_ref UnicodeDecodeError exception, new in 2.5

2007-11-01 Thread Ali Polatel
Changes by Ali Polatel: -- nosy: +hawking _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1651995> _ ___ Python-bugs-list mailing list Unsubs

[issue756093] complex pow() crash on Alpha

2008-05-25 Thread Ali Polatel
Ali Polatel <[EMAIL PROTECTED]> added the comment: Probably related to this. test_pow fails on alpha with both 2.4.4 and 2.5.2. test test_pow failed -- Traceback (most recent call last): File "/var/tmp/portage/dev-lang/python-2.4.4-r9/work/Python-2.4.4/Lib/test/test_pow.py&quo

[issue3563] fix_idioms.py generates bad code

2008-08-16 Thread Ali Polatel
New submission from Ali Polatel <[EMAIL PROTECTED]>: fix_idioms.py generates bad code for conversions in try/except blocks. Example: s=(1, 2, 3) try: t = list(s) t.sort() except TypeError: pass fix_idioms.py generates this diff: --- test.py (original) +++ test.py (refa

[issue3678] Ignored LDFLAGS during linking libpython$(VERSION).so

2008-08-29 Thread Ali Polatel
Changes by Ali Polatel <[EMAIL PROTECTED]>: -- nosy: +hawking ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3678> ___ ___ Python