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