summaryrefslogtreecommitdiff
path: root/src/pip/_internal/self_outdated_check.py
Commit message (Expand)AuthorAgeFilesLines
* Enable strict optional checking in PackageFinderTzu-ping Chung2023-01-091-3/+6
* fix grammar error in user noticeTommi Enenkel | AnB2023-01-081-1/+1
* Send the pip upgrade prompt to stderrq0w2022-07-221-1/+1
* Remove the html5lib deprecated feature flag.Stéphane Bidoul2022-07-161-1/+0
* Use `python -m pip` for the upgrade prompt on WindowsPradyun Gedam2022-04-231-2/+9
* Add an early return with comment if pip wasn't installed by pipPradyun Gedam2022-04-231-1/+2
* Move self-check logic into a dedicated functionPradyun Gedam2022-04-221-30/+42
* Add some debugging logs to `self_outdated_check`Pradyun Gedam2022-04-221-1/+6
* Improve style of the pip upgrade promptPradyun Gedam2022-04-221-20/+32
* Refactor the logic in self_outdated_checkPradyun Gedam2022-04-221-60/+74
* Replace vendored html5lib with stdlibJon Dufresne2022-01-281-0/+3
* Explain why using subprocess.list2cmdline is a bad ideaPaweł Szramowski2021-12-211-1/+5
* Reformat the codebase, with blackPradyun Gedam2021-08-201-6/+7
* Move many type comments to annotationsJon Dufresne2021-08-101-13/+7
* Remove typing.TYPE_CHECKING guardsJon Dufresne2021-02-191-8/+3
* Incorporate get_installed_version() logicTzu-ping Chung2021-02-191-6/+6
* Replace pip._internal.utils.typing with stdlib typingJon Dufresne2021-02-181-2/+2
* Merge pull request #9368 from jdufresne/ensureTzu-ping Chung2021-02-181-3/+2
|\
| * Remove unnecessary uses of six.ensure_(binary|str|text)Jon Dufresne2020-12-271-3/+2
* | Use `encoding` option or binary mode for open()Inada Naoki2021-02-131-1/+1
* | Separate default and ad-hoc environment APIsTzu-ping Chung2021-01-191-2/+2
* | Basic abstraction and one migrationTzu-ping Chung2021-01-191-6/+4
|/
* Use unified OSError and its subclassesJon Dufresne2020-12-261-1/+1
* Merge pull request #9361 from jdufresne/f-stringsPradyun Gedam2020-12-261-1/+1
|\
| * Use f-strings for simple string formattingJon Dufresne2020-12-251-1/+1
* | Remove object from class definitionsJon Dufresne2020-12-251-1/+1
|/
* Replace typing.Text with strJon Dufresne2020-12-241-2/+2
* Remove __future__ importsJon Dufresne2020-12-241-2/+0
* Prepare isort for blackPradyun Gedam2020-09-231-10/+2
* Create custom get_distribution functionDevesh Kumar Singh2020-07-061-6/+8
* Tidy up link collector constructor importsTzu-ping Chung2020-06-261-39/+2
* Type annotations for pip._internal.self_outdated_checkDevesh Kumar Singh2020-05-221-3/+1
* Update src/pip/_internal/self_outdated_check.pyTzu-ping Chung2020-01-021-1/+1
* Use sys.executable to format upgrade messageTzu-ping Chung2020-01-011-7/+5
* Update references to collector.pyPradyun Gedam2019-10-191-1/+1
* Update imports to {index -> index.package_finder}Pradyun Gedam2019-10-191-1/+1
* Move outdated outside utils and rename (pypa/pip#6532)John Paton2019-09-301-0/+244