qutebrowser/qutebrowser
George Edward Bulmer 747a9bc5b6 Modify usage of re.match to fit re.fullmatch or re.search.
re.match features an implicit left anchor, which can be surprising.

re.fullmatch features implicit anchors on both sides, but is aptly named
and unsurprising.

re.search has no such implicit anchors, which ought to be the default
even if a single anchor is needed.
2017-12-11 21:32:55 +00:00
..
browser Modify usage of re.match to fit re.fullmatch or re.search. 2017-12-11 21:32:55 +00:00
commands Upgrade pydocstyle/flake8-docstrings 2017-11-26 20:30:32 +01:00
completion History completion by both URL and title. 2017-12-05 07:32:58 -05:00
config Modify usage of re.match to fit re.fullmatch or re.search. 2017-12-11 21:32:55 +00:00
html Don't override background-color for qutebrowser pages 2017-12-11 17:38:12 +01:00
img New qutebrowser logo! 2016-04-14 17:44:38 +02:00
javascript Fix lint 2017-12-06 20:18:41 +01:00
keyinput Modify usage of re.match to fit re.fullmatch or re.search. 2017-12-11 21:32:55 +00:00
mainwindow fixed catch error in tabwidget 2017-12-07 15:47:03 -07:00
misc Modify usage of re.match to fit re.fullmatch or re.search. 2017-12-11 21:32:55 +00:00
utils Modify usage of re.match to fit re.fullmatch or re.search. 2017-12-11 21:32:55 +00:00
__init__.py Release v1.0.4 2017-11-28 10:56:15 +01:00
__main__.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
app.py Add a greasemonkey.init() 2017-12-06 11:55:08 +01:00
qutebrowser.py Re-add scroll filtering and disable it for mark/scroll tests 2017-10-20 07:38:51 +02:00
resources.py Regenerate resources 2016-04-14 17:59:28 +02:00