summaryrefslogtreecommitdiff
path: root/qutebrowser/misc/earlyinit.py
AgeCommit message (Expand)Author
2021-03-18Fix lintdev-split-parserFlorian Bruhin
2021-03-18Make sure QtWebEngine is imported earlyFlorian Bruhin
2021-03-17Drop libgl workaround entirelyFlorian Bruhin
2021-01-30earlyinit: Require importlib_resources on Python 3.7/3.8 tooFlorian Bruhin
2021-01-30earlyinit: Check for importlib_resourcesFlorian Bruhin
2021-01-26Finish dropping pkg_resourcesFlorian Bruhin
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-20Bump copyright yearsFlorian Bruhin
2021-01-17Finish dropping PyPEG2Florian Bruhin
2021-01-13dataclasses: Remaining dependency changesdataclassFlorian Bruhin
2021-01-09Make pygments dependency optionalFlorian Bruhin
2021-01-08Drop support for Python 3.6.0Florian Bruhin
2021-01-08Trivial PyQt 6 changesFlorian Bruhin
2020-12-04Add workaround for pkg_resources warningFlorian Bruhin
2020-11-20Work around QVersionNumber mypy stubs issueFlorian Bruhin
2020-11-20Replace pkg_resources.parse_version by QVersionNumberFlorian Bruhin
2020-11-04old qt: Drop conditional for sip.enableoverflowcheckingFlorian Bruhin
2020-11-04old qt: Remove unused importsFlorian Bruhin
2020-11-04old qt: Adjust earlyinitFlorian Bruhin
2020-10-27Rename log.ignore_py_warnings and add action argFlorian Bruhin
2020-10-26Initial drop of Python 3.5Florian Bruhin
2020-09-22mypy: Remove now unneeded ignores for sipFlorian Bruhin
2020-05-10mypy: Use explicit "type: ignore[...]" ignoresFlorian Bruhin
2020-01-10Revert "Add workaround for missing QtCore with PyInstaller"Florian Bruhin
2020-01-04Adjust copyrights for 2020Florian Bruhin
2019-11-24Enable new PyQt onexit schemeFlorian Bruhin
2019-11-18Ignore imp deprecation warning in earlyinitFlorian Bruhin
2019-10-15mypy: check_untyped_defs for qutebrowser.miscFlorian Bruhin
2019-07-26earlyinit: Also make sure QtWidgets is availableFlorian Bruhin
2019-07-18Fix lintFlorian Bruhin
2019-07-18Add workaround for missing QtCore with PyInstallerFlorian Bruhin
2019-02-22Update copyright for 2019Jay Kamat
2019-02-21Warn when combining Qt 5.12 with older QtFlorian Bruhin
2019-02-16Re-add some deprecation warning filtersFlorian Bruhin
2019-02-16Be more strict about Python deprecation warnings againFlorian Bruhin
2018-11-28Merge pull request #4440 from qutebrowser/pyup-scheduled-update-2018-11-26Florian Bruhin
2018-11-28Fix lintFlorian Bruhin
2018-11-28Remove now unneeded pylint suppressionsFlorian Bruhin
2018-11-26mypy: Ignore ImportError handlingFlorian Bruhin
2018-07-16Fix bad-indentation issues for pylint 2.0Florian Bruhin
2018-07-02Add a wrapper around sipFlorian Bruhin
2018-06-21Revert "Properly add QtQuickWidgets dependency"Florian Bruhin
2018-06-21Properly add QtQuickWidgets dependencyFlorian Bruhin
2018-03-06Remove Qt 5.8 support and testsFlorian Bruhin
2018-02-05Update copyright yearsFlorian Bruhin
2017-12-15pylint: Re-enable bad-continuationFlorian Bruhin
2017-12-15Add missing docstringsFlorian Bruhin
2017-10-23modified as requestedsiddhugolu
2017-10-22modified pylint pragmassiddhugolu
2017-10-12Properly fix up version checks...Florian Bruhin