summaryrefslogtreecommitdiff
path: root/qutebrowser/utils/utils.py
AgeCommit message (Expand)Author
2022-08-25Some Qt6 mypy fixesfeat/pyqt6_and_mypytoofar
2022-06-22Run scripts/dev/rewrite_enums.pyFlorian Bruhin
2022-06-22Run scripts/dev/rewrite_qt_imports.shFlorian 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
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