index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Doc
/
library
/
pathlib.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #19717: Makes Path.resolve() succeed on paths that do not exist (patch ...
Steve Dower
2016-11-09
1
-4
/
+8
*
Remove spurious article.
Ned Deily
2016-10-15
1
-1
/
+1
|
\
|
*
Remove spurious article.
Ned Deily
2016-10-15
1
-1
/
+1
*
|
Merge from 3.5
Berker Peksag
2016-10-01
1
-8
/
+17
|
\
\
|
|
/
|
/
|
|
*
Merge from 3.5
Berker Peksag
2016-10-01
1
-8
/
+17
|
|
\
|
|
*
Closes #27722: Merge with 3.5
Zachary Ware
2016-08-09
1
-1
/
+1
|
|
|
\
|
|
*
\
Issue #27180: Merge from 3.5
Berker Peksag
2016-07-14
1
-2
/
+3
|
|
|
\
\
|
|
*
\
\
Merge Issue #22558.
Terry Jan Reedy
2016-06-11
1
-1
/
+5
|
|
|
\
\
\
|
|
*
|
|
|
Issue #27186: Add os.PathLike support to pathlib.
Brett Cannon
2016-06-10
1
-7
/
+16
|
|
*
|
|
|
Back out pathlib.Path.path attr. (Merge 3.5->3.6)
Guido van Rossum
2016-05-19
1
-22
/
+0
|
|
|
\
\
\
\
|
|
*
\
\
\
\
Docs for issue #22570. (Merge 3.5->3.6)
Guido van Rossum
2016-01-06
1
-1
/
+1
|
|
|
\
\
\
\
\
|
|
|
*
|
|
|
|
Issue #25210: Change error message of do_richcompare()
Victor Stinner
2015-10-14
1
-1
/
+1
*
|
|
|
|
|
|
|
Fix markup in pathlib.rst
Berker Peksag
2016-10-01
1
-1
/
+1
|
/
/
/
/
/
/
/
*
|
|
|
|
|
|
Fix Path.glob() link, reported by SilentGhost
Berker Peksag
2016-10-01
1
-1
/
+1
|
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
|
|
Issue #27722: Fix default for touch method's 'mode' argument
Zachary Ware
2016-08-09
1
-1
/
+1
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
|
|
Issue #27180: Clarify Path.rename() behavior on Unix systems
Berker Peksag
2016-07-14
1
-2
/
+3
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy
2016-06-11
1
-1
/
+5
|
|
_
|
/
|
/
|
|
*
|
|
Back out pathlib.Path.path attr. (Merge 3.4->3.5)
Guido van Rossum
2016-05-19
1
-1
/
+111
|
\
\
\
|
|
/
/
|
*
|
Cross-reference os.DirEntry and pathlib.Path for issue #22570.
Guido van Rossum
2016-01-06
1
-0
/
+4
|
*
|
Add versionadded (3.4.5) to docs for issue #22570. (Merge 3.4->3.5)
Guido van Rossum
2016-01-06
1
-1
/
+111
|
|
\
\
|
|
*
\
Docs for issue #22570. (Merge 3.4->3.5)
Guido van Rossum
2016-01-06
1
-0
/
+17
|
|
|
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Close #23904: fix pathlib documentation misleadingly mentioning that bytes ob...
Antoine Pitrou
2015-04-12
1
-1
/
+111
|
|
|
\
\
|
|
|
*
|
Issue #19777: Provide a home() classmethod on Path objects.
Antoine Pitrou
2015-01-12
1
-0
/
+11
|
|
|
*
|
Issue #19776: Add a expanduser() method on Path objects.
Antoine Pitrou
2014-12-30
1
-3
/
+12
|
|
|
*
|
Closes #20218: Added convenience methods read_text/write_text and read_bytes/
Georg Brandl
2014-10-01
1
-0
/
+61
|
|
|
*
|
Revert #22251
Berker Peksag
2014-09-28
1
-3
/
+0
|
|
|
|
\
\
|
|
|
*
\
\
Issue #22251: Fix ReST markup to avoid errors building docs.
Berker Peksag
2014-09-27
1
-0
/
+3
|
|
|
|
\
\
\
|
|
|
*
|
|
|
- Issue #21539: Add a *exists_ok* argument to `Pathlib.mkdir()` to mimic
Barry Warsaw
2014-08-05
1
-1
/
+11
|
|
|
*
|
|
|
Issue #19775: Add a samefile() method to pathlib Path objects.
Antoine Pitrou
2014-05-13
1
-0
/
+19
*
|
|
|
|
|
|
Back out 7e9605697dfc, 2e3c31ab586a, 759b2cecc289.
Guido van Rossum
2016-05-19
1
-18
/
+0
|
/
/
/
/
/
/
*
|
|
|
|
|
Add versionadded (3.4.5) to docs for issue #22570.
Guido van Rossum
2016-01-06
1
-0
/
+1
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
|
|
Docs for issue #22570.
Guido van Rossum
2016-01-06
1
-0
/
+17
|
/
/
/
/
*
|
|
|
Close #23904: fix pathlib documentation misleadingly mentioning that bytes ob...
Antoine Pitrou
2015-04-12
1
-2
/
+2
|
|
_
|
/
|
/
|
|
*
|
|
Revert #22251
Berker Peksag
2014-09-28
1
-3
/
+0
|
|
/
|
/
|
*
|
Issue #22251: Fix ReST markup to avoid errors building docs.
Berker Peksag
2014-09-27
1
-0
/
+3
|
/
*
Merge in all documentation changes since branching 3.4.0rc1.
Larry Hastings
2014-03-15
1
-0
/
+30
*
Mention specific exceptions instead of OSError where appropriate.
Antoine Pitrou
2013-12-16
1
-3
/
+4
*
Issue #19921: When Path.mkdir() is called with parents=True, any missing pare...
Antoine Pitrou
2013-12-16
1
-1
/
+4
*
Some minor clarifications in the documentation of pathlib + inheritance diagram
Eli Bendersky
2013-11-28
1
-68
/
+80
*
Change pathlib documentation to use "raise" instead of "throw".
Ned Deily
2013-11-27
1
-2
/
+2
*
Issue #19793: Improved markup for True/False constants in pathlib documentation.
Serhiy Storchaka
2013-11-26
1
-28
/
+28
*
Wording changes to pathlib docs.
Andrew Kuchling
2013-11-22
1
-4
/
+3
*
Issue #19673: Add pathlib to the stdlib as a provisional module (PEP 428).
Antoine Pitrou
2013-11-22
1
-0
/
+874