1. 836baa5 Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61064,61066-61080 via svnmerge from by Christian Heimes · 16 years ago
  2. dde0028 Make ELLIPSIS a separate token. This makes it a syntax error to write ". . ." for Ellipsis. by Georg Brandl · 17 years ago
  3. c145ef3 Use better idiom to sort keys. by Guido van Rossum · 17 years ago
  4. b79b781 Fix token.py main code vs. dict views. by Georg Brandl · 17 years ago
  5. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 17 years ago
  6. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  7. c150536 PEP 3107 - Function Annotations thanks to Tony Lownds by Neal Norwitz · 18 years ago
  8. 2eca440 Get rid of some more cases of backquotes. parsermodule.c doesn't compile by Neal Norwitz · 18 years ago
  9. c2a5a63 PEP-0318, @decorator-style. In Guido's words: by Anthony Baxter · 20 years ago
  10. adf1606 Updates to track Grammar changes. The patch to token.py loosens the regexp to by Michael W. Hudson · 22 years ago
  11. 8f15bd8 Remove redundant 'import string' (PyChecker). by Guido van Rossum · 23 years ago
  12. a38d260 Regenerated token.py to account for new DOUBLESLASH and DOUBLESLASHEQUAL. by Tim Peters · 23 years ago
  13. 6e025bc String method cleanup. by Eric S. Raymond · 23 years ago
  14. b08b2d3 String method conversion. by Eric S. Raymond · 23 years ago
  15. 3405262 Update for augmented assignment. by Thomas Wouters · 24 years ago
  16. e7b146f The third and final doc-string sweep by Ka-Ping Yee. by Guido van Rossum · 24 years ago
  17. 45e2fbc Mass check-in after untabifying all files that need it. by Guido van Rossum · 26 years ago
  18. 9694fca Convert all remaining *simple* cases of regex usage to re usage. by Guido van Rossum · 27 years ago
  19. e3dbc7e Reduced number of temporary names used at module scope. Use underscores in by Fred Drake · 27 years ago
  20. 4747887 New batch from Fred by Guido van Rossum · 28 years ago
  21. 154a539 Changes for new parser module (Fred Drake) by Guido van Rossum · 28 years ago
  22. b31c7f7 * test_select.py: (some) tests for built-in select module by Guido van Rossum · 31 years ago