1. 5bb8b91 Issue #18896: Python function can now have more than 255 parameters. by Serhiy Storchaka · 8 years ago
  2. 38c707e Issue #21741: Update 147 test modules to use test discovery. by Zachary Ware · 9 years ago
  3. 8f8ec92 Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 11 years ago
  4. b992a0e Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 11 years ago
  5. 04a2955 #17032: The "global" in the "NameError: global name 'x' is not defined" error message has been removed. Patch by Ram Rachum. by Ezio Melotti · 11 years ago
  6. 419d9a8 evaluate lambda keyword-only defaults after positional defaults (#16967 again) by Benjamin Peterson · 11 years ago
  7. 1ef876c evaluate positional defaults before keyword-only defaults (closes #16967) by Benjamin Peterson · 11 years ago
  8. 2a1fdc4 merge 3.2 (#14607) by Benjamin Peterson · 12 years ago
  9. 32c59b6 mangle keyword-only argname when loading defaults (closes #14607) by Benjamin Peterson · 12 years ago
  10. 9028a10 Issue #13343: Fix a SystemError when a lambda expression uses a global by Amaury Forgeot d'Arc · 13 years ago
  11. 97c1bef Issue #13343: Fix a SystemError when a lambda expression uses a global by Amaury Forgeot d'Arc · 13 years ago
  12. b204a42 greatly improve argument parsing error messages (closes #12265) by Benjamin Peterson · 13 years ago
  13. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  14. 88968ad only take into account positional arguments count in related error messages by Benjamin Peterson · 14 years ago
  15. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  16. 2d735bc allow keyword args after *args in a function call by Benjamin Peterson · 16 years ago
  17. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  18. 40d3a67 Issue #1573, second attempt: "def f(*, **kw)" now raises a SyntaxError. by Amaury Forgeot d'Arc · 17 years ago
  19. eda9e2b Added another test case for kwonly methods by Christian Heimes · 17 years ago
  20. 0da5bd6 Added two tests for f(*, **kw) syntax by Christian Heimes · 17 years ago
  21. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  22. 221085d Change all the function attributes from func_* -> __*__. This gets rid by Neal Norwitz · 17 years ago
  23. dfc9d4f Unit tests for PEP 3102, by Jiwon Seo. Forgot to add these earlier. by Guido van Rossum · 18 years ago