1. 5b2657f bpo-34319: Clarify file handler closure in pathlib.read_text (GH-8645) by Xtreak · 6 years ago
  2. 46dc4e3 bpo-34329: Doc'd how to remove suffix of pathlib.Path() (GH-8655) by Stefan Otte · 6 years ago
  3. 47320a6 Document Path.is_mount(), update Misc/ACKS and Misc/NEWS (#2980) by Łukasz Langa · 7 years ago
  4. ae8750b bpo-24899: Add comparison table for os.path -> pathlib (GH-1753) by Jamiel Almeida · 7 years ago
  5. 7b2491a bpo-27200: Fix pathlib, ssl, turtle and weakref doctests (GH-616) by Marco Buttu · 7 years ago
  6. 98eb360 Issue #19717: Makes Path.resolve() succeed on paths that do not exist (patch by Vajrasky Kok) by Steve Dower · 8 years ago
  7. bf7dcb9 Remove spurious article. by Ned Deily · 8 years ago
  8. 11194f7 Remove spurious article. by Ned Deily · 8 years ago
  9. 009bc05 Merge from 3.5 by Berker Peksag · 8 years ago
  10. 5e3677d Fix markup in pathlib.rst by Berker Peksag · 8 years ago
  11. 50bb940 Merge from 3.5 by Berker Peksag · 8 years ago
  12. 06a8ac0 Fix Path.glob() link, reported by SilentGhost by Berker Peksag · 8 years ago
  13. 8ec8749 Closes #27722: Merge with 3.5 by Zachary Ware · 8 years ago
  14. 7a26da5 Issue #27722: Fix default for touch method's 'mode' argument by Zachary Ware · 8 years ago
  15. 663dacd Issue #27180: Merge from 3.5 by Berker Peksag · 8 years ago
  16. 2b87921 Issue #27180: Clarify Path.rename() behavior on Unix systems by Berker Peksag · 8 years ago
  17. 4da945f Merge Issue #22558. by Terry Jan Reedy · 8 years ago
  18. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 8 years ago
  19. 568be63 Issue #27186: Add os.PathLike support to pathlib. by Brett Cannon · 8 years ago
  20. 03e6061 Back out pathlib.Path.path attr. (Merge 3.5->3.6) by Guido van Rossum · 8 years ago
  21. 387e6e3 Back out pathlib.Path.path attr. (Merge 3.4->3.5) by Guido van Rossum · 8 years ago
  22. 3d4d01f Back out 7e9605697dfc, 2e3c31ab586a, 759b2cecc289. by Guido van Rossum · 8 years ago
  23. f08a308 Docs for issue #22570. (Merge 3.5->3.6) by Guido van Rossum · 9 years ago
  24. 1469d74 Cross-reference os.DirEntry and pathlib.Path for issue #22570. by Guido van Rossum · 9 years ago
  25. 0507520 Add versionadded (3.4.5) to docs for issue #22570. (Merge 3.4->3.5) by Guido van Rossum · 9 years ago
  26. b136054 Add versionadded (3.4.5) to docs for issue #22570. by Guido van Rossum · 9 years ago
  27. 4060051 Docs for issue #22570. (Merge 3.4->3.5) by Guido van Rossum · 9 years ago
  28. df85946 Docs for issue #22570. by Guido van Rossum · 9 years ago
  29. 91108f0 Issue #25210: Change error message of do_richcompare() by Victor Stinner · 9 years ago
  30. 8ad751e Close #23904: fix pathlib documentation misleadingly mentioning that bytes objects are accepted in the PurePath constructor by Antoine Pitrou · 9 years ago
  31. 8d0c478 Close #23904: fix pathlib documentation misleadingly mentioning that bytes objects are accepted in the PurePath constructor by Antoine Pitrou · 9 years ago
  32. 17cba7d Issue #19777: Provide a home() classmethod on Path objects. by Antoine Pitrou · 10 years ago
  33. 8477ed6 Issue #19776: Add a expanduser() method on Path objects. by Antoine Pitrou · 10 years ago
  34. ea68398 Closes #20218: Added convenience methods read_text/write_text and read_bytes/ by Georg Brandl · 10 years ago
  35. 131caba Revert #22251 by Berker Peksag · 10 years ago
  36. 9c1dba2 Revert #22251 by Berker Peksag · 10 years ago
  37. f7fee33 Issue #22251: Fix ReST markup to avoid errors building docs. by Berker Peksag · 10 years ago
  38. 3749404 Issue #22251: Fix ReST markup to avoid errors building docs. by Berker Peksag · 10 years ago
  39. 7c549c4 - Issue #21539: Add a *exists_ok* argument to `Pathlib.mkdir()` to mimic by Barry Warsaw · 10 years ago
  40. 43e3d94 Issue #19775: Add a samefile() method to pathlib Path objects. by Antoine Pitrou · 10 years ago
  41. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 10 years ago
  42. ef85119 Issue #20765: Add missing documentation for PurePath.with_name() and PurePath.with_suffix(). by Antoine Pitrou · 10 years ago
  43. f6abb70 Mention specific exceptions instead of OSError where appropriate. by Antoine Pitrou · 11 years ago
  44. 0048c98 Issue #19921: When Path.mkdir() is called with parents=True, any missing parent is created with the default permissions, ignoring the mode argument (mimicking the POSIX "mkdir -p" command). by Antoine Pitrou · 11 years ago
  45. b6e66eb Some minor clarifications in the documentation of pathlib + inheritance diagram by Eli Bendersky · 11 years ago
  46. c034156 Change pathlib documentation to use "raise" instead of "throw". by Ned Deily · 11 years ago
  47. 03cc565 Issue #19793: Improved markup for True/False constants in pathlib documentation. by Serhiy Storchaka · 11 years ago
  48. 7a4e2d1 Wording changes to pathlib docs. by Andrew Kuchling · 11 years ago
  49. 31119e4 Issue #19673: Add pathlib to the stdlib as a provisional module (PEP 428). by Antoine Pitrou · 11 years ago