1. e0ed2d7 Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 12 years ago
  2. ef2e14e Fix instructions on how to rebuild some modules by Éric Araujo · 13 years ago
  3. 4219da4 Issue 2117. Update compiler module to handle class decorators. by Facundo Batista · 17 years ago
  4. c2a5a63 PEP-0318, @decorator-style. In Guido's words: by Anthony Baxter · 21 years ago
  5. adf1606 Updates to track Grammar changes. The patch to token.py loosens the regexp to by Michael W. Hudson · 23 years ago
  6. 8f15bd8 Remove redundant 'import string' (PyChecker). by Guido van Rossum · 24 years ago
  7. a38d260 Regenerated token.py to account for new DOUBLESLASH and DOUBLESLASHEQUAL. by Tim Peters · 24 years ago
  8. 6e025bc String method cleanup. by Eric S. Raymond · 24 years ago
  9. b08b2d3 String method conversion. by Eric S. Raymond · 24 years ago
  10. 3405262 Update for augmented assignment. by Thomas Wouters · 25 years ago
  11. e7b146f The third and final doc-string sweep by Ka-Ping Yee. by Guido van Rossum · 26 years ago
  12. 45e2fbc Mass check-in after untabifying all files that need it. by Guido van Rossum · 27 years ago
  13. 9694fca Convert all remaining *simple* cases of regex usage to re usage. by Guido van Rossum · 28 years ago
  14. e3dbc7e Reduced number of temporary names used at module scope. Use underscores in by Fred Drake · 28 years ago
  15. 4747887 New batch from Fred by Guido van Rossum · 29 years ago
  16. 154a539 Changes for new parser module (Fred Drake) by Guido van Rossum · 29 years ago
  17. b31c7f7 * test_select.py: (some) tests for built-in select module by Guido van Rossum · 32 years ago