[Python-3000-checkins] r55847 - in python/branches/p3yk/Lib: abc.py collections.py test/test_collections.py

2007-06-09 Thread guido.van.rossum
Author: guido.van.rossum Date: Sat Jun 9 17:28:06 2007 New Revision: 55847 Modified: python/branches/p3yk/Lib/abc.py python/branches/p3yk/Lib/collections.py python/branches/p3yk/Lib/test/test_collections.py Log: Different way to do one trick ponies, allowing registration (per PEP strawma

[Python-3000-checkins] r55848 - python/branches/py3k-struni/Lib/test/test_format.py

2007-06-09 Thread walter.doerwald
Author: walter.doerwald Date: Sat Jun 9 18:13:23 2007 New Revision: 55848 Modified: python/branches/py3k-struni/Lib/test/test_format.py Log: Adapt to new exception message. Simplify formatting (use "%r" % x instead of "%s" % repr(x)). Modified: python/branches/py3k-struni/Lib/test/test_form

[Python-3000-checkins] r55849 - in python/branches/p3yk/Lib: collections.py test/test_collections.py

2007-06-09 Thread guido.van.rossum
Author: guido.van.rossum Date: Sun Jun 10 03:06:38 2007 New Revision: 55849 Modified: python/branches/p3yk/Lib/collections.py python/branches/p3yk/Lib/test/test_collections.py Log: Make sure that the magic looking for __hash__ (etc.) doesn't apply to real subclasses of Hashable. Modified:

[Python-3000-checkins] Python Regression Test Failures refleak (1)

2007-06-09 Thread Neal Norwitz
test_collections leaked [23, 23, 24] references, sum=70 ___ Python-3000-checkins mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000-checkins