1. 79e75e1 Use string.ascii_letters instead of string.letters (SF bug #226706). by Fred Drake · 23 years ago
  2. eccd02a more __all__ updates by Skip Montanaro · 23 years ago
  3. 88869f9 Whitespace normalization. by Tim Peters · 24 years ago
  4. 8152d32 Update the code to better reflect recommended style: by Fred Drake · 24 years ago
  5. b4e460a Avoid import of string module; it is only needed for expandvars(). by Fred Drake · 24 years ago
  6. ceeda0e Treat trailing colon in os.path.join("a:", "b") same way for DOS as in by Tim Peters · 24 years ago
  7. 6235831 revert semantics of commonprefix to work character-by-character by Skip Montanaro · 24 years ago
  8. 802bc5d damn! cut-n-paste from ntpath forgot the "import re" by Skip Montanaro · 24 years ago
  9. 6222c05 * split on / or \ * case insensitive by Skip Montanaro · 24 years ago
  10. 97bc98a fixed semantics of commonprefix to work by path elements instead of characters. by Skip Montanaro · 24 years ago
  11. 46d5651 getatime() returned the mtime instead of the atime. by Guido van Rossum · 24 years ago
  12. 4b8c6ea Actually, the previous batch's comment should have been different; by Guido van Rossum · 24 years ago
  13. 54f22ed More trivial comment -> docstring transformations by Ka-Ping Yee, who writes: by Guido van Rossum · 24 years ago
  14. 8f0fa9e New code for split() by Tim Peters, behaves more like posixpath.split(). by Guido van Rossum · 25 years ago
  15. e294cf6 Add abspath() by Guido van Rossum · 25 years ago
  16. 2bc1f8f Added getsize(), getmtime(), getatime() by Guido van Rossum · 26 years ago
  17. b485224 REMOVE samefile(), sameopenfile(), samestat() -- these cannot be made by Guido van Rossum · 26 years ago
  18. 0d530ce Faster implementation of normcase (using string.lower( by Guido van Rossum · 26 years ago
  19. bfa9f13 islink() returns false, but there is no constant false! Return 0 instead. by Guido van Rossum · 27 years ago
  20. ae590db Fix join to support multiple arguments. by Guido van Rossum · 27 years ago
  21. fda5c1a redefined normcase() by Guido van Rossum · 29 years ago
  22. f3b4903 dospath: fix by Amrit (don't normalize glob patterns away) by Guido van Rossum · 30 years ago
  23. 3ed23cc aifc, sunau: make rate an int; os: restruct; ospath: obsolete; rfc822: by Guido van Rossum · 30 years ago