summaryrefslogtreecommitdiffstats
path: root/Lib/test/output/test_extcall
Commit message (Expand)AuthorAgeFilesLines
* Undo previous checkin -- Barry fixed it better.Guido van Rossum2001-08-241-2/+0
* Update test output to match new (more informative) error message aboutGuido van Rossum2001-08-241-2/+2
* The change of type(None).__name__ from 'None' to 'NoneType' broke thisGuido van Rossum2001-08-161-2/+2
* Get rid of the superstitious "~" in dict hashing's "i = (~hash) & mask".Tim Peters2001-05-131-10/+10
* Test cases for examples of ext call error handling.Jeremy Hylton2001-04-111-0/+5
* Patch #103344: Sort dicts from extcall for easier comparison with Jython.Tim Peters2001-01-211-36/+36
* This patch makes sure that the function name always appears in the errorKa-Ping Yee2001-01-151-10/+85
* track recent change to test_extcall.pyJeremy Hylton2000-10-301-0/+4
* Ka-Ping Yee <ping@lfw.org>:Fred Drake2000-10-241-6/+6
* Two fixes for extended call syntax:Jeremy Hylton2000-03-301-0/+4
* fix previous checkinJeremy Hylton2000-03-281-0/+7
* add test cases for Greg Ewing's extended call syntax patchJeremy Hylton2000-03-281-0/+18