1. 3822093 Issue #10395: Added os.path.commonpath(). Implemented in posixpath and ntpath. by Serhiy Storchaka · 9 years ago
  2. a13dab4 Issue #15414: Clean and correct the os.path.join docs. by Zachary Ware · 10 years ago
  3. f6f78e1 clarify that islink only really works if python knows about symlinks (closes #13143) by Benjamin Peterson · 10 years ago
  4. 409a1be improve start default for relpath by Benjamin Peterson · 10 years ago
  5. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 10 years ago
  6. 0e90e99 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 11 years ago
  7. fbc1c26 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 11 years ago
  8. 31119e4 Issue #19673: Add pathlib to the stdlib as a provisional module (PEP 428). by Antoine Pitrou · 11 years ago
  9. 690a6a9 Issue #19207: Improved cross-references in the os, os.path, and posix modules by Serhiy Storchaka · 11 years ago
  10. dab8354 Issue #19207: Improved cross-references in the os, os.path, and posix modules by Serhiy Storchaka · 11 years ago
  11. 1cb28a1 merge with 3.3 by Georg Brandl · 11 years ago
  12. f632494 Clarify docs for os.path.getctime on Unix: it is the inode (metadata) change time by Georg Brandl · 11 years ago
  13. d0a03ad #18389: Clarify that relpath does not access the file system. by R David Murray · 11 years ago
  14. ce10fab #18389: Clarify that relpath does not access the file system. by R David Murray · 11 years ago
  15. 15cddb4 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  16. b271727 Merge with 3.2 by Terry Jan Reedy · 11 years ago
  17. f346041 Issue #17415: Trim trailing whitespace by Terry Jan Reedy · 11 years ago
  18. a52c2d6 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  19. 3380170 Merge with 3.2 by Terry Jan Reedy · 11 years ago
  20. ec6e132 Issue #17415: Clarify 'this' referent by moving containing sentence just after by Terry Jan Reedy · 11 years ago
  21. 4e62033 merge #16877: Add mention that shell-style path expansions are not automatic. by R David Murray · 12 years ago
  22. e6dec98 merge #16877: Add mention that shell-style path expansions are not automatic. by R David Murray · 12 years ago
  23. a4e700c #16877: Add mention that shell-style path expansions are not automatic. by R David Murray · 12 years ago
  24. 490b32a Fix #11939. Set st_dev attribute on Windows to simplify os.path.samefile. by Brian Curtin · 12 years ago
  25. 88a3e1f Merge: use OSError instead of os.error in the docs. by Andrew Svetlov · 12 years ago
  26. 618c2e1 Use OSError instead of os.error in the docs. by Andrew Svetlov · 12 years ago
  27. b48f4ea Merge from 3.3: add hyperlinks to some os.path function docs (issue #16552). by Chris Jerdonek · 12 years ago
  28. 3b39d35 Merge from 3.2: add hyperlinks to some os.path function docs (issue #16552). by Chris Jerdonek · 12 years ago
  29. 0b502ff Add hyperlinks to the docs of some os.path functions (issue #16552). by Chris Jerdonek · 12 years ago
  30. f6c2e89 #16135: Removal of OS/2 support (Docs) by Jesus Cea · 12 years ago
  31. 2240ac1 Issue #15261: Stop os.stat(fd) crashing on Windows when fd not open. by Richard Oudkerk · 12 years ago
  32. 61063cc Fix a couple of versionadded/versionchanged related markup errors. by Georg Brandl · 12 years ago
  33. 24eb4bc #9921: clarify os.path.join joining algorithm by R David Murray · 13 years ago
  34. f10f162 Consistent ordering of availability statements by Antoine Pitrou · 14 years ago
  35. 539c165 #6825: small correction to split() docs. by Georg Brandl · 14 years ago
  36. b55e498 Issue #767645: fix os.path.supports_unicode_filenames definition by Victor Stinner · 14 years ago
  37. 6285774 Implement #7566 - os.path.sameopenfile for Windows. by Brian Curtin · 14 years ago
  38. 353ebce #7386: add example that shows that trailing path separators are stripped. by Georg Brandl · 14 years ago
  39. b382337 Fix markup. by Georg Brandl · 14 years ago
  40. c739569 Adding versionchanged to the various Windows os.symlink additions, along by Brian Curtin · 14 years ago
  41. d40e6f7 Implement #1578269. Patch by Jason R. Coombs. by Brian Curtin · 14 years ago
  42. 5a3ef5b #9018: os.path.normcase() now raises a TypeError if the argument is not str or bytes. by Ezio Melotti · 14 years ago
  43. f650e46 Merged revisions 80894,80896 via svnmerge from by Benjamin Peterson · 14 years ago
  44. 1824415 Switch more function arguments docs to new-style. by Georg Brandl · 15 years ago
  45. 5a607a3 Issue #5799: ntpath (ie, os.path on Windows) fully supports UNC pathnames. by Mark Hammond · 15 years ago
  46. 747f051 Remove merging accident. by Georg Brandl · 15 years ago
  47. e720c0a Merged revisions 72009 via svnmerge from by Georg Brandl · 15 years ago
  48. d23f822 Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-70789,70824,70828,70832,70836,70842,70851,70855,70857,70866-70872,70883,70885,70893-70894,70896-70897,70903,70905-70907,70915,70927,70933,70951,70960,70962-70964,70998,71001,71006,71008,71010-71011,71019,71037,71056,71094,71101-71103,71106,71119,71123,71149-71150,71203,71212,71214-71217,71221,71240 via svnmerge from by Benjamin Peterson · 15 years ago
  49. ac4b39f Merged revisions 70746 via svnmerge from by Ronald Oussoren · 15 years ago
  50. 76e5538 Some more notes about bytes/string filename APIs. by Georg Brandl · 16 years ago
  51. 651423c More bytes vs. strings documentation. by Martin v. Löwis · 16 years ago
  52. c575c90 Merged revisions 66452 via svnmerge from by Georg Brandl · 16 years ago
  53. d71ca41 Remove os.path.walk by Benjamin Peterson · 16 years ago
  54. f694518 Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. by Georg Brandl · 17 years ago
  55. af98da1 Merged revisions 60284-60349 via svnmerge from by Christian Heimes · 17 years ago
  56. 9afde1c #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. by Georg Brandl · 17 years ago
  57. 55ac8f0 Get rid of the remaining versionadded/versionchanged directives. by Georg Brandl · 17 years ago
  58. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago