Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove pkg_resources.py31compat.makedirs() in favor of the stdlib | Jon Dufresne | 2020-02-16 | 1 | -23/+0 |
| | | | | | As setuptools is now python 3.5+, this compatibility shim is no longer necessary. | ||||
* | 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 ↵ | Jason R. Coombs | 2017-07-13 | 1 | -2/+2 |
| | | | | than on Python 3.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 ↵ | Jason R. Coombs | 2017-07-13 | 1 | -4/+9 |
| | | | | Python 3.2.6, 3.3.5, and 3.4.1 per https://bugs.python.org/issue21082. Ref #1082. | ||||
* | 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 |