1. 62f8bcb merge 3.1 by Benjamin Peterson · 13 years ago
  2. bd3e362 make assigning to a bytes literal a syntax error (closes #11506) by Benjamin Peterson · 13 years ago
  3. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  4. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  5. ba117ef #4617: Previously it was illegal to delete a name from the local by Amaury Forgeot d'Arc · 14 years ago
  6. fe7b405 The "if 1": trick seems cleaner that the one with regular expressions. by Amaury Forgeot d'Arc · 14 years ago
  7. 7235633 The 3.1 compiler don't check for keyword assignments in all places. by Amaury Forgeot d'Arc · 14 years ago
  8. a1e5c69 Merged revisions 84214 via svnmerge from by Amaury Forgeot d'Arc · 14 years ago
  9. 12844e6 Add tests for r84209 (crashes in the Ast builder) by Amaury Forgeot d'Arc · 14 years ago
  10. 1b1a1a4 Merged revisions 82189 via svnmerge from by Benjamin Peterson · 14 years ago
  11. 78565b2 Merged revisions 73376,73393,73398,73400,73404-73405,73409,73419-73421,73432,73457,73460,73485-73486,73488-73489,73501-73502,73513-73514 via svnmerge from by Benjamin Peterson · 15 years ago
  12. 87c8d87 Merged revisions 73196,73278-73280,73299,73308,73312-73313,73317-73318,73321,73324,73331,73335,73340,73363 via svnmerge from by Benjamin Peterson · 15 years ago
  13. 07a1f94 Merged revisions 64622 via svnmerge from by Benjamin Peterson · 16 years ago
  14. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  15. 828f04a Issue #1066: implement PEP 3109, 2/3 of PEP 3134. by Collin Winter · 17 years ago
  16. 33d2689 Merged revisions 56492-56752 via svnmerge from by Guido van Rossum · 17 years ago
  17. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  18. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  19. 4138bfe Don't crash when nonlocal is used at module level (fixes SF#1705365) by Nick Coghlan · 17 years ago
  20. 650f0d0 Hide list comp variables and support set comprehensions by Nick Coghlan · 17 years ago
  21. 81e9502 Provisional implementation of PEP 3104. by Jeremy Hylton · 17 years ago
  22. 88fc664 * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes. by Georg Brandl · 17 years ago
  23. 7131f84 Fix a bunch of doctests with the -d option of refactor.py. by Guido van Rossum · 17 years ago
  24. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  25. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  26. 8933cb4 Change test of assignment of backticked expression to be an "invalid syntax" by Brett Cannon · 18 years ago
  27. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  28. c960f26 Improved handling of syntax errors. by Jeremy Hylton · 19 years ago
  29. fcf4435 Improve test coverage. Hope the test_file changes work the same on windows. by Neal Norwitz · 19 years ago
  30. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  31. 42d9016 SF patch 763201: handling of SyntaxErrors in symbol table build by Jeremy Hylton · 21 years ago
  32. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  33. 05ab2e6 Fix SF bug [ 561825 ] Confusing error for "del f()" by Jeremy Hylton · 22 years ago