Commit Graph

46 Commits (d7a2c732742b4af3e994a158a984412fc4308b6e)

Author SHA1 Message Date
Mike Fährmann f7a6401031
[actions] move LoggerAdapter from 'output' to 'actions'
3 months ago
Mike Fährmann 9671bd6d40
[actions] fix exception when 'msg' is not a string (#5683)
3 months ago
Mike Fährmann dc9d83e64b
[output] support 'NO_COLOR' environment variable
5 months ago
Mike Fährmann 20e2c0042b
[output] enable colors by default
5 months ago
Mike Fährmann 14b38264e0
[output] extend 'output.colors' (#2566)
5 months ago
Mike Fährmann d921d860f1
automatically create directory path for logging files (#5249)
7 months ago
Mike Fährmann 75697dfb26
implement -e/--error-file as a logging handler
9 months ago
Mike Fährmann e46efbd5b5
prevent crash when 'stdout.line_buffering' is not defined (#642)
11 months ago
Mike Fährmann f7ce33c85c
[output] set 'errors=replace' for output streams (#3765)
2 years ago
Mike Fährmann 4235d412c4
implement 'actions'
2 years ago
Mike Fährmann e480a93337
add 'output.stdout', '.stdin', and '.stderr' options
2 years ago
Mike Fährmann d37e7f4898
add 'hooks' option
2 years ago
Mike Fährmann 7d1a95ada6
implement 'path-metadata' option (#2734)
2 years ago
Mike Fährmann 7990fe84f1
support user-defined 'output.mode' settings (#2529)
2 years ago
Mike Fährmann 44ffc017ea
remove useless 'tries' argument from out.success
2 years ago
Mike Fährmann cf16f9a407
[output] introduce 'stdout_write()' etc (#2529)
2 years ago
Mike Fährmann eeef9ccdc1
explicitly flush all writes to stdout (#2529)
2 years ago
Mike Fährmann 61887c895b
implement 'output.colors' options (#2532)
2 years ago
Mike Fährmann 0054ad434e
[output] write directly to sys.stdout
3 years ago
Mike Fährmann da14b3fe9f
[output] write download progress indicator to stderr
3 years ago
Mike Fährmann 28f1c36da2
simplify and adjust download progress indicator (#1519)
3 years ago
Mike Fährmann c22ff97743
remove 'unit' argument from 'util.format_value()'
3 years ago
Mike Fährmann d0761454b1
implement a download progress indicator (#1519)
3 years ago
Mike Fährmann 74145467dd
move 'util.Formatter' into its own 'formatter' module
3 years ago
Mike Fährmann bd845303ad
implement a way to shorten filenames with east-asian characters
3 years ago
Mike Fährmann e300da1424
add 'output.skip' option
3 years ago
Mike Fährmann c8787647ed
add global WINDOWS bool
4 years ago
Mike Fährmann ece73b5b2a
make 'path' and 'keywords' available in logging messages
4 years ago
Mike Fährmann 11d3247c85
use 'util.Formatter' when formatting logging output
4 years ago
Mike Fährmann 4bc161ca0f
prevent crash when sys.stdout and co. are None (#653)
5 years ago
Mike Fährmann 5cdf1b1319
fix --verbose/--quiet
5 years ago
Mike Fährmann 383795b550
prevent superfluous calls to Logger.makeRecord()
5 years ago
Mike Fährmann f5604492c3
update interface of config functions
5 years ago
Mike Fährmann 15e4ddf46d
implement custom logging formatter
5 years ago
Mike Fährmann ae353ed3b0
provide "extractor" and "job" keys for logging output
6 years ago
Mike Fährmann 4810d446bb
remove the obsolete safeprint() and error() functions
7 years ago
Mike Fährmann 79bcaa8726
improve downloader retry behavior
7 years ago
Mike Fährmann 701c016b97
add '-q/--quiet' option
8 years ago
Mike Fährmann 8d5f26d530
small fixes to the output module
8 years ago
Mike Fährmann 4f123b8513
code adjustments according to pep8
8 years ago
Mike Fährmann 91c446805b
replace platform.system() with os.name
8 years ago
Mike Fährmann 810aa4e146
add a space after status indicators
9 years ago
Mike Fährmann b2401542eb
implement output.mode and .shorten options
9 years ago
Mike Fährmann 8d257510d0
rework output module
9 years ago
Mike Fährmann d26eec8470
workarounds for windows console
9 years ago
Mike Fährmann c786843a6f
add output-module
9 years ago