summaryrefslogtreecommitdiff
path: root/requests/sessions.py
Commit message (Expand)AuthorAgeFilesLines
* merge 2.0 insto masterKenneth Reitz2013-09-241-4/+5
|\
| * Merge branch 'fix_401_cookies' of git://github.com/sigmavirus24/requests into...Kenneth Reitz2013-07-311-4/+5
| |\
| | * Take advantage of the new copy methodIan Cordasco2013-07-271-4/+1
| | * Fixed finally. Also requires updated httpbin.orgIan Cordasco2013-07-271-0/+4
* | | Merge pull request #1585 from rvoicilas/masterKenneth Reitz2013-09-241-1/+1
|\ \ \
| * | | Use values() when the keys are not being usedRadu Voicilas2013-09-091-1/+1
| |/ /
* | | Fixed persistence spellingkracekumar2013-09-101-1/+1
|/ /
* | Merge settings when creating PreparedRequest, don't copy Request.Robert Estelle2013-07-311-24/+27
* | Skip unneccessary Request.copy in Session.requestRobert Estelle2013-07-301-4/+6
* | Prepare requests with session settings separately from sending.Robert Estelle2013-07-301-34/+48
|/
* Comment markups, courtesy of @sigmavirus24Cory Benfield2013-07-241-2/+2
* Better cookie docs on sessions.Cory Benfield2013-07-241-1/+4
* .netrc settings shouldn't blow away explicit auth settings on a sessionVikram Oberoi2013-06-271-2/+2
* Don't reuse PreparedRequest on redirectsRoman Haritonov2013-06-081-9/+7
* Merge pull request #1334 from rcarz/masterKenneth Reitz2013-06-081-0/+5
|\
| * resolve_redirects now checks for a scheme before converting the scheme to low...Bob Carroll2013-05-261-2/+3
| * resolve_redirects no longer throws an InvalidSchema exception when the scheme...Bob Carroll2013-05-261-0/+4
* | - fixed func call syntax on lower to lower()Viktor Haag2013-05-241-1/+1
* | Lower-ify url before checking against prefix with startswith()Viktor Haag2013-05-241-1/+1
|/
* Refactor merge_kwargs for clarity and to fix a few bugsChase Sterling2013-05-201-43/+31
* Always percent-encode location headers.Cory Benfield2013-05-161-1/+3
* Fixes #1320: transport adapters stored in ordered formƁukasz Langa2013-05-151-5/+9
* Fix session CookieJars without breaking more stuff this timeChase Sterling2013-04-251-5/+4
* Fix crash when session.cookies was not a RequestsCookieJarChase Sterling2013-04-251-2/+4
* Fix max_redirects docs issue #1301Iuri de Silvio2013-04-171-1/+2
* Change the method when it isn't already GET/HEADIan Cordasco2013-04-131-1/+1
* Don't set all session cookies on response.cookiesChase Sterling2013-04-041-2/+0
* fix #1287: Make sure expired cookies get removed from session.cookiesChase Sterling2013-04-041-11/+7
* Closes #1280Ian Cordasco2013-04-021-6/+2
* Revert "Fix for the issue https://github.com/kennethreitz/requests/issues/1280"Kenneth Reitz2013-04-021-5/+1
* Fix for the issue https://github.com/kennethreitz/requests/issues/1280Kamil Szot2013-04-021-1/+5
* fix syntax errorKenneth Reitz2013-03-311-1/+1
* Merge pull request #1267 from sigmavirus24/masterKenneth Reitz2013-03-301-4/+43
|\
| * Use session defaults instead of arbitrary onesIan Cordasco2013-03-291-3/+4
| * Fix the tests and unseparate comments from codeIan Cordasco2013-03-281-2/+4
| * Restore Session.request docstringIan Cordasco2013-03-271-0/+33
| * Finally resolve #1084Ian Cordasco2013-03-271-1/+2
| * Add correct defaults in Session.send()Ian Cordasco2013-03-271-3/+5
* | add 'max_redirects' to Session's __attrs__ to ensure proper serialization of ...makto2013-03-291-1/+1
|/
* Do not pass cookies to resolve_redirectsMiikka Koskinen2013-03-121-4/+3
* Use session cookies when following redirectsMiikka Koskinen2013-03-121-3/+7
* Fixed some pickeling issues with HTTPAdapter and SessionFlorian Mueller2013-03-121-1/+2
* Pickling of Session and HTTPAdapter + a testDarjus Loktevic2013-03-111-2/+2
* Merge pull request #1223 from andrewjesaitis/masterKenneth Reitz2013-03-041-0/+4
|\
| * Adds __attrs__ back to Session objectAndrew Jesaitis2013-03-041-4/+5
| * Checks __attrs__ on session instance prior to iterating.Andrew Jesaitis2013-02-281-1/+4
* | Revert "[kennethreitz/requests#1208] adding a max_retries argument"Kenneth Reitz2013-03-031-7/+2
* | Merge pull request #1190 from mkomitee/masterKenneth Reitz2013-03-021-1/+1
|\ \
| * | Use user supplied options when resending authenticated requestsMichael Komitee2013-02-131-1/+1
* | | [kennethreitz/requests#1208] adding a max_retries argumentWilfred Hughes2013-02-271-2/+7
| |/ |/|