1. 8ca162f Partial introduction of bools where appropriate. by Guido van Rossum · 22 years ago
  2. bc0e910 Convert a pile of obvious "yes/no" functions to return bool. by Tim Peters · 22 years ago
  3. 93cf79f Use docstrings for exception classes by Neal Norwitz · 22 years ago
  4. 27a3530 Stop using string exceptions by Neal Norwitz · 22 years ago
  5. cf5e6a4 SF bug [#469732] os.path.walk docstring inconsistent. by Tim Peters · 23 years ago
  6. 83eeef4 SF patch #461781 by Chris Lawrence: os.path.realpath - Resolve symlinks: by Guido van Rossum · 23 years ago
  7. 034cbf1 Typo fix (spelling mistake in error message). by Greg Ward · 23 years ago
  8. 17ab123 a few more modules get __all__ by Skip Montanaro · 24 years ago
  9. 8152d32 Update the code to better reflect recommended style: by Fred Drake · 24 years ago
  10. b4e460a Avoid import of string module; it is only needed for expandvars(). by Fred Drake · 24 years ago
  11. 03c06ee Restored commonprefix() semantics. by Jack Jansen · 24 years ago
  12. 2fc0109 Rewrite of normpath() by Corran Webster, so trailing :s are removed by Jack Jansen · 24 years ago
  13. 97bc98a fixed semantics of commonprefix to work by path elements instead of characters. by Skip Montanaro · 24 years ago
  14. 46d5651 getatime() returned the mtime instead of the atime. by Guido van Rossum · 24 years ago
  15. 54f22ed More trivial comment -> docstring transformations by Ka-Ping Yee, who writes: by Guido van Rossum · 25 years ago
  16. 69f87c5 getsize(), getatime(), getmtime(): by Fred Drake · 25 years ago
  17. e294cf6 Add abspath() by Guido van Rossum · 26 years ago
  18. 2bc1f8f Added getsize(), getmtime(), getatime() by Guido van Rossum · 26 years ago
  19. 5c1d229 Instead of 'import mac', use 'import os' -- this way, the path syntax by Guido van Rossum · 27 years ago
  20. d6a111e Fix for boundary case (Jack) by Guido van Rossum · 27 years ago
  21. 19302de join(): Wax the incorrect leading comment by Barry Warsaw · 28 years ago
  22. 384d249 join(): join one or more path components by Barry Warsaw · 28 years ago
  23. a48bf79 Added splitext() by Guido van Rossum · 28 years ago
  24. f4e7d2a Added (dummy) expanduser and expandvar methods by Jack Jansen · 29 years ago
  25. 0ec3126 added normpath() and splitdrive() by Guido van Rossum · 29 years ago
  26. a68bfe2 Added missing walk() function by Jack Jansen · 29 years ago
  27. 7e4b2de changes for the Mac by Guido van Rossum · 30 years ago
  28. 7aeb4b9 * Lib/linecache.py: don't crash on empty filename by Guido van Rossum · 30 years ago
  29. c629d34 * change default line numbers for 'list' in pdb.py by Guido van Rossum · 32 years ago
  30. a05026b 'cat' no longer exists by Guido van Rossum · 32 years ago
  31. 599f2ed Added 'normcase' function. by Guido van Rossum · 33 years ago
  32. bdfcfcc New == syntax by Guido van Rossum · 33 years ago
  33. fbe0a8e macpath.cat --> join by Guido van Rossum · 33 years ago
  34. b5e05e9 Added explanatory comments. by Guido van Rossum · 34 years ago
  35. 217a5fa Initial revision by Guido van Rossum · 34 years ago