Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python3: clean up super and __future__ | Aldo Cortesi | 2016-10-17 | 1 | -1/+0 |
| | |||||
* | python3: clean up class brackets | Aldo Cortesi | 2016-10-17 | 1 | -4/+4 |
| | |||||
* | Zap object base class | Aldo Cortesi | 2016-10-17 | 1 | -4/+4 |
| | |||||
* | test & examples: zap six | Aldo Cortesi | 2016-10-17 | 1 | -4/+2 |
| | |||||
* | Lint fix - minor | arjun23496 | 2016-08-31 | 1 | -1/+1 |
| | |||||
* | Lint fix - replace tests | arjun23496 | 2016-08-31 | 1 | -3/+4 |
| | |||||
* | Added tests for replace in request,message,header | arjun23496 | 2016-08-31 | 1 | -0/+9 |
| | |||||
* | remove content caching in netlib.http.Message | Maximilian Hils | 2016-07-23 | 1 | -33/+0 |
| | |||||
* | fix content view cache invalidation | Maximilian Hils | 2016-07-21 | 1 | -4/+0 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into message-body-encoding | Maximilian Hils | 2016-07-15 | 1 | -3/+3 |
|\ | |||||
| * | py3++ | Maximilian Hils | 2016-07-07 | 1 | -2/+2 |
| | | |||||
* | | improve message content semantics | Maximilian Hils | 2016-07-15 | 1 | -12/+65 |
| | | |||||
* | | raise ValueError if content-encoding is invalid | Maximilian Hils | 2016-07-04 | 1 | -8/+10 |
| | | |||||
* | | tests++ | Maximilian Hils | 2016-07-02 | 1 | -1/+43 |
| | | |||||
* | | message.content -> .raw_content, implement .text | Maximilian Hils | 2016-07-02 | 1 | -33/+84 |
|/ | | | | | | | | | | | | | | | This PR improves our handling of HTTP message body encodings: - The unaltered message body is now accessible as `.raw_content` - The "content-encoding"-decoded content (i.e. gzip removed) content is not `.content`, as this is what we want in 99% of the cases. - `.text` now provides the "content-encoding"-decoded and then "content-type charset"-decoded message body. - The decoded values for `.content` and `.text` are cached, so that repeated access and `x.text = x.text` is cheap. - The `decoded()` decorator is now deprecated, as we can now just use `.content`. Similarly `HTTPMessage.get_decoded_content()` is deprecated. | ||||
* | cleanup imports with flake8 | Thomas Kriechbaumer | 2016-05-28 | 1 | -2/+2 |
| | |||||
* | temporarily silence flaky tests | Maximilian Hils | 2016-02-16 | 1 | -2/+2 |
| | |||||
* | move tests into shared folder | Maximilian Hils | 2016-02-15 | 1 | -0/+153 |