summaryrefslogtreecommitdiff
path: root/qutebrowser/utils/utils.py
AgeCommit message (Expand)Author
9 daysIncrease YAML warning deadline with --with-pydebugFlorian Bruhin
2024-05-09Fix some spelling errorsEvan Chen
2024-03-25mypy: Set local_partial_types = TrueFlorian Bruhin
2024-01-22Update flake8 ignoresFlorian Bruhin
2023-07-23reuse: Initial copyright text update for myselfFlorian Bruhin
2023-07-23reuse: Adjust most license headersFlorian Bruhin
2023-07-19Initial upgrade to new PyQt6 stubsFlorian Bruhin
2023-07-09mypy: Switch to upstream stubs for PyQt6Florian Bruhin
2023-06-30typing updates after Python 3.7 dropFlorian Bruhin
2023-06-30Remove vim modelinesPhilipp Albrecht
2023-03-23mypy: Update to new ignore nameFlorian Bruhin
2022-11-20Merge branch 'master' into qt6-v2toofar
2022-11-14Adjust ignores/settings after mypy upgradeFlorian Bruhin
2022-08-23Run scripts/dev/rewrite_enums.pyFlorian Bruhin
2022-08-23Run scripts/dev/rewrite_qt_imports.shFlorian Bruhin
2022-08-15Add utils.match_globsFlorian Bruhin
2022-06-13Minor fixesFlorian Bruhin
2022-06-13Merge remote-tracking branch 'origin/pr/7096'Florian Bruhin
2022-04-06Make docstring conformant.Nicholas Schwab
2022-04-06Remove unused variable.Nicholas Schwab
2022-04-06Add parse_point utility and tests for it.Nicholas Schwab
2022-04-04Drop python3.6 support.Jimmy
2022-03-14Update code for latest mypyFlorian Bruhin
2021-12-29Update type annotationsFlorian Bruhin
2021-12-03pylint: Enable docparams checkerFlorian Bruhin
2021-12-03pylint: Enable else-if-usedpylint-2-12Florian Bruhin
2021-10-21utils: Fix coverage pragma locationFlorian Bruhin
2021-10-21utils: Don't require coverage for old PyYAML workaroundFlorian Bruhin
2021-07-12Revert "Fix enum stringification for Python 3.10 a7+"Florian Bruhin
2021-05-19mypy: Set disallow_any_genericsFlorian Bruhin
2021-04-08Fix enum stringification for Python 3.10 a7+Florian Bruhin
2021-04-07Handle version numbers with >3 digitsFlorian Bruhin
2021-03-18Rename version.is_sandboxed() to is_flatpak()Florian Bruhin
2021-03-17Drop libgl workaround entirelyFlorian Bruhin
2021-03-11Merge remote-tracking branch 'origin/pr/6234'Florian Bruhin
2021-03-11Add custom VersionNumber classFlorian Bruhin
2021-03-07Fixed lintingLembrun
2021-03-07Added utils/resources.py and changed calls to util.read_file*Lembrun
2021-02-10Add :screenshot commandFlorian Bruhin
2021-02-10Fix lintFlorian Bruhin
2021-02-10Ensure explicitly constructed versions numbers are normalizedFlorian Bruhin
2021-02-10Add nice repr to VersionNumberFlorian Bruhin
2021-02-10utils: Improve SupportsLessThan/Comparable protocolFlorian Bruhin
2021-02-10WIP: Refactor QtWebEngine version handlingFlorian Bruhin
2021-01-30Also preload JavaScript quirks filesFlorian Bruhin
2021-01-30Handle KeyError for unknown resourcesFlorian Bruhin
2021-01-28Fix resource globbing with Python .egg installsFlorian Bruhin
2021-01-26utils: Fix resource cache on WindowsFlorian Bruhin
2021-01-26Separate utils.read_file and read_file_binaryFlorian Bruhin
2021-01-26Finish dropping pkg_resourcesFlorian Bruhin