summaryrefslogtreecommitdiff
path: root/src/pip/_internal/utils/logging.py
Commit message (Expand)AuthorAgeFilesLines
* Fix types for logging Rich objectsPradyun Gedam2022-05-221-3/+5
* Rename `[present-diagnostic]` to `[present-rich]`Pradyun Gedam2022-04-221-5/+6
* Replace Iterator[T] with Generator[T,None, None] (#11007)q0w2022-04-091-2/+2
* Update pre-commit hooksHenrich Hartzer2022-04-041-3/+5
* Pacify unit testsPradyun Gedam2022-01-251-1/+1
* Apply suggestions from code reviewPradyun Gedam2021-12-121-1/+1
* Restore colors in regular logging messagesPradyun Gedam2021-12-121-3/+11
* Enable the use of rich for presenting outputPradyun Gedam2021-12-121-88/+65
* Simplify `_is_broken_pipe_error` definitionPradyun Gedam2021-09-031-25/+7
* Move many type comments to annotationsJon Dufresne2021-08-101-41/+26
* Use UTF-8 for log fileInada Naoki2021-06-161-0/+1
* use setLoggerClass to define log.verboseMin RK2021-06-111-7/+2
* -v shows subprocess outputMin RK2021-03-121-7/+15
* Use super() for Python 2 old-style classesJon Dufresne2021-02-231-2/+2
* Handle several mypy TODO comments and exceptionsJon Dufresne2021-02-221-7/+28
* Blacken src/pip/_internal/utils directoryJon Dufresne2021-02-211-89/+86
* Remove typing.TYPE_CHECKING guardsJon Dufresne2021-02-191-4/+1
* Replace pip._internal.utils.typing with stdlib typingJon Dufresne2021-02-181-2/+2
* Use keyword-only argumentsJon Dufresne2021-01-291-2/+12
* Merge pull request #9367 from hugovk/rm-2-default_time_formatXavier Fernandez2021-01-131-3/+2
|\
| * Use Formatter.default_time_format after dropping PY2Hugo van Kemenade2020-12-271-3/+2
* | Remove unnecessary "noqa" commentsJon Dufresne2020-12-281-2/+2
* | Remove outdated mypy workaround for colorama importJon Dufresne2020-12-271-23/+3
|/
* Use short Python3 super() syntaxJon Dufresne2020-12-241-5/+5
* Remove __future__ importsJon Dufresne2020-12-241-2/+0
* Remove redundant Python 2.7 codeHugo van Kemenade2020-12-221-20/+6
* Delete misleading line of codeNikolay Korolev2020-04-121-1/+0
* Make indent_log thread-safeNikolay Korolev2020-04-021-0/+2
* Convert the remaining '%' formatters to '.format'. Fixes #6973.Jason R. Coombs2020-03-061-1/+1
* Remove dependency of utils.logging on utils.suprocessPradyun Gedam2019-09-301-2/+2
* Update all the imports as neededPradyun Gedam2019-09-301-1/+2
* add per-file disallow_untyped_defs=False, and set it to True globallyMaxim Kurnikov2019-09-291-0/+3
* Remove strict_optional=False for utils/logging.py.Chris Jerdonek2019-07-141-3/+23
* Add milliseconds to --log entry timestamps. (#6621)Christopher Hunt2019-06-171-3/+6
* Prevent subprocess stdout and stderr from cluttering pip's stdout.Chris Jerdonek2019-03-251-6/+39
* Prefix warning and error log messages.Chris Jerdonek2019-02-271-1/+21
* Use the requested log level when handling broken stdout pipe.Chris Jerdonek2019-01-211-0/+6
* Unskip / get the end-to-end tests working for Windows.Chris Jerdonek2019-01-201-6/+24
* Handle BrokenPipeError gracefully.Chris Jerdonek2019-01-201-0/+44
* Add failing tests.Chris Jerdonek2019-01-201-0/+7
* Prefix user_log (--log) entries with timestamp (#6142)Ami Fischman2019-01-201-3/+21
* Update imports for the moved compat modulePradyun Gedam2018-07-291-1/+1
* Fix a merging artifact that broke the linterPradyun Gedam2018-07-171-45/+45
* Disable logging only for vendored dependenciesPradyun Gedam2018-06-271-10/+6
* Cleanup logic surrounding user_log handlerPradyun Gedam2018-06-261-7/+12
* Make it clearer when user_log is usedPradyun Gedam2018-06-261-5/+3
* Improve readability of logging setupPradyun Gedam2018-06-261-10/+14
* Move all logging setup into a separate functionPradyun Gedam2018-06-261-0/+90
* Fix typo (#5320)Jakub Wilk2018-04-221-1/+1
* Improve --no-color and test for it (#4866)Pradyun Gedam2017-11-201-3/+4