aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/distutils_patch.py
Commit message (Expand)AuthorAgeFilesLines
* Ensure the module is named 'distutils'. Avoids errors when distutils.log and ...Jason R. Coombs2020-07-031-0/+1
* Move distutils into a submodule of setuptools.Jason R. Coombs2020-07-031-15/+6
* Replace distutils rather than requiring it to be present in advanec. Instead ...Jason R. Coombs2020-06-211-2/+13
* Update setuptools/distutils_patch.pyJason R. Coombs2020-06-211-1/+1
* Extract function for ensure_local_distuilsJason R. Coombs2020-05-311-4/+6
* Update distutils patch to monkeypatch all paths from sys.path to ensure that ...Jason R. Coombs2020-05-251-3/+17
* Move distutils import to a separate file to avoid linter errors.Jason R. Coombs2020-05-251-0/+15