qutebrowser/qutebrowser/utils
Florian Bruhin 354018efcd Make sure QUrl::fromUserInput is valid in is_url.
Fixes #460.

Without this fix, it's possible for URLs to be valid according to is_url, but
not according to QUrl::fromUserInput, e.g. "http:foo:0". This caused an
exception later because fuzzy_url runs qtutils.ensure_valid.
2015-01-09 21:49:26 +01:00
..
__init__.py Update copyright years 2015-01-03 15:51:31 +01:00
debug.py Update copyright years 2015-01-03 15:51:31 +01:00
docutils.py Update copyright years 2015-01-03 15:51:31 +01:00
jinja.py Update copyright years 2015-01-03 15:51:31 +01:00
log.py Hide 2 more Qt warnings. 2015-01-07 06:59:48 +01:00
message.py Update copyright years 2015-01-03 15:51:31 +01:00
objreg.py Update copyright years 2015-01-03 15:51:31 +01:00
qtutils.py Update copyright years 2015-01-03 15:51:31 +01:00
standarddir.py Update copyright years 2015-01-03 15:51:31 +01:00
urlutils.py Make sure QUrl::fromUserInput is valid in is_url. 2015-01-09 21:49:26 +01:00
usertypes.py Fix bug #399 (crashes on systems with pyqt < 5.3) 2015-01-08 09:52:53 +01:00
utils.py Replace unencodable chars in download filenames. 2015-01-03 17:50:59 +01:00
version.py Add SSL info to version info. 2015-01-03 18:19:16 +01:00