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
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
=
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