COMMITS
/ Lib/pathlib.py May 18, 2017
J
bpo-30296 Remove unnecessary tuples, lists, sets, and dicts (#1489)
Jon Dufresne committed
April 24, 2017
S
bpo-30144: Import collections ABC from collections.abc rather than collections. (#1263)
Serhiy Storchaka committed
April 13, 2017
A
bpo-29694: race condition in pathlib mkdir with flags parents=True (GH-1089)
Armin Rigo committed
March 27, 2017
V
bpo-29919: Remove unused imports found by pyflakes (#137)
Victor Stinner committed
March 25, 2017
S
bpo-29900: Simplify pathlib implementation. (#814)
Serhiy Storchaka committed
March 24, 2017
S
bpo-25803: Avoid incorrect errors raised by Path.mkdir(exist_ok=True) (#805)
Serhiy Storchaka committed
February 4, 2017
S
Issue #29416: Prevent infinite loop in pathlib.Path.mkdir
Steve Dower committed
S
Issue #29416: Prevent infinite loop in pathlib.Path.mkdir
Steve Dower committed
December 29, 2016
S
Issue #29079: Prevent infinite loop in pathlib.resolve() on Windows
Steve Dower committed
November 9, 2016
S
September 7, 2016
S
Issue #26032: Optimized globbing in pathlib by using os.scandir(); it is now
Serhiy Storchaka committed
June 10, 2016
B
Issue #27186: Add os.PathLike support to pathlib.
Brett Cannon committed
June 2, 2016
M
Issue #27171: Fix typos in documentation, comments, and test function names
Martin Panter committed
May 19, 2016
G
Back out pathlib.Path.path attr. (Merge 3.4->3.5)
Guido van Rossum committed
G
Back out 7e9605697dfc, 2e3c31ab586a, 759b2cecc289.
Guido van Rossum committed
January 7, 2016
G
Add another try/except PermissionError to avoid depending on listdir order. Fix issues #24120 and #26012.
Guido van Rossum committed
January 6, 2016
G
Issue #22570: Add 'path' attribute to pathlib.Path objects.
Guido van Rossum committed
G
Issue #26012: Don't traverse into symlinks for ** pattern in pathlib.Path.[r]glob().
Guido van Rossum committed
G
Issue #24120: Ignore PermissionError in pathlib.Path.[r]glob(). Ulrich Petri.
Guido van Rossum committed
G
Issue #22570: Add 'path' attribute to pathlib.Path objects. (Merge 3.4->3.5)
Guido van Rossum committed
G
Issue #26012: Don't traverse into symlinks for ** pattern in pathlib.Path.[r]glob(). (Merge 3.4->3.5)
Guido van Rossum committed
G
Issue #24120: Ignore PermissionError in pathlib.Path.[r]glob(). Ulrich Petri. (Merge 3.4->3.5)
Guido van Rossum committed
February 15, 2015
A
Issue #23146: Fix mishandling of absolute Windows paths with forward slashes in pathlib.
Antoine Pitrou committed
A
Issue #23146: Fix mishandling of absolute Windows paths with forward slashes in pathlib.
Antoine Pitrou committed
January 26, 2015
S
Issue #21408: The default __ne__() now returns NotImplemented if __eq__()
Serhiy Storchaka committed
S
Issue #21408: The default __ne__() now returns NotImplemented if __eq__()
Serhiy Storchaka committed
November 18, 2014
A
Close #22370: Windows detection in pathlib is now more robust.
Antoine Pitrou committed
October 30, 2014
July 7, 2014
A
Issue #20639: calling Path.with_suffix('') allows removing the suffix again.
Antoine Pitrou committed
April 22, 2014
A
Issue #21127: Path objects can now be instantiated from str subclass instances (such as numpy.str_).
Antoine Pitrou committed
January 2, 2014
A
Issue #20111: pathlib.Path.with_suffix() now sanity checks the given suffix.
Antoine Pitrou committed
December 28, 2013
A
Issue #19918: Fix PurePath.relative_to() under Windows.
Antoine Pitrou committed
December 16, 2013
A
A
Issue #19887: Improve the Path.resolve() algorithm to support certain symlink chains.
Antoine Pitrou committed
December 6, 2013
S
Issue #19908: pathlib now joins relative Windows paths correctly when a drive
Serhiy Storchaka committed
December 3, 2013
A
Issue #19872: remove unused imports in pathlib. Patch by Vajrasky Kok.
Antoine Pitrou committed
December 2, 2013
A
Issue #19852: move Path._raw_open() around, as it is now a private method.
Antoine Pitrou committed
November 23, 2013
November 22, 2013
A
Fix whitespace
Antoine Pitrou committed
A
Issue #19673: Add pathlib to the stdlib as a provisional module (PEP 428).
Antoine Pitrou committed
March 11, 2016
B
Issue #20589: Invoking Path.owner() and Path.group() on Windows now raise
Berker Peksag committed
January 30, 2016
B
Issue #23076: Path.glob() now raises a ValueError if it's called with an
Berker Peksag committed
October 22, 2015
B
Issue #25417: Remove the extra dot from docstring
Berker Peksag committed
October 21, 2015
B
Issue #25417: Fix typo in Path.samefile() docstring
Berker Peksag committed
January 12, 2015
A
Issue #19777: Provide a home() classmethod on Path objects.
Antoine Pitrou committed
December 30, 2014
A
whitespace
Antoine Pitrou committed