summaryrefslogtreecommitdiff
path: root/src/pip/_internal/cli/progress_bars.py
Commit message (Expand)AuthorAgeFilesLines
* Replace Iterator[T] with Generator[T,None, None] (#11007)q0w2022-04-091-4/+4
* Drop alternative progress bar stylesPradyun Gedam2022-04-071-253/+2
* Update pre-commit hooksHenrich Hartzer2022-04-041-5/+3
* Use the progress bar from rich by defaultPradyun Gedam2021-11-261-2/+69
* Add type annotations for progress bar providerPradyun Gedam2021-11-261-3/+7
* Complete type annotations in `pip/_internal/cli` (#10169)Harutaka Kawamura2021-07-231-2/+2
* Complete type annotations in pip/_internal/cliDiego Ramirez2021-06-271-23/+12
* Blacken src/pip/_internal/cli directoryJon Dufresne2021-02-211-26/+19
* Remove typing.TYPE_CHECKING guardsJon Dufresne2021-02-191-4/+1
* Replace pip._internal.utils.typing with stdlib typingJon Dufresne2021-02-181-2/+2
* 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-3/+3
|/
* Merge pull request #9354 from jdufresne/superPradyun Gedam2020-12-251-10/+4
|\
| * Use short Python3 super() syntaxJon Dufresne2020-12-241-10/+4
* | Remove unnecessary type annotation in BlueEmojiBarJon Dufresne2020-12-251-1/+1
* | Drop u prefix from str literalsJon Dufresne2020-12-251-1/+1
|/
* Remove __future__ importsJon Dufresne2020-12-241-2/+0
* "" is clearer than str()Hugo van Kemenade2020-12-221-3/+3
* Remove redundant Python 2.7 codeHugo van Kemenade2020-12-221-4/+3
* Fix src/pip with flake8-bugbearDevesh Kumar Singh2020-06-101-1/+3
* Removing type ignore comments from cli.progress_barsDevesh Kumar Singh2020-05-131-8/+9
* cli: revert format() related changesXavier Fernandez2020-03-101-18/+15
* Update src/pip/_internal/cli/progress_bars.pyJason R. Coombs2020-03-081-1/+1
* Update src/pip/_internal/cli/progress_bars.pyJason R. Coombs2020-03-081-1/+1
* Fix issue where format_map isn't available on Python 2Jason R. Coombs2020-03-061-7/+11
* 👹 Feed the hobgoblins (delint).Jason R. Coombs2020-03-061-12/+8
* Convert the remaining '%' formatters to '.format'. Fixes #6973.Jason R. Coombs2020-03-061-14/+17
* Move UI helpers to cli subpackage (#6727)Nitesh Sharma2020-02-211-0/+277