- 03 Jul, 2020 7 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Adopt distutils
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Move distutils to setuptools._distutils
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Ensure the module is named 'distutils'. Avoids errors when distutils.log and setuptools._distutils.log are two separate modules with separate state.
-
Jason R. Coombs authored
-
- 02 Jul, 2020 20 commits
-
-
Jason R. Coombs authored
Fix typo in path to vendored.txt
-
Jason R. Coombs authored
add pypy schemas to command/install.py
-
mattip authored
-
mattip authored
-
Jason R. Coombs authored
Improve coverage configuration
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
-
Jason R. Coombs authored
Add support for PyPy
-
Jason R. Coombs authored
In test_unixcompiler.test_osx*, also patch sysconfig.get_config_vars following the patterns of prior implementations.
-
Jason R. Coombs authored
-
mattip authored
-
mattip authored
-
mattip authored
-
Jason R. Coombs authored
Acknowledge and ignore warning about TestDistribution (it's a "test" distribution, not a "test of distributions").
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
- 29 Jun, 2020 4 commits
-
-
Jason R. Coombs authored
Mark test_venv to be skipped when running under a virtualenv as virtualenv monkey patches distutils.
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
- 22 Jun, 2020 1 commit
-
-
Jason R. Coombs authored
Use importlib instead of imp in __bootstrap__ functions
-
- 21 Jun, 2020 4 commits
-
-
Alex Henrie authored
-
Jason R. Coombs authored
Replace distutils rather than requiring it to be present in advanec. Instead of crashing, issue a warning when Setuptools is replacing distutils.
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Co-authored-by: Steve Dower <steve.dower@microsoft.com>
-
- 16 Jun, 2020 4 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Samuel Watkins authored
-