Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move human-friendly format functions to netlib.human, remove redundant implem... | Aldo Cortesi | 2016-05-31 | 1 | -7/+0 |
* | utils.multipartdecode -> http.multipart.decode | Aldo Cortesi | 2016-05-31 | 1 | -32/+0 |
* | netlib.utils.get_header_tokens -> netlib.http1.read.get_header_tokens | Aldo Cortesi | 2016-05-31 | 1 | -11/+0 |
* | Extract url functions from netlib.utils and move to netlib.http.url | Aldo Cortesi | 2016-05-31 | 1 | -64/+0 |
* | Start cleaning up netlib.utils | Aldo Cortesi | 2016-05-31 | 1 | -27/+0 |
* | more style cleanup | Thomas Kriechbaumer | 2016-05-29 | 1 | -1/+3 |
* | bytes_to_escaped_str: always escape single quotes | Maximilian Hils | 2016-05-25 | 1 | -0/+2 |
* | escaped_str_to_bytes: support unicode on python 2 | Maximilian Hils | 2016-05-25 | 1 | -3/+6 |
* | Sanitize Print (#1135) | Maximilian Hils | 2016-05-12 | 1 | -0/+15 |
* | improve .replace() and move it into netlib | Maximilian Hils | 2016-04-02 | 1 | -0/+4 |
* | add Serializeable.copy | Maximilian Hils | 2016-04-02 | 1 | -0/+27 |
* | move tests into shared folder | Maximilian Hils | 2016-02-15 | 1 | -0/+141 |