index
:
delta/pip.git
0.5.X
0.6.X
0.7.X
1.3.X
1.4.X
1.5.X
8512-feature-flag-docs
add-2020-ux-docs
add-maintainers-only-link
add-resolver-docs
add-sponsor-button
add-ux-docs
baserock/master
baserock/richardipsum/add-list-dependencies
bernard-backtracking
bump-rtd-python
check-long-desc
check-long_description
develop
docs-quickstart
feature/install-target
feature/pep381-verification
feature/ssl-mirror-requests
fix/9644
fix_script_names
force-implementation-tag
good-first-issue-template
issue-381-do-not-use-pwd-in-installation-process
issue-template
issue-templates
main
master
no-more-bot
pradyunsg-bump-sphinx
pradyunsg-docs-improve-note
pradyunsg-install-order-disclaimer
pradyunsg-news-architecture-docs
pradyunsg-patch-1
pradyunsg-release-details
pre-commit-ci-update-config
provider-integration
readthedocs-builder
refactor/cleanup-cli-opts
release/10.0.0
release/20.2b1
release/9.0.2
release/9.0.3
rename-auto-lock-label
revert-10279-reorg-dependency-resolution-information
revert-2513-ssh_and_commit_support
revert-2547-revert-2513-ssh_and_commit_support
revert-3724-norm-path
revert-5124-ui/limit-progress
revert-5478-ci/short-circuiting-appveyor
revert-7600-release-rewrite-lineendings
revert-9163-redact-url-from-help
revert-9264-new-resolver-dont-abort-on-inconsistent-candidate
shorter-no-response-window
threaded-page-getting
try-containers
xavfernandez-patch-1
github.com: pypa/pip.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pip
/
_internal
/
self_outdated_check.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable strict optional checking in PackageFinder
Tzu-ping Chung
2023-01-09
1
-3
/
+6
*
fix grammar error in user notice
Tommi Enenkel | AnB
2023-01-08
1
-1
/
+1
*
Send the pip upgrade prompt to stderr
q0w
2022-07-22
1
-1
/
+1
*
Remove the html5lib deprecated feature flag.
Stéphane Bidoul
2022-07-16
1
-1
/
+0
*
Use `python -m pip` for the upgrade prompt on Windows
Pradyun Gedam
2022-04-23
1
-2
/
+9
*
Add an early return with comment if pip wasn't installed by pip
Pradyun Gedam
2022-04-23
1
-1
/
+2
*
Move self-check logic into a dedicated function
Pradyun Gedam
2022-04-22
1
-30
/
+42
*
Add some debugging logs to `self_outdated_check`
Pradyun Gedam
2022-04-22
1
-1
/
+6
*
Improve style of the pip upgrade prompt
Pradyun Gedam
2022-04-22
1
-20
/
+32
*
Refactor the logic in self_outdated_check
Pradyun Gedam
2022-04-22
1
-60
/
+74
*
Replace vendored html5lib with stdlib
Jon Dufresne
2022-01-28
1
-0
/
+3
*
Explain why using subprocess.list2cmdline is a bad idea
Paweł Szramowski
2021-12-21
1
-1
/
+5
*
Reformat the codebase, with black
Pradyun Gedam
2021-08-20
1
-6
/
+7
*
Move many type comments to annotations
Jon Dufresne
2021-08-10
1
-13
/
+7
*
Remove typing.TYPE_CHECKING guards
Jon Dufresne
2021-02-19
1
-8
/
+3
*
Incorporate get_installed_version() logic
Tzu-ping Chung
2021-02-19
1
-6
/
+6
*
Replace pip._internal.utils.typing with stdlib typing
Jon Dufresne
2021-02-18
1
-2
/
+2
*
Merge pull request #9368 from jdufresne/ensure
Tzu-ping Chung
2021-02-18
1
-3
/
+2
|
\
|
*
Remove unnecessary uses of six.ensure_(binary|str|text)
Jon Dufresne
2020-12-27
1
-3
/
+2
*
|
Use `encoding` option or binary mode for open()
Inada Naoki
2021-02-13
1
-1
/
+1
*
|
Separate default and ad-hoc environment APIs
Tzu-ping Chung
2021-01-19
1
-2
/
+2
*
|
Basic abstraction and one migration
Tzu-ping Chung
2021-01-19
1
-6
/
+4
|
/
*
Use unified OSError and its subclasses
Jon Dufresne
2020-12-26
1
-1
/
+1
*
Merge pull request #9361 from jdufresne/f-strings
Pradyun Gedam
2020-12-26
1
-1
/
+1
|
\
|
*
Use f-strings for simple string formatting
Jon Dufresne
2020-12-25
1
-1
/
+1
*
|
Remove object from class definitions
Jon Dufresne
2020-12-25
1
-1
/
+1
|
/
*
Replace typing.Text with str
Jon Dufresne
2020-12-24
1
-2
/
+2
*
Remove __future__ imports
Jon Dufresne
2020-12-24
1
-2
/
+0
*
Prepare isort for black
Pradyun Gedam
2020-09-23
1
-10
/
+2
*
Create custom get_distribution function
Devesh Kumar Singh
2020-07-06
1
-6
/
+8
*
Tidy up link collector constructor imports
Tzu-ping Chung
2020-06-26
1
-39
/
+2
*
Type annotations for pip._internal.self_outdated_check
Devesh Kumar Singh
2020-05-22
1
-3
/
+1
*
Update src/pip/_internal/self_outdated_check.py
Tzu-ping Chung
2020-01-02
1
-1
/
+1
*
Use sys.executable to format upgrade message
Tzu-ping Chung
2020-01-01
1
-7
/
+5
*
Update references to collector.py
Pradyun Gedam
2019-10-19
1
-1
/
+1
*
Update imports to {index -> index.package_finder}
Pradyun Gedam
2019-10-19
1
-1
/
+1
*
Move outdated outside utils and rename (pypa/pip#6532)
John Paton
2019-09-30
1
-0
/
+244