1. 6235831 revert semantics of commonprefix to work character-by-character by Skip Montanaro · 24 years ago
  2. 647d2fe Fix for Bug #110673: os.abspatth() now always returns os.getcwd() on Windows, if an empty path is specified. It previously did not if an empty path was delegated to win32api.GetFullPathName()) by Mark Hammond · 24 years ago
  3. 1d3dd74 * split on / or \ * case insensitive comparison by Skip Montanaro · 24 years ago
  4. 4d5d5bf forgot to change copy.copy(m) to m[:] by Skip Montanaro · 24 years ago
  5. 97bc98a fixed semantics of commonprefix to work by path elements instead of characters. by Skip Montanaro · 24 years ago
  6. 162bd85 Fix bug #345 reported by David Bolen <db3l@fitlinxx.com>: by Fred Drake · 24 years ago
  7. ef0b5dd Typo in a comment: "wheter" --> "whether" by Fred Drake · 24 years ago
  8. 823e91c Optimize abspath() slightly for the case that win32api can't be by Guido van Rossum · 24 years ago
  9. 6dfc792 In abspath(), always use normpath(), even when win32api is available by Guido van Rossum · 25 years ago
  10. f618a48 Correct typo in walk.__doc__ reported by Francois Pinard. by Guido van Rossum · 25 years ago
  11. f3c695c Withdraw the UNC support from splitdrive(). Instead, a new function by Guido van Rossum · 25 years ago
  12. 8f0fa9e New code for split() by Tim Peters, behaves more like posixpath.split(). by Guido van Rossum · 25 years ago
  13. 534972b New splitdrive() that knows about UNC paths (e.g., network paths like by Guido van Rossum · 25 years ago
  14. 9787bea Use win32api.GetFullPathName(path) if it exists to implement abspath(). 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. 16a0bc2 (1) Change normpath() to *not* also call normcase(). by Guido van Rossum · 26 years ago
  19. ca99c2c Fix to ismount(). Can't remember who told me this. by Guido van Rossum · 26 years ago
  20. 15e22e1 Added doc strings and reindented according to new standard, without tabs. by Guido van Rossum · 27 years ago
  21. e2ad88c Rewrite normcase() using string.translate... by Guido van Rossum · 27 years ago
  22. 77e1db3 Support $HOME in expanduser(). by Guido van Rossum · 27 years ago
  23. 19302de join(): Wax the incorrect leading comment by Barry Warsaw · 27 years ago
  24. 384d249 join(): join one or more path components by Barry Warsaw · 27 years ago
  25. 73e122f Fix splitext() to go up to the last dot, not the first. by Guido van Rossum · 27 years ago
  26. 3df7b5a Don't do truncation to 8+3 format -- this is used on NT file systems! by Guido van Rossum · 28 years ago
  27. 0523d63 Don't use 'false'; use '0'. by Guido van Rossum · 28 years ago
  28. 99bf06b same thing as for dospath, plus HOMEDRIVE/HOMEPATH support by Guido van Rossum · 29 years ago
  29. 555915a Added ntpath.py (for os.py when used with Windows NT) by Guido van Rossum · 30 years ago