summaryrefslogtreecommitdiff
path: root/Lib/test/test_hash.py
Commit message (Expand)AuthorAgeFilesLines
* use assert[Not]IsInstance where appropriateEzio Melotti2010-01-241-2/+2
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-1/+1
* Add an extra test for long <-> float hash equivalence.Mark Dickinson2009-01-311-0/+1
* Issue #4701: implicitly call PyType_Ready from PyObject_HashNick Coghlan2008-12-301-1/+24
* Issue 2235: Py3k warnings are now emitted for classes that will no longer inh...Nick Coghlan2008-08-111-14/+10
* Issue 2235: __hash__ is once again inherited by default, but inheritance can ...Nick Coghlan2008-07-151-1/+78
* Issue #1772851. Alters long.__hash__ from being *almost* completelyFacundo Batista2007-09-191-0/+11
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-1/+1
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Change the PyUnit-based tests to use the test_main() approach. ThisFred Drake2001-09-201-1/+6
* Update a comment.Fred Drake2001-05-181-2/+2
* Simple conversion to PyUnit.Fred Drake2001-05-181-11/+19
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-9/+6
* This patch addresses two main issues: (1) There exist some non-fatalFred Drake2000-06-291-0/+26