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