summaryrefslogtreecommitdiff
path: root/requests/cookies.py
Commit message (Expand)AuthorAgeFilesLines
* Use comprehensions whenever possibleHugo Osvaldo Barrera2018-10-161-14/+15
* Add return type on cookies.pyDohyeon Kim2018-08-011-0/+2
* Separate collections from collections.abcRaymond Hettinger2018-06-111-3/+2
* Add a public method to get the cookie policyLaurent Bachelier2018-06-111-1/+5
* Copy cookie policy when copying a CookieJarLaurent Bachelier2018-06-111-0/+1
* improve line continuations for flake8Kenneth Reitz2017-05-291-2/+4
* remove seemingly redundant pyflakes referencesThomas Grainger2017-04-201-2/+0
* Move to_native_string to _internal_utils.py to avoid circular dependencyBrian Bamsch2016-09-261-2/+2
* Adjust patch to utilize requests utility functionsBrian Bamsch2016-09-261-7/+3
* Add patch to avoid bytestring/str hodgepodgeBrian Bamsch2016-09-251-0/+6
* Document bunch of return typesVille Skyttä2016-08-091-1/+9
* Merge pull request #3429 from nateprewitt/docstring_cleanupKenneth Reitz2016-07-201-27/+65
|\
| * making class and function docstrings consistentNate Prewitt2016-07-201-27/+62
| * making module docstrings and coding comments consistentNate Prewitt2016-07-191-0/+3
* | adding in pep8 fixesNate Prewitt2016-07-201-0/+1
|/
* Override __contains__ method of RequestsCookieJar to catch CookieConflictErro...Casey Davidson2016-03-041-0/+6
* Merge branch 'master' into fix-1859Cory Benfield2015-12-181-48/+80
|\
| * Fix typosJakub Wilk2015-12-011-1/+1
| * Replace 'if x' with 'if x is not None' in cookie loopvienno2015-11-101-2/+2
| * Complete unnesting of if statements in cookie loopvienno2015-11-101-3/+5
| * unnest deep loopvienno2015-11-101-4/+5
| * Update cookies.pylatyas(懒)2015-05-151-4/+4
| * max-age may be not digitslatyas(懒)2015-05-151-1/+4
| * morsel['max-age'] may be a str.latyas(懒)2015-05-141-1/+1
| * Copy a PreparedRequest's CookieJar reliablyIan Cordasco2015-04-051-1/+17
| * Enhance documentation for clarity.Cory Benfield2014-12-241-8/+9
| * Clean up cookie docs and display them.Cory Benfield2014-12-241-40/+48
* | Use calendar.timegm when calculating cookie expirationfix-1859Ian Cordasco2014-01-121-2/+3
|/
* preserve python2-like dict API for RequestCookieJarKonstantin Podshumok2013-12-181-13/+4
* fix regression with cookiejar.iteritems()Konstantin Podshumok2013-12-181-11/+29
* cookies: Fix bugs found during CIMichael Becker2013-12-061-1/+2
* cookies: Take a less cowardly approachMichael Becker2013-12-061-20/+17
* cookies: Replace type checks with try/exceptMichael Becker2013-12-061-1/+3
* remove unnecessary trydaftshady2013-11-261-5/+2
* double try statementdaftshady2013-11-261-2/+2
* update 'merge_cookies' not to create new instance.daftshady2013-11-261-7/+11
* modified 'merge_cookies' and update tests.daftshady2013-11-261-4/+7
* update 'merge_cookies'daftshady2013-11-261-3/+2
* added new method 'merge_cookies' and use it when merging session cookies with...daftshady2013-11-261-0/+19
* Small fix broken cookie parsenonm2013-11-181-1/+1
* Merge pull request #1660 from sigmavirus24/parse-cookies-when-users-set-host-...Kenneth Reitz2013-11-061-2/+13
|\
| * Fix typoIan Cordasco2013-10-111-1/+1
| * Comment our reasonsing for the special casesIan Cordasco2013-10-101-0/+4
| * Parse cookies when users set custom Host headerIan Cordasco2013-10-071-2/+9
* | added param to cookiejar_from_dict instead of creating new method.daftshady2013-09-291-18/+8
* | Fixed #1630daftshady2013-09-281-0/+16
|/
* Skip cookie extraction if necessaryIan Cordasco2013-08-161-0/+3
* Provide 'host' parameter to MockRequest.Cory Benfield2013-07-301-0/+4
* keep the double quotes, but don't escape themFlavio Curella2013-07-011-1/+1
* unquote double-quotes cookie valuesFlavio Curella2013-07-011-0/+5