Florian Bruhin
923fd89323
mypy: Fix int-issues in commands.py
2018-11-26 18:25:12 +01:00
Florian Bruhin
08bd47bc16
mypy: Fix type for :scroll
2018-11-26 18:25:12 +01:00
Florian Bruhin
b63ed090d8
mypy: Fix log handler access
2018-11-26 18:25:12 +01:00
Florian Bruhin
c2c3f68828
mypy: Move tabbed_browser
2018-11-26 18:25:12 +01:00
Florian Bruhin
052c3f92ad
mypy: Fix issues with config default values
2018-11-26 18:25:12 +01:00
Florian Bruhin
b37dbc4572
mypy: Add missing annotations
2018-11-26 18:25:12 +01:00
Florian Bruhin
a1e83f0773
mypy: Use class-based API for enum.IntEnum
...
See https://github.com/python/mypy/issues/4865
2018-11-26 18:25:12 +01:00
Florian Bruhin
563e1e8294
mypy: Ignore yaml.CSafe{Loader,Dumper}
...
See https://github.com/python/typeshed/blob/master/third_party/2and3/yaml/__init__.pyi#L9
2018-11-26 18:24:19 +01:00
Florian Bruhin
97d0cff93b
mypy: Ignore ImportError handling
...
See https://github.com/python/mypy/issues/1153
2018-11-26 18:24:19 +01:00
Florian Bruhin
4d1b3df5e0
mypy: Fix logging.VDEBUG issues
2018-11-22 13:52:05 +01:00
Florian Bruhin
0999945af4
mypy: Run with --ignore-missing-imports
2018-11-22 13:52:01 +01:00
Florian Bruhin
85b2fb513b
mypy: Add to tox
2018-11-22 13:51:55 +01:00
Florian Bruhin
2152081d82
s/an URL/a URL/g
2018-11-16 12:37:30 +01:00
Raphael Das Gupta
409e0d33cd
fix grammar: "to which" instead of "to where"
2018-11-16 00:43:18 +01:00
Raphael Das Gupta
bca47ff879
Fix grammar: add required comma
2018-11-16 00:42:17 +01:00
Raphael Das Gupta
7ee68c43df
Fix grammar: This kind of question requires "does"
...
in English
2018-11-16 00:39:54 +01:00
Florian Bruhin
19cb3598cc
Revert "travis: Add Windows"
...
This reverts commit 6f60f10b8e
.
Was supposed to be in a branch.
2018-11-15 09:47:27 +01:00
Florian Bruhin
e1cb00bed3
Recompile requirements
2018-11-14 20:03:15 +01:00
Florian Bruhin
6f60f10b8e
travis: Add Windows
2018-11-14 20:03:05 +01:00
Florian Bruhin
02e350779b
travis: Upgrade to Xenial
...
See https://blog.travis-ci.com/2018-11-08-xenial-release
2018-11-14 19:59:19 +01:00
Florian Bruhin
fa84625556
travis: Remove "sudo: false"
...
See https://blog.travis-ci.com/2018-10-04-combining-linux-infrastructures
2018-11-14 19:56:55 +01:00
Florian Bruhin
0786af0f28
Merge pull request #4412 from rcorre/url-title-completion
...
Don't complete url and title from same search word.
2018-11-14 11:51:59 +01:00
Florian Bruhin
8dfca6fafb
Merge pull request #4421 from qutebrowser/pyup-scheduled-update-2018-11-12
...
Scheduled weekly dependency update for week 45
2018-11-14 10:35:27 +01:00
Ryan Roden-Corrent
bf10f483e1
Fix sql comment to match updated code.
2018-11-13 20:44:57 -05:00
Jay Kamat
6010ce69b9
Merge pull request #4408 from lyeoh/master
...
Strip fragment and query only for `:navigate up`
2018-11-12 21:12:53 -08:00
Jay Kamat
3ecf6141fc
Merge pull request #4420 from esclerofilo/patch-1
...
Allow password_fill to work without final newline
2018-11-12 18:40:26 -08:00
Jay Kamat
16bad3184b
Update changelog
2018-11-12 18:38:26 -08:00
Jay Kamat
3e1bfc3e28
Fix 'in' vs 'equal' error
2018-11-12 18:35:11 -08:00
pyup-bot
4ec55d3597
Update pytest-rerunfailures from 4.2 to 5.0
2018-11-12 19:01:22 +01:00
pyup-bot
da091fb4b6
Update pytest from 3.10.0 to 3.10.1
2018-11-12 19:01:21 +01:00
pyup-bot
c9fd900578
Update cryptography from 2.3.1 to 2.4.1
2018-11-12 19:01:19 +01:00
pyup-bot
4d8745660c
Update requests from 2.20.0 to 2.20.1
2018-11-12 19:01:18 +01:00
pyup-bot
bb65b6ae2b
Update requests from 2.20.0 to 2.20.1
2018-11-12 19:01:16 +01:00
pyup-bot
98b59efb0c
Update coverage from 4.5.1 to 4.5.2
2018-11-12 19:01:15 +01:00
pyup-bot
0cc0d41b81
Update coverage from 4.5.1 to 4.5.2
2018-11-12 19:01:13 +01:00
Vicente Reyes
bd887ce988
allow password_fill to work without final newline
2018-11-11 18:09:13 -03:00
Florian Bruhin
3fd097066a
Disallow spaces in search engine names
2018-11-08 12:43:53 +01:00
Ryan Roden-Corrent
2e562a926b
Don't complete url and title from same search word.
...
Resolves #4411 :
> When opening a webpage, the suggested results will include those whose
> URL ends with the beginning of the string you've typed and whose title
> begins with the rest of the string.
By joining the url and title with a space, we ensure that the last word
of the url and the first word of the title are treated as separate
words.
2018-11-06 08:05:17 -05:00
Florian Bruhin
64f0e2471a
Merge pull request #4410 from qutebrowser/pyup-scheduled-update-2018-11-05
...
Scheduled weekly dependency update for week 44
2018-11-05 22:42:52 +01:00
pyup-bot
32084de617
Update markupsafe from 1.0 to 1.1.0
2018-11-05 18:59:25 +01:00
pyup-bot
62be152c1a
Update virtualenv from 16.0.0 to 16.1.0
2018-11-05 18:59:23 +01:00
pyup-bot
df134fd67f
Update pytest from 3.9.3 to 3.10.0
2018-11-05 18:59:21 +01:00
pyup-bot
f8143dcf54
Update hypothesis from 3.81.0 to 3.82.1
2018-11-05 18:59:20 +01:00
pyup-bot
1e78f02daf
Update jwcrypto from 0.5.0 to 0.6.0
2018-11-05 18:59:18 +01:00
pyup-bot
5b6233701d
Update future from 0.17.0 to 0.17.1
2018-11-05 18:59:17 +01:00
pyup-bot
31018e8717
Update pyparsing from 2.2.2 to 2.3.0
2018-11-05 18:59:15 +01:00
pyup-bot
0070be00af
Update urllib3 from 1.24 to 1.24.1
2018-11-05 18:59:14 +01:00
pyup-bot
04fad935a0
Update urllib3 from 1.24 to 1.24.1
2018-11-05 18:59:12 +01:00
Florian Bruhin
c09c34f465
Update _chromium_version comment for Qt 5.12
2018-11-05 18:58:52 +01:00
Florian Bruhin
6931f17f13
Add debug logging for netrc
2018-11-05 14:52:18 +01:00