summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_extcall.py
Commit message (Collapse)AuthorAgeFilesLines
* Break a cycle created in the saboteur() function.Vladimir Marangozov2000-07-151-2/+5
|
* Don't be so strict in checking AttributeError -- the error messageGuido van Rossum2000-04-101-2/+2
| | | | recently changed.
* Two fixes for extended call syntax:Jeremy Hylton2000-03-301-0/+44
| | | | | | | If a non-tuple sequence is passed as the *arg, convert it to a tuple before checking its length. If named keyword arguments are used in combination with **kwargs, make a copy of kwargs before inserting the new keys.
* fix previous checkinJeremy Hylton2000-03-281-1/+1
|
* add test cases for Greg Ewing's extended call syntax patchJeremy Hylton2000-03-281-0/+99