Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Warn the user when distutils is present to discourage this usage and direct ↵ | Jason R. Coombs | 2020-07-12 | 1 | -1/+18 |
| | | | | users to the recommended usage. Closes #2230. | ||||
* | Allow opt-in and opt-out of distutils adoption at run time with ↵distutils-adopt-escape-hatch | Jason R. Coombs | 2020-07-11 | 1 | -2/+3 |
| | | | | SETUPTOOLS_USE_DISTUTILS environment variable. | ||||
* | Provide escape hatch for distutils adoption. | Jason R. Coombs | 2020-07-10 | 1 | -1/+10 |
| | |||||
* | Ensure the module is named 'distutils'. Avoids errors when distutils.log and ↵ | Jason R. Coombs | 2020-07-03 | 1 | -0/+1 |
| | | | | setuptools._distutils.log are two separate modules with separate state. | ||||
* | Move distutils into a submodule of setuptools. | Jason R. Coombs | 2020-07-03 | 1 | -15/+6 |
| | |||||
* | Replace distutils rather than requiring it to be present in advanec. Instead ↵ | Jason R. Coombs | 2020-06-21 | 1 | -2/+13 |
| | | | | of crashing, issue a warning when Setuptools is replacing distutils. | ||||
* | Update setuptools/distutils_patch.py | Jason R. Coombs | 2020-06-21 | 1 | -1/+1 |
| | | | Co-authored-by: Steve Dower <steve.dower@microsoft.com> | ||||
* | Extract function for ensure_local_distuils | Jason R. Coombs | 2020-05-31 | 1 | -4/+6 |
| | |||||
* | Update distutils patch to monkeypatch all paths from sys.path to ensure that ↵ | Jason R. Coombs | 2020-05-25 | 1 | -3/+17 |
| | | | | distutils is never imported except from the same path as setuptools. Assert that 'distutils' is not already in sys.modules. | ||||
* | Move distutils import to a separate file to avoid linter errors. | Jason R. Coombs | 2020-05-25 | 1 | -0/+15 |