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

14 commits

Author SHA1 Message Date
ofrinevo
bc65d55d8b Fix all failing tests 2019-09-02 19:41:51 +03:00
ofrinevo
9b6c0ea8ff Extract the canonical_name from name itself instead of using dist.get
twice
2019-09-01 07:53:26 +03:00
ofrinevo
c674fabe95 Fix package name not being canonicalize in commands/show
Add test to check if a capitalized name is being shown properly
Add new stub package to support the test
2019-08-31 21:44:41 +03:00
A_Rog
70027b2f50 Address #6876: Make command output go through a single function (#6881) 2019-08-22 17:29:22 -07:00
Steve Barnes
3198ba6185 Change pip show to report missing packages. 2019-08-18 01:27:14 -07:00
Chris Jerdonek
1f09e67f34 Only import a Command class when it is actually needed.
This resulted in an approximate 24% speed-up of a vanilla `pip`
invocation on one system (0.477 secs before, 0.363 secs after).
2019-07-26 23:30:26 -04:00
Maxim Kurnikov
8fd009850a remove unused # type: ignore 2019-02-22 00:40:57 +03:00
Pradyun Gedam
1694a5f1bf
Move status_codes to pip._internal.cli 2018-07-30 09:43:53 +05:30
Pradyun Gedam
21d9825efd
Rename basecommand -> base_command 2018-07-30 09:32:47 +05:30
Pradyun Gedam
8d45e0e647
Move basecommand to pip._internal.cli 2018-07-29 18:26:28 +05:30
keanemind
176fa8dd25 Document that pip show is machine readable 2018-06-19 13:05:19 -05:00
Paul Moore
701d88d06d Placate flake8 (2 spaces before inline comment) 2018-03-24 11:55:09 +00:00
Paul Moore
6e8af823f1 Silence invalid mypy errors (see python/typeshed#1985) 2018-03-24 11:41:51 +00:00
Donald Stufft
95bcf8c5f6 Move all internal APIs to pip._internal 2017-08-31 14:53:00 -04:00
Renamed from pip/commands/show.py (Browse further)