- 26 Jul, 2020 8 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Replace install behavior on import with direct invocation (now that 'enabled' logic is duplicated in pth file).
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Update docstring to use imperative voice, provide a bit more context, and advise against copying of the behavior.
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
- 20 Jul, 2020 3 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Consolidate distutils importing hacks into _distutils_importer package. Generate distutils-precedence.pth inline.
-
- 13 Jul, 2020 6 commits
-
-
Paul Ganssle authored
This reverts commit 30b883f0b8071a3b1472c884574f38ce0128e457.
-
Paul Ganssle authored
-
Paul Ganssle authored
This puts non-distutils imports first and removes one unused import.
-
Paul Ganssle authored
-
Paul Ganssle authored
With the new `.pth` file, these warnings are no longer necessary.
-
Paul Ganssle authored
-
- 12 Jul, 2020 17 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Programmatically disable coverage when running on PyPy.
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Warn the user when distutils is present
-
Jason R. Coombs authored
Warn the user when distutils is present to discourage this usage and direct users to the recommended usage. Closes #2230.
-
Jason R. Coombs authored
Test Python 3.9-dev on GitHub Actions
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Fix race in spawn
-
Jason R. Coombs authored
-
-
Jason R. Coombs authored
Allow spawn to accept environment. Avoid monkey-patching global state.
-
Jason R. Coombs authored
Allow spawn to accept environment. Avoid monkey-patching global state. Closes pypa/setuptools#2212 and closes pypa/distutils#5.
-
Hugo authored
-
Jason R. Coombs authored
Change exec_module to load_module
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Test Python 3.9-dev on Travis CI
-
- 11 Jul, 2020 5 commits
-
-
Alex Henrie authored
Fixes #2246
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Re-enable distutils adoption with escape hatch
-
Jason R. Coombs authored
Allow opt-in and opt-out of distutils adoption at run time with SETUPTOOLS_USE_DISTUTILS environment variable.
-
Jason R. Coombs authored
-
- 10 Jul, 2020 1 commit
-
-
Hugo van Kemenade authored
-