qutebrowser/qutebrowser/utils
Florian Bruhin 0b491f6caf Use json.dumps for logged fake clipboard.
For some reason, when comparing the repr in the two processes, we get different
results on OS X and Windows:

- expected: "fünf"
- "f\xfcnf" coming back from the subprocess on OS X
- "fnf" on Windows

Instead we're comparing the json dump now, which should be more predictable.
2016-02-03 20:54:35 +01:00
..
__init__.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
debug.py flake8: Add flake8-putty plugin. 2016-01-22 17:33:58 +01:00
docutils.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
error.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
jinja.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
log.py Ignore 'Method "GetAll"' Qt warning with escapes. 2016-01-24 19:13:11 +01:00
message.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
objreg.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
qtutils.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
standarddir.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
testfile Moving testfile used by test_utils into qutebrowser.utils 2015-04-04 19:15:23 -03:00
urlutils.py fuzzy_url: Raise InvalidUrlError on empty URLs. 2016-02-02 06:38:48 +01:00
usertypes.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
utils.py Use json.dumps for logged fake clipboard. 2016-02-03 20:54:35 +01:00
version.py pdfjs: add file path to version information 2016-02-01 17:28:18 +01:00