summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove vendored html5lib.Stéphane Bidoul2022-07-1638-13269/+0
* Remove the html5lib deprecated feature flag.Stéphane Bidoul2022-07-167-75/+9
* Document the hashes parameterDonald Stufft2022-07-151-0/+2
* Better expand on our TODODonald Stufft2022-07-151-1/+4
* Always use Unknown when unknownDonald Stufft2022-07-151-1/+1
* Fix link hashesDonald Stufft2022-07-152-16/+19
* Fix import orderingDonald Stufft2022-07-152-2/+2
* Fix Typing on older PythonsDonald Stufft2022-07-151-2/+11
* Add loggingDonald Stufft2022-07-151-0/+6
* fix typingDonald Stufft2022-07-151-3/+4
* Use smaller values for HTMLDonald Stufft2022-07-151-2/+2
* Use a tuple and one call to startswithDonald Stufft2022-07-151-5/+7
* Support Hashes from PEP691Donald Stufft2022-07-152-13/+25
* PoC of PEP 691Donald Stufft2022-07-152-54/+106
* Merge pull request #10771 from sbidoul/install-report-sbiStéphane Bidoul2022-07-152-0/+84
|\
| * install report: added experimental status warningStéphane Bidoul2022-07-151-0/+6
| * install report: use rich to print json to stdoutStéphane Bidoul2022-07-151-2/+2
| * install report: use array instead of dict for install fieldStéphane Bidoul2022-07-151-7/+3
| * install report: add version fieldStéphane Bidoul2022-07-121-0/+1
| * install_report: add pip_versionStéphane Bidoul2022-07-121-0/+2
| * install report: add todo wrt environment markersStéphane Bidoul2022-07-051-0/+6
| * install report: add suport for stdout outputStéphane Bidoul2022-07-051-3/+8
| * Use canonical names as keys in installation reportStéphane Bidoul2022-07-051-1/+4
| * Add requested_extras to installation reportStéphane Bidoul2022-07-051-0/+3
| * Add environment to the installation reportStéphane Bidoul2022-07-051-1/+4
| * Add --report option to pip installStéphane Bidoul2022-07-052-0/+59
* | Merge pull request #11257 from pradyunsg/speedup-environment-creationPradyun Gedam2022-07-151-15/+33
|\ \
| * | Speed up build environment creationPradyun Gedam2022-07-151-15/+33
* | | Merge pull request #11241 from pradyunsg/drop-backtrack-on-build-failuresTzu-ping Chung2022-07-154-46/+0
|\ \ \ | |/ / |/| |
| * | Remove `--use-deprecated=backtrack-on-build-failures`Pradyun Gedam2022-07-154-46/+0
| |/
* | Make the debug command safe for use in a zipappPaul Moore2022-07-111-6/+2
* | Merge pull request #11195 from pradyunsg/distutils-replace-fancygetopt-with-g...Stéphane Bidoul2022-07-101-25/+26
|\ \
| * | Replace `distutils.fancy_getopt` with `getopt`Pradyun Gedam2022-07-081-25/+26
* | | PipDeprecationWarning subclass DeprecationWarningTzu-ping Chung2022-07-041-1/+1
| |/ |/|
* | Don't consider dist-info in a wheel as "installed"Tzu-ping Chung2022-06-301-0/+17
* | Add missing vendored rich calls for debundlingDavid Runge2022-06-271-0/+10
* | Merge pull request #11128 from huguesb/speedup-slow-support-index-minPradyun Gedam2022-06-261-1/+4
|\ \
| * | speedup Wheel.support_index_minHugues Bruant2022-05-191-1/+4
* | | Merge pull request #11186 from venthur/fix_spellingStéphane Bidoul2022-06-264-4/+4
|\ \ \
| * | | fixed some spelling mistakesBastian Venthur2022-06-144-4/+4
| | |/ | |/|
* | | Merge pull request #11052 from SpecLad/fix-script-record-hashStéphane Bidoul2022-06-261-15/+12
|\ \ \
| * | | Update the RECORD entry when rewriting the shebang line in a scriptРоман Донченко2022-06-251-15/+12
* | | | Merge pull request #11096 from sbidoul/install-dry-run-sbiStéphane Bidoul2022-06-263-1/+48
|\ \ \ \ | |/ / / |/| | |
| * | | Add requirements_to_install to RequirementSetStéphane Bidoul2022-06-232-3/+14
| * | | Improve --dry-run with legacy resolverStéphane Bidoul2022-06-231-1/+3
| * | | Use metadata['name'] to get requirement nameStéphane Bidoul2022-06-231-7/+8
| * | | Add a --dry-run option to pip installStéphane Bidoul2022-06-231-0/+22
| * | | Add wheel support to InstallRequirement.get_dist()Stéphane Bidoul2022-06-231-1/+12
* | | | Merge pull request #11022 from SpecLad/download-propagate-pep517Stéphane Bidoul2022-06-241-0/+1
|\ \ \ \
| * | | | pip download: make sure that --use-pep517 is propagated to the dependenciesРоман Донченко2022-06-151-0/+1
| | |/ / | |/| |