qutebrowser/qutebrowser/utils
Jan Verbeek bbc46d28ff Use lists instead of tuples for comparing
Per one of the diff comments on #1597:
> I used to use a tuple for constant things, but nowadays I'd actually
> prefer a list as a tuple is something more heterogeneous (i.e. it
> makes sense to have a `(x, y)` point as a tuple, but a list of points
> would be a list).
> At some point I should probably change it to a list everywhere 😉
2016-07-12 22:05:32 +02:00
..
__init__.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
debug.py Various code style improvements 2016-04-27 20:25:27 +02: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 Use lists instead of tuples for comparing 2016-07-12 22:05:32 +02:00
log.py Add stubs for QtWebEngine 2016-07-08 12:53:48 +02:00
message.py Use lists instead of tuples for comparing 2016-07-12 22:05:32 +02:00
objreg.py Use lists instead of tuples for comparing 2016-07-12 22:05:32 +02:00
qtutils.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
standarddir.py pylint: Disable too-many-return-statements 2016-05-26 07:39:47 +02:00
testfile Moving testfile used by test_utils into qutebrowser.utils 2015-04-04 19:15:23 -03:00
typing.py pylint: ignore wrong-import-position project-wide 2016-07-11 13:00:37 +02:00
urlutils.py Use lists instead of tuples for comparing 2016-07-12 22:05:32 +02:00
usertypes.py Move Backend enum to usertypes 2016-07-10 17:04:26 +02:00
utils.py Use lists instead of tuples for comparing 2016-07-12 22:05:32 +02:00
version.py Use lists instead of tuples for comparing 2016-07-12 22:05:32 +02:00