aboutsummaryrefslogtreecommitdiffstats
path: root/netlib/http_cookies.py
Commit message (Collapse)AuthorAgeFilesLines
* cleanup code with autoflakeThomas Kriechbaumer2015-05-271-1/+0
| | | | run the following command: $ autoflake -r -i --remove-all-unused-imports --remove-unused-variables .
* cleanup code with autopep8Thomas Kriechbaumer2015-05-271-5/+5
| | | | run the following command: $ autopep8 -i -r -a -a .
* Whitespace, indentation, nounce -> nonceAldo Cortesi2015-04-211-12/+12
|
* Improve flexibility of http_cookies._format_pairsAldo Cortesi2015-04-161-2/+2
|
* Remove old-style set-cookie cruft, unit tests to 100%Aldo Cortesi2015-04-141-11/+3
|
* Firm up cookie parsing and formatting APIAldo Cortesi2015-04-141-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 testingAldo Cortesi2015-04-121-15/+33
|
* Initial outline of a cookie parsing and serialization module.Aldo Cortesi2015-04-121-0/+133