[Python-3000-checkins] r45583 - in python/branches/p3yk/Lib: repr.py test/test_repr.py

2006-04-20 Thread guido.van.rossum
Author: guido.van.rossum Date: Thu Apr 20 18:07:39 2006 New Revision: 45583 Modified: python/branches/p3yk/Lib/repr.py python/branches/p3yk/Lib/test/test_repr.py Log: Fix test failures for repr.py. But shouldn't we kill this module? How many pprint clones do we need? Modified: python/bran

[Python-3000-checkins] r45588 - python/branches/p3yk/Lib/xdrlib.py

2006-04-20 Thread thomas.wouters
Author: thomas.wouters Date: Fri Apr 21 00:36:57 2006 New Revision: 45588 Modified: python/branches/p3yk/Lib/xdrlib.py Log: Fix typical truedivision problem (using the result of division as an index.) Modified: python/branches/p3yk/Lib/xdrlib.py =

[Python-3000-checkins] r45589 - in python/branches/p3yk: Lib/test/test_exceptions.py Python/errors.c

2006-04-20 Thread thomas.wouters
Author: thomas.wouters Date: Fri Apr 21 00:42:37 2006 New Revision: 45589 Modified: python/branches/p3yk/Lib/test/test_exceptions.py python/branches/p3yk/Python/errors.c Log: Fix (and add test for) missing check for BaseException subclasses in the C API. Modified: python/branches/p3yk/Li