Commit Graph

9 Commits

Author SHA1 Message Date
Pradyun Gedam 58c594c06b
Prepare isort for black 2020-09-23 21:47:47 +05:30
Devesh Kumar Singh 04fedfe53c Create custom get_distribution function 2020-07-06 13:42:05 +05:30
Tzu-ping Chung ec7324fba0 Tidy up link collector constructor imports
make_link_collector() was in self_outdated_check, a module responsible
for checking whether the currently-running pip is outdated, but is
imported by things that has nothing to do with this outdated check. Move
the function to be a class method in LinkCollector so the module
hierarchy makes more sense.
2020-06-26 17:31:28 +08:00
Devesh Kumar Singh cd1e8cd604 Type annotations for pip._internal.self_outdated_check 2020-05-22 03:05:22 +05:30
Tzu-ping Chung 6c2ffcd0ce
Update src/pip/_internal/self_outdated_check.py
Co-Authored-By: Christopher Hunt <chrahunt@gmail.com>
2020-01-02 00:00:59 +08:00
Tzu-ping Chung ed40706534 Use sys.executable to format upgrade message 2020-01-01 22:12:12 +08:00
Pradyun Gedam 611fc6069b
Update references to collector.py 2019-10-19 22:24:53 +05:30
Pradyun Gedam 2db6f428bf
Update imports to {index -> index.package_finder} 2019-10-19 22:24:01 +05:30
John Paton 6b57c1f5df Move outdated outside utils and rename (pypa/pip#6532) 2019-09-30 09:56:44 +02:00
Renamed from src/pip/_internal/utils/outdated.py (Browse further)