summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-04-05Use legacy PDF.js build for macOS/Windows releaseslegacy-pdfjsFlorian Bruhin
Fixes #7108
2022-04-04Fix qute-lastpass testsFlorian Bruhin
2022-04-04Switch to Python 3.7 subprocess APIFlorian Bruhin
Follow-up for #6905
2022-04-04Merge branch 'update-dependencies'Florian Bruhin
2022-04-04Revert "pylint: Disable unnecessary-ellipsis for tests"Florian Bruhin
This reverts commit 2b76b6164093754482d848e7487356215556d0d0.
2022-04-04Update changelog URLsFlorian Bruhin
2022-04-04Update dependenciesqutebrowser bot
2022-04-04scripts: Handle root requirements.txt properlyFlorian Bruhin
Regressed in ac2cb6bb303ceec8429b084cdf372a6c8584d780
2022-04-04Update changelogFlorian Bruhin
2022-04-04Clean up some remaining Python version referencesFlorian Bruhin
2022-04-04Update flake8 config for Python 3.6Florian Bruhin
The 'generator_stop' future import is default in Python 3.7: https://docs.python.org/3/library/__future__.html While we do want 'annotations' eventually, it doesn't bring us any gain right now, see #7098.
2022-04-04Drop types-dataclassesFlorian Bruhin
There is https://github.com/python/typeshed/blob/master/stdlib/dataclasses.pyi for the stdlib one
2022-04-04Merge remote-tracking branch 'origin/pr/7102'Florian Bruhin
2022-04-04Add back empty header indexerror workaroundfeat/remove_py36_supportJimmy
The test case on the bug works for me on py37 but CI is failing on 3.10, maybe this isn't quite the same issue. Anyway, we are getting rid of webkit soon.
2022-04-04Remove 3.6 pins from requirements files.Jimmy
Then regenerate the relevant files. Also drop dataclasses from requirements files. TODO: should we drop the dataclasses-types requirement for mypy too?
2022-04-04Drop python3.6 support.Jimmy
Commits for dropping 3.5 support to copy from: c245b7d855ccd "Initial drop of Python 3.5" ccdfb44b8568b "Drop support for Python 3.6.0" Anything needed to update regarding OS version support in doc/install.asciidoc? TODO: remove 3.6/7 annotations in requirements files and rebuild workflows: not sure I updated it right (run 5.12 with 3.7, same 18.04 OS) but 18.04 seems to have 3.7 on it too so it should work. It'll all change when we drop <5.15 anyway. Not sure what the minimum ubuntu version will be going forward. Regarding mimetype overrides (ebb3046822adb) the doctring says they can all go in 3.7 but .h5 is still missing on py39, not sure if we should care. There are a bunch of old(?) warning messages still ignored in tests/end2end/fixtures/quteprocess.py.
2022-04-03Adjust broken linkFlorian Bruhin
2022-04-03Fix some userscript syntax issuesFlorian Bruhin
Thanks to (a hacked) pyupgrade
2022-04-03Simplify some syntaxFlorian Bruhin
Found via pyupgrade
2022-04-02Actually mark qute-pass executableFlorian Bruhin
2022-04-02Update changelogFlorian Bruhin
2022-04-02Mark qute-pass as executable and add checkerFlorian Bruhin
Regressed in #7068
2022-04-01Release v2.5.0v2.5.0Florian Bruhin
2022-04-01Update changelogFlorian Bruhin
2022-04-01Update content.headers.user_agent completionsFlorian Bruhin
2022-04-01Update changelogFlorian Bruhin
2022-03-31Update changelogFlorian Bruhin
2022-03-31Merge remote-tracking branch 'origin/pr/6543'Florian Bruhin
2022-03-31Fix spellingFlorian Bruhin
2022-03-31Fix lint / changelogFlorian Bruhin
2022-03-31readline: Properly delete first characterFlorian Bruhin
2022-03-31Add :rl-rubout and :rl-filename-ruboutFlorian Bruhin
Closes #4561
2022-03-31readline: Allow passing args to cmdutils.registerFlorian Bruhin
2022-03-31Restore deleted testFlorian Bruhin
2022-03-31Merge remote-tracking branch 'origin/pr/6599'Florian Bruhin
2022-03-31Update changelogFlorian Bruhin
2022-03-31Test system-data dir with flatpakFlorian Bruhin
2022-03-31Merge remote-tracking branch 'origin/pr/6946'Florian Bruhin
2022-03-31Update changelogFlorian Bruhin
2022-03-31Merge remote-tracking branch 'origin/pr/6957'Florian Bruhin
2022-03-31Add missing spaceFlorian Bruhin
2022-03-31Merge remote-tracking branch 'origin/pr/6996'Florian Bruhin
2022-03-31Update docsFlorian Bruhin
2022-03-31Merge remote-tracking branch 'origin/pr/7010'Florian Bruhin
2022-03-31Update changelogFlorian Bruhin
2022-03-31Remove double ifFlorian Bruhin
2022-03-31Merge remote-tracking branch 'origin/pr/7014'Florian Bruhin
2022-03-31Update changelogFlorian Bruhin
2022-03-31Merge remote-tracking branch 'origin/pr/7048'Florian Bruhin
2022-03-31Update changelogFlorian Bruhin