summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Merge branch 'keytype' of git://github.com/Lukasa/requests into 2.0Kenneth Reitz2013-07-313-16/+43
| |\ \ \
| | * | | Instantiate the CID directly.Cory Benfield2013-07-291-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | No need to do this the slow way now. Thanks to Colin (@cdunklau) for the idea.
| | * | | Modify new CID tests to use native string keys.Cory Benfield2013-07-291-4/+3
| | | | |
| | * | | Header keys should be native strings.Cory Benfield2013-07-293-11/+40
| | |/ / | | | | | | | | | | | | | | | | This commit follows a discussion on IRC. For more information, see the Pull Request associated with it.
* | | | Merge pull request #1503 from skastel/masterKenneth Reitz2013-09-242-2/+11
|\ \ \ \ | | | | | | | | | | Fixing error return to be consistent with tuple return at the end of the method
| * | | | Fixing tests to verify thrown ValueError's.Stephen Huenneke2013-08-081-4/+5
| | | | |
| * | | | Raising ValueError's when we're passed inconsistent POST data and files dict.Stephen Huenneke2013-08-062-2/+10
| | | | |
| * | | | Making sure we check for str/unicode.Stephen Huenneke2013-07-291-2/+2
| | | | |
| * | | | Fixing error return to be consistent with tuple return at the end of the method.Stephen Huenneke2013-07-291-1/+1
| | |/ / | |/| |
* | | | Merge pull request #1585 from rvoicilas/masterKenneth Reitz2013-09-241-1/+1
|\ \ \ \ | | | | | | | | | | Use values() when the keys are not being used
| * | | | Use values() when the keys are not being usedRadu Voicilas2013-09-091-1/+1
| | | | |
* | | | | runscopeKenneth Reitz2013-09-241-1/+1
| | | | |
* | | | | Fixup unicode in AUTHORS fileCory Benfield2013-09-121-1/+1
| | | | |
* | | | | Merge pull request #1592 from homm/masterCory Benfield2013-09-123-4/+6
|\ \ \ \ \ | | | | | | | | | | | | remove extra mention of dangerous `r.raw`
| * | | | | Update AUTHORS.rsthomm2013-09-121-0/+1
| | | | | |
| * | | | | fix spellinghomm2013-09-121-1/+1
| | | | | |
| * | | | | clearly describe `r.raw` in Body Content Workflowhomm2013-09-122-2/+2
| | | | | |
| * | | | | remove extra mention of dangerous `r.raw`homm2013-09-122-5/+6
|/ / / / /
* | | | | Merge pull request #1591 from sayanchowdhury/patch-1Cory Benfield2013-09-111-1/+1
|\ \ \ \ \ | | | | | | | | | | | | minor typo: Fix requests spelling
| * | | | | minor typo: Fix requests spellingSayan Chowdhury2013-09-111-1/+1
|/ / / / /
* | | | | Merge pull request #1587 from kracekumar/patch-1Cory Benfield2013-09-101-1/+1
|\ \ \ \ \ | |/ / / / |/| | | | Fixed persistence spelling
| * | | | Fixed persistence spellingkracekumar2013-09-101-1/+1
|/ / / /
* | | | Merge pull request #1579 from yang/patch-1Cory Benfield2013-09-081-2/+4
|\ \ \ \ | | | | | | | | | | Clarify timeout behavior in quickstart doc
| * | | | Fix typo in Timeouts docYang Zhang2013-09-071-1/+1
| | | | |
| * | | | Clarify timeout behavior in quickstart docYang Zhang2013-09-061-2/+4
|/ / / /
* | | | Merge pull request #1578 from jparise/jparise-authorsbaserock/morphCory Benfield2013-09-041-0/+1
|\ \ \ \ | | | | | | | | | | Adding myself to the list of contributors.
| * | | | Adding myself to the list of contributors.Jon Parise2013-09-041-0/+1
|/ / / /
* | | | Merge pull request #1575 from jparise/content-encodingKenneth Reitz2013-09-032-1/+49
|\ \ \ \ | | | | | | | | | | Improved content encoding detection.
| * | | | Improved content encoding detection.Jon Parise2013-09-032-1/+49
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | get_encodings_from_content() can now detect HTML in-document content encoding declarations in the following formats: - HTML5 - HTML4 - XHTML 1.x served with text/html MIME type - XHTML 1.x served as XML Ref: http://www.w3.org/International/questions/qa-html-encoding-declarations
* | | | Merge pull request #1566 from sigmavirus24/update_readmeCory Benfield2013-09-011-1/+3
|\ \ \ \ | | | | | | | | | | Add link to Contributor Friendly tag in README
| * | | | Add link to Contributor Friendly tagIan Cordasco2013-09-011-1/+3
|/ / / / | | | | | | | | | | | | Add note that I'm willing to help anyone who is looking to submit a pull request
* | | | Merge pull request #1556 from ssbarnea/masterCory Benfield2013-08-271-0/+1
|\ \ \ \ | | | | | | | | | | Added link to StackOverflow questions related to python-requests. This s...
| * | | | Added link to StackOverflow questions related to python-requests. This ↵Sorin Sbarnea2013-08-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | should be the default support way for the library, as clearly most questions are supposed to be programming related. Signed-off-by: Sorin Sbarnea <sorin.sbarnea@citrix.com>
* | | | | Merge pull request #1540 from libbkmz/masterCory Benfield2013-08-181-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Event hooks update
| * | | | | Update advanced.rstlibbkmz2013-08-191-1/+1
|/ / / / /
* | | | | Merge pull request #1538 from enkore/patch-1Cory Benfield2013-08-171-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Remove superfluous double dot
| * | | | | Remove superfluous double dotenkore2013-08-181-1/+1
|/ / / / /
* | | | | Merge pull request #1535 from sigmavirus24/ignore_original_response_if_noneKenneth Reitz2013-08-161-0/+3
|\ \ \ \ \ | | | | | | | | | | | | Skip cookie extraction if necessary
| * | | | | Skip cookie extraction if necessaryIan Cordasco2013-08-161-0/+3
|/ / / / / | | | | | | | | | | | | | | | | | | | | If _original_response is never set/is None, then don't try to extract cookies from the response.
* | | | | Merge pull request #1508 from dieterv/masterKenneth Reitz2013-07-311-3/+0
|\ \ \ \ \ | |_|_|/ / |/| | | | remove duplicate comment
| * | | | remove duplicate commentDieter Verfaillie2013-07-311-3/+0
| | |/ / | |/| | | | | | This is already mentioned at line 357...
* | | | Merge pull request #1500 from gavrie/master2.0Kenneth Reitz2013-07-314-13/+22
|\ \ \ \ | | | | | | | | | | Update urllib3 to d89d508
| * | | | Update urllib3 to d89d508Gavrie Philipson2013-07-294-13/+22
| |/ / /
* | | | Merge pull request #1487 from ↵Kenneth Reitz2013-07-311-34/+15
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | dpursehouse/rewrite-test_mixed_case_scheme_acceptable Rewrite test cases to remove dependency on httpbin.org and example.com
| * | | | Check the response URL in `test_uppercase_scheme_redirect`David Pursehouse2013-07-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Update the test to check that the URL in the response is the one that we expect, i.e. the one it was supposed to redirect to.
| * | | | Rewrite `test_uppercase_scheme_redirect` to use local httpbinDavid Pursehouse2013-07-241-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | Instead of redirecting to hard-coded 'example.com', use the URL defined in `HTTPBIN_URL` with the path set to the 'html' endpoint.
| * | | | Remove redundant test case `test_uppercase_scheme`David Pursehouse2013-07-241-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | This test verifies that an upper case scheme ('HTTP') works correctly, but this is already tested in `test_mixed_case_scheme_acceptable`.
| * | | | Rewrite `test_mixed_case_scheme_acceptable` to work with local httpbinDavid Pursehouse2013-07-241-25/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of using hard-coded urls to httpbin.org, use the url defined in `HTTPBIN_URL` replacing the scheme as necessary to test the mixed cases. Refs #1485
| * | | | Remove redundant session in `test_mixed_case_scheme_acceptable`David Pursehouse2013-07-241-4/+1
| | | | |
* | | | | Merge pull request #1498 from Lukasa/incompletereadKenneth Reitz2013-07-313-4/+16
|\ \ \ \ \ | | | | | | | | | | | | Wrap IncompleteRead in ChunkedEncodingError.