summaryrefslogtreecommitdiffstats
path: root/Lib/pathlib.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Revert utime(..., None) strategy (it has too poor resolution under Windows) ↵Antoine Pitrou2013-11-231-1/+3
| | | | | | and restore the previous test workaround (issue #19715)
* 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