- 10 Aug, 2020 1 commit
-
-
Andrew Murray authored
-
- 02 Aug, 2020 11 commits
-
-
Jason R. Coombs authored
Set up GHA to test on Python 3.9-beta and 3.8-dev
-
Jason R. Coombs authored
Fixed typo
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
-
Jason R. Coombs authored
Bugfix/tests for msvc spawn
-
Jason R. Coombs authored
In _msvccompiler.MSVCCompiler.spawn, use correct capitalization for PATH environment variable. Fixes failing test and fixes pypa/setuptools#2257.
-
Jason R. Coombs authored
In CCompiler, allow keyword arguments to be passed to spawn calls. Ref pypa/setuptools#2257 and pypa/distutils#5.
-
Jason R. Coombs authored
In TestSpawn.test_concurrent_safe, use CheckThread to ensure that the spawn call does not simply fail to execute. Ref pypa/setuptools#2257.
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Suppress ImportError for winreg as the module is only available on some platforms. Allows unit testing of module on non-Windows platforms.
-
- 01 Aug, 2020 1 commit
-
-
Andrew Murray authored
-
- 31 Jul, 2020 1 commit
-
-
Paul Ganssle authored
The PyPA has adopted the PSF code of conduct
-
- 29 Jul, 2020 1 commit
-
-
Hugo van Kemenade authored
For details, see: * https://discuss.python.org/t/implementing-pep-609-pypa-governance/4745
-
- 25 Jul, 2020 6 commits
-
-
Jason R. Coombs authored
Add docs on porting from distutils.
-
Jason R. Coombs authored
Remove logo
-
Jason R. Coombs authored
This reverts commit 0f491dc2.
-
Jason R. Coombs authored
This reverts commit 402880a7, reversing changes made to bd110264.
-
Jason R. Coombs authored
This reverts commit fd94cd03.
-
Jason R. Coombs authored
This reverts commit 40564354.
-
- 21 Jul, 2020 1 commit
-
-
Sviatoslav Sydorenko authored
-
- 19 Jul, 2020 3 commits
-
-
Sviatoslav Sydorenko authored
-
Sviatoslav Sydorenko authored
-
Sviatoslav Sydorenko authored
-
- 18 Jul, 2020 2 commits
-
-
Jason R. Coombs authored
-
Sviatoslav Sydorenko authored
-
- 13 Jul, 2020 2 commits
-
-
Jason R. Coombs authored
Remove issue templates
-
Paul Ganssle authored
The "setuptools warns about incompatibility" template has generated no useful reports and should be removed.
-
- 12 Jul, 2020 11 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.
-