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
/
logging.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix types for logging Rich objects
Pradyun Gedam
2022-05-22
1
-3
/
+5
*
Rename `[present-diagnostic]` to `[present-rich]`
Pradyun Gedam
2022-04-22
1
-5
/
+6
*
Replace Iterator[T] with Generator[T,None, None] (#11007)
q0w
2022-04-09
1
-2
/
+2
*
Update pre-commit hooks
Henrich Hartzer
2022-04-04
1
-3
/
+5
*
Pacify unit tests
Pradyun Gedam
2022-01-25
1
-1
/
+1
*
Apply suggestions from code review
Pradyun Gedam
2021-12-12
1
-1
/
+1
*
Restore colors in regular logging messages
Pradyun Gedam
2021-12-12
1
-3
/
+11
*
Enable the use of rich for presenting output
Pradyun Gedam
2021-12-12
1
-88
/
+65
*
Simplify `_is_broken_pipe_error` definition
Pradyun Gedam
2021-09-03
1
-25
/
+7
*
Move many type comments to annotations
Jon Dufresne
2021-08-10
1
-41
/
+26
*
Use UTF-8 for log file
Inada Naoki
2021-06-16
1
-0
/
+1
*
use setLoggerClass to define log.verbose
Min RK
2021-06-11
1
-7
/
+2
*
-v shows subprocess output
Min RK
2021-03-12
1
-7
/
+15
*
Use super() for Python 2 old-style classes
Jon Dufresne
2021-02-23
1
-2
/
+2
*
Handle several mypy TODO comments and exceptions
Jon Dufresne
2021-02-22
1
-7
/
+28
*
Blacken src/pip/_internal/utils directory
Jon Dufresne
2021-02-21
1
-89
/
+86
*
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
*
Use keyword-only arguments
Jon Dufresne
2021-01-29
1
-2
/
+12
*
Merge pull request #9367 from hugovk/rm-2-default_time_format
Xavier Fernandez
2021-01-13
1
-3
/
+2
|
\
|
*
Use Formatter.default_time_format after dropping PY2
Hugo van Kemenade
2020-12-27
1
-3
/
+2
*
|
Remove unnecessary "noqa" comments
Jon Dufresne
2020-12-28
1
-2
/
+2
*
|
Remove outdated mypy workaround for colorama import
Jon Dufresne
2020-12-27
1
-23
/
+3
|
/
*
Use short Python3 super() syntax
Jon Dufresne
2020-12-24
1
-5
/
+5
*
Remove __future__ imports
Jon Dufresne
2020-12-24
1
-2
/
+0
*
Remove redundant Python 2.7 code
Hugo van Kemenade
2020-12-22
1
-20
/
+6
*
Delete misleading line of code
Nikolay Korolev
2020-04-12
1
-1
/
+0
*
Make indent_log thread-safe
Nikolay Korolev
2020-04-02
1
-0
/
+2
*
Convert the remaining '%' formatters to '.format'. Fixes #6973.
Jason R. Coombs
2020-03-06
1
-1
/
+1
*
Remove dependency of utils.logging on utils.suprocess
Pradyun Gedam
2019-09-30
1
-2
/
+2
*
Update all the imports as needed
Pradyun Gedam
2019-09-30
1
-1
/
+2
*
add per-file disallow_untyped_defs=False, and set it to True globally
Maxim Kurnikov
2019-09-29
1
-0
/
+3
*
Remove strict_optional=False for utils/logging.py.
Chris Jerdonek
2019-07-14
1
-3
/
+23
*
Add milliseconds to --log entry timestamps. (#6621)
Christopher Hunt
2019-06-17
1
-3
/
+6
*
Prevent subprocess stdout and stderr from cluttering pip's stdout.
Chris Jerdonek
2019-03-25
1
-6
/
+39
*
Prefix warning and error log messages.
Chris Jerdonek
2019-02-27
1
-1
/
+21
*
Use the requested log level when handling broken stdout pipe.
Chris Jerdonek
2019-01-21
1
-0
/
+6
*
Unskip / get the end-to-end tests working for Windows.
Chris Jerdonek
2019-01-20
1
-6
/
+24
*
Handle BrokenPipeError gracefully.
Chris Jerdonek
2019-01-20
1
-0
/
+44
*
Add failing tests.
Chris Jerdonek
2019-01-20
1
-0
/
+7
*
Prefix user_log (--log) entries with timestamp (#6142)
Ami Fischman
2019-01-20
1
-3
/
+21
*
Update imports for the moved compat module
Pradyun Gedam
2018-07-29
1
-1
/
+1
*
Fix a merging artifact that broke the linter
Pradyun Gedam
2018-07-17
1
-45
/
+45
*
Disable logging only for vendored dependencies
Pradyun Gedam
2018-06-27
1
-10
/
+6
*
Cleanup logic surrounding user_log handler
Pradyun Gedam
2018-06-26
1
-7
/
+12
*
Make it clearer when user_log is used
Pradyun Gedam
2018-06-26
1
-5
/
+3
*
Improve readability of logging setup
Pradyun Gedam
2018-06-26
1
-10
/
+14
*
Move all logging setup into a separate function
Pradyun Gedam
2018-06-26
1
-0
/
+90
*
Fix typo (#5320)
Jakub Wilk
2018-04-22
1
-1
/
+1
*
Improve --no-color and test for it (#4866)
Pradyun Gedam
2017-11-20
1
-3
/
+4
[next]