1. 736c0ab Move itertools izip() code to builtins as zip(). Complete the renaming. by Raymond Hettinger · 17 years ago
  2. 40d3a67 Issue #1573, second attempt: "def f(*, **kw)" now raises a SyntaxError. by Amaury Forgeot d'Arc · 18 years ago
  3. 0da5bd6 Added two tests for f(*, **kw) syntax by Christian Heimes · 18 years ago
  4. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 18 years ago
  5. 828f04a Issue #1066: implement PEP 3109, 2/3 of PEP 3134. by Collin Winter · 18 years ago
  6. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 18 years ago
  7. d16e81a Fix the compiler package w.r.t. the new metaclass syntax. by Guido van Rossum · 18 years ago
  8. 52cc1d8 Implement PEP 3115 -- new metaclass syntax and semantics. by Guido van Rossum · 18 years ago
  9. 88fc664 * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes. by Georg Brandl · 19 years ago
  10. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 19 years ago
  11. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 19 years ago
  12. c150536 PEP 3107 - Function Annotations thanks to Tony Lownds by Neal Norwitz · 19 years ago
  13. 4f72a78 Jiwon Seo's PEP 3102 implementation. by Guido van Rossum · 19 years ago
  14. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 19 years ago
  15. e427a1c Don't test AST for backticks. by Brett Cannon · 19 years ago
  16. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 19 years ago
  17. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 19 years ago
  18. 5ddfe41 Whitespace normalization. by Tim Peters · 19 years ago
  19. 49c5da1 Patch #1440601: Add col_offset attribute to AST nodes. by Martin v. Löwis · 19 years ago
  20. 400cbc3 Set EOL style to native. by Tim Peters · 19 years ago
  21. 710ab3b Whitespace normalization. by Tim Peters · 19 years ago
  22. f7f438b SF patch #1438387, PEP 328: relative and absolute imports. by Thomas Wouters · 19 years ago
  23. 9aaad88 Even though we don't currently use unicode or complex numbers in the test, by Neal Norwitz · 19 years ago
  24. bd260da Generate code to recursively copy an AST into by Martin v. Löwis · 19 years ago