mitmproxy/pathod/language
Aldo Cortesi 8360f70024 First-order conversion to Python3-only
- Zap various occurrences of Python2 in docs and scripts
- Remove six from netlib, and some other places where obvious project-wide
search and replace works.
2016-10-17 15:18:47 +13:00
..
__init__.py Use encode to detect if string is valid ASCII 2016-06-04 12:49:11 +02:00
actions.py Py3: Use functools.total_ordering for better rich comparison 2016-06-06 00:07:44 +05:30
base.py First-order conversion to Python3-only 2016-10-17 15:18:47 +13:00
exceptions.py more style cleanup 2016-05-29 13:43:20 +02:00
generators.py fix pathod test on Windows 2016-06-06 11:37:49 -07:00
http2.py fix pathod http2 response creation 2016-09-21 20:36:26 -07:00
http.py add websockets support to mitmproxy 2016-09-01 09:57:18 +02:00
message.py Py3: Use bytes_to_escaped_str for escaping message 2016-06-06 11:52:45 -07:00
websockets.py Py3: websockets 2016-06-15 09:49:38 +02:00
writer.py Fix Docstring: "inject" can be an action too 2016-06-04 15:23:09 +05:30