summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\
| | * In _msvccompiler.MSVCCompiler.spawn, use correct capitalization for PATH envi...Jason R. Coombs2020-08-021-1/+1
| | * In CCompiler, allow keyword arguments to be passed to spawn calls. Ref pypa/s...Jason R. Coombs2020-08-021-2/+2
| | * In TestSpawn.test_concurrent_safe, use CheckThread to ensure that the spawn c...Jason R. Coombs2020-08-021-1/+15
| | * 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 platf...Jason R. Coombs2020-08-021-1/+3
| |/
* | Merge pull request #2291 from hugovk/patch-1Paul Ganssle2020-07-311-1/+1
|\ \
| * | The PyPA has adopted the PSF code of conductHugo van Kemenade2020-07-291-1/+1
|/ /
* | Merge pull request #2266 from pypa/docs/distutils-portingJason R. Coombs2020-07-242-0/+26
|\ \
| * | Add docs on porting from distutils.docs/distutils-portingJason R. Coombs2020-07-182-0/+26
* | | Merge pull request #2280 from pypa/remove-logocJason R. Coombs2020-07-2426-1265/+0
|\ \ \
| * | | Revert "Add banner to main docs page"Jason R. Coombs2020-07-241-3/+0
| * | | Revert "Merge pull request #2229 from cajhne/logo001"Jason R. Coombs2020-07-2424-1258/+0
| * | | Revert "Rename logo assets to remove project name and 'logo', which are impli...Jason R. Coombs2020-07-249-0/+0
| * | | Revert "Render logo in the readme."Jason R. Coombs2020-07-241-4/+0
|/ / /
* | | Merge pull request #2258 from pganssle/remove_templatesJason R. Coombs2020-07-132-63/+0
|\ \ \ | |/ / |/| |
| * | Remove issue templatesPaul Ganssle2020-07-132-63/+0
|/ /
* | Bump version: 49.1.3 → 49.2.0v49.2.0Jason R. Coombs2020-07-124-3/+8
* | Merge pull request #2254 from pypa/better-covJason R. Coombs2020-07-122-4/+18
|\ \
| * | Programmatically disable coverage when running on PyPy.Jason R. Coombs2020-07-122-4/+18
* | | Merge pull request #2256 from pypa/bugfix/2230-warn-distutils-presentJason R. Coombs2020-07-122-1/+19
|\ \ \
| * | | Warn the user when distutils is present to discourage this usage and direct u...Jason R. Coombs2020-07-122-1/+19
|/ / /
* | | Merge pull request #2253 from hugovk/gha-3.9-devJason R. Coombs2020-07-121-0/+9
|\ \ \
| * | | Test Python 3.9-devHugo2020-07-121-0/+9
* | | | Bump version: 49.1.2 → 49.1.3v49.1.3Jason R. Coombs2020-07-125-4/+9
* | | | Merge pull request #2251 from pypa/bugfix/2212-distutils-spawn-raceJason R. Coombs2020-07-123-10/+7
|\ \ \ \ | |/ / / |/| | |
| * | | Update changelog.Jason R. Coombs2020-07-121-0/+1
| * | | Merge branch 'clean' of https://github.com/pypa/distutilsJason R. Coombs2020-07-122-10/+6
| |\ \ \ | | | |/ | | |/|
| | * | Merge pull request #6 from pypa/bugfix/2212-spawn-raceJason R. Coombs2020-07-122-10/+6
| | |\ \
| | | * | Allow spawn to accept environment. Avoid monkey-patching global state. Closes...Jason R. Coombs2020-07-122-10/+6
| | |/ /
* | | | Merge pull request #2249 from alexhenrie/impJason R. Coombs2020-07-123-2/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Update changelog.Jason R. Coombs2020-07-121-0/+1
| * | | Change exec_module to load_moduleAlex Henrie2020-07-112-2/+2
* | | | Add a simple blank issue so it gets a green button.Jason R. Coombs2020-07-121-0/+4
* | | | Merge pull request #2248 from hugovk/patch-1Jason R. Coombs2020-07-121-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Test Python 3.9-devHugo van Kemenade2020-07-111-0/+1
* | | | Bump version: 49.1.1 → 49.1.2v49.1.2Jason R. Coombs2020-07-114-3/+8
* | | | Merge pull request #2247 from pypa/distutils-adopt-escape-hatchJason R. Coombs2020-07-113-2/+13
|\ \ \ \ | |/ / / |/| | |
| * | | Allow opt-in and opt-out of distutils adoption at run time with SETUPTOOLS_US...distutils-adopt-escape-hatchJason R. Coombs2020-07-113-3/+5
| * | | Provide escape hatch for distutils adoption.Jason R. Coombs2020-07-101-1/+10
|/ / /
* | | Bump version: 49.1.0 → 49.1.1v49.1.1Jason R. Coombs2020-07-104-3/+8
* | | Merge pull request #2238 from pypa/remove-py2-warningJason R. Coombs2020-07-093-17/+1
|\ \ \
| * | | Update changelog.Jason R. Coombs2020-07-071-0/+1
| * | | Remove py2_warn, no longer needed as a SyntaxError is encountered before the ...Jason R. Coombs2020-07-072-17/+0
* | | | Merge pull request #2241 from pypa/refresh-distutilsJason R. Coombs2020-07-0818-46/+120
|\ \ \ \ | |/ / / |/| | |
| * | | Merge commit 'bbe8e80bcbafff8cf3d135d17a8526c8ac5f4b27' of https://github.com...Jason R. Coombs2020-07-0818-46/+120
| |\ \ \ |/ / / / | | _ / | | /
| * | Merge branch 'cpython'Jason R. Coombs2020-07-0718-45/+119
| |\ \