summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge remote-tracking branch 'origin/master'Kenneth Reitz2013-07-1622-70/+269
|\ \ \
| * \ \ Merge pull request #1440 from fcurella/patch-0Kenneth Reitz2013-07-153-0/+11
| |\ \ \
| | * | | Added myself to AUTHORSFlavio Curella2013-07-011-0/+1
| | * | | keep the double quotes, but don't escape themFlavio Curella2013-07-012-2/+2
| | * | | unquote double-quotes cookie valuesFlavio Curella2013-07-012-0/+10
| * | | | Merge pull request #1439 from voberoi/masterKenneth Reitz2013-07-152-2/+30
| |\ \ \ \
| | * | | | Add test to verify .netrc authentication behavior.Vikram Oberoi2013-06-271-0/+28
| | * | | | .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
| | |/ / /
| * | | | Merge pull request #1456 from phndiaye/masterKenneth Reitz2013-07-151-1/+2
| |\ \ \ \
| | * | | | 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
| |/ / / /
* | | | | badge.fury.ioKenneth Reitz2013-07-161-0/+2
| | | * | fix docs7v7nislands2013-07-193-9/+4
| | |/ / | |/| |
| * | | Delete invokefile.pyKenneth Reitz2013-07-061-5/+0
| |/ /
| * | Merge pull request #1437 from lukaszb/patch-1Cory Benfield2013-06-271-1/+1
| |\ \
| | * | Fixed wrong method call at streaming exampleLukasz Balcerzak2013-06-271-1/+1
| |/ /
| * | Merge pull request #1435 from chinux23/masterKenneth Reitz2013-06-251-1/+1
| |\ \
| | * | @1434 Fix https://github.com/kennethreitz/requests/issues/1434Chen Huang2013-06-251-1/+1
| |/ /
| * | Merge pull request #1429 from Lukasa/docsCory Benfield2013-06-241-0/+5
| |\ \
| | * | Packaging warning, in via @andrewgross.Cory Benfield2013-06-221-0/+5
| |/ /
| * | Merge pull request #1425 from Lukasa/streamKenneth Reitz2013-06-213-6/+50
| |\ \
| | * | Use the new urllib3 stream generator.Cory Benfield2013-06-181-5/+12
| | * | Update urllib3 to cffbd6b317Cory Benfield2013-06-182-1/+38
| |/ /
| * | Merge pull request #1419 from kevinburke/exception-linksKenneth Reitz2013-06-142-5/+7
| |\ \
| | * | Add self to AUTHORSKevin Burke2013-06-121-0/+1
| | * | Link to the actual exception referencesKevin Burke2013-06-121-5/+6
| |/ /
| * | Merge pull request #1414 from jschneier/masterKenneth Reitz2013-06-121-1/+1
| |\ \
| | * | fix doc typoJosh Schneier2013-06-091-1/+1
| |/ /
| * | Merge pull request #1315 from reclosedev/fix-redirectsKenneth Reitz2013-06-082-10/+14
| |\ \
| | * | Don't reuse PreparedRequest on redirectsRoman Haritonov2013-06-082-10/+7
| | * | new failing test_requests_in_history_are_not_overridden()Roman Haritonov2013-06-081-1/+8
| |/ /
| * | Merge pull request #1400 from jam/masterKenneth Reitz2013-06-083-17/+16
| |\ \
| | * | Added myself to AUTHORS.James Clarke2013-05-311-0/+1
| | * | Use urllib to retrieve environment proxies.James Clarke2013-05-312-17/+15
| |/ / |/| |
| * | Merge pull request #1334 from rcarz/masterKenneth Reitz2013-06-083-0/+14
| |\ \
| | * | rebased with upstream/masterBob Carroll2013-05-261-0/+2
| | * | this didn't merge properlyBob Carroll2013-05-261-5/+3
| | * | added assertion to test_uppercase_scheme_redirect for the response codeBob Carroll2013-05-261-1/+1
| | * | I probably should add my name tooBob Carroll2013-05-261-0/+1
| | * | resolve_redirects now checks for a scheme before converting the scheme to low...Bob Carroll2013-05-262-2/+11
| | * | 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-083-5/+33
| |\ \
| | * | added tests for mixed-case scheme URLs, changed adapters passing down URLs in...Viktor Haag2013-05-242-9/+16
| | * | - fixed func call syntax on lower to lower()Viktor Haag2013-05-243-2/+23
| | * | 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 #1392 from revolunet/patch-2Kenneth Reitz2013-06-081-1/+1
| |\ \ \