Commit Graph

6592 Commits

Author SHA1 Message Date
Thea Flowers 0932d17ca1 Update mailmap and regenerate authors 2018-11-02 12:26:33 -07:00
Thea Flowers 31453e3c1b Fix @theacode's name in AUTHORS.txt 2018-11-02 10:58:14 -07:00
Pradyun Gedam 35701ea3cd
Merge pull request #5930 from cytolentino/basecommand-typing
Add mypy annotations to base_command.py
2018-10-31 01:57:46 +05:30
Pradyun Gedam afe98f3901
Merge pull request #5939 from cytolentino/internal-cache-typing
Add mypy annotations to pip._internal.cache
2018-10-31 01:51:42 +05:30
Pradyun Gedam d95bc267fd
Merge pull request #5960 from cytolentino/cmdoptions-typing
Add mypy annotations to pip._internal.cli.cmdoptions
2018-10-31 01:38:35 +05:30
Pradyun Gedam 5005769b99
Merge pull request #5932 from petr-tik/no4748-add-type-hints-to-internals
Added type hints to internals/utils
2018-10-31 01:30:50 +05:30
Pradyun Gedam 2ed581c79f
Merge pull request #5968 from cjerdonek/dry-up-parse-credentials
Use split_auth_from_netloc() inside MultiDomainBasicAuth
2018-10-30 18:45:35 +00:00
cytolentino f08b34887b Add typing to cache.py 2018-10-30 12:23:13 +00:00
Pradyun Gedam 169cd10b3f
Merge pull request #5962 from elainechan/master
Adds hyperlinks to User IRC and Dev IRC in README.
2018-10-30 10:47:03 +00:00
Pradyun Gedam ca848a5068
Merge pull request #5958 from pradyunsg/docs/vendoring-info-from-docs
Include the Vendoring policy in the docs
2018-10-30 10:45:45 +00:00
Xavier Fernandez 7a3cbeed11
Merge pull request #5213 from hroncok/licenses
Add licenses for 3rd party libraries
2018-10-30 09:50:39 +01:00
Chris Jerdonek 5c93250fa9
Merge pull request #5875 from uranusjr/egg-info-canonical
Rewrite egg_info_matches with canonicalize_name
2018-10-30 01:30:40 -07:00
Chris Jerdonek 0aa301c60e Percent-encode the username in redact_netloc(). 2018-10-29 22:13:55 -07:00
Chris Jerdonek 0ecc9f0aca Add failing tests for redact_netloc(). 2018-10-29 22:13:55 -07:00
Chris Jerdonek f54b68fea7 DRY up MultiDomainBasicAuth some more. 2018-10-29 22:13:55 -07:00
Chris Jerdonek a434431431 Use split_auth_from_netloc() inside MultiDomainBasicAuth(). 2018-10-29 22:13:51 -07:00
Chris Jerdonek 8166eb6c32 Percent-decode special characters in SVN URL credentials. 2018-10-29 22:12:51 -07:00
Chris Jerdonek b087f261fb Add failing tests. 2018-10-29 22:12:47 -07:00
elainechan dda720c3a5 Removes text after hyperlinks for last two bullet points. 2018-10-29 22:19:40 -04:00
elainechan 2a4131f996 Removed periods at the end of sentence in bullet points. 2018-10-29 22:16:57 -04:00
elainechan 2304b18b58 Added missing period in README. 2018-10-29 22:15:40 -04:00
Yuan Jing Vincent Yan 4ccea7e67a Improve documentation in misc.py 2018-10-29 22:40:16 +01:00
Miro Hrončok 7b0fc6ad6e Add licenses for 3rd party libraries 2018-10-29 22:02:07 +01:00
Miro Hrončok eb8ddba8d6 Add automation for fetching licenses of 3rd party libraries
See https://github.com/pypa/pipenv/issues/1961
2018-10-29 22:02:07 +01:00
Xavier Fernandez bc5ac33a4d
Merge pull request #5933 from AceGentile/fix_issue_5888
remove egg version from pip install command reference
2018-10-29 15:55:49 +01:00
Tzu-ping Chung 033a47cbf2 More test cases 2018-10-29 15:48:43 +08:00
elainechan 138059e01e Changes news item to .trivial. 2018-10-28 15:50:57 -04:00
elainechan a9bd143ab1 Adds news entry for issue #5961 pull request. 2018-10-28 15:22:50 -04:00
elainechan 2cc0de44de Adds hyperlinks to User IRC and Dev IRC in README. 2018-10-28 15:13:21 -04:00
cytolentino 0dbdb6250b Add typing to cmdoptions.py 2018-10-28 16:44:00 +00:00
Pradyun Gedam cf9785708b
📰 2018-10-28 14:55:58 +00:00
Pradyun Gedam b47b2fa8e6
Merge pull request #5841 from benoit-pierre/fix_python_src/pip
fix support for invoking pip using `python src/pip ...`
2018-10-28 12:35:53 +00:00
Pradyun Gedam bc9c51292a
Include the Vendoring policy in the docs 2018-10-28 11:27:28 +00:00
Chris Jerdonek d490f75211
Merge pull request #5943 from cjerdonek/uninstalled-freeze-message
Include package name in a freeze warning if package is not installed
2018-10-27 13:51:10 -07:00
petr-tik 55f6787c04 Added type hints
Found a potential bug i.e. missing return statement in check_path_owner. If
while loop falls through without returning,
return a defensive False

Added a trivial file as per the contributor guidelines

Make linter happy - ignore "unused" import
2018-10-27 15:37:29 +01:00
Pradyun Gedam 2d2350696a
Update and rename 5888.bugfix to 5888.doc
Changed to mention that it removes the reference to the removed reference.
2018-10-27 15:33:09 +01:00
Chris Jerdonek afdfb7b210 Include package name in a freeze warning if package is not installed. 2018-10-27 06:50:15 -07:00
cytolentino 12a2334429 Add mypy annotations to base_command.py 2018-10-27 13:28:06 +01:00
AceGentile 69037caa0c remove egg version from pip install command reference
fix #5888
2018-10-27 12:51:57 +02:00
Pradyun Gedam ebfa66361e
Merge pull request #5922 from lakshmanaram/fix-pyparsing-update
Move pyparsing update from Features to Vendored Libraries
2018-10-27 01:13:50 +01:00
lakshmanaram c5331dac51 adding trivial file 2018-10-26 16:31:14 +01:00
lakshmanaram 25a0fbb746 move pyparsing update from Features to Vendored Libraries 2018-10-26 16:15:12 +01:00
Benoit Pierre 116c3b1c7e tox: define the minimal tox version required (#5914) 2018-10-24 11:14:14 -07:00
Chris Jerdonek 951e0cba51
Fix #5868: TypeError in move_wheel_files(). (#5883) 2018-10-24 09:19:58 -07:00
Pradyun Gedam 7408e04111
Merge pull request #5911 from QueenCoffee/patch-1
Corrected a tiny typo
2018-10-23 22:32:01 +05:30
Pradyun Gedam 5735e6948a
Merge pull request #5909 from pradyunsg/appveyor-rename
Rename appveyor.yml -> .appveyor.yml and update references
2018-10-23 22:11:06 +05:30
Pavithra Eswaramoorthy fe0393d1db
Corrected a tiny typo 2018-10-23 22:10:11 +05:30
Pradyun Gedam cc05433512
Merge pull request #5910 from cjerdonek/add-create-main-file
DRY up the test code that creates a module with a main() function.
2018-10-23 20:05:05 +05:30
Pradyun Gedam e19aceff40
Merge branch 'master' into appveyor-rename 2018-10-23 19:20:46 +05:30
Pradyun Gedam 51819cc3d8
Merge pull request #5886 from benoit-pierre/rework_tests_virtualenv_with_support_for_venv
Rework tests virtualenv, also adding support for using venv
2018-10-23 13:32:22 +05:30