aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_call.py
Commit message (Expand)AuthorAge
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-18
* SF #904720: dict.update should take a 2-tuple sequence like dict.__init_Raymond Hettinger2004-03-04
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-01
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-23
* Change the PyUnit-based tests to use the test_main() approach. ThisFred Drake2001-09-20
* Variety of test cases for call to builtin functionsJeremy Hylton2001-05-29