summaryrefslogtreecommitdiffstats
path: root/Lib/pathlib.py
Commit message (Expand)AuthorAgeFilesLines
* Revert utime(..., None) strategy (it has too poor resolution under Windows) a...Antoine Pitrou2013-11-231-1/+3
* Trying other strategy for #19715: use utime(..., None)Antoine Pitrou2013-11-231-3/+1
* Fix whitespaceAntoine Pitrou2013-11-221-1/+0
* Issue #19673: Add pathlib to the stdlib as a provisional module (PEP 428).Antoine Pitrou2013-11-221-0/+1287