summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | Add test for PEP 517 backends not installing setup_requiresThomas Kluyver2020-08-061-1/+31
| | | | | | | | |
| * | | | | | | | get_requires_for_build* hooks rely on 'installing' setup_requiresThomas Kluyver2020-08-061-4/+5
| | | | | | | | |
| * | | | | | | | Don't install setup_requires when run as a PEP-517 backend.Thomas Kluyver2020-08-061-1/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Under PEP-517, installing build dependencies is up to the frontend. Closes gh-2303
* | | | | | | | | Bump version: 49.3.2 → 49.4.0v49.4.0Jason R. Coombs2020-08-134-3/+8
| | | | | | | | |
* | | | | | | | | Merge pull request #2327 from pypa/feature/update-packagingmergify[bot]2020-08-1325-384/+1777
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Update packaging to 20.4
| * | | | | | | | | Update changelog.Jason R. Coombs2020-08-121-0/+1
| | | | | | | | | |
| * | | | | | | | | Update packaging to 20.4. Closes #2310.Jason R. Coombs2020-08-1224-384/+1776
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Clean up RST.Jason R. Coombs2020-08-121-1/+1
| | | | | | | | |
* | | | | | | | | Bump version: 49.3.1 → 49.3.2v49.3.2Jason R. Coombs2020-08-125-4/+9
| | | | | | | | |
* | | | | | | | | Merge pull request #2314 from raimon49/provide-consistency-in-setup.cfg-docsJason R. Coombs2020-08-121-6/+6
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | docs: Suggestion - Provide consistency in the description of setup.cfg
| * | | | | | | | | Provide consistency in the description of setup.cfgraimon2020-08-081-6/+6
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #2300 from athos-ribeiro/safe_verion-docsJason R. Coombs2020-08-122-6/+7
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Improve safe_version documentation
| * | | | | | | | | Improve safe_version documentationAthos Ribeiro2020-08-042-6/+7
| |/ / / / / / / /
* | | | | | | | | Merge pull request #2297 from radarhere/masterJason R. Coombs2020-08-123-7/+11
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Change load_module to exec_module
| * | | | | | | | | Update changelog.Jason R. Coombs2020-08-121-0/+1
| | | | | | | | | |
| * | | | | | | | | Change load_module to exec_moduleAndrew Murray2020-08-102-7/+10
| |/ / / / / / / /
* | | | | | | | | Merge pull request #2319 from pypa/fix_changelogPaul Ganssle2020-08-101-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Remove superfluous 'v' in CHANGES.rst
| * | | | | | | | | Remove superfluous 'v' in CHANGES.rstPaul Ganssle2020-08-101-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.1Paul Ganssle2020-08-104-3/+8
| | | | | | | | |
* | | | | | | | | Merge pull request #2316 from pganssle/remove_warningmergify[bot]2020-08-102-4/+8
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | Fix issue with distutils warning
| * | | | | | | | Fix issue with distutils warningPaul Ganssle2020-08-102-4/+8
|/ / / / / / / /
* | | | | | | | Bump version: 49.2.1 → 49.3.0v49.3.0Jason R. Coombs2020-08-094-3/+8
| | | | | | | |
* | | | | | | | Merge pull request #2305 from pypa/distutils-import-hackJason R. Coombs2020-08-098-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. Coombs2020-08-081-0/+4
| | | | | | | | |
| * | | | | | | | Remove expected fail.Jason R. Coombs2020-08-081-1/+4
| | | | | | | | |
| * | | | | | | | Merge branch 'master' into distutils-import-hackJason R. Coombs2020-08-0839-1348/+182
| |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #2315 from pypa/feature/417-testsJason R. Coombs2020-08-083-0/+65
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | Add tests capturing expected distutils behavior.
| * | | | | | | | On Windows, SYSTEMROOT must be supplied.Jason R. Coombs2020-08-081-2/+5
| | | | | | | | |
| * | | | | | | | Bypass pytest-virtualenv due to bugs in 'run' command. Instead, use ↵Jason R. Coombs2020-08-083-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. Coombs2020-08-081-1/+12
| | | | | | | | |
| * | | | | | | | Add tests capturing expected distutils behavior. Ref #417.Jason R. Coombs2020-08-081-0/+37
|/ / / / / / / /
* | | | | | | | Merge pull request #2265 from webknjaz/testing/gha-py-betasJason R. Coombs2020-08-021-12/+38
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Set up GHA to test on Python 3.9-beta and 3.8-dev
| * | | | | | | | Try out actions/setup-python@v2.1.1Sviatoslav Sydorenko2020-07-211-1/+1
| | | | | | | | |
| * | | | | | | | Add Python 3.9 beta from deadsnakesSviatoslav Sydorenko2020-07-191-8/+24
| | | | | | | | |
| * | | | | | | | debug! make pytest extremely verboseSviatoslav Sydorenko2020-07-191-0/+2
| | | | | | | | |
| * | | | | | | | Make tox show tests output in parallel mode @ GHASviatoslav Sydorenko2020-07-191-0/+2
| | | | | | | | |
| * | | | | | | | Set up GHA to test on Python 3.9-beta and 3.8-devSviatoslav Sydorenko2020-07-181-4/+10
| | | | | | | | |
* | | | | | | | | Merge pull request #2294 from radarhere/patch-1Jason R. Coombs2020-08-021-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fixed typo
| * | | | | | | | | Fixed typoAndrew Murray2020-08-011-1/+1
| | | | | | | | | |
* | | | | | | | | | Bump version: 49.2.0 → 49.2.1v49.2.1Jason R. Coombs2020-08-024-3/+8
| | | | | | | | | |
* | | | | | | | | | Add changelog. Ref #2257.Jason R. Coombs2020-08-021-0/+1
| | | | | | | | | |
* | | | | | | | | | Merge branch 'clean' of https://github.com/pypa/distutils into masterJason R. Coombs2020-08-023-4/+43
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | / / / / | | |_|_|_|/ / / / | |/| | | | | | |
| * | | | | | | | Merge pull request #8 from pypa/bugfix/tests-for-msvc-spawnJason R. Coombs2020-08-023-4/+43
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | | Bugfix/tests for msvc spawn
| | * | | | | | | In _msvccompiler.MSVCCompiler.spawn, use correct capitalization for PATH ↵Jason R. Coombs2020-08-021-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. Coombs2020-08-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pypa/setuptools#2257 and pypa/distutils#5.
| | * | | | | | | In TestSpawn.test_concurrent_safe, use CheckThread to ensure that the spawn ↵Jason R. Coombs2020-08-021-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. Coombs2020-08-021-0/+23
| | | | | | | | |
| | * | | | | | | Suppress ImportError for winreg as the module is only available on some ↵Jason R. Coombs2020-08-021-1/+3
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | platforms. Allows unit testing of module on non-Windows platforms.
* | | | | | | | Merge pull request #2291 from hugovk/patch-1Paul Ganssle2020-07-311-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | The PyPA has adopted the PSF code of conduct
| * | | | | | | | The PyPA has adopted the PSF code of conductHugo van Kemenade2020-07-291-1/+1
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For details, see: * https://discuss.python.org/t/implementing-pep-609-pypa-governance/4745