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
/
utils
/
misc.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #11871 from sbidoul/always-use-pep517-when-wheel-absent-sbi
Stéphane Bidoul
2023-03-27
1
-12
/
+0
|
\
|
*
Always use pep 517 when the 'wheel' package is absent
Stéphane Bidoul
2023-03-27
1
-12
/
+0
*
|
Fix type of config_settings arguments
Stéphane Bidoul
2023-03-27
1
-8
/
+11
|
/
*
Isolate EXTERNALLY-MANAGED parsing logic
Tzu-ping Chung
2023-01-03
1
-12
/
+4
*
Use ExternallyManagedEnvironment to show error
Tzu-ping Chung
2023-01-03
1
-47
/
+15
*
Check EXTERNALLY-MANAGED in install and uninstall
Tzu-ping Chung
2023-01-03
1
-0
/
+56
*
Replace `pep517` with `pyproject_hooks`
Pradyun Gedam
2022-12-28
1
-3
/
+3
*
Call the PEP 517 backend with the requirement's config settings
Paul Moore
2022-04-21
1
-0
/
+91
*
Replace Iterator[T] with Generator[T,None, None] (#11007)
q0w
2022-04-09
1
-2
/
+5
*
Use f-strings for executable names
Pradyun Gedam
2022-03-13
1
-2
/
+2
*
Fix the protect-pip-on-windows logic
Pradyun Gedam
2022-02-26
1
-3
/
+3
*
Remove pkg_resources usages from utils modules
Tzu-ping Chung
2021-12-04
1
-61
/
+1
*
Remove egg_link_path()
Stéphane Bidoul
2021-09-21
1
-2
/
+2
*
Extract egg_link* function to a separate module
Stéphane Bidoul
2021-09-21
1
-66
/
+2
*
Remove unused get_installed_distributions
Stéphane Bidoul
2021-09-21
1
-31
/
+1
*
Add PEP 610 editables support to BaseDistribution
Stéphane Bidoul
2021-09-21
1
-7
/
+0
*
Refactor egg_link_path/dist_is_editable
Stéphane Bidoul
2021-09-21
1
-7
/
+30
*
Move all remaining type comments to annotations
Jon Dufresne
2021-08-27
1
-130
/
+70
*
Replace AnyStr with str in src/pip/_internal/utils/misc.py
Jon Dufresne
2021-08-09
1
-3
/
+2
*
Unify Python project root detection logic
Tzu-ping Chung
2021-06-19
1
-5
/
+12
*
Fix typos (#10001)
Dirk Stolle
2021-06-03
1
-1
/
+1
*
Relax installable dir check to allow cfg-only
Tzu-ping Chung
2021-05-18
1
-10
/
+6
*
Merge branch 'main' into switch-to-tenacity
Tzu-ping Chung
2021-04-03
1
-96
/
+116
|
\
|
*
Use f-strings for formatting
Andrey Bienkowski
2021-03-30
1
-1
/
+1
|
*
Use f-strings for formatting
Andrey Bienkowski
2021-03-29
1
-1
/
+1
|
*
Handle several mypy TODO comments and exceptions
Jon Dufresne
2021-02-22
1
-8
/
+32
|
*
Blacken src/pip/_internal/utils directory
Jon Dufresne
2021-02-21
1
-90
/
+86
*
|
switch from 'retrying' to 'tenacity'
cjc7373
2021-02-21
1
-5
/
+3
|
/
*
Merge pull request #9415 from jdufresne/path_to_display
Pradyun Gedam
2021-02-20
1
-24
/
+0
|
\
|
*
Remove Python 2 compat shim path_to_display()
Jon Dufresne
2021-02-19
1
-24
/
+0
*
|
Remove typing.TYPE_CHECKING guards
Jon Dufresne
2021-02-19
1
-21
/
+18
|
/
*
Incorporate get_installed_version() logic
Tzu-ping Chung
2021-02-19
1
-21
/
+1
*
Replace pip._internal.utils.typing with stdlib typing
Jon Dufresne
2021-02-18
1
-2
/
+2
*
Merge pull request #8114 from uranusjr/importlib-metadata
Tzu-ping Chung
2021-02-03
1
-95
/
+22
|
\
|
*
Separate default and ad-hoc environment APIs
Tzu-ping Chung
2021-01-19
1
-4
/
+9
|
*
Move dist-related logic from misc into metadata
Tzu-ping Chung
2021-01-19
1
-99
/
+21
*
|
Use our own copy of strtobool, rather than the one from distutils
Paul Moore
2021-01-20
1
-0
/
+17
|
/
*
Remove unused utility function consume()
Jon Dufresne
2021-01-01
1
-6
/
+0
*
Replace compat.expanduser() with os.path.expanduser()
Jon Dufresne
2020-12-29
1
-2
/
+2
*
Remove unnecessary "noqa" comments
Jon Dufresne
2020-12-28
1
-3
/
+1
*
Remove unnecessary class FakeFile
Jon Dufresne
2020-12-27
1
-16
/
+0
*
Cleanup: replace 'from urllib import xyz as urllib_xyz' with import urllib.xyz
Hugo van Kemenade
2020-12-27
1
-7
/
+6
*
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
-5
/
+5
|
\
|
*
Use f-strings for simple string formatting
Jon Dufresne
2020-12-25
1
-5
/
+5
*
|
Remove object from class definitions
Jon Dufresne
2020-12-25
1
-2
/
+2
|
/
*
Replace typing.Text with str
Jon Dufresne
2020-12-24
1
-5
/
+3
*
Remove __future__ imports
Jon Dufresne
2020-12-24
1
-2
/
+0
*
Remove redundant Python 2.7 code
Hugo van Kemenade
2020-12-22
1
-32
/
+9
*
Only do the ensure_text() dance on Windows
Tzu-ping Chung
2020-10-27
1
-1
/
+1
[next]