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
/
cli
/
progress_bars.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace Iterator[T] with Generator[T,None, None] (#11007)
q0w
2022-04-09
1
-4
/
+4
*
Drop alternative progress bar styles
Pradyun Gedam
2022-04-07
1
-253
/
+2
*
Update pre-commit hooks
Henrich Hartzer
2022-04-04
1
-5
/
+3
*
Use the progress bar from rich by default
Pradyun Gedam
2021-11-26
1
-2
/
+69
*
Add type annotations for progress bar provider
Pradyun Gedam
2021-11-26
1
-3
/
+7
*
Complete type annotations in `pip/_internal/cli` (#10169)
Harutaka Kawamura
2021-07-23
1
-2
/
+2
*
Complete type annotations in pip/_internal/cli
Diego Ramirez
2021-06-27
1
-23
/
+12
*
Blacken src/pip/_internal/cli directory
Jon Dufresne
2021-02-21
1
-26
/
+19
*
Remove typing.TYPE_CHECKING guards
Jon Dufresne
2021-02-19
1
-4
/
+1
*
Replace pip._internal.utils.typing with stdlib typing
Jon Dufresne
2021-02-18
1
-2
/
+2
*
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
-3
/
+3
|
/
*
Merge pull request #9354 from jdufresne/super
Pradyun Gedam
2020-12-25
1
-10
/
+4
|
\
|
*
Use short Python3 super() syntax
Jon Dufresne
2020-12-24
1
-10
/
+4
*
|
Remove unnecessary type annotation in BlueEmojiBar
Jon Dufresne
2020-12-25
1
-1
/
+1
*
|
Drop u prefix from str literals
Jon Dufresne
2020-12-25
1
-1
/
+1
|
/
*
Remove __future__ imports
Jon Dufresne
2020-12-24
1
-2
/
+0
*
"" is clearer than str()
Hugo van Kemenade
2020-12-22
1
-3
/
+3
*
Remove redundant Python 2.7 code
Hugo van Kemenade
2020-12-22
1
-4
/
+3
*
Fix src/pip with flake8-bugbear
Devesh Kumar Singh
2020-06-10
1
-1
/
+3
*
Removing type ignore comments from cli.progress_bars
Devesh Kumar Singh
2020-05-13
1
-8
/
+9
*
cli: revert format() related changes
Xavier Fernandez
2020-03-10
1
-18
/
+15
*
Update src/pip/_internal/cli/progress_bars.py
Jason R. Coombs
2020-03-08
1
-1
/
+1
*
Update src/pip/_internal/cli/progress_bars.py
Jason R. Coombs
2020-03-08
1
-1
/
+1
*
Fix issue where format_map isn't available on Python 2
Jason R. Coombs
2020-03-06
1
-7
/
+11
*
👹 Feed the hobgoblins (delint).
Jason R. Coombs
2020-03-06
1
-12
/
+8
*
Convert the remaining '%' formatters to '.format'. Fixes #6973.
Jason R. Coombs
2020-03-06
1
-14
/
+17
*
Move UI helpers to cli subpackage (#6727)
Nitesh Sharma
2020-02-21
1
-0
/
+277