| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | Merge branch 'keytype' of git://github.com/Lukasa/requests into 2.0 | Kenneth Reitz | 2013-07-31 | 3 | -16/+43 | |
| | |\ \ \ | ||||||
| | | * | | | Instantiate the CID directly. | Cory Benfield | 2013-07-29 | 1 | -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 Benfield | 2013-07-29 | 1 | -4/+3 | |
| | | | | | | ||||||
| | | * | | | Header keys should be native strings. | Cory Benfield | 2013-07-29 | 3 | -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/master | Kenneth Reitz | 2013-09-24 | 2 | -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 Huenneke | 2013-08-08 | 1 | -4/+5 | |
| | | | | | | ||||||
| | * | | | | Raising ValueError's when we're passed inconsistent POST data and files dict. | Stephen Huenneke | 2013-08-06 | 2 | -2/+10 | |
| | | | | | | ||||||
| | * | | | | Making sure we check for str/unicode. | Stephen Huenneke | 2013-07-29 | 1 | -2/+2 | |
| | | | | | | ||||||
| | * | | | | Fixing error return to be consistent with tuple return at the end of the method. | Stephen Huenneke | 2013-07-29 | 1 | -1/+1 | |
| | | |/ / | |/| | | ||||||
| * | | | | Merge pull request #1585 from rvoicilas/master | Kenneth Reitz | 2013-09-24 | 1 | -1/+1 | |
| |\ \ \ \ | | | | | | | | | | | Use values() when the keys are not being used | |||||
| | * | | | | Use values() when the keys are not being used | Radu Voicilas | 2013-09-09 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | runscope | Kenneth Reitz | 2013-09-24 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | Fixup unicode in AUTHORS file | Cory Benfield | 2013-09-12 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | Merge pull request #1592 from homm/master | Cory Benfield | 2013-09-12 | 3 | -4/+6 | |
| |\ \ \ \ \ | | | | | | | | | | | | | remove extra mention of dangerous `r.raw` | |||||
| | * | | | | | Update AUTHORS.rst | homm | 2013-09-12 | 1 | -0/+1 | |
| | | | | | | | ||||||
| | * | | | | | fix spelling | homm | 2013-09-12 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | * | | | | | clearly describe `r.raw` in Body Content Workflow | homm | 2013-09-12 | 2 | -2/+2 | |
| | | | | | | | ||||||
| | * | | | | | remove extra mention of dangerous `r.raw` | homm | 2013-09-12 | 2 | -5/+6 | |
| |/ / / / / | ||||||
| * | | | | | Merge pull request #1591 from sayanchowdhury/patch-1 | Cory Benfield | 2013-09-11 | 1 | -1/+1 | |
| |\ \ \ \ \ | | | | | | | | | | | | | minor typo: Fix requests spelling | |||||
| | * | | | | | minor typo: Fix requests spelling | Sayan Chowdhury | 2013-09-11 | 1 | -1/+1 | |
| |/ / / / / | ||||||
| * | | | | | Merge pull request #1587 from kracekumar/patch-1 | Cory Benfield | 2013-09-10 | 1 | -1/+1 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | Fixed persistence spelling | |||||
| | * | | | | Fixed persistence spelling | kracekumar | 2013-09-10 | 1 | -1/+1 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #1579 from yang/patch-1 | Cory Benfield | 2013-09-08 | 1 | -2/+4 | |
| |\ \ \ \ | | | | | | | | | | | Clarify timeout behavior in quickstart doc | |||||
| | * | | | | Fix typo in Timeouts doc | Yang Zhang | 2013-09-07 | 1 | -1/+1 | |
| | | | | | | ||||||
| | * | | | | Clarify timeout behavior in quickstart doc | Yang Zhang | 2013-09-06 | 1 | -2/+4 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #1578 from jparise/jparise-authorsbaserock/morph | Cory Benfield | 2013-09-04 | 1 | -0/+1 | |
| |\ \ \ \ | | | | | | | | | | | Adding myself to the list of contributors. | |||||
| | * | | | | Adding myself to the list of contributors. | Jon Parise | 2013-09-04 | 1 | -0/+1 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #1575 from jparise/content-encoding | Kenneth Reitz | 2013-09-03 | 2 | -1/+49 | |
| |\ \ \ \ | | | | | | | | | | | Improved content encoding detection. | |||||
| | * | | | | Improved content encoding detection. | Jon Parise | 2013-09-03 | 2 | -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_readme | Cory Benfield | 2013-09-01 | 1 | -1/+3 | |
| |\ \ \ \ | | | | | | | | | | | Add link to Contributor Friendly tag in README | |||||
| | * | | | | Add link to Contributor Friendly tag | Ian Cordasco | 2013-09-01 | 1 | -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/master | Cory Benfield | 2013-08-27 | 1 | -0/+1 | |
| |\ \ \ \ | | | | | | | | | | | Added link to StackOverflow questions related to python-requests. This s... | |||||
| | * | | | | Added link to StackOverflow questions related to python-requests. This ↵ | Sorin Sbarnea | 2013-08-27 | 1 | -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/master | Cory Benfield | 2013-08-18 | 1 | -1/+1 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Event hooks update | |||||
| | * | | | | | Update advanced.rst | libbkmz | 2013-08-19 | 1 | -1/+1 | |
| |/ / / / / | ||||||
| * | | | | | Merge pull request #1538 from enkore/patch-1 | Cory Benfield | 2013-08-17 | 1 | -1/+1 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Remove superfluous double dot | |||||
| | * | | | | | Remove superfluous double dot | enkore | 2013-08-18 | 1 | -1/+1 | |
| |/ / / / / | ||||||
| * | | | | | Merge pull request #1535 from sigmavirus24/ignore_original_response_if_none | Kenneth Reitz | 2013-08-16 | 1 | -0/+3 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Skip cookie extraction if necessary | |||||
| | * | | | | | Skip cookie extraction if necessary | Ian Cordasco | 2013-08-16 | 1 | -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/master | Kenneth Reitz | 2013-07-31 | 1 | -3/+0 | |
| |\ \ \ \ \ | |_|_|/ / |/| | | | | remove duplicate comment | |||||
| | * | | | | remove duplicate comment | Dieter Verfaillie | 2013-07-31 | 1 | -3/+0 | |
| | | |/ / | |/| | | | | | | This is already mentioned at line 357... | |||||
| * | | | | Merge pull request #1500 from gavrie/master2.0 | Kenneth Reitz | 2013-07-31 | 4 | -13/+22 | |
| |\ \ \ \ | | | | | | | | | | | Update urllib3 to d89d508 | |||||
| | * | | | | Update urllib3 to d89d508 | Gavrie Philipson | 2013-07-29 | 4 | -13/+22 | |
| | |/ / / | ||||||
| * | | | | Merge pull request #1487 from ↵ | Kenneth Reitz | 2013-07-31 | 1 | -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 Pursehouse | 2013-07-24 | 1 | -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 httpbin | David Pursehouse | 2013-07-24 | 1 | -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 Pursehouse | 2013-07-24 | 1 | -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 httpbin | David Pursehouse | 2013-07-24 | 1 | -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 Pursehouse | 2013-07-24 | 1 | -4/+1 | |
| | | | | | | ||||||
| * | | | | | Merge pull request #1498 from Lukasa/incompleteread | Kenneth Reitz | 2013-07-31 | 3 | -4/+16 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Wrap IncompleteRead in ChunkedEncodingError. | |||||
