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