1. 756b3f3 * Move collections.deque() in from the sandbox by Raymond Hettinger · 20 years ago
  2. 46ac8eb Code modernization. Replace v=s[i]; del s[i] with single lookup v=s.pop(i) by Raymond Hettinger · 22 years ago
  3. bc0e910 Convert a pile of obvious "yes/no" functions to return bool. by Tim Peters · 22 years ago
  4. 7834907 removed __all__ from several modules by Skip Montanaro · 23 years ago
  5. 269b83b added several more __all__ lists by Skip Montanaro · 23 years ago
  6. 07e99cb Whitespace normalization. by Tim Peters · 23 years ago
  7. 54f22ed More trivial comment -> docstring transformations by Ka-Ping Yee, who writes: by Guido van Rossum · 24 years ago
  8. b7f48e3 Change to always call list.append with a single argument. by Guido van Rossum · 28 years ago
  9. 7bc817d * Mass change: get rid of all init() methods, in favor of __init__() by Guido van Rossum · 31 years ago
  10. 89a7869 * Got entirely rid of path.py. by Guido van Rossum · 32 years ago
  11. ce08448 New class syntax. by Guido van Rossum · 33 years ago
  12. e2e162e Initial revision by Guido van Rossum · 33 years ago