Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | 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 | |
| | | | | | | | ||||||
| | * | | | | | Extract function for restoring install lib to encapsulate behavior. | Jason R. Coombs | 2020-07-26 | 1 | -6/+7 | |
| | | | | | | | ||||||
| | * | | | | | Remove hanging indent | Jason R. Coombs | 2020-07-26 | 1 | -2/+4 | |
| | | | | | | | ||||||
| | * | | | | | Update docstring to use imperative voice, provide a bit more context, and ↵ | Jason R. Coombs | 2020-07-26 | 1 | -4/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | advise against copying of the behavior. | |||||
| | * | | | | | Extract pth name and contents into class variables. | Jason R. Coombs | 2020-07-26 | 1 | -3/+6 | |
| | | | | | | | ||||||
| | * | | | | | Rename _distutils_importer to _distutils_hack, as it supplies more than just ↵ | Jason R. Coombs | 2020-07-26 | 7 | -7/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | an importer. | |||||
| | * | | | | | Move docstring closer to relevant context | Jason R. Coombs | 2020-07-19 | 2 | -7/+7 | |
| | | | | | | | ||||||
| | * | | | | | Fix AttributeError when `importlib.util` was not otherwise imported. | Jason R. Coombs | 2020-07-19 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | * | | | | | Consolidate distutils importing hacks into _distutils_importer package. ↵ | Jason R. Coombs | 2020-07-19 | 8 | -30/+27 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Generate distutils-precedence.pth inline. | |||||
| | * | | | | | Revert "Remove warnings" | Paul Ganssle | 2020-07-13 | 1 | -1/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 30b883f0b8071a3b1472c884574f38ce0128e457. | |||||
| | * | | | | | Use import hook instead of sys.path manipulation | Paul Ganssle | 2020-07-13 | 3 | -9/+27 | |
| | | | | | | | ||||||
| | * | | | | | Clean up setuptools/__init__.py imports | Paul Ganssle | 2020-07-13 | 1 | -4/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This puts non-distutils imports first and removes one unused import. | |||||
| | * | | | | | Adjust distutils shim when removing _distutils_importer | Paul Ganssle | 2020-07-13 | 2 | -6/+30 | |
| | | | | | | | ||||||
| | * | | | | | Remove warnings | Paul Ganssle | 2020-07-13 | 1 | -18/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | With the new `.pth` file, these warnings are no longer necessary. | |||||
| | * | | | | | Use .pth file to import distutils from setuptools | Paul Ganssle | 2020-07-13 | 5 | -0/+43 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | Bump version: 49.1.3 → 49.2.0v49.2.0 | Jason R. Coombs | 2020-07-12 | 4 | -3/+8 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #2254 from pypa/better-cov | Jason R. Coombs | 2020-07-12 | 2 | -4/+18 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Programmatically disable coverage when running on PyPy. | |||||
| * | | | | | | Programmatically disable coverage when running on PyPy. | Jason R. Coombs | 2020-07-12 | 2 | -4/+18 | |
| | | | | | | | ||||||
* | | | | | | | Merge pull request #2256 from pypa/bugfix/2230-warn-distutils-present | Jason R. Coombs | 2020-07-12 | 2 | -1/+19 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Warn the user when distutils is present | |||||
| * | | | | | | | Warn the user when distutils is present to discourage this usage and direct ↵ | Jason R. Coombs | 2020-07-12 | 2 | -1/+19 | |
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | users to the recommended usage. Closes #2230. | |||||
* | | | | | | | Merge pull request #2253 from hugovk/gha-3.9-dev | Jason R. Coombs | 2020-07-12 | 1 | -0/+9 | |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | Test Python 3.9-dev on GitHub Actions | |||||
| * | | | | | | Test Python 3.9-dev | Hugo | 2020-07-12 | 1 | -0/+9 | |
| | | | | | | | ||||||
* | | | | | | | Bump version: 49.1.2 → 49.1.3v49.1.3 | Jason R. Coombs | 2020-07-12 | 5 | -4/+9 | |
| | | | | | | | ||||||
* | | | | | | | Merge pull request #2251 from pypa/bugfix/2212-distutils-spawn-race | Jason R. Coombs | 2020-07-12 | 3 | -10/+7 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | Fix race in spawn | |||||
| * | | | | | | Update changelog. | Jason R. Coombs | 2020-07-12 | 1 | -0/+1 | |
| | | | | | | | ||||||
| * | | | | | | Merge branch 'clean' of https://github.com/pypa/distutils | Jason R. Coombs | 2020-07-12 | 2 | -10/+6 | |
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | ||||||
| | * | | | | | Merge pull request #6 from pypa/bugfix/2212-spawn-race | Jason R. Coombs | 2020-07-12 | 2 | -10/+6 | |
| | |\ \ \ \ \ | | | |_|_|/ / | | |/| | | | | Allow spawn to accept environment. Avoid monkey-patching global state. | |||||
| | | * | | | | Allow spawn to accept environment. Avoid monkey-patching global state. ↵ | Jason R. Coombs | 2020-07-12 | 2 | -10/+6 | |
| | |/ / / / | | | | | | | | | | | | | | | | | | | Closes pypa/setuptools#2212 and closes pypa/distutils#5. | |||||
* | | | | | | Merge pull request #2249 from alexhenrie/imp | Jason R. Coombs | 2020-07-12 | 3 | -2/+3 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Change exec_module to load_module | |||||
| * | | | | | Update changelog. | Jason R. Coombs | 2020-07-12 | 1 | -0/+1 | |
| | | | | | | ||||||
| * | | | | | Change exec_module to load_module | Alex Henrie | 2020-07-11 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Fixes #2246 | |||||
* | | | | | | Add a simple blank issue so it gets a green button. | Jason R. Coombs | 2020-07-12 | 1 | -0/+4 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #2248 from hugovk/patch-1 | Jason R. Coombs | 2020-07-12 | 1 | -0/+1 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Test Python 3.9-dev on Travis CI | |||||
| * | | | | | Test Python 3.9-dev | Hugo van Kemenade | 2020-07-11 | 1 | -0/+1 | |
| | | | | | | ||||||
* | | | | | | Bump version: 49.1.1 → 49.1.2v49.1.2 | Jason R. Coombs | 2020-07-11 | 4 | -3/+8 | |
| | | | | | |