- 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 9 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.
-
Jason R. Coombs authored
DOC: Update mailing list link
-
- 28 May, 2020 3 commits
-
-
Sumana Harihareswara authored
Per https://groups.google.com/d/msg/pypa-dev/rUNsfIbruHM/LCEx-CB5AgAJ the pypa-dev Google Group is now decommissioned. Pointing to distutils-sig instead. Signed-off-by: Sumana Harihareswara <sh@changeset.nyc>
-
Jason R. Coombs authored
-
Jason R. Coombs authored
In wheel-to-egg conversion, use simple pkg_resources-style namespace declaration for packages that declare namespace_packages. Fixes #2070.
-