summaryrefslogtreecommitdiff
path: root/Lib/test/test_richcmp.py
Commit message (Expand)AuthorAgeFilesLines
* #7092 - Silence more py3k deprecation warnings, using test_support.check_py3k...Florent Xicluna2010-03-211-1/+6
* Remove e assertIs definitions and use correct assert* methods.Ezio Melotti2010-02-201-3/+0
* Fix various missing import/unbound name errors.Georg Brandl2010-02-061-7/+7
* Reverting the Revision: 77368. I committed Flox's big patch for tests bySenthil Kumaran2010-01-081-8/+1
* Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ...Senthil Kumaran2010-01-081-1/+8
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-12/+12
* Issue 2235: __hash__ is once again inherited by default, but inheritance can ...Nick Coghlan2008-07-151-63/+2
* Patch #1549 by Thomas Herve.Guido van Rossum2007-12-191-1/+61
* Exceptions should inherit from Exception now.Neal Norwitz2006-03-241-2/+2
* patch [ 1141428 ] more __contains__ testsGeorg Brandl2005-08-241-2/+2
* Deleting cyclic object comparison.Armin Rigo2003-10-281-42/+21
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-011-1/+1
* Port test_richcmp.py to PyUnit. From SF patch #662807 which additionalWalter Dörwald2003-04-291-179/+276
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* SF patch #421922: Implement rich comparison for dicts.Tim Peters2001-05-081-0/+28
* Whitespace normalization.Tim Peters2001-01-191-1/+1
* Since I'm about to check in a change to the recursion-detection codeGuido van Rossum2001-01-181-17/+10
* Add test for comparing recursive data types.Guido van Rossum2001-01-181-1/+42
* Add test for misbehaving rich comparisons (always returning 0) --Guido van Rossum2001-01-181-1/+23
* Rich comparison testsGuido van Rossum2001-01-181-0/+177