Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove pkg_resources.py31compat.makedirs() in favor of the stdlib | Jon Dufresne | 2020-02-16 | 1 | -23/+0 |
* | Switch over to using six.PY{2,3} when possible | Paul Ganssle | 2018-07-10 | 1 | -1/+3 |
* | Drop support for EOL Python 3.3 | Hugo | 2018-05-24 | 1 | -2/+1 |
* | Confusingly, the issue was fixed in a larger point release on Python 3.3 than... | Jason R. Coombs | 2017-07-13 | 1 | -2/+2 |
* | Correct bounds and boolean selector. | Jason R. Coombs | 2017-07-13 | 1 | -4/+4 |
* | Restrict use of os.makedirs to those with the security patch introduced in Py... | Jason R. Coombs | 2017-07-13 | 1 | -4/+9 |
* | Correctly honor exist_ok. Ref #1083. | Jason R. Coombs | 2017-07-13 | 1 | -1/+1 |
* | Avoid race condition in ensure_directory. Ref #1083. | Jason R. Coombs | 2017-07-13 | 1 | -0/+17 |