summaryrefslogtreecommitdiff
path: root/_distutils_hack
Commit message (Expand)AuthorAgeFilesLines
* Add exclusions for specific tests. Fixes #3383.Jason R. Coombs2022-06-171-6/+41
* When loading distutils from the vendored copy, rewrite __name__ to ensure con...Jason R. Coombs2022-02-151-0/+2
* Remove workaround for pypa/get-pip#137.Jason R. Coombs2022-02-111-35/+0
* Suppress distutils replacement when building or testing CPython. Fixes #2965....Jason R. Coombs2022-01-161-0/+11
* Refactor to generalize script detection.Jason R. Coombs2022-01-161-8/+5
* Remove filtering of distutils warnings. Ref #3009.Jason R. Coombs2022-01-161-11/+0
* Instead of detecting 'get-pip' during the import of pip, detect the attempt t...bugfix/2993-reduxJason R. Coombs2022-01-101-2/+27
* Merge pull request #2990 from asottile/distutils-hack-set-originJason R. Coombs2022-01-081-1/+3
|\
| * set origin= for distutils.__spec__Anthony Sottile2022-01-081-1/+3
* | Move filter into meta finderChristian Heimes2022-01-081-20/+21
* | Use internal warnings API and _TrivialRe hack to install filterChristian Heimes2022-01-081-6/+19
* | Temporarily add back filter, tests fail without itChristian Heimes2022-01-081-4/+4
* | Speedup startup of Python by importing lessChristian Heimes2022-01-081-28/+22
|/
* Suppress AttributeError when detecting get-pip. Fixes #3002.Jason R. Coombs2022-01-051-0/+12
* Add another exception for the exclusion for pip. Fixes #2993.bugfix/2993-get-pip-exemptionJason R. Coombs2022-01-021-0/+10
* Merge pull request #2962 from nitzmahone/setuptools_picky_shimJason R. Coombs2021-12-291-6/+12
|\
| * Merge branch 'main' into setuptools_picky_shimJason R. Coombs2021-12-291-6/+25
| |\
| * | Check early for the presence of local distutils and bail out if the found ver...Jason R. Coombs2021-12-291-8/+6
| * | Restore assertion about expected distutils.Jason R. Coombs2021-12-291-3/+1
| * | distutils shim should ignore setuptools on another pathMatt Davis2021-12-231-1/+12
* | | Restore 'add_shim' as the way to invoke the hook. Avoids compatibility issues...Jason R. Coombs2021-12-291-4/+4
| |/ |/|
* | Bypass distutils loader when setuptools module is no longer available on sys....Jason R. Coombs2021-12-281-0/+7
* | In distutils_hack, only add the metadata finder once. In ensure_local_distuti...Jason R. Coombs2021-12-231-3/+16
|/
* Avoid KeyError in distutils hack when pip is imported during ensurepip. Fixes...Jason R. Coombs2021-12-201-1/+5
* Extract frame_file_is_setup.Jason R. Coombs2021-12-201-3/+7
* Merge pull request #2896 from pypa/feature/local-distutilsJason R. Coombs2021-12-191-1/+1
|\
| * Restore local distutils as the default.Jason R. Coombs2021-11-181-1/+1
* | Bind to 'distutils.log' late in case the loader has changed.Jason R. Coombs2021-11-261-1/+1
* | In ensure_local_distutils, re-use DistutilsMetaFinder to load the module. Avo...bugfix/2906-distutils-raceJason R. Coombs2021-11-261-4/+8
|/
* Relax the distutils deprecation regexMiro Hrončok2021-05-041-1/+1
* Filter out distutils deprecation warning until the situation is resolvedMiro Hrončok2021-03-081-0/+5
* When pip is imported as part of a build, leave distutils patched. Fixes #2355.Jason R. Coombs2020-09-041-0/+13
* 👹 Feed the hobgoblins (delint).Jason R. Coombs2020-09-041-2/+2
* Make stdlib distutils the default again. Stop the burning. Ref #2350 and others.Jason R. Coombs2020-09-021-1/+1
* In distutils hack, use absolute import rather than relative to avoid bpo-3087...Jason R. Coombs2020-09-011-1/+1
* Add Python 3.10 support to _distutils_hackVictor Stinner2020-09-011-1/+2
* Refactor to use lookups and consolidate behaviors.Jason R. Coombs2020-08-151-12/+8
* When pip is imported, unload any existing distutils and disable the Distutils...Jason R. Coombs2020-08-151-8/+11
* Bypass .pth loader when distutils is loaded from pip. Workaround for pypa/pip...Jason R. Coombs2020-08-141-1/+12
* Merge branch 'master' into bugfix/2232-adopt-distutils-defaultJason R. Coombs2020-08-131-4/+7
|\
| * Fix issue with distutils warningPaul Ganssle2020-08-101-4/+7
* | Merge branch 'master' into bugfix/2232-adopt-distutils-defaultJason R. Coombs2020-08-101-1/+1
|/
* Restore location of 'enabled'Jason R. Coombs2020-08-081-8/+8
* remove shim should by symmetric to add_shimJason R. Coombs2020-08-051-1/+1
* Move all but a small shim in override into _distutils_hackJason R. Coombs2020-07-262-54/+52
* Replace install behavior on import with direct invocation (now that 'enabled'...Jason R. Coombs2020-07-261-5/+0
* Rename _distutils_importer to _distutils_hack, as it supplies more than just ...Jason R. Coombs2020-07-263-0/+104