summaryrefslogtreecommitdiff
path: root/Lib/test/test_richcmp.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #25210: Add some basic tests for the new exception messageBerker Peksag2015-10-221-0/+25
* Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.Yury Selivanov2015-07-031-12/+12
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-4/+1
* Issue #10990: Prevent tests from clobbering a set trace function.Brett Cannon2011-02-211-0/+1
* Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,...Georg Brandl2010-03-141-6/+6
* Merged revisions 78249 via svnmerge fromEzio Melotti2010-02-201-3/+0
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-9/+9
* remove some more references to __cmp__ #1717Benjamin Peterson2008-10-161-2/+0
* Manual forward port of 64962 - use PyObject_HashNotImplemented as a tp_hash l...Nick Coghlan2008-07-151-62/+2
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-5/+5
* Move UserList to collections.Raymond Hettinger2008-02-121-1/+1
* Merged revisions 59565-59594 via svnmerge fromChristian Heimes2007-12-241-1/+61
* Raise statement normalization in Lib/test/.Collin Winter2007-08-291-9/+9
* Patch by Christian Heimes to change self.assert_(x == y) intoGuido van Rossum2007-07-111-3/+3
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-4/+4
* Some more test now pass.Guido van Rossum2007-02-151-1/+1
* - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;Guido van Rossum2007-02-111-2/+2
* - patch #1600346 submitted by Tomer FilibaJack Diederich2006-11-281-4/+4
* Must 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