summaryrefslogtreecommitdiff
path: root/Lib/test/test_call.py
Commit message (Expand)AuthorAgeFilesLines
* #7092 - Silence more py3k deprecation warnings, using test_support.check_py3k...Florent Xicluna2010-03-211-3/+6
* Reverting the Revision: 77368. I committed Flox's big patch for tests bySenthil Kumaran2010-01-081-9/+3
* Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ...Senthil Kumaran2010-01-081-3/+9
* SF #904720: dict.update should take a 2-tuple sequence like dict.__init_Raymond Hettinger2004-03-041-9/+9
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-011-2/+2
* 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/+7
* Variety of test cases for call to builtin functionsJeremy Hylton2001-05-291-0/+125