summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-02-08try PYTHONDEVMODEpython-devFlorian Bruhin
2022-02-07Merge pull request #7006 from qutebrowser/update-dependenciesFlorian Bruhin
Update dependencies
2022-02-07Update dependenciesqutebrowser bot
2022-02-04Merge pull request #7001 from qutebrowser/update-dependenciesFlorian Bruhin
Update dependencies
2022-02-04Update dependenciesqutebrowser bot
2022-02-02requirements: Do the Python 3.6 danceFlorian Bruhin
2022-01-31Remove old requirements-pip.txtFlorian Bruhin
The reason stated in ac0409c60d0d6b565d2e4044bf87c34c43d2e6a7 to keep it does not apply anymore, we have it in requirements-tox.txt now.
2022-01-31Update dependenciesqutebrowser bot
2022-01-29Partially re-revert _error_page_workaround changesFlorian Bruhin
The logging part removed in 438b8b46094890a28db6bac07ff1ae67bbc5ee78 is still needed for some tests, and debugging too.
2022-01-29Update docs/changelogFlorian Bruhin
2022-01-29Merge remote-tracking branch 'origin/pr/6972'Florian Bruhin
2022-01-29Drop old Debian error page workaroundFlorian Bruhin
Manual revert of d741bdf2f92b9dcf897b15c9d850fff6442f1cf7 See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=882805 See #5078, #3773
2022-01-29Handle UnicodeDecodeError when reading faulthandler logFlorian Bruhin
2022-01-29tests: Update webserver started regexFlorian Bruhin
Needed for webserver_sub_ssl.py with bleeding edge CI as it excludes the trailing slash, probably recent Flask/Werkzeug change.
2022-01-25Merge pull request #6973 from qutebrowser/update-dependenciesFlorian Bruhin
Update dependencies
2022-01-25Add tests for tab focus completion deletemohite-abhi
2022-01-24Update dependenciesqutebrowser bot
2022-01-23Fix linter errorsmohite-abhi
2022-01-23fix more linter issuesmohite-abhi
2022-01-23Fixed linter errorsmohite-abhi
2022-01-23Fixes qutebrowser/qutebrowser#6967 by adding win id param in _tabs & using ↵mohite-abhi
it in delete_tabs As delete_tab was assuming that completion column contains window ID, it was showing exception in case of tab-focus, as it doesn't have the window ID in completion column. So instead a new parameter named current_win_id is used in _tabs which is also passed in all uses of the function.
2022-01-20Actually handle empty header strings correctlyFlorian Bruhin
Whooops...
2022-01-20Allow empty strings for content.headers.customFlorian Bruhin
2022-01-17Merge pull request #6964 from qutebrowser/update-dependenciesFlorian Bruhin
Update dependencies
2022-01-17Update dependenciesqutebrowser bot
2022-01-16Merge pull request #6961 from potamides/masterFlorian Bruhin
Add yomichad to userscripts
2022-01-15Add yomichad to userscripts README.mdJonas Belouadi
2022-01-12Don't install PyYAML from git for bleeding CIFlorian Bruhin
Workaround for https://github.com/yaml/pyyaml/issues/601
2022-01-10scripts: Move changelog URLs to JSONFlorian Bruhin
2022-01-10scripts: Update cheroot changelog URLFlorian Bruhin
2022-01-10Merge pull request #6950 from qutebrowser/update-dependenciesFlorian Bruhin
Update dependencies
2022-01-10Update dependenciesqutebrowser bot
2022-01-09Update changelogFlorian Bruhin
2022-01-09Merge remote-tracking branch 'origin/pr/6932'Florian Bruhin
2022-01-08Update related projects listFlorian Bruhin
2022-01-07Fix minor typoFlorian Bruhin
2022-01-05Update changelogFlorian Bruhin
2022-01-05Merge remote-tracking branch 'origin/pr/6626'Florian Bruhin
2022-01-05Update changelogFlorian Bruhin
2022-01-05Adjust argument nameFlorian Bruhin
2022-01-05Merge remote-tracking branch 'origin/pr/6619'Florian Bruhin
2022-01-04Use flake8-pytest-stylepytest-styleFlorian Bruhin
2022-01-03Merge pull request #6933 from qutebrowser/update-dependenciesFlorian Bruhin
Update dependencies
2022-01-03requirements: Python 3.6 for zippFlorian Bruhin
2022-01-03scripts: Update changelog URLsFlorian Bruhin
2022-01-03Update dependenciesqutebrowser bot
2022-01-02qute-bitwarden: let the user specify their password promptEric Engestrom
This allows it to work on Wayland (my use case), but also opens up the possibility of using the system keychain to manage the password, or any other method the user might want.
2021-12-29Merge pull request #6917 from qutebrowser/update-dependenciesFlorian Bruhin
Update dependencies
2021-12-29Update type annotationsFlorian Bruhin
2021-12-29requirements: More Python 3.6 stuffFlorian Bruhin