1. 828f04a Issue #1066: implement PEP 3109, 2/3 of PEP 3134. by Collin Winter · 18 years ago
  2. 33d2689 Merged revisions 56492-56752 via svnmerge from by Guido van Rossum · 18 years ago
  3. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 18 years ago
  4. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 18 years ago
  5. 4138bfe Don't crash when nonlocal is used at module level (fixes SF#1705365) by Nick Coghlan · 18 years ago
  6. 650f0d0 Hide list comp variables and support set comprehensions by Nick Coghlan · 18 years ago
  7. 81e9502 Provisional implementation of PEP 3104. by Jeremy Hylton · 18 years ago
  8. 88fc664 * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes. by Georg Brandl · 18 years ago
  9. 7131f84 Fix a bunch of doctests with the -d option of refactor.py. by Guido van Rossum · 18 years ago
  10. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 19 years ago
  11. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 19 years ago
  12. 8933cb4 Change test of assignment of backticked expression to be an "invalid syntax" by Brett Cannon · 19 years ago
  13. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 19 years ago
  14. c960f26 Improved handling of syntax errors. by Jeremy Hylton · 20 years ago
  15. fcf4435 Improve test coverage. Hope the test_file changes work the same on windows. by Neal Norwitz · 20 years ago
  16. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  17. 42d9016 SF patch 763201: handling of SyntaxErrors in symbol table build by Jeremy Hylton · 22 years ago
  18. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  19. 05ab2e6 Fix SF bug [ 561825 ] Confusing error for "del f()" by Jeremy Hylton · 23 years ago