1. 9028a10 Issue #13343: Fix a SystemError when a lambda expression uses a global by Amaury Forgeot d'Arc · 13 years ago
  2. 97c1bef Issue #13343: Fix a SystemError when a lambda expression uses a global by Amaury Forgeot d'Arc · 13 years ago
  3. b204a42 greatly improve argument parsing error messages (closes #12265) by Benjamin Peterson · 13 years ago
  4. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  5. 88968ad only take into account positional arguments count in related error messages by Benjamin Peterson · 14 years ago
  6. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  7. 2d735bc allow keyword args after *args in a function call by Benjamin Peterson · 16 years ago
  8. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  9. 40d3a67 Issue #1573, second attempt: "def f(*, **kw)" now raises a SyntaxError. by Amaury Forgeot d'Arc · 17 years ago
  10. eda9e2b Added another test case for kwonly methods by Christian Heimes · 17 years ago
  11. 0da5bd6 Added two tests for f(*, **kw) syntax by Christian Heimes · 17 years ago
  12. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  13. 221085d Change all the function attributes from func_* -> __*__. This gets rid by Neal Norwitz · 17 years ago
  14. dfc9d4f Unit tests for PEP 3102, by Jiwon Seo. Forgot to add these earlier. by Guido van Rossum · 18 years ago