summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_extcall.py
Commit message (Expand)AuthorAgeFilesLines
...
* When a PyCFunction that takes only positional parameters is called withFred Drake2001-01-041-1/+11
* Fix for SF bug #117241Jeremy Hylton2000-10-301-0/+18
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-6/+6
* 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
* Two fixes for extended call syntax:Jeremy Hylton2000-03-301-0/+44
* fix previous checkinJeremy Hylton2000-03-281-1/+1
* add test cases for Greg Ewing's extended call syntax patchJeremy Hylton2000-03-281-0/+99