Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #2319 from pypa/fix_changelogHEADmaster | Paul Ganssle | 2020-08-10 | 1 | -1/+1 |
|\ | | | | | Remove superfluous 'v' in CHANGES.rst | ||||
| * | Remove superfluous 'v' in CHANGES.rstfix_changelog | Paul Ganssle | 2020-08-10 | 1 | -1/+1 |
|/ | | | | | 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. | ||||
* | Bump version: 49.3.0 → 49.3.1v49.3.1 | Paul Ganssle | 2020-08-10 | 4 | -3/+8 |
| | |||||
* | Merge pull request #2316 from pganssle/remove_warning | mergify[bot] | 2020-08-10 | 2 | -4/+8 |
|\ | | | | | Fix issue with distutils warning | ||||
| * | Fix issue with distutils warning | Paul Ganssle | 2020-08-10 | 2 | -4/+8 |
|/ | |||||
* | Bump version: 49.2.1 → 49.3.0v49.3.0 | Jason R. Coombs | 2020-08-09 | 4 | -3/+8 |
| | |||||
* | Merge pull request #2305 from pypa/distutils-import-hack | Jason R. Coombs | 2020-08-09 | 8 | -22/+118 |
|\ | | | | | Prefer included distutils even without importing setuptools. Closes #2259. | ||||
| * | Expect test to fail on PyPy due to implicit import during startup. | Jason R. Coombs | 2020-08-08 | 1 | -0/+4 |
| | | |||||
| * | Remove expected fail. | Jason R. Coombs | 2020-08-08 | 1 | -1/+4 |
| | | |||||
| * | Merge branch 'master' into distutils-import-hack | Jason R. Coombs | 2020-08-08 | 39 | -1348/+182 |
| |\ | |/ |/| | |||||
* | | Merge pull request #2315 from pypa/feature/417-tests | Jason R. Coombs | 2020-08-08 | 3 | -0/+65 |
|\ \ | | | | | | | Add tests capturing expected distutils behavior. | ||||
| * | | On Windows, SYSTEMROOT must be supplied. | Jason R. Coombs | 2020-08-08 | 1 | -2/+5 |
| | | | |||||
| * | | Bypass pytest-virtualenv due to bugs in 'run' command. Instead, use ↵ | Jason R. Coombs | 2020-08-08 | 3 | -18/+32 |
| | | | | | | | | | | | | jaraco.envs.VirtualEnv and build a bespoke fixture with a run command. | ||||
| * | | Support Python 3.5 and 3.6 in the tests. | Jason R. Coombs | 2020-08-08 | 1 | -1/+12 |
| | | | |||||
| * | | Add tests capturing expected distutils behavior. Ref #417. | Jason R. Coombs | 2020-08-08 | 1 | -0/+37 |
|/ / | |||||
* | | Merge pull request #2265 from webknjaz/testing/gha-py-betas | Jason R. Coombs | 2020-08-02 | 1 | -12/+38 |
|\ \ | | | | | | | Set up GHA to test on Python 3.9-beta and 3.8-dev | ||||
| * | | Try out actions/setup-python@v2.1.1 | Sviatoslav Sydorenko | 2020-07-21 | 1 | -1/+1 |
| | | | |||||
| * | | Add Python 3.9 beta from deadsnakes | Sviatoslav Sydorenko | 2020-07-19 | 1 | -8/+24 |
| | | | |||||
| * | | debug! make pytest extremely verbose | Sviatoslav Sydorenko | 2020-07-19 | 1 | -0/+2 |
| | | | |||||
| * | | Make tox show tests output in parallel mode @ GHA | Sviatoslav Sydorenko | 2020-07-19 | 1 | -0/+2 |
| | | | |||||
| * | | Set up GHA to test on Python 3.9-beta and 3.8-dev | Sviatoslav Sydorenko | 2020-07-18 | 1 | -4/+10 |
| | | | |||||
* | | | Merge pull request #2294 from radarhere/patch-1 | Jason R. Coombs | 2020-08-02 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Fixed typo | ||||
| * | | | Fixed typo | Andrew Murray | 2020-08-01 | 1 | -1/+1 |
| | | | | |||||
* | | | | Bump version: 49.2.0 → 49.2.1v49.2.1 | Jason R. Coombs | 2020-08-02 | 4 | -3/+8 |
| | | | | |||||
* | | | | Add changelog. Ref #2257. | Jason R. Coombs | 2020-08-02 | 1 | -0/+1 |
| | | | | |||||
* | | | | Merge branch 'clean' of https://github.com/pypa/distutils into master | Jason R. Coombs | 2020-08-02 | 3 | -4/+43 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Merge pull request #8 from pypa/bugfix/tests-for-msvc-spawn | Jason R. Coombs | 2020-08-02 | 3 | -4/+43 |
| |\ \ \ | | | | | | | | | | | Bugfix/tests for msvc spawn | ||||
| | * | | | In _msvccompiler.MSVCCompiler.spawn, use correct capitalization for PATH ↵ | Jason R. Coombs | 2020-08-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | environment variable. Fixes failing test and fixes pypa/setuptools#2257. | ||||
| | * | | | In CCompiler, allow keyword arguments to be passed to spawn calls. Ref ↵ | Jason R. Coombs | 2020-08-02 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | pypa/setuptools#2257 and pypa/distutils#5. | ||||
| | * | | | In TestSpawn.test_concurrent_safe, use CheckThread to ensure that the spawn ↵ | Jason R. Coombs | 2020-08-02 | 1 | -1/+15 |
| | | | | | | | | | | | | | | | | | | | | call does not simply fail to execute. Ref pypa/setuptools#2257. | ||||
| | * | | | Add a unit test for testing spawn. Ref pypa/distutils#5. | Jason R. Coombs | 2020-08-02 | 1 | -0/+23 |
| | | | | | |||||
| | * | | | Suppress ImportError for winreg as the module is only available on some ↵ | Jason R. Coombs | 2020-08-02 | 1 | -1/+3 |
| |/ / / | | | | | | | | | | | | | platforms. Allows unit testing of module on non-Windows platforms. | ||||
* | | | | Merge pull request #2291 from hugovk/patch-1 | Paul Ganssle | 2020-07-31 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | The PyPA has adopted the PSF code of conduct | ||||
| * | | | | The PyPA has adopted the PSF code of conduct | Hugo van Kemenade | 2020-07-29 | 1 | -1/+1 |
|/ / / / | | | | | | | | | | | | | | | | | For details, see: * https://discuss.python.org/t/implementing-pep-609-pypa-governance/4745 | ||||
* | | | | Merge pull request #2266 from pypa/docs/distutils-porting | Jason R. Coombs | 2020-07-24 | 2 | -0/+26 |
|\ \ \ \ | | | | | | | | | | | Add docs on porting from distutils. | ||||
| * | | | | Add docs on porting from distutils.docs/distutils-porting | Jason R. Coombs | 2020-07-18 | 2 | -0/+26 |
| | | | | | |||||
* | | | | | Merge pull request #2280 from pypa/remove-logoc | Jason R. Coombs | 2020-07-24 | 26 | -1265/+0 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | Remove logo | ||||
| * | | | | Revert "Add banner to main docs page" | Jason R. Coombs | 2020-07-24 | 1 | -3/+0 |
| | | | | | | | | | | | | | | | | | | | | This reverts commit 0f491dc2b4141a17475eec12b02d8f237d7f7918. | ||||
| * | | | | Revert "Merge pull request #2229 from cajhne/logo001" | Jason R. Coombs | 2020-07-24 | 24 | -1258/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 402880a7aed5dea1cf3a84af2b8291e451fb3d9f, reversing changes made to bd1102648109c85c782286787e4d5290ae280abe. | ||||
| * | | | | Revert "Rename logo assets to remove project name and 'logo', which are ↵ | Jason R. Coombs | 2020-07-24 | 9 | -0/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | implied by the context." This reverts commit fd94cd038d644ff27866301f6f365a3ef0901898. | ||||
| * | | | | Revert "Render logo in the readme." | Jason R. Coombs | 2020-07-24 | 1 | -4/+0 |
|/ / / / | | | | | | | | | | | | | This reverts commit 4056435460b770c3ab7a8ea1637f05de690e7e01. | ||||
* | | | | Merge pull request #2258 from pganssle/remove_templates | Jason R. Coombs | 2020-07-13 | 2 | -63/+0 |
|\ \ \ \ | |/ / / |/| | | | Remove issue templates | ||||
| * | | | Remove issue templates | Paul Ganssle | 2020-07-13 | 2 | -63/+0 |
|/ / / | | | | | | | | | | | | | The "setuptools warns about incompatibility" template has generated no useful reports and should be removed. | ||||
| | * | Restore location of 'enabled' | Jason R. Coombs | 2020-08-08 | 1 | -8/+8 |
| | | | |||||
| | * | As discovered in bpo-41509, relpath can strip spaces, so match that expectation. | Jason R. Coombs | 2020-08-08 | 1 | -1/+1 |
| | | | |||||
| | * | Update changelog. | Jason R. Coombs | 2020-08-05 | 1 | -0/+1 |
| | | | |||||
| | * | remove shim should by symmetric to add_shim | Jason R. Coombs | 2020-08-05 | 1 | -1/+1 |
| | | | |||||
| | * | Move all but a small shim in override into _distutils_hack | Jason R. Coombs | 2020-07-26 | 2 | -54/+52 |
| | | | |||||
| | * | Replace install behavior on import with direct invocation (now that ↵ | Jason R. Coombs | 2020-07-26 | 2 | -6/+1 |
| | | | | | | | | | | | | 'enabled' logic is duplicated in pth file). | ||||
| | * | Restore early opt-in/opt-out for pth behavior. | Jason R. Coombs | 2020-07-26 | 1 | -1/+6 |
| | | |