1. c2077b0 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
  2. b1147f5 Merged revisions 84209, 84214 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  3. 947ce58 prevent assignment to set literals by Benjamin Peterson · 15 years ago
  4. 0762788 #7092 - Silence more py3k deprecation warnings, using test_support.check_py3k_warnings() helper. by Florent Xicluna · 15 years ago
  5. ce8e33a Reverting the Revision: 77368. I committed Flox's big patch for tests by by Senthil Kumaran · 15 years ago
  6. 3ddc435 Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox by Senthil Kumaran · 15 years ago
  7. 99a5023 improve several corner cases related with argument names in parenthesis by Benjamin Peterson · 15 years ago
  8. 52c4bec give a better error message when deleting () by Benjamin Peterson · 16 years ago
  9. a5a5728 remove error checks already done in set_context() by Benjamin Peterson · 16 years ago
  10. 52b9620 fix syntax tests after formatting change by Benjamin Peterson · 16 years ago
  11. 2c98faa check for assignment to __debug__ during AST generation by Benjamin Peterson · 17 years ago
  12. 0847332 include filename and line number in SyntaxError by Benjamin Peterson · 17 years ago
  13. 175e4d9 #3219 repeated keyword arguments aren't allowed in function calls anymore by Benjamin Peterson · 17 years ago
  14. 0d4c06e Whitespace normalization. Ugh, we really need to do this more often. by Neal Norwitz · 18 years ago
  15. 77c67bd Patch #1642547: Fix an error/crash when encountering syntax errors in complex if statements. by Collin Winter · 18 years ago
  16. 21997af Fix bug #1565514, SystemError not raised on too many nested blocks. by Neal Norwitz · 19 years ago
  17. 82271f1 Fix for SF bug 1569998: break permitted inside try. by Jeremy Hylton · 19 years ago
  18. 4f096d9 Patch #1542451: disallow continue anywhere under a finally by Neal Norwitz · 19 years ago
  19. 5ef9224 Fix #1474677, non-keyword argument following keyword. by Neal Norwitz · 19 years ago
  20. 373f0a7 - Bug #1487966: Fix SystemError with conditional expression in assignment by Neal Norwitz · 19 years ago
  21. 7773671 Patch #1475845: Raise IndentationError for unexpected indent. by Martin v. Löwis · 19 years ago
  22. c960f26 Improved handling of syntax errors. by Jeremy Hylton · 19 years ago
  23. fcf4435 Improve test coverage. Hope the test_file changes work the same on windows. by Neal Norwitz · 19 years ago
  24. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  25. 42d9016 SF patch 763201: handling of SyntaxErrors in symbol table build by Jeremy Hylton · 22 years ago
  26. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  27. 05ab2e6 Fix SF bug [ 561825 ] Confusing error for "del f()" by Jeremy Hylton · 23 years ago