qutebrowser/qutebrowser/misc
Ryan Roden-Corrent 56f3b3a027 Small review fixups for SQL implementation.
Respond to the low-hanging code review fruit:

- Clean up some comments
- Remove an acidentally added duplicate init_autosave
- Combine two test_history tests
- Move test_init cleanup into a fixture to ensure it gets called.
- Name the _ argument of bind(_) to _key
- Ensure index is valid for first_item/last_item
- Move SqlException to top of module
- Rename test_index to test_getitem
- Return QItemFlags.None instead of None
- Fix copyright dates (its 2017 now!)
- Use * to force some args to be keyword-only
- Make some returns explicit
- Add sql to LOGGER_NAMES
- Add a comment to explain the sql escape statement
2017-06-19 07:44:11 -04:00
..
__init__.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
autoupdate.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
checkpyver.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
cmdhistory.py Have an isolated command history for private windows 2017-05-15 11:02:26 +02:00
consolewidget.py Initial work on new private browsing 2017-05-10 07:00:21 +02:00
crashdialog.py Send crash reports to private pastebin 2017-05-29 09:20:10 +02:00
crashsignal.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
earlyinit.py Fix earlyinit.qt_version issues 2017-06-19 09:42:49 +02:00
editor.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
guiprocess.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
httpclient.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
ipc.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
keyhintwidget.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
lineparser.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
miscwidgets.py Have an isolated command history for private windows 2017-05-15 11:02:26 +02:00
msgbox.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
objects.py Add automatic backend selection in earlyinit 2017-02-05 17:09:04 +01:00
pastebin.py Send crash reports to private pastebin 2017-05-29 09:20:10 +02:00
readline.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
savemanager.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
sessions.py Remove completion.instances, usertypes.Completion. 2017-06-19 07:42:12 -04:00
split.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
sql.py Small review fixups for SQL implementation. 2017-06-19 07:44:11 -04:00
utilcmds.py Finally update copyrights... 2017-05-09 21:37:03 +02:00