Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cleanup code with autoflake | Thomas Kriechbaumer | 2015-05-27 | 1 | -1/+0 |
| | | | | run the following command: $ autoflake -r -i --remove-all-unused-imports --remove-unused-variables . | ||||
* | cleanup code with autopep8 | Thomas Kriechbaumer | 2015-05-27 | 1 | -5/+5 |
| | | | | run the following command: $ autopep8 -i -r -a -a . | ||||
* | Whitespace, indentation, nounce -> nonce | Aldo Cortesi | 2015-04-21 | 1 | -12/+12 |
| | |||||
* | Improve flexibility of http_cookies._format_pairs | Aldo Cortesi | 2015-04-16 | 1 | -2/+2 |
| | |||||
* | Remove old-style set-cookie cruft, unit tests to 100% | Aldo Cortesi | 2015-04-14 | 1 | -11/+3 |
| | |||||
* | Firm up cookie parsing and formatting API | Aldo Cortesi | 2015-04-14 | 1 | -29/+83 |
| | | | | | | | | Make a tough call: we won't support old-style comma-separated set-cookie headers. Real world testing has shown that the latest rfc (6265) is often violated in ways that make the parsing problem indeterminate. Since this is much more common than the old style deprecated set-cookie variant, we focus on the most useful case. | ||||
* | cookies: Cater for special values, fix some bugs found in real-world testing | Aldo Cortesi | 2015-04-12 | 1 | -15/+33 |
| | |||||
* | Initial outline of a cookie parsing and serialization module. | Aldo Cortesi | 2015-04-12 | 1 | -0/+133 |