.. |
addons
|
fix Python 3.6 compatibility
|
2020-08-13 17:22:32 +02:00 |
contentviews
|
Fix lint errors
|
2020-07-22 17:06:58 +03:00 |
contrib
|
Revert "downgrade & pin urwid to 2.0.1 (#4086)"
|
2020-07-30 00:12:00 +02:00 |
coretypes
|
HTTPRequest -> http.Request, add request.authority
|
2020-07-16 16:55:15 +02:00 |
io
|
Fix incompatibility reading version 7 files when flow has no response.
|
2020-07-21 15:56:21 -04:00 |
net
|
add ASGI support for embedded apps
|
2020-08-13 17:22:31 +02:00 |
platform
|
Merge pull request #3691 from mhils/sans-io-adjustments
|
2019-11-12 05:04:05 +01:00 |
proxy
|
Prevent transparent mode from connecting to itself in the basic cases, references #4128 (#4135)
|
2020-08-11 13:13:09 +02:00 |
script
|
Remove the tick event
|
2018-05-02 14:29:15 +12:00 |
test
|
HTTPRequest -> http.Request, add request.authority
|
2020-07-16 16:55:15 +02:00 |
tools
|
Add option to control stripping newlines from edited bodies (#4125)
|
2020-08-14 08:06:12 +02:00 |
utils
|
Merge pull request #4088 from mhils/http-authority
|
2020-07-19 11:43:43 +02:00 |
__init__.py
|
fix compatibility with Python 3.8 on Windows
|
2020-04-03 12:23:00 +02:00 |
addonmanager.py
|
fix addon deconstruction
|
2019-07-18 17:54:33 +02:00 |
certs.py
|
Changed iteration to list comprehension in order to prevent "RuntimeError: dictionary changed size during iteration"
|
2020-07-06 19:01:10 +02:00 |
command_lexer.py
|
Changes on console error
|
2020-05-01 14:54:08 +05:30 |
command.py
|
improve command detection heuristics
|
2020-01-27 22:44:36 +01:00 |
connections.py
|
don't crash if server address is unknown, fix #2969
|
2018-03-23 04:26:46 +01:00 |
controller.py
|
controller: add mysteriously missing comment portion
|
2018-05-12 13:52:15 +12:00 |
ctx.py
|
update mypy
|
2019-11-12 04:38:13 +01:00 |
eventsequence.py
|
Remove the tick event
|
2018-05-02 14:29:15 +12:00 |
exceptions.py
|
exceptions: new SessionLoad exception for load errors
|
2018-07-20 16:57:23 +02:00 |
flow.py
|
standardize killed error message
|
2020-08-08 00:16:29 +02:00 |
flowfilter.py
|
match HTTP-WebSocket handshake flow with ~websocket
|
2020-07-16 17:49:47 +02:00 |
http.py
|
HTTPRequest -> http.Request, add request.authority
|
2020-07-16 16:55:15 +02:00 |
log.py
|
Fixing Typos
|
2018-05-13 17:31:20 -05:00 |
master.py
|
match HTTP-WebSocket handshake flow with ~websocket
|
2020-07-16 17:49:47 +02:00 |
options.py
|
First step to fix #848 by adding a relax_http_form_validation option.
|
2020-05-11 06:02:33 +02:00 |
optmanager.py
|
Fix for issue 3797
|
2020-01-24 21:52:06 -05:00 |
py.typed
|
Add py.typed stub as per PEP-561
|
2019-12-29 14:19:39 +02:00 |
stateobject.py
|
update mypy
|
2019-11-12 04:38:13 +01:00 |
tcp.py
|
view addon: systematize different flow types
|
2020-04-11 23:58:33 +02:00 |
types.py
|
fix re-raised exceptions not having a message
|
2020-01-18 12:59:59 +02:00 |
version.py
|
post-release updates
|
2020-07-18 23:09:52 +02:00 |
websocket.py
|
Updated typing for WebsocketMessage.content
|
2020-08-07 12:03:13 +02:00 |