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