summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Sort list of RECORD entriesBernhard M. Wiedemann2018-09-111-3/+6
* Allow passing cache_dir as False to SelfCheckStatePradyun Gedam2018-09-061-7/+16
* Disable pip's version check for commands that do not touch the indexPradyun Gedam2018-09-061-5/+7
* Merge pull request #5693 from sinscary/format_control_refactorPradyun Gedam2018-09-046-68/+82
|\
| * update parametrize test and commentNitesh Sharma2018-09-041-1/+1
| * sort imports properlyNitesh Sharma2018-09-022-2/+2
| * move format control to models and write parametrized testNitesh Sharma2018-09-024-3/+3
| * remove mutable default argument and implement not equal alsoNitesh Sharma2018-08-282-13/+17
| * fix linting errorsNitesh Sharma2018-08-282-2/+2
| * refactor format control and rename test functionsNitesh Sharma2018-08-286-45/+32
| * Refactoring: Move FormatControl to separate classNitesh Sharma2018-08-287-85/+108
* | Remove unmatched bracket in --no-clean help stringJonathan Herbert2018-09-021-1/+1
|/
* Mention PEP 508 URL dependencies as a replacement for dependency linksPradyun Gedam2018-08-231-5/+5
* Merge pull request #5664 from cjerdonek/issue-5375-svn-ssh-authPradyun Gedam2018-08-222-3/+13
|\
| * Fix #5375: add editable install support for svn+ssh URLs with a username.Chris Jerdonek2018-07-292-3/+13
* | Move InstallRequirement.from_req to constructors modulePradyun Gedam2018-08-213-27/+29
* | Move InstallRequirement.from_line to constructors modulePradyun Gedam2018-08-216-160/+177
* | Move InstallRequirement.from_editable to a constructors modulePradyun Gedam2018-08-215-98/+123
* | Merge pull request #5708 from pradyunsg/fix/vendoring-first-line-importsPradyun Gedam2018-08-171-1/+1
|\ \
| * | Fix vendoring import rewriting, when imports are on first linePradyun Gedam2018-08-171-1/+1
* | | Merge pull request #5623 from cjerdonek/vcs-fix-install-git-refPradyun Gedam2018-08-175-25/+31
|\ \ \ | |/ / |/| |
| * | Fix issue #5624: installing a Git ref for installs after the first.Chris Jerdonek2018-08-085-25/+31
* | | Don't import Link from pip._internal.indexPradyun Gedam2018-08-161-5/+0
* | | Merge pull request #5124 from gaul/ui/limit-progressPradyun Gedam2018-08-131-0/+10
|\ \ \
| * | | Limit progress updates to avoid swamping the TTYAndrew Gaul2018-03-281-0/+10
* | | | Address review commentsPradyun Gedam2018-08-131-7/+10
* | | | Add better commentsPradyun Gedam2018-08-131-5/+13
* | | | Reuse an existing variablePradyun Gedam2018-08-131-1/+1
* | | | Return early and reduce indentationPradyun Gedam2018-08-131-26/+24
* | | | :art: Style CleanupsPradyun Gedam2018-08-131-7/+11
* | | | Cleanup assignment of extrasPradyun Gedam2018-08-131-3/+3
* | | | Move out conditional logic to a named variablePradyun Gedam2018-08-131-2/+5
* | | | Reduce a level of indentationPradyun Gedam2018-08-131-27/+24
* | | | Give a meaningful name to a complex conditionalPradyun Gedam2018-08-131-4/+9
* | | | Reduce a level of indentationPradyun Gedam2018-08-131-49/+49
* | | | Return earlyPradyun Gedam2018-08-131-1/+2
* | | | Merge pull request #5404 from sixninetynine/feature/platforms_for_targetPradyun Gedam2018-08-124-71/+124
|\ \ \ \
| * | | | Open up plat/abi/impl options to `install --target`Loren Carvalho2018-08-054-71/+124
* | | | | Merge pull request #5692 from pfmoore/pep517Paul Moore2018-08-1113-139/+1011
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Address review commentsPaul Moore2018-08-091-11/+11
| * | | | Refactor load_pyproject_toml into a standalone modulePaul Moore2018-08-053-117/+162
| * | | | Fix bug in InstallRequirement: __str__ could return NonePaul Moore2018-08-041-1/+3
| * | | | Check for assumed requirements once the build environment is createdPaul Moore2018-08-022-16/+30
| * | | | Stop trying to lazy-load pyproject.toml, it isn't worth it.Paul Moore2018-08-022-62/+64
| * | | | Cosmetic fixesPaul Moore2018-08-011-8/+10
| * | | | Keep the actual PEP 517 hook caller as an attribute of the InstallRequirementPaul Moore2018-08-011-4/+12
| * | | | Vendor the pep517 libraryPaul Moore2018-08-019-0/+799
| |/ / /
* | | | Change the import names as renamedPradyun Gedam2018-08-052-2/+2
* | | | Move logic for parsing commands into a main_parserPradyun Gedam2018-08-052-48/+51
* | | | Move autocompletion logic out to pip._internal.cli.autocompletionPradyun Gedam2018-08-052-149/+154