1. 79d2e62 Added support for negative indexes to PurePath.parents (GH-21799) by Yaroslav Pankovych · 3 years, 9 months ago
  2. 4520584 bpo-35498: Added slice support to PathLib parents attribute. (GH-11165) by Joshua Cannon · 3 years, 9 months ago
  3. 5f22741 bpo-23706: Add newline parameter to pathlib.Path.write_text (GH-22420) (GH-22420) by Максим · 3 years, 10 months ago
  4. f97e42e bpo-40833: Clarify Path.rename doc-string regarding relative paths (GH-20554) by Ram Rachum · 3 years, 10 months ago
  5. 94ad6c6 bpo-33660: Fix PosixPath to resolve a relative path on root by Dong-hee Na · 6 years ago
  6. 4483253 bpo-23082: Better error message for PurePath.relative_to() from pathlib (GH-19611) by Rotuna · 4 years, 3 months ago
  7. 8aea4b3 bpo-40148: Add PurePath.with_stem() (GH-19295) by Tim Hoffmann · 4 years, 4 months ago
  8. 5b1d918 bpo-39894: Route calls from pathlib.Path.samefile() to os.stat() via the path accessor (GH-18836) by Barney Gale · 4 years, 4 months ago
  9. c746c4f bpo-39897: Remove needless `Path(self.parent)` call, which makes `is_mount()` misbehave in `Path` subclasses. (GH-18839) by Barney Gale · 4 years, 4 months ago
  10. 22386bb bpo-39901: Move `pathlib.Path.owner()` and `group()` implementations into the path accessor. (GH-18844) by Barney Gale · 4 years, 4 months ago
  11. 00002e6 bpo-39682: make `pathlib.Path` immutable by removing (undocumented) support for "closing" a path by using it as a context manager (GH-18846) by Barney Gale · 4 years, 4 months ago
  12. 704e206 bpo-39916: Use os.scandir() as context manager in Path.glob(). (GH-18880) by Serhiy Storchaka · 4 years, 5 months ago
  13. eb7560a bpo-38894: Fix pathlib.Path.glob in the presence of symlinks and insufficient permissions (GH-18815) by Pablo Galindo · 4 years, 5 months ago
  14. f4f445b bpo-39567: Add audit for os.walk(), os.fwalk(), Path.glob() and Path.rglob(). (GH-18372) by Serhiy Storchaka · 4 years, 6 months ago
  15. c45a2aa bpo-38883: Don't use POSIX `$HOME` in `pathlib.Path.home/expanduser` on Windows (GH-17961) by Christoph Reiter · 4 years, 7 months ago
  16. 092435e bpo-38811: Check for presence of os.link method in pathlib (GH-17225) by Toke Høiland-Jørgensen · 4 years, 8 months ago
  17. 526606b bpo-38994: Implement __class_getitem__ for PathLike (GH-17498) by Batuhan Taşkaya · 4 years, 8 months ago
  18. 59c8088 Revert "bpo-38811: Check for presence of os.link method in pathlib. (GH-17170)" (#17219) by Victor Stinner · 4 years, 9 months ago
  19. 111772f bpo-38811: Check for presence of os.link method in pathlib. (GH-17170) by Toke Høiland-Jørgensen · 4 years, 9 months ago
  20. 8d4fef4 bpo-38422: Clarify docstrings of pathlib suffix(es) (GH-16679) by Ram Rachum · 4 years, 9 months ago
  21. a01ba33 bpo-30618: add readlink to pathlib.Path (GH-8285) by Girts · 4 years, 10 months ago
  22. 10ecbad bpo-31202: Preserve case of literal parts in Path.glob() on Windows. (GH-16860) by Serhiy Storchaka · 4 years, 10 months ago
  23. 088a09a bpo-31163: Added return values to pathlib.Path instance's rename and replace methods. (GH-13582) by hui shang · 5 years ago
  24. 82642a0 bpo-37689: add Path.is_relative_to() method (GH-14982) by Hai Shi · 5 years ago
  25. 4c69be2 bpo-34775: Return NotImplemented in PurePath division. (GH-9509) by aiudirog · 5 years ago
  26. d5c120f bpo-36035: fix Path.rglob for broken links (GH-11988) by Jörg Stucke · 5 years ago
  27. d9e006b bpo-33123: pathlib: Add missing_ok parameter to Path.unlink (GH-6191) by ‮zlohhcuB treboR · 5 years ago
  28. 9646630 bpo-36766: Typos in docs and code comments (GH-13116) by penguindustin · 5 years ago
  29. 6b5b013 bpo-26978: Implement pathlib.Path.link_to (Using os.link) (GH-12990) by Joannah Nanjekye · 5 years ago
  30. 537b6ca bpo-22062: Updated docstring and documentation for pathlib (GH-8519) by Eivind Teig · 5 years ago
  31. 2f6fae6 bpo-35692: pathlib no longer raises when checking file and directory existence on drives that are not ready (GH-11746) by Steve Dower · 6 years ago
  32. 0185f34 bpo-33721: Make some os.path functions and pathlib.Path methods be tolerant to invalid paths. (#7695) by Serhiy Storchaka · 6 years ago
  33. 216b745 bpo-33635: Handling Bad file descriptor in Path.is_file and related. (GH-8542) by Przemysław Spodymek · 6 years ago
  34. 423d05f bpo-34333: Fix %-formatting in Path.with_suffix() (GH-8663) by Berker Peksag · 6 years ago
  35. 46dc4e3 bpo-34329: Doc'd how to remove suffix of pathlib.Path() (GH-8655) by Stefan Otte · 6 years ago
  36. dfa015c bpo-31972: Improve docstrings for pathlib classes (#5310) by chason · 6 years ago
  37. 8110837 bpo-30152: Reduce the number of imports for argparse. (#1269) by Serhiy Storchaka · 7 years ago
  38. 173ff4a bpo-30897: Add is_mount() to pathlib.Path (#2669) by Cooper Lees · 7 years ago
  39. add98eb bpo-30177: pathlib: include the full path in resolve(strict=False) (#1893) by Antoine Pietri · 7 years ago
  40. 3972628 bpo-30296 Remove unnecessary tuples, lists, sets, and dicts (#1489) by Jon Dufresne · 7 years ago
  41. 2e576f5 bpo-30144: Import collections ABC from collections.abc rather than collections. (#1263) by Serhiy Storchaka · 7 years ago
  42. 22a594a bpo-29694: race condition in pathlib mkdir with flags parents=True (GH-1089) by Armin Rigo · 7 years ago
  43. d6debb2 bpo-29919: Remove unused imports found by pyflakes (#137) by Victor Stinner · 7 years ago
  44. 62a9951 bpo-29900: Simplify pathlib implementation. (#814) by Serhiy Storchaka · 7 years ago
  45. af7b9ec bpo-25803: Avoid incorrect errors raised by Path.mkdir(exist_ok=True) (#805) by Serhiy Storchaka · 7 years ago
  46. 1add96f Issue #29416: Prevent infinite loop in pathlib.Path.mkdir by Steve Dower · 8 years ago
  47. d3c4853 Issue #29416: Prevent infinite loop in pathlib.Path.mkdir by Steve Dower · 8 years ago
  48. 4b1e98b Issue #29079: Prevent infinite loop in pathlib.resolve() on Windows by Steve Dower · 8 years ago
  49. 98eb360 Issue #19717: Makes Path.resolve() succeed on paths that do not exist (patch by Vajrasky Kok) by Steve Dower · 8 years ago
  50. 680cb15 Issue #26032: Optimized globbing in pathlib by using os.scandir(); it is now by Serhiy Storchaka · 8 years ago
  51. 568be63 Issue #27186: Add os.PathLike support to pathlib. by Brett Cannon · 8 years ago
  52. e26da7c Issue #27171: Fix typos in documentation, comments, and test function names by Martin Panter · 8 years ago
  53. 387e6e3 Back out pathlib.Path.path attr. (Merge 3.4->3.5) by Guido van Rossum · 8 years ago
  54. 3d4d01f Back out 7e9605697dfc, 2e3c31ab586a, 759b2cecc289. by Guido van Rossum · 8 years ago
  55. bc9fdda Add another try/except PermissionError to avoid depending on listdir order. Fix issues #24120 and #26012. by Guido van Rossum · 9 years ago
  56. e428231 Issue #22570: Add 'path' attribute to pathlib.Path objects. by Guido van Rossum · 9 years ago
  57. 69bfb15 Issue #26012: Don't traverse into symlinks for ** pattern in pathlib.Path.[r]glob(). by Guido van Rossum · 9 years ago
  58. 6c2d33a Issue #24120: Ignore PermissionError in pathlib.Path.[r]glob(). Ulrich Petri. by Guido van Rossum · 9 years ago
  59. 57fffd6 Issue #23146: Fix mishandling of absolute Windows paths with forward slashes in pathlib. by Antoine Pitrou · 9 years ago
  60. f4b7a02 Issue #21408: The default __ne__() now returns NotImplemented if __eq__() by Serhiy Storchaka · 10 years ago
  61. db118f5 Close #22370: Windows detection in pathlib is now more robust. by Antoine Pitrou · 10 years ago
  62. 2b2852b Issue #22759: Query methods on pathlib.Path() (exists(), is_dir(), etc.) now return False when the underlying stat call raises NotADirectoryError. by Antoine Pitrou · 10 years ago
  63. e50dafc Issue #20639: calling Path.with_suffix('') allows removing the suffix again. by Antoine Pitrou · 10 years ago
  64. 7084e73 Issue #21714: Disallow the construction of invalid paths using Path.with_name(). Original patch by Antony Lee. by Antoine Pitrou · 10 years ago
  65. cb5ec77 Issue #21127: Path objects can now be instantiated from str subclass instances (such as numpy.str_). by Antoine Pitrou · 10 years ago
  66. 1b02da9 Issue #20111: pathlib.Path.with_suffix() now sanity checks the given suffix. by Antoine Pitrou · 11 years ago
  67. 156b361 Issue #19918: Fix PurePath.relative_to() under Windows. by Antoine Pitrou · 11 years ago
  68. 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
  69. c274fd2 Issue #19887: Improve the Path.resolve() algorithm to support certain symlink chains. by Antoine Pitrou · 11 years ago
  70. a993902 Issue #19908: pathlib now joins relative Windows paths correctly when a drive by Serhiy Storchaka · 11 years ago
  71. 069a5e1 Issue #19872: remove unused imports in pathlib. Patch by Vajrasky Kok. by Antoine Pitrou · 11 years ago
  72. 4a60d42 Issue #19852: move Path._raw_open() around, as it is now a private method. by Antoine Pitrou · 11 years ago
  73. 2cf3917 Issue #19715: try the utime(..., None) approach again, now that it should be more precise under Windows by Antoine Pitrou · 11 years ago
  74. 12820c0 Revert utime(..., None) strategy (it has too poor resolution under Windows) and restore the previous test workaround by Antoine Pitrou · 11 years ago
  75. c3055be Trying other strategy for #19715: use utime(..., None) by Antoine Pitrou · 11 years ago
  76. 0325a21 Fix whitespace by Antoine Pitrou · 11 years ago
  77. 31119e4 Issue #19673: Add pathlib to the stdlib as a provisional module (PEP 428). by Antoine Pitrou · 11 years ago
  78. 04d4229 Issue #20589: Invoking Path.owner() and Path.group() on Windows now raise by Berker Peksag · 8 years ago
  79. 4a208e4 Issue #23076: Path.glob() now raises a ValueError if it's called with an by Berker Peksag · 9 years ago
  80. c3a8272 Add another try/except PermissionError to avoid depending on listdir order. Fix issues #24120 and #26012. (Merge 3.4->3.5) by Guido van Rossum · 9 years ago
  81. 1a4afec Issue #22570: Add 'path' attribute to pathlib.Path objects. (Merge 3.4->3.5) by Guido van Rossum · 9 years ago
  82. 520f297 Issue #26012: Don't traverse into symlinks for ** pattern in pathlib.Path.[r]glob(). (Merge 3.4->3.5) by Guido van Rossum · 9 years ago
  83. d54377d Issue #24120: Ignore PermissionError in pathlib.Path.[r]glob(). Ulrich Petri. (Merge 3.4->3.5) by Guido van Rossum · 9 years ago
  84. 05492b8 Issue #25417: Remove the extra dot from docstring by Berker Peksag · 9 years ago
  85. 267597f Issue #25417: Fix typo in Path.samefile() docstring by Berker Peksag · 9 years ago
  86. 2d07b85 Issue #23146: Fix mishandling of absolute Windows paths with forward slashes in pathlib. by Antoine Pitrou · 9 years ago
  87. 34af502 Issue #21408: The default __ne__() now returns NotImplemented if __eq__() by Serhiy Storchaka · 10 years ago
  88. 17cba7d Issue #19777: Provide a home() classmethod on Path objects. by Antoine Pitrou · 10 years ago
  89. 5d4e27e whitespace by Antoine Pitrou · 10 years ago
  90. 8477ed6 Issue #19776: Add a expanduser() method on Path objects. by Antoine Pitrou · 10 years ago
  91. 1d922d0 Close #22370: Windows detection in pathlib is now more robust. by Antoine Pitrou · 10 years ago
  92. c689101 Issue #22759: Query methods on pathlib.Path() (exists(), is_dir(), etc.) now return False when the underlying stat call raises NotADirectoryError. by Antoine Pitrou · 10 years ago
  93. ea68398 Closes #20218: Added convenience methods read_text/write_text and read_bytes/ by Georg Brandl · 10 years ago
  94. 7c549c4 - Issue #21539: Add a *exists_ok* argument to `Pathlib.mkdir()` to mimic by Barry Warsaw · 10 years ago
  95. 006c725 Merge pathlib fixes by Antoine Pitrou · 10 years ago
  96. 43e3d94 Issue #19775: Add a samefile() method to pathlib Path objects. by Antoine Pitrou · 10 years ago