summaryrefslogtreecommitdiff
path: root/Lib/test/test_hash.py
Commit message (Expand)AuthorAgeFilesLines
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* Merged revisions 58203-58210 via svnmerge fromThomas Wouters2007-09-191-0/+9
* Merged revisions 56125-56153 via svnmerge fromGuido van Rossum2007-07-031-1/+1
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-151-3/+3
* 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