summaryrefslogtreecommitdiff
path: root/requests
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Fix duplication of efforts caught by @dofelwIan Cordasco2013-07-291-1/+0
* | | | Merge pull request #1506 from Lukasa/mockrequestKenneth Reitz2013-07-311-0/+4
|\ \ \ \
| * | | | Provide 'host' parameter to MockRequest.Cory Benfield2013-07-301-0/+4
| | |/ / | |/| |
* | | | Merge settings when creating PreparedRequest, don't copy Request.Robert Estelle2013-07-312-56/+54
* | | | Shallow copy of Request fields in Request.copy()Robert Estelle2013-07-301-6/+12
* | | | Skip unneccessary Request.copy in Session.requestRobert Estelle2013-07-301-4/+6
* | | | Prepare requests with session settings separately from sending.Robert Estelle2013-07-302-34/+61
|/ / /
* | | Merge pull request #1494 from Lukasa/closeCory Benfield2013-07-271-0/+5
|\ \ \ | |_|/ |/| |
| * | Document the Response.close() method.Cory Benfield2013-07-251-0/+5
| |/
* | Merge pull request #1476 from sigmavirus24/add_copy_to_prepared_requestsKenneth Reitz2013-07-261-0/+9
|\ \ | |/ |/|
| * Add copy method to PreparedRequest objectsIan Cordasco2013-07-201-1/+10
* | Comment markups, courtesy of @sigmavirus24Cory Benfield2013-07-241-2/+2
* | Better cookie docs on sessions.Cory Benfield2013-07-241-1/+4
* | Fix test cases that fail when running behind a proxyDavid Pursehouse2013-07-231-1/+1
* | Fix a few warnings flagged by PyDevDavid Pursehouse2013-07-222-3/+2
|/
* Update urllib3 to a43319fAudrius Butkevicius2013-07-184-19/+24
* Merge pull request #1440 from fcurella/patch-0Kenneth Reitz2013-07-151-0/+5
|\
| * keep the double quotes, but don't escape themFlavio Curella2013-07-011-1/+1
| * unquote double-quotes cookie valuesFlavio Curella2013-07-011-0/+5
* | Merge pull request #1439 from voberoi/masterKenneth Reitz2013-07-151-2/+2
|\ \
| * | .netrc settings shouldn't blow away explicit auth settings on a sessionVikram Oberoi2013-06-271-2/+2
| |/
* | Merge pull request #1441 from Lukasa/1395Kenneth Reitz2013-07-151-1/+1
|\ \
| * | Remove urllib3-specific kwargs from general codeCory Benfield2013-07-041-1/+1
| |/
* | Set 208 status_code to "already_reported"Philippe Ndiaye2013-07-131-0/+1
* | Changed the "im_used" informational status code for the value given by IANA (...Philippe Ndiaye2013-07-131-1/+1
|/
* @1434 Fix https://github.com/kennethreitz/requests/issues/1434Chen Huang2013-06-251-1/+1
* Use the new urllib3 stream generator.Cory Benfield2013-06-181-5/+12
* Update urllib3 to cffbd6b317Cory Benfield2013-06-182-1/+38
* Don't reuse PreparedRequest on redirectsRoman Haritonov2013-06-081-9/+7
* Merge pull request #1400 from jam/masterKenneth Reitz2013-06-082-17/+15
|\
| * Use urllib to retrieve environment proxies.James Clarke2013-05-312-17/+15
* | 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
| |/
* | Merge pull request #1385 from ViktorHaag/masterKenneth Reitz2013-06-082-5/+5
|\ \
| * | added tests for mixed-case scheme URLs, changed adapters passing down URLs in...Viktor Haag2013-05-241-3/+3
| * | - fixed func call syntax on lower to lower()Viktor Haag2013-05-242-2/+2
| * | Lower-ify url before checking against prefix with startswith()Viktor Haag2013-05-242-2/+2
* | | Merge pull request #1381 from expandrive/masterKenneth Reitz2013-06-081-2/+2
|\ \ \
| * | | Only switch to chunked if we don't know the length of a file like object. Thi...Jeff Mancuso2013-05-231-2/+2
| |/ /
* | | Merge pull request #1408 from wasw100/masterKenneth Reitz2013-06-081-5/+10
|\ \ \
| * | | cookies.morsel_to_cookie morsel['expires'] can't be strtime, and max-age conv...wasw1002013-06-071-1/+10
| * | | cookies.morsel_to_cookie(morsel) raise TypeError repaired.wasw1002013-06-061-4/+0
| | |/ | |/|
* | | update urllib3 to 60ba176f5dThomas Weißschuh2013-06-087-6/+52
|/ /
* | v1.2.3v1.2.3Kenneth Reitz2013-05-251-2/+2
|/
* Merge remote-tracking branch 'origin/master'v1.2.2Kenneth Reitz2013-05-211-1/+1
|\
| * Merge pull request #1375 from t-8ch/fix_digest_authKenneth Reitz2013-05-211-1/+1
| |\
| | * don't replace 'Digest' in digest header valueThomas Weißschuh2013-05-211-1/+1
* | | v1.2.2Kenneth Reitz2013-05-211-2/+2
|/ /
* | Fix typo, %t -> %rpapaeye2013-05-221-1/+1
|/