aboutsummaryrefslogtreecommitdiffstats
path: root/pkg_resources/py31compat.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove pkg_resources.py31compat.makedirs() in favor of the stdlibJon Dufresne2020-02-161-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 possiblePaul Ganssle2018-07-101-1/+3
|
* Drop support for EOL Python 3.3Hugo2018-05-241-2/+1
|
* Confusingly, the issue was fixed in a larger point release on Python 3.3 ↵Jason R. Coombs2017-07-131-2/+2
| | | | than on Python 3.2.
* Correct bounds and boolean selector.Jason R. Coombs2017-07-131-4/+4
|
* Restrict use of os.makedirs to those with the security patch introduced in ↵Jason R. Coombs2017-07-131-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. Coombs2017-07-131-1/+1
|
* Avoid race condition in ensure_directory. Ref #1083.Jason R. Coombs2017-07-131-0/+17