Florian Bruhin
|
9ddc59e8e5
|
Also add utils.is_posix()
|
2017-09-20 11:10:23 +02:00 |
|
Florian Bruhin
|
e50ab3f72c
|
Merge remote-tracking branch 'origin/pr/2972'
|
2017-09-20 10:08:08 +02:00 |
|
Felix Van der Jeugt
|
285b534384
|
make changed dirty and save on duplicate write
|
2017-09-20 10:04:34 +02:00 |
|
Florian Bruhin
|
31bd4d7ffe
|
Make sure ProxyId is hashable
Fixes proxy auth with QtWebEngine
|
2017-09-20 09:30:58 +02:00 |
|
Florian Bruhin
|
10c84dfb90
|
Use unpacking to access config mutables
|
2017-09-20 08:52:11 +02:00 |
|
Florian Bruhin
|
55cbb39127
|
Merge remote-tracking branch 'origin/pr/2999'
|
2017-09-20 08:48:22 +02:00 |
|
Florian Bruhin
|
50b19462f4
|
Bring back accidentally deleted hunk
|
2017-09-20 08:17:04 +02:00 |
|
Florian Bruhin
|
ba1cf06be6
|
Reintroduce handling for typing.Union.__union_params__
Looks like Python 3.5.2 doesn't have typing.Union.__args__.
|
2017-09-20 08:17:04 +02:00 |
|
Florian Bruhin
|
a519d54e7d
|
Remove hypothesis strict setting
It was deprecated as normal python warnings are used now
|
2017-09-20 08:17:04 +02:00 |
|
Florian Bruhin
|
54ceb52eaf
|
Switch to using Item.get_report() for vulture
|
2017-09-20 08:17:04 +02:00 |
|
Florian Bruhin
|
1d2d31d0f9
|
Remove duplicate key mapping
|
2017-09-20 08:17:04 +02:00 |
|
Florian Bruhin
|
22be2bf7ab
|
Fix circular import in ImportFake in test_version
We can't use importlib.import_module() when we patched that away...
|
2017-09-20 08:17:04 +02:00 |
|
Florian Bruhin
|
f74d93b4e9
|
Merge pull request #3000 from swalladge/fix_readme_link
fix link to configuring page in readme
|
2017-09-20 08:06:07 +02:00 |
|
Samuel Walladge
|
5b8b6cfa99
|
fix link to configuring page in readme
|
2017-09-20 15:29:09 +09:30 |
|
Ryan Farley
|
dd4294de03
|
fix #2979: use dictionary for mutable tracking
Using a dictionary instead of a list keeps only one working copy,
allowing consistency in between calls of update_mutables()
|
2017-09-19 16:26:02 -05:00 |
|
Florian Bruhin
|
1de25c14e4
|
Add attrs to setup.py
|
2017-09-19 22:36:37 +02:00 |
|
Florian Bruhin
|
58a43d0851
|
Update changelog
|
2017-09-19 22:23:32 +02:00 |
|
Florian Bruhin
|
3a5241b642
|
Start using attrs
Closes #1073
|
2017-09-19 22:21:45 +02:00 |
|
Ryan Farley
|
a530b0cc95
|
fixed iteration
|
2017-09-19 14:19:28 -05:00 |
|
Ryan Farley
|
cc540bb166
|
Merge branch 'master' into mutable-dict
|
2017-09-19 14:07:46 -05:00 |
|
Ryan Farley
|
83473b9c69
|
fix test for new tuples
|
2017-09-19 14:00:44 -05:00 |
|
Felix Van der Jeugt
|
8e14d1b7e6
|
remove unused import
|
2017-09-19 17:47:38 +02:00 |
|
Felix Van der Jeugt
|
8db630d358
|
don't copy values but set dirty
|
2017-09-19 17:26:03 +02:00 |
|
Felix Van der Jeugt
|
7b192d426e
|
add unit test and fix issues with it
|
2017-09-19 15:30:28 +02:00 |
|
Florian Bruhin
|
7226750363
|
Bump up Hypothesis deadline globally
|
2017-09-19 15:08:56 +02:00 |
|
Felix Van der Jeugt
|
0e743f0e09
|
save only a changed autoconfig file
|
2017-09-19 14:33:34 +02:00 |
|
Florian Bruhin
|
1a1a6ebf79
|
Improve bind documentation
[ci skip]
|
2017-09-19 13:56:29 +02:00 |
|
Florian Bruhin
|
bb073e1709
|
Bump up another hypothesis deadline
|
2017-09-19 13:38:44 +02:00 |
|
Florian Bruhin
|
248afde21e
|
configapi: Also allow mode as posarg
|
2017-09-19 13:18:44 +02:00 |
|
Florian Bruhin
|
e8ae672c93
|
Check for read errors in test_configfiles
|
2017-09-19 13:18:16 +02:00 |
|
Florian Bruhin
|
7d1549aaeb
|
Make mode optionally in ConfigAPI.bind and .unbind
|
2017-09-19 13:14:41 +02:00 |
|
Florian Bruhin
|
a23492fe27
|
Bump up hypothesis deadline for Content-Disposition test
|
2017-09-19 11:16:03 +02:00 |
|
Florian Bruhin
|
51afe14965
|
Set backend to QtWebKit in cookie tests
|
2017-09-19 11:07:11 +02:00 |
|
Florian Bruhin
|
cfbe0f8cbc
|
Update dependencies in README
[ci skip]
|
2017-09-19 10:46:46 +02:00 |
|
Florian Bruhin
|
59236802c1
|
Update dependencies
Closes #2985
|
2017-09-19 10:41:57 +02:00 |
|
Florian Bruhin
|
55a4eb18f2
|
Get rid of httpbin
Fixes #2949
|
2017-09-19 10:35:54 +02:00 |
|
Florian Bruhin
|
40b26d7492
|
Always require QtOpenGL
It makes it a bit easier to explain things, and it makes the transition to
QtWebEngine smoother.
|
2017-09-19 08:16:26 +02:00 |
|
Florian Bruhin
|
97a7cee878
|
Update documentation for installing via tox
|
2017-09-19 07:57:49 +02:00 |
|
Florian Bruhin
|
e9b8288e4b
|
Add a test for Config._set_value without backend
|
2017-09-19 07:08:56 +02:00 |
|
Florian Bruhin
|
13a8867e13
|
Add tests for config.get_backend()
|
2017-09-19 07:05:36 +02:00 |
|
Florian Bruhin
|
7bece81519
|
Make sure tests always have object.backend set
|
2017-09-19 06:46:08 +02:00 |
|
Florian Bruhin
|
43ff79be0b
|
Merge branch 'drop-legacy'
|
2017-09-18 23:07:58 +02:00 |
|
Florian Bruhin
|
8ae87bbde2
|
Remove typing module from version.py
It comes with python now
|
2017-09-18 23:06:49 +02:00 |
|
Florian Bruhin
|
b1b6c462c1
|
Add a backend setting
See #2589
|
2017-09-18 23:02:08 +02:00 |
|
Florian Bruhin
|
61e183d9bb
|
Fix indent
|
2017-09-18 23:01:18 +02:00 |
|
Florian Bruhin
|
cd701e95fa
|
Reintroduce __hash__ for CertificateErrorWrapper
|
2017-09-18 23:01:18 +02:00 |
|
Florian Bruhin
|
5c0ebc1f94
|
Fix lint
|
2017-09-18 23:01:18 +02:00 |
|
Florian Bruhin
|
f10d334c90
|
Remove Python 3.5 block for Gentoo
|
2017-09-18 23:01:17 +02:00 |
|
Florian Bruhin
|
3772dc5930
|
Drop legacy QtWebKit support
See #2742
|
2017-09-18 23:01:17 +02:00 |
|
Florian Bruhin
|
3e70bf5af9
|
Make sure we never compare against an uninit'ed backend
|
2017-09-18 23:01:17 +02:00 |
|