aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_extcall.py
Commit message (Expand)AuthorAge
* Complete the absolute import patch for the test suite. All relativeBarry Warsaw2002-07-30
* Quick and dirty fix for test_extcall failures trigged by Guido'sBarry Warsaw2001-08-24
* Get rid of the superstitious "~" in dict hashing's "i = (~hash) & mask".Tim Peters2001-05-13
* Generalize tuple() to work nicely with iterators.Tim Peters2001-05-05
* Test cases for examples of ext call error handling.Jeremy Hylton2001-04-11
* String method conversion.Eric S. Raymond2001-02-09
* Patch #103344: Sort dicts from extcall for easier comparison with Jython.Tim Peters2001-01-21
* a bold attempt to fix things broken by MAL's verify patch: importFredrik Lundh2001-01-17
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-17
* This patch makes sure that the function name always appears in the errorKa-Ping Yee2001-01-15
* When a PyCFunction that takes only positional parameters is called withFred Drake2001-01-04
* Fix for SF bug #117241Jeremy Hylton2000-10-30
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-23
* Break a cycle created in the saboteur() function.Vladimir Marangozov2000-07-15
* Don't be so strict in checking AttributeError -- the error messageGuido van Rossum2000-04-10
* Two fixes for extended call syntax:Jeremy Hylton2000-03-30
* fix previous checkinJeremy Hylton2000-03-28
* add test cases for Greg Ewing's extended call syntax patchJeremy Hylton2000-03-28