aboutsummaryrefslogtreecommitdiffstats
path: root/netlib/http/cookies.py
Commit message (Expand)AuthorAgeFilesLines
* Simplify cookies.is_expiredShadab Zafar2016-08-151-16/+7
* Add a function to get cookie expiration timeShadab Zafar2016-08-151-0/+26
* Add method to group pairs by cookiesShadab Zafar2016-08-151-0/+31
* Test cookies.is_expired separatelyShadab Zafar2016-07-101-4/+9
* Move cookie expiry detection to separate functionShadab Zafar2016-07-091-1/+23
* Reorganise netlib imports according to Google Style GuideAldo Cortesi2016-06-011-6/+6
* netlib: fix most flake8 offensesThomas Kriechbaumer2016-05-281-0/+1
* cleanup imports with flake8Thomas Kriechbaumer2016-05-281-1/+0
* tests++Maximilian Hils2016-05-201-2/+2
* improve MultiDict, add ImmutableMultiDict, adjust response.cookiesMaximilian Hils2016-05-181-7/+36
* add MultiDictMaximilian Hils2016-05-181-6/+11
* replace SimpleCookie with our own parser libThomas Kriechbaumer2016-05-111-1/+1
* improve cookie parsingThomas Kriechbaumer2016-05-101-19/+20
* move HTTPResponse.refresh into netlibMaximilian Hils2016-04-021-0/+34
* combine projectsMaximilian Hils2016-02-181-0/+193