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. cf5e6a4 SF bug [#469732] os.path.walk docstring inconsistent. by Tim Peters · 23 years ago
  4. b64bec3 Whitespace normalization. by Tim Peters · 23 years ago
  5. 83eeef4 SF patch #461781 by Chris Lawrence: os.path.realpath - Resolve symlinks: by Guido van Rossum · 23 years ago
  6. a490d58 In walk(), don't die when os.lstat() raises os.error, e.g. because a by Guido van Rossum · 23 years ago
  7. c62c81e __all__ for several more modules by Skip Montanaro · 24 years ago
  8. 658cba6 Whitespace normalization. by Tim Peters · 24 years ago
  9. bf222c9 Fixed posixpath.normpath() to respect two leading slashes, but by Marc-André Lemburg · 24 years ago
  10. 2344fae Whitespace normalization. by Tim Peters · 24 years ago
  11. 8152d32 Update the code to better reflect recommended style: by Fred Drake · 24 years ago
  12. c0ab93e Minor style nits. by Fred Drake · 24 years ago
  13. 22fb839 Remove imports of string when string methods will do. by Fred Drake · 24 years ago
  14. 6235831 revert semantics of commonprefix to work character-by-character by Skip Montanaro · 24 years ago
  15. 018dfae added rewritten normpath from Moshe Zadka that does the right thing with by Skip Montanaro · 24 years ago
  16. a924bb1 split and join on "/" in commonprefix by Skip Montanaro · 24 years ago
  17. 97bc98a fixed semantics of commonprefix to work by path elements instead of characters. by Skip Montanaro · 24 years ago
  18. a05e293 typos fixed by Rob Hooft by Jeremy Hylton · 24 years ago
  19. a9b2b4b Remove some redundant logic from walk() -- there's no need to check by Guido van Rossum · 25 years ago
  20. 84a7459 Patch by Gerrit Holl to avoid doing two stat() calls in a row in walk(). by Guido van Rossum · 25 years ago
  21. 9811861 Mark Favas discovered this: getatime() accidentally returned the MTIME! by Guido van Rossum · 25 years ago
  22. 54f22ed More trivial comment -> docstring transformations by Ka-Ping Yee, who writes: by Guido van Rossum · 25 years ago
  23. f618a48 Correct typo in walk.__doc__ reported by Francois Pinard. by Guido van Rossum · 25 years ago
  24. e294cf6 Add abspath() by Guido van Rossum · 26 years ago
  25. a063303 Patch suggested by Perry Stoll -- os.path.normpath(".//x") returned by Guido van Rossum · 26 years ago
  26. 2bc1f8f Added getsize(), getmtime(), getatime() by Guido van Rossum · 26 years ago
  27. 346f7af Added doc strings and reindented according to new standard, without tabs. by Guido van Rossum · 27 years ago
  28. 9694fca Convert all remaining *simple* cases of regex usage to re usage. by Guido van Rossum · 27 years ago
  29. 384d249 join(): join one or more path components by Barry Warsaw · 28 years ago
  30. 422869a Correct description of splitext(). by Guido van Rossum · 28 years ago
  31. d3876d3 Renamed all occurrences of posix to os. by Guido van Rossum · 28 years ago
  32. bbb4e10 Subtlety: ~root/a should expand to /a, not //a. Everything else unchanged. by Guido van Rossum · 28 years ago
  33. a89b1ba rationalized os.path.split() so split "/a/" yields "/a", "" by Guido van Rossum · 29 years ago
  34. 221df24 add splitdrive() by Guido van Rossum · 29 years ago
  35. 4359860 Let extensions start at the last period after the last slash in the name. by Sjoerd Mullender · 30 years ago
  36. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  37. df56386 * posixpath.py: Fix border cases in normpath ('/foo/..' should return '/') by Guido van Rossum · 31 years ago
  38. c629d34 * change default line numbers for 'list' in pdb.py by Guido van Rossum · 32 years ago
  39. 4732ccf Added emacs.py (for misc/py-connect.el). by Guido van Rossum · 32 years ago
  40. 509d24a fix a typo in samestat() (ST_DEV, not STD_DEV); by Guido van Rossum · 32 years ago
  41. 2684738 Renamed to posixpath; changed def'n of split(). by Guido van Rossum · 32 years ago
  42. 7ac4878 Make nicer comments. Added expanduser() and normcase() and isabs() and isfile(). by Guido van Rossum · 33 years ago
  43. bdfcfcc New == syntax by Guido van Rossum · 33 years ago
  44. 470e761 Use AttributeError. by Guido van Rossum · 33 years ago
  45. d3778f9 Added samefile() function. by Guido van Rossum · 33 years ago
  46. 4d0fdc3 path.cat --> join Added splitext by Guido van Rossum · 33 years ago
  47. 40d9304 Use 'stat' module instead of hardcoding information from <sys/stat.h>. by Guido van Rossum · 34 years ago
  48. c636014 Initial revision by Guido van Rossum · 34 years ago