- 03 Jul, 2020 4 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Move distutils to setuptools._distutils
-
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 16 commits
-
-
Jason R. Coombs authored
add pypy schemas to command/install.py
-
mattip authored
-
mattip 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
-
- 21 Jun, 2020 3 commits
-
-
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>
-
- 31 May, 2020 4 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
- 30 May, 2020 1 commit
-
-
Jason R. Coombs authored
-
- 29 May, 2020 8 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Defer finalize options
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Avoid loading working set during `Distribution.finalize_options` prior to invoking `_install_setup_requires`, broken since v42.0.0. Fixes #2158.
-