Aldo Cortesi
|
cccdc98426
|
Utils reorganisation: add netlib.strutils
Extract a number of string and format-related functions to netlib.strutils.
|
2016-06-02 12:31:41 +12:00 |
|
Aldo Cortesi
|
eaa3b308f7
|
Fix non-deterministic test failures in export
We had various places in the code where we relied on incidental order of dict
keys. Add a helper to multidict, and fix.
|
2016-06-02 11:37:18 +12:00 |
|
Maximilian Hils
|
0a2e7a97cd
|
use module-level imports only
|
2016-05-31 19:06:57 -07:00 |
|
Maximilian Hils
|
30fff1fb32
|
be more strict about module namespaces
|
2016-05-31 14:05:57 -07:00 |
|
Aldo Cortesi
|
ec34cae618
|
utils.multipartdecode -> http.multipart.decode
also
utils.parse_content_type -> http.headers.parse_content_type
|
2016-05-31 19:07:55 +12:00 |
|
Maximilian Hils
|
e3d7224e5d
|
tell flake8 that type-annotation imports are okay
|
2016-05-30 02:53:58 -07:00 |
|
Maximilian Hils
|
89f07603ca
|
split mitmproxy.flow into mitmproxy.flow.*
|
2016-05-30 01:40:09 -07:00 |
|