summaryrefslogtreecommitdiff
path: root/websocket/_cookiejar.py
Commit message (Collapse)AuthorAgeFilesLines
* PEP8 style compliance fixesengn33r2021-05-041-2/+4
|
* Simplified cookie sorting to fix comparison problem between SimpleCookies (#662)Niels Draaisma2021-03-221-2/+2
|
* Fix #526 by reverting invalid BSD license migration in commit e94ed9e to ↵engn33r2021-02-221-0/+24
| | | | return to LGPL2.1
* Ensure cookie items are sortedJames Page2017-07-271-1/+1
| | | | | | | | | | | Ensure that values stored inside a Cookie are sorted as the contents of a CookieJar are retrieved. This resolves some non-deterministic behaviour on some Python versions where dictionary iteration order happens to not be deterministic. Fixes: #337
* Implement simple cookie jartifayuki2016-12-211-0/+52