1. f8cb8a1 Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. by Yury Selivanov · 8 years ago
  2. 0109812 Issue 24297: Update symbol.py. See also issue 24017. by Yury Selivanov · 9 years ago
  3. 2fdedff remain symbol.main to symbol._main mirroring token.py by Benjamin Peterson · 11 years ago
  4. 16d86aa update symbol.py for yield from grammar changes (closes #17132) by Benjamin Peterson · 11 years ago
  5. 003472a token.main is now token._main by Benjamin Peterson · 11 years ago
  6. e1886bf Fix instructions on how to rebuild some modules by Éric Araujo · 12 years ago
  7. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  8. 4905e80 fix an ambiguity in the grammar from the implementation of extended unpacking by Benjamin Peterson · 15 years ago
  9. 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
  10. 39cf04b Regenerate Lib/symbol.py. by Georg Brandl · 17 years ago
  11. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  12. 4573942 Regenerate symbol.py. by Guido van Rossum · 17 years ago
  13. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 17 years ago
  14. 88fc664 * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes. by Georg Brandl · 17 years ago
  15. c150536 PEP 3107 - Function Annotations thanks to Tony Lownds by Neal Norwitz · 17 years ago
  16. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  17. c2e2074 PEP 343 -- the with-statement. by Guido van Rossum · 18 years ago
  18. 322a23f regenerated. please read PEP 306 when changing Python's grammar! by Anthony Baxter · 18 years ago
  19. 0d6615f PEP 342 implementation. Per Guido's comments, the generator throw() by Phillip J. Eby · 19 years ago
  20. 1a4ddae SF patch #1007189, multi-line imports, for instance: by Anthony Baxter · 20 years ago
  21. c2a5a63 PEP-0318, @decorator-style. In Guido's words: by Anthony Baxter · 20 years ago
  22. 354433a SF patch #872326: Generator expression implementation by Raymond Hettinger · 20 years ago
  23. adf1606 Updates to track Grammar changes. The patch to token.py loosens the regexp to by Michael W. Hudson · 22 years ago
  24. 4bf1fb6 track addition of testlist_safe to Grammar by Jeremy Hylton · 23 years ago
  25. 6e735c9 Updated this file to match reality. by Guido van Rossum · 23 years ago
  26. 3405262 Update for augmented assignment. by Thomas Wouters · 24 years ago
  27. 4148877 Update to reflect the recent Grammar changes. by Fred Drake · 24 years ago
  28. c7ef591 Updated this module after the recent grammar changes by Andrew M. Kuchling · 24 years ago
  29. e7b146f The third and final doc-string sweep by Ka-Ping Yee. by Guido van Rossum · 24 years ago
  30. 45e2fbc Mass check-in after untabifying all files that need it. by Guido van Rossum · 26 years ago
  31. f7a8b45 Remove outdated comments. by Guido van Rossum · 27 years ago
  32. dc1a072 Reduced number of temporary names used at module scope. Use underscores in by Fred Drake · 27 years ago
  33. a9a3575 New symbols due to assert statement. by Guido van Rossum · 27 years ago
  34. 4747887 New batch from Fred by Guido van Rossum · 28 years ago
  35. 154a539 Changes for new parser module (Fred Drake) by Guido van Rossum · 28 years ago
  36. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  37. b31c7f7 * test_select.py: (some) tests for built-in select module by Guido van Rossum · 31 years ago