summaryrefslogtreecommitdiff
path: root/qutebrowser/utils/urlutils.py
AgeCommit message (Expand)Author
2023-07-19Improve handling of Optional with new PyQt stubsFlorian Bruhin
2023-07-19Initial upgrade to new PyQt6 stubsFlorian Bruhin
2023-06-30Merge pull request #7761 from pylbrecht/remove-vim-modelinesFlorian Bruhin
2023-06-30Remove vim modelinesPhilipp Albrecht
2023-06-30qt6 mypy: Fix broken assertFlorian Bruhin
2023-06-29qt6 mypy: Fix lintFlorian Bruhin
2023-06-29qt6 mypy: Fix PyQt5 QUrl issues with a more clever approachFlorian Bruhin
2023-06-29qt6 mypy: Remove PyQt5 type ignoresFlorian Bruhin
2023-06-29qt6 mypy: Fix unused-ignores with mypy-pyqt5Florian Bruhin
2023-06-29qt6 mypy: Fix remaining issuesFlorian Bruhin
2022-08-23Skip urlutils.same_domain tests on Qt 6Florian Bruhin
2022-08-23Run scripts/dev/rewrite_enums.pyFlorian Bruhin
2022-08-23Run scripts/dev/rewrite_qt_imports.shFlorian Bruhin
2021-12-03Add some missing docstring paramsFlorian Bruhin
2021-12-03pylint: Enable else-if-usedpylint-2-12Florian Bruhin
2021-04-09make _widened_hostnames public, move to urlutilsAnder Punnar
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-20Bump copyright yearsFlorian Bruhin
2021-01-05Add overrides for mimetype -> extension conversionFlorian Bruhin
2021-01-05Remove custom data: URL parsingFlorian Bruhin
2021-01-04urlutils: Handle data URLs in filename_from_urlFlorian Bruhin
2021-01-04urlutils: Add fallback to filename_from_urlFlorian Bruhin
2021-01-04urlutils: Add basic parsing of data: URLsFlorian Bruhin
2020-11-23urlutils: Consider scheme/port for same_domain()Florian Bruhin
2020-11-04old qt: Get rid of qurl_from_user_inputFlorian Bruhin
2020-11-04old qt: Remove urlutils.query_stringFlorian Bruhin
2020-11-04old qt: Remove handling for unparseable URLsFlorian Bruhin
2020-10-29mypy: use from-import for typing in `utils`Tim Brown
2020-09-05Fix mypyFlorian Bruhin
2020-09-05Use URL string for parse_javascript_urlFlorian Bruhin
2020-08-11Add :jseval --urlFlorian Bruhin
2020-06-17Break long conditional over 2 lines (fix pylint error)Jethro Cao
2020-06-17Add check for space character for schemeless modeJethro Cao
2020-06-17Rename new auto_search mode for less ambiguityJethro Cao
2020-06-17Add: new mode for Auto SearchJethro Cao
2020-05-10mypy: Use explicit "type: ignore[...]" ignoresFlorian Bruhin
2020-05-09mypy: Fix wrong type annotationsFlorian Bruhin
2020-05-09mypy: Don't use bytes() on QByteArraysFlorian Bruhin
2020-05-09mypy: Remove unneeded casts/ignoresFlorian Bruhin
2020-04-20Remove unneeded dictionaryFlorian Bruhin
2020-04-16Wrap long lineThorsten Wißmann
2020-04-04Only quote search engine terms if requestedThorsten Wißmann
2020-01-04Adjust copyrights for 2020Florian Bruhin
2019-12-23Merge remote-tracking branch 'origin/pr/5139'Florian Bruhin
2019-12-20Move widened_hostnames to configutilsFlorian Bruhin
2019-12-09Fix IP address with port in naive url detectorarza
2019-11-27Merge remote-tracking branch 'origin/pr/4707' into domain-mappingFlorian Bruhin
2019-11-24Fix regex for real this time!Florian Bruhin
2019-11-24Fix regexFlorian Bruhin
2019-11-24Merge remote-tracking branch 'origin/pr/5056'Florian Bruhin