Files
cpython/Lib
Barry Warsaw 7c549c4e64 - Issue #21539: Add a *exists_ok* argument to Pathlib.mkdir() to mimic
`mkdir -p` and `os.makedirs()` functionality.  When true, ignore
  FileExistsErrors.  Patch by Berker Peksag.

(With minor cleanups, additional tests, doc tweaks, etc. by Barry)

Also:

* Remove some unused imports in test_pathlib.py reported by pyflakes.
2014-08-05 11:28:12 -04:00
..
2014-07-29 23:09:56 +02:00
2014-06-24 15:21:24 -07:00
2014-07-23 14:40:27 -05:00
2014-08-04 17:17:21 +03:00
2014-05-16 23:02:25 -04:00
2014-08-03 23:03:16 -04:00
2014-04-10 00:23:18 -04:00
2014-05-17 21:45:01 -07:00
2014-07-28 22:24:20 -04:00
2014-07-03 00:31:54 +01:00
2014-04-03 10:22:10 -04:00
2014-05-03 20:22:00 -04:00
2013-08-17 15:53:55 +03:00
2014-03-09 14:47:58 -07:00
2013-10-03 21:29:36 +02:00
2014-05-25 17:28:38 -07:00
2013-08-17 15:53:55 +03:00
2013-07-13 22:48:49 -07:00
2013-10-26 13:22:08 -04:00
2014-06-29 17:44:05 -04:00