- 12 Aug, 2020 5 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
docs: Suggestion - Provide consistency in the description of setup.cfg
-
Jason R. Coombs authored
Improve safe_version documentation
-
Jason R. Coombs authored
Change load_module to exec_module
-
Jason R. Coombs authored
-
- 10 Aug, 2020 6 commits
-
-
Paul Ganssle authored
Remove superfluous 'v' in CHANGES.rst
-
Paul Ganssle authored
This was an artifact of the fact that I did not use `tox -e finalize` to do the latest release in order to make a patch release.
-
Paul Ganssle authored
-
mergify[bot] authored
Fix issue with distutils warning
-
Paul Ganssle authored
-
Andrew Murray authored
-
- 09 Aug, 2020 3 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Prefer included distutils even without importing setuptools. Closes #2259.
-
Jason R. Coombs authored
-
- 08 Aug, 2020 10 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Add tests capturing expected distutils behavior.
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Bypass pytest-virtualenv due to bugs in 'run' command. Instead, use jaraco.envs.VirtualEnv and build a bespoke fixture with a run command.
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
raimon authored
-
- 06 Aug, 2020 1 commit
-
-
Jason R. Coombs authored
-
- 05 Aug, 2020 1 commit
-
-
Jason R. Coombs authored
-
- 04 Aug, 2020 1 commit
-
-
Athos Ribeiro 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
-