Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
0105606f5531d9a22e672d3d2a72df2c5c447be8
/
Doc
/
library
/
pathlib.rst
98eb360
Issue #19717: Makes Path.resolve() succeed on paths that do not exist (patch by Vajrasky Kok)
by Steve Dower
· 8 years ago
bf7dcb9
Remove spurious article.
by Ned Deily
· 8 years ago
11194f7
Remove spurious article.
by Ned Deily
· 8 years ago
009bc05
Merge from 3.5
by Berker Peksag
· 8 years ago
5e3677d
Fix markup in pathlib.rst
by Berker Peksag
· 8 years ago
50bb940
Merge from 3.5
by Berker Peksag
· 8 years ago
06a8ac0
Fix Path.glob() link, reported by SilentGhost
by Berker Peksag
· 8 years ago
8ec8749
Closes #27722: Merge with 3.5
by Zachary Ware
· 8 years ago
7a26da5
Issue #27722: Fix default for touch method's 'mode' argument
by Zachary Ware
· 8 years ago
663dacd
Issue #27180: Merge from 3.5
by Berker Peksag
· 8 years ago
2b87921
Issue #27180: Clarify Path.rename() behavior on Unix systems
by Berker Peksag
· 8 years ago
4da945f
Merge Issue #22558.
by Terry Jan Reedy
· 8 years ago
fa089b9
Issue #22558: Add remaining doc links to source code for Python-coded modules.
by Terry Jan Reedy
· 8 years ago
568be63
Issue #27186: Add os.PathLike support to pathlib.
by Brett Cannon
· 8 years ago
03e6061
Back out pathlib.Path.path attr. (Merge 3.5->3.6)
by Guido van Rossum
· 8 years ago
387e6e3
Back out pathlib.Path.path attr. (Merge 3.4->3.5)
by Guido van Rossum
· 8 years ago
3d4d01f
Back out 7e9605697dfc, 2e3c31ab586a, 759b2cecc289.
by Guido van Rossum
· 8 years ago
f08a308
Docs for issue #22570. (Merge 3.5->3.6)
by Guido van Rossum
· 9 years ago
1469d74
Cross-reference os.DirEntry and pathlib.Path for issue #22570.
by Guido van Rossum
· 9 years ago
0507520
Add versionadded (3.4.5) to docs for issue #22570. (Merge 3.4->3.5)
by Guido van Rossum
· 9 years ago
b136054
Add versionadded (3.4.5) to docs for issue #22570.
by Guido van Rossum
· 9 years ago
4060051
Docs for issue #22570. (Merge 3.4->3.5)
by Guido van Rossum
· 9 years ago
df85946
Docs for issue #22570.
by Guido van Rossum
· 9 years ago
91108f0
Issue #25210: Change error message of do_richcompare()
by Victor Stinner
· 9 years ago
8ad751e
Close #23904: fix pathlib documentation misleadingly mentioning that bytes objects are accepted in the PurePath constructor
by Antoine Pitrou
· 10 years ago
8d0c478
Close #23904: fix pathlib documentation misleadingly mentioning that bytes objects are accepted in the PurePath constructor
by Antoine Pitrou
· 10 years ago
17cba7d
Issue #19777: Provide a home() classmethod on Path objects.
by Antoine Pitrou
· 10 years ago
8477ed6
Issue #19776: Add a expanduser() method on Path objects.
by Antoine Pitrou
· 10 years ago
ea68398
Closes #20218: Added convenience methods read_text/write_text and read_bytes/
by Georg Brandl
· 10 years ago
131caba
Revert #22251
by Berker Peksag
· 10 years ago
9c1dba2
Revert #22251
by Berker Peksag
· 10 years ago
f7fee33
Issue #22251: Fix ReST markup to avoid errors building docs.
by Berker Peksag
· 10 years ago
3749404
Issue #22251: Fix ReST markup to avoid errors building docs.
by Berker Peksag
· 10 years ago
7c549c4
- Issue #21539: Add a *exists_ok* argument to `Pathlib.mkdir()` to mimic
by Barry Warsaw
· 10 years ago
43e3d94
Issue #19775: Add a samefile() method to pathlib Path objects.
by Antoine Pitrou
· 11 years ago
3732ed2
Merge in all documentation changes since branching 3.4.0rc1.
by Larry Hastings
· 11 years ago
ef85119
Issue #20765: Add missing documentation for PurePath.with_name() and PurePath.with_suffix().
by Antoine Pitrou
· 11 years ago
f6abb70
Mention specific exceptions instead of OSError where appropriate.
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
b6e66eb
Some minor clarifications in the documentation of pathlib + inheritance diagram
by Eli Bendersky
· 11 years ago
c034156
Change pathlib documentation to use "raise" instead of "throw".
by Ned Deily
· 11 years ago
03cc565
Issue #19793: Improved markup for True/False constants in pathlib documentation.
by Serhiy Storchaka
· 11 years ago
7a4e2d1
Wording changes to pathlib docs.
by Andrew Kuchling
· 11 years ago
31119e4
Issue #19673: Add pathlib to the stdlib as a provisional module (PEP 428).
by Antoine Pitrou
· 11 years ago