1. 8036c83 adding passing test. testing for g(*Nothing()) where Nothing is a user-defined iterator. by Samuele Pedroni · 20 years ago
  2. 40174c3 SF bug #733667: kwargs handled incorrectly by Raymond Hettinger · 21 years ago
  3. 68468eb Get rid of many apply() calls. by Guido van Rossum · 21 years ago
  4. 408b6d3 Complete the absolute import patch for the test suite. All relative by Barry Warsaw · 22 years ago
  5. 1914873 Quick and dirty fix for test_extcall failures trigged by Guido's by Barry Warsaw · 23 years ago
  6. 2f228e7 Get rid of the superstitious "~" in dict hashing's "i = (~hash) & mask". by Tim Peters · 23 years ago
  7. 6912d4d Generalize tuple() to work nicely with iterators. by Tim Peters · 23 years ago
  8. ceccc3c Test cases for examples of ext call error handling. by Jeremy Hylton · 23 years ago
  9. fc170b1 String method conversion. by Eric S. Raymond · 23 years ago
  10. 08dabf0 Patch #103344: Sort dicts from extcall for easier comparison with Jython. by Tim Peters · 23 years ago
  11. f785042 a bold attempt to fix things broken by MAL's verify patch: import by Fredrik Lundh · 24 years ago
  12. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 24 years ago
  13. 2057970 This patch makes sure that the function name always appears in the error by Ka-Ping Yee · 24 years ago
  14. 1a7aab7 When a PyCFunction that takes only positional parameters is called with by Fred Drake · 24 years ago
  15. 6b4ec51 Fix for SF bug #117241 by Jeremy Hylton · 24 years ago
  16. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  17. 5ff2ac2 Break a cycle created in the saboteur() function. by Vladimir Marangozov · 24 years ago
  18. 4b49101 Don't be so strict in checking AttributeError -- the error message by Guido van Rossum · 24 years ago
  19. 074c3e6 Two fixes for extended call syntax: by Jeremy Hylton · 24 years ago
  20. 003663d fix previous checkin by Jeremy Hylton · 24 years ago
  21. aed0d8d add test cases for Greg Ewing's extended call syntax patch by Jeremy Hylton · 24 years ago