summaryrefslogtreecommitdiff
path: root/Lib/test/test_call.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-36907: fix refcount bug in _PyStack_UnpackDict() (GH-13381) (GH-13493)Jeroen Demeyer2019-05-221-0/+17
* bpo-34320: Fix dict(o) didn't copy order of dict subclass (GH-8624)Miss Islington (bot)2018-09-251-0/+17
* bpo-31229: Fixed wrong error messages when too many keyword arguments are rec...Oren Milman2017-08-231-0/+21
* bpo-30878: Fix error message when keyword arguments are passed (#2635)Sylvain2017-07-091-0/+8
* bpo-20627: Fix error message when keyword arguments are used (#2115)Sylvain2017-06-151-0/+26
* bpo-30600: Fix error messages (condition order in Argument Clinic) (#2051)Sylvain2017-06-101-0/+12
* Fix regression in error message introduced in bpo-29951. (#2028)Serhiy Storchaka2017-06-091-0/+4
* bpo-30524: Write unit tests for FASTCALL (#2022)Victor Stinner2017-06-091-0/+175
* bpo-30534: Fixed error messages when pass keyword arguments (#1901)Serhiy Storchaka2017-06-061-3/+57
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-6/+1
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-181-9/+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