qutebrowser/qutebrowser/browser
Florian Bruhin e4e8d16ee8 Fix crash on error pages with URLs not encodable in latin1.
It seems PyQt does some implicit latin1 encoding when we set the content
attribute to a string rather than a bytes object.

Fixes #127.
2014-10-02 06:28:49 +02:00
..
__init__.py Add vim modelines to all files. 2014-06-19 09:04:37 +02:00
cache.py Improve __repr__ methods. 2014-09-26 15:48:24 +02:00
commands.py Fix getting URL in :view-source. 2014-10-02 06:06:08 +02:00
cookies.py Clean up FIXMEs and add github URLs 2014-10-01 22:23:27 +02:00
downloads.py Improve __repr__ methods. 2014-09-26 15:48:24 +02:00
hints.py Clean up FIXMEs and add github URLs 2014-10-01 22:23:27 +02:00
quickmarks.py Fix exception when adding quickmark with empty name. 2014-09-25 06:56:25 +02:00
signalfilter.py Use object registry for TabbedBrowser in SignalFilter. 2014-09-24 22:25:10 +02:00
webelem.py Use a list as items-argument for usertypes.enum 2014-09-28 00:42:53 +02:00
webpage.py Fix crash on error pages with URLs not encodable in latin1. 2014-10-02 06:28:49 +02:00