summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_extcall.py
Commit message (Expand)AuthorAgeFilesLines
* Patch #103344: Sort dicts from extcall for easier comparison with Jython.Tim Peters2001-01-211-5/+13
* a bold attempt to fix things broken by MAL's verify patch: importFredrik Lundh2001-01-171-2/+1
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-171-3/+4
* This patch makes sure that the function name always appears in the errorKa-Ping Yee2001-01-151-0/+30
* 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