1. 3c317e7 Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling by Serhiy Storchaka · 8 years ago
  2. b594422 Issue #4806: Avoid masking original TypeError in call with * unpacking by Martin Panter · 9 years ago
  3. 025e9eb PEP 448: additional unpacking generalizations (closes #2292) by Benjamin Peterson · 9 years ago
  4. e109c70 give the names of missing positional or keyword-only arguments (closes #12356) by Benjamin Peterson · 13 years ago
  5. b204a42 greatly improve argument parsing error messages (closes #12265) by Benjamin Peterson · 13 years ago
  6. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  7. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  8. 88968ad only take into account positional arguments count in related error messages by Benjamin Peterson · 14 years ago
  9. afcee8b count keyword only arguments as part of the total by Benjamin Peterson · 14 years ago
  10. a567a77 Merged revisions 79205,79219,79228,79230,79232-79233,79235,79237 via svnmerge from by Benjamin Peterson · 14 years ago
  11. d76c8da Merged revisions 73623-73624 via svnmerge from by Benjamin Peterson · 15 years ago
  12. 0289b15 Merged revisions 73004,73439,73496,73509,73529,73564,73576-73577,73595-73596,73605 via svnmerge from by Benjamin Peterson · 15 years ago
  13. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  14. d79bacc Get this test to pass (UserList/UserDict no longer exist and caused a skip). by Neal Norwitz · 16 years ago
  15. b186d00 Merged revisions 61431,61433-61436,61439,61444,61449-61450,61453,61458,61465,61468,61471-61474,61480,61483-61484,61488,61495-61496,61498,61503-61504,61507,61509-61510,61515-61518 via svnmerge from by Christian Heimes · 16 years ago
  16. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 17 years ago
  17. 53dbe39 Move UserList to collections. by Raymond Hettinger · 17 years ago
  18. f80680d Migrate remaining tests from UserDict.UserDict to collections.UserDict. by Raymond Hettinger · 17 years ago
  19. 4a22b5d Patch from Georg Brandl and me for #1493 Remove unbound method objects by Christian Heimes · 17 years ago
  20. 3add4d7 Raise statement normalization in Lib/test/. by Collin Winter · 17 years ago
  21. c1f779c Merged revisions 56125-56153 via svnmerge from by Guido van Rossum · 17 years ago
  22. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  23. a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 17 years ago
  24. 221085d Change all the function attributes from func_* -> __*__. This gets rid by Neal Norwitz · 17 years ago
  25. 88fc664 * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes. by Georg Brandl · 18 years ago
  26. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  27. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  28. 8036c83 adding passing test. testing for g(*Nothing()) where Nothing is a user-defined iterator. by Samuele Pedroni · 21 years ago
  29. 40174c3 SF bug #733667: kwargs handled incorrectly by Raymond Hettinger · 21 years ago
  30. 68468eb Get rid of many apply() calls. by Guido van Rossum · 21 years ago
  31. 408b6d3 Complete the absolute import patch for the test suite. All relative by Barry Warsaw · 22 years ago
  32. 1914873 Quick and dirty fix for test_extcall failures trigged by Guido's by Barry Warsaw · 23 years ago
  33. 2f228e7 Get rid of the superstitious "~" in dict hashing's "i = (~hash) & mask". by Tim Peters · 23 years ago
  34. 6912d4d Generalize tuple() to work nicely with iterators. by Tim Peters · 23 years ago
  35. ceccc3c Test cases for examples of ext call error handling. by Jeremy Hylton · 23 years ago
  36. fc170b1 String method conversion. by Eric S. Raymond · 24 years ago
  37. 08dabf0 Patch #103344: Sort dicts from extcall for easier comparison with Jython. by Tim Peters · 24 years ago
  38. f785042 a bold attempt to fix things broken by MAL's verify patch: import by Fredrik Lundh · 24 years ago
  39. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 24 years ago
  40. 2057970 This patch makes sure that the function name always appears in the error by Ka-Ping Yee · 24 years ago
  41. 1a7aab7 When a PyCFunction that takes only positional parameters is called with by Fred Drake · 24 years ago
  42. 6b4ec51 Fix for SF bug #117241 by Jeremy Hylton · 24 years ago
  43. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  44. 5ff2ac2 Break a cycle created in the saboteur() function. by Vladimir Marangozov · 24 years ago
  45. 4b49101 Don't be so strict in checking AttributeError -- the error message by Guido van Rossum · 24 years ago
  46. 074c3e6 Two fixes for extended call syntax: by Jeremy Hylton · 24 years ago
  47. 003663d fix previous checkin by Jeremy Hylton · 24 years ago
  48. aed0d8d add test cases for Greg Ewing's extended call syntax patch by Jeremy Hylton · 24 years ago