aboutsummaryrefslogtreecommitdiffstats
path: root/test/netlib/test_utils.py
Commit message (Collapse)AuthorAgeFilesLines
* Shift a bunch more string-related functions to strutilsAldo Cortesi2016-06-021-4/+0
|
* Utils reorganisation: add netlib.strutilsAldo Cortesi2016-06-021-37/+0
| | | | Extract a number of string and format-related functions to netlib.strutils.
* Move human-friendly format functions to netlib.human, remove redundant ↵Aldo Cortesi2016-05-311-7/+0
| | | | implementations
* utils.multipartdecode -> http.multipart.decodeAldo Cortesi2016-05-311-32/+0
| | | | | | also utils.parse_content_type -> http.headers.parse_content_type
* netlib.utils.get_header_tokens -> netlib.http1.read.get_header_tokensAldo Cortesi2016-05-311-11/+0
| | | | Placing this next to its only use.
* Extract url functions from netlib.utils and move to netlib.http.urlAldo Cortesi2016-05-311-64/+0
|
* Start cleaning up netlib.utilsAldo Cortesi2016-05-311-27/+0
| | | | | - Remove http2 functions, move to http2.frame - Remove Serializable, move to netlib.basetypes
* more style cleanupThomas Kriechbaumer2016-05-291-1/+3
|
* bytes_to_escaped_str: always escape single quotesMaximilian Hils2016-05-251-0/+2
|
* escaped_str_to_bytes: support unicode on python 2Maximilian Hils2016-05-251-3/+6
|
* Sanitize Print (#1135)Maximilian Hils2016-05-121-0/+15
| | | | | | | | * sanitize strings with shell control characters * netlib: add utilities to safe-print bytes * escaped str: add TODO for multi-byte chars
* improve .replace() and move it into netlibMaximilian Hils2016-04-021-0/+4
|
* add Serializeable.copyMaximilian Hils2016-04-021-0/+27
|
* move tests into shared folderMaximilian Hils2016-02-151-0/+141