Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | be more strict about module namespaces | Maximilian Hils | 2016-05-31 | 1 | -2/+1 |
| | |||||
* | utils.multipartdecode -> http.multipart.decode | Aldo Cortesi | 2016-05-31 | 1 | -0/+10 |
| | | | | | | also utils.parse_content_type -> http.headers.parse_content_type | ||||
* | tests++ | Maximilian Hils | 2016-05-20 | 1 | -98/+1 |
| | |||||
* | add MultiDict | Maximilian Hils | 2016-05-18 | 1 | -5/+5 |
| | | | | | | | | 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. | ||||
* | improve .replace() and move it into netlib | Maximilian Hils | 2016-04-02 | 1 | -0/+19 |
| | |||||
* | move tests into shared folder | Maximilian Hils | 2016-02-15 | 1 | -0/+152 |