Commit Graph

11 Commits

Author SHA1 Message Date
Guido van Rossum e34cdd1bc1 Fix for test_dict.py, thanks to Eduardo O Padoan. 2007-02-14 17:49:04 +00:00
Guido van Rossum 4726942ceb List of broken tests at this time. If you fix a test, please update this file. 2007-02-13 05:46:39 +00:00
Guido van Rossum d38abe9484 Get rid of empty file. 2006-08-24 19:12:58 +00:00
Guido van Rossum 389381564c Change the way __hash__ is inherited; when __eq__ or __cmp__ is overridden
but __hash__ is not, set __hash__ explicitly to None (and tp_hash to NULL).
All unit tests pass now!
2006-08-21 23:36:26 +00:00
Thomas Wouters 5431ee4a49 test_gc is no longer broken 2006-08-21 22:25:22 +00:00
Alex Martelli 2bb5f1d4c0 etree_c not broken any more. 2006-08-21 20:58:26 +00:00
Alex Martelli 0763c3f86b etree unittest not broken any more 2006-08-21 20:57:17 +00:00
Guido van Rossum fe25e236ed minidom is fixed. 2006-08-21 19:55:37 +00:00
Guido van Rossum 18a67ba0bd Fix comparing complex to non-complex numbers. 2006-08-21 18:27:07 +00:00
Neal Norwitz 4886cc331f Get rid of most of the rest of coerce (slot is still there for now). 2006-08-21 17:06:07 +00:00
Guido van Rossum e171965ea1 For posterity, here's a list of currently failing tests in py3k. 2006-08-17 22:40:02 +00:00