1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
Commit graph

463 commits

Author SHA1 Message Date
Donald Stufft 51eb885e78 Add a release task to upgrade CPython's bundled pip 2018-11-19 07:39:10 -05:00
Paul Moore 3a77bd667c
Merge pull request #5743 from pfmoore/pep517
PEP 517 implementation
2018-11-15 09:32:17 +00:00
Pradyun Gedam 507b90e117
Merge pull request #5949 from kynan/extend-docs
Add instructions for running pip from source to docs
2018-11-13 21:21:43 +05:30
Paul Moore 4ca38e0c38 Merge with master 2018-11-11 13:49:35 +00:00
Chris Jerdonek fc1b1e4cf0
Merge pull request #5884 from cjerdonek/pip-no-cache-dir-var
Make PIP_NO_CACHE_DIR behave as it reads, and not crash pip
2018-11-08 14:19:48 -08:00
Chris Jerdonek b94d719f39 Make PIP_NO_CACHE_DIR disable the cache also if given a "true" value. 2018-11-08 03:43:56 -08:00
Pradyun Gedam 28cfd7d0b7
Merge pull request #5923 from psinghsodhi/stopPrintSt
Don't print stacktrace due to invalid req
2018-11-08 13:01:56 +05:30
Xavier Fernandez 38298779a1
Merge pull request #5986 from Albert-Guan/ISSUE5984
Issue5984
2018-11-07 10:50:51 +01:00
Adam Tse aa42f14ee3 Adding type annotations to pip._internal.utils.glibc (#5956)
* Added type annotations

* to satsify flake8 E402

* Update src/pip/_internal/utils/glibc.py

Co-Authored-By: atse <atse@users.noreply.github.com>
2018-11-06 15:07:18 +05:30
Pradyun Gedam 63f92ea5b9
Merge pull request #5945 from cytolentino/compat-typing
Add mypy annotations to pip._internal.compat
2018-11-06 15:03:49 +05:30
Pradyun Gedam b72a5daaa4
Merge pull request #5981 from theacodes/fix-my-name
Fix @theacodes' name in AUTHORS.txt
2018-11-06 13:55:21 +05:30
Chris Jerdonek 3803ce3cb0
Merge pull request #5905 from cjerdonek/issue-5031-freeze-non-vcs-editable
Address #5031: freeze non-vcs editable installs as editable
2018-11-05 14:21:42 -08:00
Pradyun Gedam 8882f420ad
Delete 5984.bugfix 2018-11-06 00:21:52 +05:30
cytolentino ecf90d4792 Add typing to compat.py 2018-11-05 12:12:03 +00:00
albertg e5756c823e add news fragment content 2018-11-04 16:22:34 -05:00
albertg f5d79471c3 add news fragment 2018-11-04 16:14:28 -05: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 8166eb6c32 Percent-decode special characters in SVN URL credentials. 2018-10-29 22:12:51 -07:00
Paul Moore ab3e21635a Add a news file 2018-10-29 23:32:13 +01:00
Yuan Jing Vincent Yan 4ccea7e67a Improve documentation in misc.py 2018-10-29 22:40:16 +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
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
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
Florian Rathgeber 6e9b0047b3 Add news entry 2018-10-28 14:20:02 +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
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
Prabhjyotsing Surjit Singh Sodhi e34b19b02a Don't print stacktrace due to invalid req 2018-10-26 12:03:31 -04:00
lakshmanaram c5331dac51 adding trivial file 2018-10-26 16:31:14 +01:00
Chris Jerdonek 951e0cba51
Fix #5868: TypeError in move_wheel_files(). (#5883) 2018-10-24 09:19:58 -07:00
Chris Jerdonek ece4866086 DRY up the test code to create a module with a main() function. 2018-10-23 00:06:06 -07:00
Xavier Fernandez 3b8c076c1f
Merge pull request #5842 from takluyver/i5839
Don't crash on invalid requirements in installed packages
2018-10-22 17:22:04 +02:00
Chris Jerdonek 20ab0b8b75 Address #5031: freeze editable, non-VCS installs as editable. 2018-10-22 02:03:42 -07:00
Tzu-ping Chung 3368819156 Split, simplify, and fix egg_info_matches 2018-10-22 16:46:42 +08:00