summaryrefslogtreecommitdiff
path: root/src/pip
Commit message (Expand)AuthorAgeFilesLines
* Fix #5868: TypeError in move_wheel_files(). (#5883)Chris Jerdonek2018-10-241-1/+22
* Corrected a tiny typoPavithra Eswaramoorthy2018-10-231-1/+1
* Merge pull request #5842 from takluyver/i5839Xavier Fernandez2018-10-223-7/+21
|\
| * Remove unused variableThomas Kluyver2018-10-021-1/+1
| * Arrange imports as required by linterThomas Kluyver2018-10-021-1/+1
| * Exit 'pip check' with code 1 on problems parsing requirementsThomas Kluyver2018-10-022-5/+7
| * Catch errors checking for conflicts, don't crash installThomas Kluyver2018-10-021-1/+5
| * Log warning when there's a problem parsing requirementsThomas Kluyver2018-10-021-2/+5
| * Catch errors parsing requirements to check packagesThomas Kluyver2018-10-021-1/+6
* | Merge pull request #5881 from cjerdonek/remove-vcs-get-src-requirementChris Jerdonek2018-10-222-69/+51
|\ \
| * | Remove unused dependency_links variables in freeze.py.Chris Jerdonek2018-10-161-18/+5
| * | Make get_requirement_info() a function rather than a class method.Chris Jerdonek2018-10-161-45/+43
| * | Flatten the try-except.Chris Jerdonek2018-10-131-10/+9
| * | Remove the module-level function get_src_requirement().Chris Jerdonek2018-10-132-30/+28
* | | Remove dead code: `import_or_raise` utility function (#5876)wim glenn2018-10-211-7/+0
* | | Use ZipFile.open instead of ZipFile.read (#5848)Dave Jones2018-10-191-3/+5
* | | Redact basic authentication passwords from log messages (#5773)Tom Forbes2018-10-195-18/+47
* | | Merge pull request #5659 from patter001/masterXavier Fernandez2018-10-161-0/+7
|\ \ \
| * | | rename to warn_on_401, remove extra returnKevin R Patterson2018-08-171-3/+2
| * | | handle_401_warn for when invalid credentials are givenKevin R Patterson2018-08-171-7/+5
| * | | fix extra line after handle_401_again functionKevin R Patterson2018-07-261-1/+0
| * | | give 401 warning if username/password do not work for URLKevin R Patterson2018-07-261-0/+11
* | | | Improve PEP 518 build isolation (#5824)Benoit Pierre2018-10-161-0/+10
| |/ / |/| |
* | | Merge pull request #5873 from cjerdonek/remove-get-backend-from-locationChris Jerdonek2018-10-132-32/+23
|\ \ \
| * | | Remove unneeded if block in vcs.get_src_requirement().Chris Jerdonek2018-10-102-27/+18
| * | | Refactor away VcsSupport.get_backend_from_location().Chris Jerdonek2018-10-102-10/+10
* | | | Merge pull request #5838 from uranusjr/htmlpage-extract-breakdown-get-pageChris Jerdonek2018-10-111-82/+128
|\ \ \ \ | |/ / / |/| | |
| * | | More tests on successful scenarios, fix docstringsTzu-ping Chung2018-10-111-3/+3
| * | | Fix behavior if archive-like URL is not HTTP(S)Tzu-ping Chung2018-10-111-5/+14
| * | | Only store what we need in _NotHTMLTzu-ping Chung2018-10-111-5/+5
| * | | More detailed information on Content-Type error, fix typosTzu-ping Chung2018-10-111-14/+16
| * | | Move directory check out of _get_html_response()Tzu-ping Chung2018-10-111-10/+10
| * | | Group HEAD optimization logic into HTML getter, add docsTzu-ping Chung2018-10-111-10/+18
| * | | Extract content type detection logicTzu-ping Chung2018-10-111-25/+34
| * | | Move VCS scheme check back outTzu-ping Chung2018-10-111-17/+10
| * | | Don't need to unpack prematurelyTzu-ping Chung2018-10-011-12/+5
| * | | Inline PackageFinder._get_page()Tzu-ping Chung2018-10-011-4/+1
| * | | Extract request part of get_page into helperTzu-ping Chung2018-10-011-72/+96
| * | | Extract VCS scheme check into helper functionTzu-ping Chung2018-10-011-5/+16
| | |/ | |/|
* | | Merge pull request #5869 from cjerdonek/remove-svn-freeze-codeChris Jerdonek2018-10-091-67/+17
|\ \ \
| * | | Add guard clause.Chris Jerdonek2018-10-081-17/+16
| * | | Remove deprecated SVN-specific freeze code.Chris Jerdonek2018-10-081-51/+2
* | | | Merge pull request #5863 from benoit-pierre/drop_py25_workaroundPradyun Gedam2018-10-091-4/+0
|\ \ \ \ | |/ / / |/| | |
| * | | drop workaround for Python<=2.5Benoit Pierre2018-10-071-4/+0
* | | | Merge pull request #5483 from popravich/retry_fixXavier Fernandez2018-10-081-1/+3
|\ \ \ \
| * | | | fix lint issuesAlexey Popravka2018-10-021-1/+1
| * | | | handle RetryError in HTMLPage/PackageFinderAlexey Popravka2018-10-021-1/+3
| | |/ / | |/| |
* | | | Only define comments when needed.Chris Jerdonek2018-10-081-8/+7
* | | | Add try-else clause.Chris Jerdonek2018-10-081-3/+3
* | | | Combine some lines.Chris Jerdonek2018-10-081-12/+4