1. c2a5a63 PEP-0318, @decorator-style. In Guido's words: by Anthony Baxter · 20 years ago
  2. adf1606 Updates to track Grammar changes. The patch to token.py loosens the regexp to by Michael W. Hudson · 22 years ago
  3. 8f15bd8 Remove redundant 'import string' (PyChecker). by Guido van Rossum · 23 years ago
  4. a38d260 Regenerated token.py to account for new DOUBLESLASH and DOUBLESLASHEQUAL. by Tim Peters · 23 years ago
  5. 6e025bc String method cleanup. by Eric S. Raymond · 23 years ago
  6. b08b2d3 String method conversion. by Eric S. Raymond · 23 years ago
  7. 3405262 Update for augmented assignment. by Thomas Wouters · 24 years ago
  8. e7b146f The third and final doc-string sweep by Ka-Ping Yee. by Guido van Rossum · 24 years ago
  9. 45e2fbc Mass check-in after untabifying all files that need it. by Guido van Rossum · 26 years ago
  10. 9694fca Convert all remaining *simple* cases of regex usage to re usage. by Guido van Rossum · 27 years ago
  11. e3dbc7e Reduced number of temporary names used at module scope. Use underscores in by Fred Drake · 27 years ago
  12. 4747887 New batch from Fred by Guido van Rossum · 28 years ago
  13. 154a539 Changes for new parser module (Fred Drake) by Guido van Rossum · 28 years ago
  14. b31c7f7 * test_select.py: (some) tests for built-in select module by Guido van Rossum · 31 years ago