aboutsummaryrefslogtreecommitdiffstats
path: root/pkg_resources/py31compat.py
Commit message (Expand)AuthorAgeFilesLines
* Remove pkg_resources.py31compat.makedirs() in favor of the stdlibJon Dufresne2020-02-161-23/+0
* 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 than...Jason R. Coombs2017-07-131-2/+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 Py...Jason R. Coombs2017-07-131-4/+9
* 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