1. 2d07b85 Issue #23146: Fix mishandling of absolute Windows paths with forward slashes in pathlib. by Antoine Pitrou · 10 years ago
  2. 57fffd6 Issue #23146: Fix mishandling of absolute Windows paths with forward slashes in pathlib. by Antoine Pitrou · 10 years ago
  3. 17cba7d Issue #19777: Provide a home() classmethod on Path objects. by Antoine Pitrou · 10 years ago
  4. e969439 Issue #19776: Fix test_pathlib.test_expanduser() by Victor Stinner · 10 years ago
  5. 8477ed6 Issue #19776: Add a expanduser() method on Path objects. by Antoine Pitrou · 10 years ago
  6. 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
  7. 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
  8. ea68398 Closes #20218: Added convenience methods read_text/write_text and read_bytes/ by Georg Brandl · 10 years ago
  9. 7c549c4 - Issue #21539: Add a *exists_ok* argument to `Pathlib.mkdir()` to mimic by Barry Warsaw · 10 years ago
  10. 963b4ba Merge Python 3.4 by Victor Stinner · 10 years ago
  11. ec86469 Issue #19811, #22022: test_pathlib uses support.rmtree() instead of by Victor Stinner · 10 years ago
  12. 006c725 Merge pathlib fixes by Antoine Pitrou · 10 years ago
  13. e50dafc Issue #20639: calling Path.with_suffix('') allows removing the suffix again. by Antoine Pitrou · 10 years ago
  14. 7084e73 Issue #21714: Disallow the construction of invalid paths using Path.with_name(). Original patch by Antony Lee. by Antoine Pitrou · 10 years ago
  15. 43e3d94 Issue #19775: Add a samefile() method to pathlib Path objects. by Antoine Pitrou · 10 years ago
  16. cb5ec77 Issue #21127: Path objects can now be instantiated from str subclass instances (such as numpy.str_). by Antoine Pitrou · 10 years ago
  17. b599c61 Fix the unittest to run properly when the working directory has by Gregory P. Smith · 11 years ago
  18. 8f8ec92 Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 11 years ago
  19. 1b02da9 Issue #20111: pathlib.Path.with_suffix() now sanity checks the given suffix. by Antoine Pitrou · 11 years ago
  20. 156b361 Issue #19918: Fix PurePath.relative_to() under Windows. by Antoine Pitrou · 11 years ago
  21. 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
  22. c274fd2 Issue #19887: Improve the Path.resolve() algorithm to support certain symlink chains. by Antoine Pitrou · 11 years ago
  23. 010ff58 Test same drive in different cases (issue #19908). by Serhiy Storchaka · 11 years ago
  24. a993902 Issue #19908: pathlib now joins relative Windows paths correctly when a drive by Serhiy Storchaka · 11 years ago
  25. cc15751 Issue #19877: fix regression in test_pathlib when Windows has symlink support available (i.e. in administrator mode). by Antoine Pitrou · 11 years ago
  26. 51af82c Add a test for complex symlinks. by Antoine Pitrou · 11 years ago
  27. 2cf4b0f Issue #19742: fix a test_pathlib failure when a file owner or group isn't in the system database by Antoine Pitrou · 11 years ago
  28. 2cf3917 Issue #19715: try the utime(..., None) approach again, now that it should be more precise under Windows by Antoine Pitrou · 11 years ago
  29. 8b78493 Issue #19716: add a test that Path.touch() doesn't change a file's contents. by Antoine Pitrou · 11 years ago
  30. 12820c0 Revert utime(..., None) strategy (it has too poor resolution under Windows) and restore the previous test workaround by Antoine Pitrou · 11 years ago
  31. c3055be Trying other strategy for #19715: use utime(..., None) by Antoine Pitrou · 11 years ago
  32. bb6694d Try to fix issue #19715 (timestamp rounding inconsistencies under Windows?) by Antoine Pitrou · 11 years ago
  33. 0f57564 Try to debug issue #19715 by Antoine Pitrou · 11 years ago
  34. 2dd38fb Issue #19718: add one more globbing test under POSIX by Antoine Pitrou · 11 years ago
  35. fe77f4e Issue #19718: Add a case-insensitive FS check to test.support to use by Brett Cannon · 11 years ago
  36. 330ce59 Hopefully fix test_is_socket_true by Antoine Pitrou · 11 years ago
  37. 29eac42 Fix test failure under systems with an incompatible locale by Antoine Pitrou · 11 years ago
  38. 31119e4 Issue #19673: Add pathlib to the stdlib as a provisional module (PEP 428). by Antoine Pitrou · 11 years ago