summaryrefslogtreecommitdiff
path: root/qutebrowser/utils/utils.py
AgeCommit message (Expand)Author
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
2021-01-26Get rid of utils.resource_filenameFlorian Bruhin
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-26Revert "Remove pkg_resources special casing for PyInstaller"Florian Bruhin
2021-01-26Remove pkg_resources special casing for PyInstallerFlorian Bruhin
2021-01-20Bump copyright yearsFlorian Bruhin
2021-01-18Clearer assertions, updated tests to assert correct errorsAxel Dahlberg
2021-01-17Test when cleanup_file context failsAxel Dahlberg
2021-01-17Added docstring to cleanup file contextAxel Dahlberg
2021-01-17Cleanup file context and testsAxel Dahlberg
2021-01-05Add overrides for mimetype -> extension conversionFlorian Bruhin
2020-12-21utils: Reorder importsFlorian Bruhin
2020-12-08Fix pylint/coverageFlorian Bruhin
2020-12-08Merge remote-tracking branch 'origin/pr/5946' into devFlorian Bruhin
2020-12-08Added tests and modifed regex to full matchMarco Zatta
2020-12-08Parse_duration with one regex onlyMarco Zatta
2020-12-07Migrate read_file from pkg_resources to importlib.resourcesEli Schwartz
2020-12-07Time units added to :later commandMarco Zatta
2020-11-20Fix docstringFlorian Bruhin
2020-11-20Fix coverage checkFlorian Bruhin
2020-11-20Fix metaclass conflict for VersionNumberFlorian Bruhin
2020-11-20Simplify compat code around typing.ProtocolFlorian Bruhin
2020-11-20Move utils.interpolate_color to qtutilsFlorian Bruhin
2020-11-20Work around QVersionNumber mypy stubs issueFlorian Bruhin
2020-11-20Replace pkg_resources.parse_version by QVersionNumberFlorian Bruhin
2020-11-05Rename some more color argumentsFlorian Bruhin