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
|
b2f63458fc
|
Move human-friendly format functions to netlib.human, remove redundant implementations
|
2016-05-31 19:32:08 +12: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 |
|
Aldo Cortesi
|
15b2374ef9
|
netlib.utils.get_header_tokens -> netlib.http1.read.get_header_tokens
Placing this next to its only use.
|
2016-05-31 18:54:42 +12:00 |
|
Aldo Cortesi
|
4e6c9c4e93
|
Extract url functions from netlib.utils and move to netlib.http.url
|
2016-05-31 18:42:56 +12:00 |
|
Aldo Cortesi
|
08fbe6f111
|
Start cleaning up netlib.utils
- Remove http2 functions, move to http2.frame
- Remove Serializable, move to netlib.basetypes
|
2016-05-31 17:16:31 +12:00 |
|
Thomas Kriechbaumer
|
e2447406cc
|
more style cleanup
|
2016-05-29 13:43:20 +02:00 |
|
Maximilian Hils
|
d3477e27fa
|
bytes_to_escaped_str: always escape single quotes
|
2016-05-25 20:11:34 -07:00 |
|
Maximilian Hils
|
7a8da48a30
|
escaped_str_to_bytes: support unicode on python 2
|
2016-05-25 19:16:02 -07:00 |
|
Maximilian Hils
|
f1c922c652
|
Sanitize Print (#1135)
* sanitize strings with shell control characters
* netlib: add utilities to safe-print bytes
* escaped str: add TODO for multi-byte chars
|
2016-05-12 11:03:57 -06:00 |
|
Maximilian Hils
|
806aa0f41c
|
improve .replace() and move it into netlib
|
2016-04-02 14:38:33 +02:00 |
|
Maximilian Hils
|
4ee8808b44
|
add Serializeable.copy
|
2016-04-02 13:50:53 +02:00 |
|
Maximilian Hils
|
d7158f975e
|
move tests into shared folder
|
2016-02-15 16:34:22 +01:00 |
|