summaryrefslogtreecommitdiffstats
path: root/Doc/library/pathlib.rst
Commit message (Expand)AuthorAgeFilesLines
* Close #23904: fix pathlib documentation misleadingly mentioning that bytes ob...Antoine Pitrou2015-04-111-2/+2
* Revert #22251Berker Peksag2014-09-271-3/+0
* Issue #22251: Fix ReST markup to avoid errors building docs.Berker Peksag2014-09-271-0/+3
* Merge in all documentation changes since branching 3.4.0rc1.Larry Hastings2014-03-161-0/+30
* Mention specific exceptions instead of OSError where appropriate.Antoine Pitrou2013-12-161-3/+4
* Issue #19921: When Path.mkdir() is called with parents=True, any missing pare...Antoine Pitrou2013-12-161-1/+4
* Some minor clarifications in the documentation of pathlib + inheritance diagramEli Bendersky2013-11-281-68/+80
* Change pathlib documentation to use "raise" instead of "throw".Ned Deily2013-11-271-2/+2
* Issue #19793: Improved markup for True/False constants in pathlib documentation.Serhiy Storchaka2013-11-261-28/+28
* Wording changes to pathlib docs.Andrew Kuchling2013-11-221-4/+3
* Issue #19673: Add pathlib to the stdlib as a provisional module (PEP 428).Antoine Pitrou2013-11-221-0/+874