Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
3cb9379881a91f81416b770795b0fc81c6de6bf9
/
Lib
/
pathlib.py
ea68398
Closes #20218: Added convenience methods read_text/write_text and read_bytes/
by Georg Brandl
· 10 years ago
7c549c4
- Issue #21539: Add a *exists_ok* argument to `Pathlib.mkdir()` to mimic
by Barry Warsaw
· 10 years ago
006c725
Merge pathlib fixes
by Antoine Pitrou
· 10 years ago
e50dafc
Issue #20639: calling Path.with_suffix('') allows removing the suffix again.
by Antoine Pitrou
· 10 years ago
7084e73
Issue #21714: Disallow the construction of invalid paths using Path.with_name(). Original patch by Antony Lee.
by Antoine Pitrou
· 10 years ago
43e3d94
Issue #19775: Add a samefile() method to pathlib Path objects.
by Antoine Pitrou
· 11 years ago
cb5ec77
Issue #21127: Path objects can now be instantiated from str subclass instances (such as numpy.str_).
by Antoine Pitrou
· 11 years ago
1b02da9
Issue #20111: pathlib.Path.with_suffix() now sanity checks the given suffix.
by Antoine Pitrou
· 11 years ago
156b361
Issue #19918: Fix PurePath.relative_to() under Windows.
by Antoine Pitrou
· 11 years ago
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
c274fd2
Issue #19887: Improve the Path.resolve() algorithm to support certain symlink chains.
by Antoine Pitrou
· 11 years ago
a993902
Issue #19908: pathlib now joins relative Windows paths correctly when a drive
by Serhiy Storchaka
· 11 years ago
069a5e1
Issue #19872: remove unused imports in pathlib. Patch by Vajrasky Kok.
by Antoine Pitrou
· 11 years ago
4a60d42
Issue #19852: move Path._raw_open() around, as it is now a private method.
by Antoine Pitrou
· 11 years ago
2cf3917
Issue #19715: try the utime(..., None) approach again, now that it should be more precise under Windows
by Antoine Pitrou
· 11 years ago
12820c0
Revert utime(..., None) strategy (it has too poor resolution under Windows) and restore the previous test workaround
by Antoine Pitrou
· 11 years ago
c3055be
Trying other strategy for #19715: use utime(..., None)
by Antoine Pitrou
· 11 years ago
0325a21
Fix whitespace
by Antoine Pitrou
· 11 years ago
31119e4
Issue #19673: Add pathlib to the stdlib as a provisional module (PEP 428).
by Antoine Pitrou
· 11 years ago