summaryrefslogtreecommitdiff
path: root/qutebrowser/utils/debug.py
AgeCommit message (Expand)Author
2021-12-20Update annotations for new mypyFlorian Bruhin
2021-05-19mypy: Set disallow_any_genericsFlorian Bruhin
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-20Bump copyright yearsFlorian Bruhin
2021-01-11Add objects.qapp to avoid needing to None-checkFlorian Bruhin
2020-11-04old qt: Remove debug.signal_name conditionalFlorian Bruhin
2020-10-29mypy: use from-import for typing in `utils`Tim Brown
2020-10-26Initial drop of Python 3.5Florian Bruhin
2020-10-02mypy: Update PyQt stubs and remove unneeded ignoresFlorian Bruhin
2020-10-02mypy: Fix type annotations for bound PyQt signalsFlorian Bruhin
2020-05-10mypy: Use explicit "type: ignore[...]" ignoresFlorian Bruhin
2020-05-09mypy: Add ignores/casts for some QEnum/QFlagsFlorian Bruhin
2020-05-09mypy: Don't use bytes() on QByteArraysFlorian Bruhin
2020-01-04Adjust copyrights for 2020Florian Bruhin
2019-11-18Fix remaining implicit int issues with QtWebKitFlorian Bruhin
2019-11-06Fix missing coverageFlorian Bruhin
2019-11-05Make mypy happyFlorian Bruhin
2019-11-05Support all kinds of signals for debug.signal_nameFlorian Bruhin
2019-11-02Use string annotations for typing.TypeFlorian Bruhin
2019-10-22mypy: Fix new issues in utils.debugFlorian Bruhin
2019-10-11Add type annotations for utils.debugFlorian Bruhin
2019-02-22Update copyright for 2019Jay Kamat
2018-03-20Fix lintFlorian Bruhin
2018-02-05Update copyright yearsFlorian Bruhin
2017-12-15Add missing docstringsFlorian Bruhin
2017-12-11Modify usage of re.match to fit re.fullmatch or re.search.George Edward Bulmer
2017-11-26update flake8 and flake8-deprecatedRyan Farley
2017-05-09Finally update copyrights...Florian Bruhin
2017-04-27Fix zero handling in qflags_keyFlorian Bruhin
2017-02-05Replace all GitHub linksFlorian Bruhin
2016-12-08Fix lintFlorian Bruhin
2016-12-08Ignore connection failures for debug.log_signalsFlorian Bruhin
2016-04-27Various code style improvementsFlorian Bruhin
2016-01-04Adjust copyright years.Florian Bruhin
2015-11-25Fix qflags_key comparison.Florian Bruhin
2015-09-16Remove unused import.Florian Bruhin
2015-09-16Allow debug.log_time to be used as decorator.Florian Bruhin
2015-09-16utils.debug: Allow passing logger to log_time.Florian Bruhin
2015-08-11100% coverage for utils.debug.Florian Bruhin
2015-08-11Clean up output for get_all_objects().Florian Bruhin
2015-08-11Allow to pass a root object to _get_pyqt_objects.Florian Bruhin
2015-08-11Fix utils.debug.get_all_children().Florian Bruhin
2015-08-11Make utils.debug.format_args public.Florian Bruhin
2015-08-11Fix staticMetaObject handling in qenum_key.Florian Bruhin
2015-08-11Don't connect destroyed signal in log_signals.Florian Bruhin
2015-06-15Fix context managers behavior on exceptions.Florian Bruhin
2015-04-30Big refactoring of app.py.Florian Bruhin
2015-04-13Clean up loggers.Florian Bruhin
2015-03-31Use hunter for line tracing.Florian Bruhin
2015-03-26Fix pep257 issues.Florian Bruhin