summaryrefslogtreecommitdiff
path: root/setuptools/installer.py
Commit message (Expand)AuthorAgeFilesLines
* Remove support for easy_install-based downloads for fetch_build_eggs (setup_r...Jason R. Coombs2021-01-171-45/+1
* Apply noqa C901 comments to overly complex codeSviatoslav Sydorenko2020-12-311-1/+1
* Simplify `setuptools.installer.fetch_build_egg`Sviatoslav Sydorenko2020-12-311-15/+8
* Remove Python 2 compatibilityJason R. Coombs2020-08-161-5/+3
* Fix exception causes all over the codebaseRam Rachum2020-06-281-1/+1
* 👹 Feed the hobgoblins (delint).Jason R. Coombs2020-01-191-2/+2
* Merge branch 'master' into fix_handling_of_find-links_in_setup.cfgJason R. Coombs2019-12-011-2/+14
|\
| * Extract function to strip the marker for concise code in the long function.Jason R. Coombs2019-12-011-5/+14
| * fix possible issue with transitive build dependenciesBenoit Pierre2019-11-271-2/+5
* | fix support for easy_install's find-links option in setup.cfgBenoit Pierre2019-11-261-2/+11
|/
* dist: re-implement `fetch_build_egg` to use pipBenoit Pierre2019-11-151-0/+129