1. f0f7cea 17830: preserve line endings of original file when updating keywords. by R David Murray · 11 years ago
  2. 2f50aaf modernize some modules' code by using with statement around open() by Giampaolo Rodola' · 11 years ago
  3. e1886bf Fix instructions on how to rebuild some modules by Éric Araujo · 12 years ago
  4. 7dde792 Use a context manager for some file objects. by Florent Xicluna · 14 years ago
  5. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  6. 86def6c Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge from by Georg Brandl · 16 years ago
  7. 486364b Merged revisions 56020-56124 via svnmerge from by Guido van Rossum · 17 years ago
  8. 4b7f317 regenerated to reflect the addition of 'nonlocal' and removal of 'print' by Jack Diederich · 17 years ago
  9. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  10. 1f1c16a Regenerate. by Thomas Wouters · 18 years ago
  11. bac788a Replace str.find()!=1 with the more readable "in" operator. by Raymond Hettinger · 20 years ago
  12. 70ef869 SF patch #852140: keyword.py - use __contains__ and bool by Raymond Hettinger · 20 years ago
  13. edc853e Patrick K. O'Brien notices that kwlist was missing from __all__. by Raymond Hettinger · 22 years ago
  14. 4637668 Updated keyword.py for "yield". by Tim Peters · 23 years ago
  15. ee5e61d String method conversion. by Eric S. Raymond · 23 years ago
  16. 17ab123 a few more modules get __all__ by Skip Montanaro · 23 years ago
  17. 54f22ed More trivial comment -> docstring transformations by Ka-Ping Yee, who writes: by Guido van Rossum · 24 years ago
  18. 45e2fbc Mass check-in after untabifying all files that need it. by Guido van Rossum · 26 years ago
  19. 9694fca Convert all remaining *simple* cases of regex usage to re usage. by Guido van Rossum · 27 years ago
  20. ed57d76 Regenerated; __assert__ becomes assert. by Guido van Rossum · 27 years ago
  21. 4d81984 Ping's new version -- more efficient at finding the keywords. by Guido van Rossum · 27 years ago
  22. 3d99e35 Added __assert__. by Guido van Rossum · 27 years ago
  23. eb8c972 Ka-Ping Yee's version is better: by Guido van Rossum · 27 years ago
  24. 90d556f Simple module to publish list of Python keywords. by Guido van Rossum · 27 years ago