Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move human-friendly format functions to netlib.human, remove redundant ↵ | Aldo Cortesi | 2016-05-31 | 1 | -16/+0 |
| | | | | implementations | ||||
* | utils.multipartdecode -> http.multipart.decode | Aldo Cortesi | 2016-05-31 | 1 | -56/+0 |
| | | | | | | also utils.parse_content_type -> http.headers.parse_content_type | ||||
* | netlib.utils.get_header_tokens -> netlib.http1.read.get_header_tokens | Aldo Cortesi | 2016-05-31 | 1 | -12/+0 |
| | | | | Placing this next to its only use. | ||||
* | isascii is unused | Aldo Cortesi | 2016-05-31 | 1 | -8/+0 |
| | |||||
* | Extract url functions from netlib.utils and move to netlib.http.url | Aldo Cortesi | 2016-05-31 | 1 | -95/+0 |
| | |||||
* | Start cleaning up netlib.utils | Aldo Cortesi | 2016-05-31 | 1 | -52/+0 |
| | | | | | - Remove http2 functions, move to http2.frame - Remove Serializable, move to netlib.basetypes | ||||
* | raise a more verbose error | Thomas Kriechbaumer | 2016-05-29 | 1 | -3/+3 |
| | |||||
* | fix py3 tests | Maximilian Hils | 2016-05-25 | 1 | -1/+1 |
| | |||||
* | bytes_to_escaped_str: always escape single quotes | Maximilian Hils | 2016-05-25 | 1 | -1/+7 |
| | |||||
* | escaped_str_to_bytes: support unicode on python 2 | Maximilian Hils | 2016-05-25 | 1 | -1/+5 |
| | |||||
* | add MultiDict | Maximilian Hils | 2016-05-18 | 1 | -11/+0 |
| | | | | | | | | This commit introduces MultiDict, a multi-dictionary similar to ODict, but with improved semantics (as in the Headers class). MultiDict fixes a few issues that were present in the Request/Response API. In particular, `request.cookies["foo"] = "bar"` has previously been a no-op, as the cookies property returned a mutable _copy_ of the cookies. | ||||
* | Sanitize Print (#1135) | Maximilian Hils | 2016-05-12 | 1 | -0/+28 |
| | | | | | | | | * sanitize strings with shell control characters * netlib: add utilities to safe-print bytes * escaped str: add TODO for multi-byte chars | ||||
* | fix #1120 | Maximilian Hils | 2016-05-09 | 1 | -0/+2 |
| | |||||
* | improve .replace() and move it into netlib | Maximilian Hils | 2016-04-02 | 1 | -0/+10 |
| | |||||
* | add Serializeable.copy | Maximilian Hils | 2016-04-02 | 1 | -0/+3 |
| | |||||
* | combine projects | Maximilian Hils | 2016-02-18 | 1 | -0/+418 |