1. 3225242 bug [ 1274828 ] splitunc not documented by Georg Brandl · 19 years ago
  2. 6f2bbd3 bug [ 1193849 ] os.path.expanduser documentation wrt. empty $HOME by Georg Brandl · 19 years ago
  3. 1902146 Remove outdated comments about expanduser and expandvars for Macintosh that by Brett Cannon · 20 years ago
  4. ae882f7 Patch #941486: add os.path.lexists(). Also fix bug #940578 by using lexists in glob.glob. by Johannes Gijsbers · 20 years ago
  5. b112d6e bug 990669: os.path.normpath may alter the meaning of a path if it contains by Johannes Gijsbers · 20 years ago
  6. c43a7e7 SF bug #827902: ctime is not creation time by Raymond Hettinger · 21 years ago
  7. 8476c4d SF bug #827902: ctime is not creation time by Raymond Hettinger · 21 years ago
  8. 9f48045 Use a simpler \note instead of a "See also" section to refer to the by Fred Drake · 21 years ago
  9. cabf56f Fix markup by Neal Norwitz · 21 years ago
  10. c4e0940 New generator os.walk() does a bit more than os.path.walk() does, and by Tim Peters · 21 years ago
  11. 604ade4 supports_unicode_filenames was not in the right location. by Fred Drake · 22 years ago
  12. f3edea5 Use the name (path) specified in the parameter list by Neal Norwitz · 22 years ago
  13. 96a60e4 Patch #658927: Add getctime to os.path. by Martin v. Löwis · 22 years ago
  14. 0479104 Patch #651006: Better explain what component might be empty. by Martin v. Löwis · 22 years ago
  15. 8696ebc Add os.path.supports_unicode_filenames for all platforms, by Mark Hammond · 22 years ago
  16. c1ddc50 Minor revision to the "\\" patch, including updating the docs a little to by Fred Drake · 22 years ago
  17. c12909b add note about os.path.join and drive letters on Windows. by Skip Montanaro · 22 years ago
  18. 95fa4dd Change the markup a bit more; the parameter was not marked as \var in the by Fred Drake · 22 years ago
  19. 63d5bea Fix markup errors. by Steve Holden · 22 years ago
  20. 545092b Add comment about os.path.walk()'s behavior with symbolic links. by Steve Holden · 22 years ago
  21. d3dab2b Update doc to reflect Tim's changes to bool. by Neal Norwitz · 22 years ago
  22. c37b65e Clean up some markup cruft. A number of the macros that take no by Fred Drake · 23 years ago
  23. 0aa811c Use the \note and \warning macros where appropriate. by Fred Drake · 23 years ago
  24. bbf7a40 Added note about non-support of UNC paths on Windows. This fixes SF bug #465447. by Fred Drake · 23 years ago
  25. 83eeef4 SF patch #461781 by Chris Lawrence: os.path.realpath - Resolve symlinks: by Guido van Rossum · 23 years ago
  26. 56a71ee Add a version annotation for splitdrive(); old, but as long as I managed by Fred Drake · 23 years ago
  27. 3aecfc9 Explained that os.path.basename() may return something different from the by Fred Drake · 24 years ago
  28. 297bf7c update commonprefix doc to make sure user is aware it works by Skip Montanaro · 24 years ago
  29. 38e5d27 Merged changes from the 1.5.2p2 release. (Very rough.) by Fred Drake · 24 years ago
  30. 39d4a02 Fixed typo in explanation of abspath(); noticed by Paul Prescod by Fred Drake · 25 years ago
  31. 154d909 Note that abspath() was added in 1.5.2. by Fred Drake · 25 years ago
  32. d8a41e6 Fix an amazing number of typos & malformed sentences reported by Detlef by Fred Drake · 26 years ago
  33. aa1afa8 Added availability notes for samefile(), sameopenfile(), samestat() by Fred Drake · 26 years ago
  34. d673d48 Document sameopenfile(), samestat(). by Fred Drake · 26 years ago
  35. 0256c1f Document splitdrive(). by Fred Drake · 26 years ago
  36. a9b9bf9 Change this to be os.path. by Fred Drake · 26 years ago
  37. b23ee1d Make the text generic, and call it os.path instead of posixpath. by Fred Drake · 26 years ago
  38. 1804dc3 Document abspath() (implementation is forthcoming). by Guido van Rossum · 26 years ago
  39. 295da24 New section header style. by Fred Drake · 26 years ago
  40. 23a1634 Markup nit. by Fred Drake · 26 years ago
  41. b44e753 Mark the new & changed items. by Fred Drake · 26 years ago
  42. 2babd7b Document getsize(), getmtime(), getatime(). by Guido van Rossum · 26 years ago
  43. 64e3b43 Move files around to get the names to match the module names except for by Fred Drake · 26 years ago[Renamed from Doc/lib/libppath.tex]
  44. b91e934 Adjusted to use the new module synopsis support macros. by Fred Drake · 26 years ago
  45. 203b4f1 Add an index entry. by Fred Drake · 26 years ago
  46. 3a0351c Remove all uses of \sectcode; we can now use logical markup everywhere. by Fred Drake · 26 years ago
  47. cce1090 Change "\," to just "," in function signatures. This is easier to maintain, by Fred Drake · 26 years ago
  48. db9693e Logical markup. by Fred Drake · 26 years ago
  49. 1931c0c Add normpath(). Clarify normcase(). (Note -- this doc section by Guido van Rossum · 27 years ago
  50. 1947991 Remove all \bcode / \ecode cruft; this is no longer needed. See previous by Fred Drake · 27 years ago
  51. 65b32f7 Consistently use \POSIX{} to denote POSIX. There were at least two different by Fred Drake · 27 years ago
  52. 54820dc Fixed index references to modules. by Fred Drake · 27 years ago
  53. e47da0a AMK's megapatch: by Guido van Rossum · 27 years ago
  54. e8e8799 Remove untrue statement about . and .. being included in list of names by Guido van Rossum · 27 years ago
  55. 7574587 Document the new join() semantics. by Barry Warsaw · 28 years ago
  56. 56b30ea Document actual behavior of splitext(). by Guido van Rossum · 28 years ago
  57. 7c2fdda Better and correct words for split(). by Guido van Rossum · 28 years ago
  58. 470be14 mass changes; fix titles; add examples; correct typos; clarifications; by Guido van Rossum · 29 years ago
  59. 6bb1adc small changes by Soren Larsen by Guido van Rossum · 29 years ago
  60. 1738311 Documented new built-in function vars(). by Guido van Rossum · 30 years ago
  61. 5fdeeea Restructured library documentation by Guido van Rossum · 31 years ago