| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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. | ||||
| | * | | | | Wrap IncompleteRead in ChunkedEncodingError. | Cory Benfield | 2013-07-28 | 3 | -4/+16 |
| | | |/ / | |/| | | |||||
| * | | | | Merge pull request #1501 from sigmavirus24/remove_setting_of_hooks | Kenneth Reitz | 2013-07-31 | 1 | -1/+0 |
| |\ \ \ \ | | | | | | | | | | | Fix duplication of efforts caught by @dofelw | ||||
| | * | | | | Fix duplication of efforts caught by @dofelw | Ian Cordasco | 2013-07-29 | 1 | -1/+0 |
| | | | | | | |||||
| * | | | | | Merge pull request #1506 from Lukasa/mockrequest | Kenneth Reitz | 2013-07-31 | 1 | -0/+4 |
| |\ \ \ \ \ | | | | | | | | | | | | | Provide 'host' parameter to MockRequest. | ||||
| | * | | | | | Provide 'host' parameter to MockRequest. | Cory Benfield | 2013-07-30 | 1 | -0/+4 |
| | | |/ / / | |/| | | | |||||
| * | | | | | Merge pull request #1507 from buzztabapp/prepared-session-requests | Kenneth Reitz | 2013-07-31 | 3 | -48/+98 |
| |\ \ \ \ \ | |/ / / / |/| | | | | Allow preparing of Requests from Session settings without sending. | ||||
| | * | | | | Merge settings when creating PreparedRequest, don't copy Request. | Robert Estelle | 2013-07-31 | 3 | -87/+54 |
| | | | | | | |||||
| | * | | | | Add Session.prepare_request test case. | Robert Estelle | 2013-07-30 | 1 | -0/+17 |
| | | | | | | |||||
| | * | | | | Add Request.copy() test case. | Robert Estelle | 2013-07-30 | 1 | -0/+31 |
| | | | | | | |||||
| | * | | | | Shallow copy of Request fields in Request.copy() | Robert Estelle | 2013-07-30 | 1 | -6/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This prevents e.g. modifying the headers of a copied request from affecting the headers of its source and vice versa. Copying is used with the intent to mutuate, so allowing this kind of mutation of fields makes sense. Is a deep copy better? | ||||
| | * | | | | Skip unneccessary Request.copy in Session.request | Robert Estelle | 2013-07-30 | 1 | -4/+6 |
| | | | | | | |||||
| | * | | | | Prepare requests with session settings separately from sending. | Robert Estelle | 2013-07-30 | 2 | -34/+61 |
| |/ / / / | |||||
| * | | | | Merge pull request #1494 from Lukasa/close | Cory Benfield | 2013-07-27 | 1 | -0/+5 |
| |\ \ \ \ | | | | | | | | | | | Document the Response.close() method. | ||||
| | * | | | | Document the Response.close() method. | Cory Benfield | 2013-07-25 | 1 | -0/+5 |
| | |/ / / | |||||
| * | | | | Merge pull request #1476 from sigmavirus24/add_copy_to_prepared_requests | Kenneth Reitz | 2013-07-26 | 1 | -0/+9 |
| |\ \ \ \ | |/ / / |/| | | | [2.0] Add copy method to PreparedRequest objects | ||||
| | * | | | Add copy method to PreparedRequest objects | Ian Cordasco | 2013-07-20 | 1 | -1/+10 |
| | | | | | |||||
| * | | | | Comment markups, courtesy of @sigmavirus24 | Cory Benfield | 2013-07-24 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Merge pull request #1490 from Lukasa/cookiedocs | Kenneth Reitz | 2013-07-24 | 1 | -1/+4 |
| |\ \ \ \ | |_|/ / |/| | | | Better cookie docs on sessions. | ||||
| | * | | | Better cookie docs on sessions. | Cory Benfield | 2013-07-24 | 1 | -1/+4 |
| |/ / / | |||||
| * | | | Merge pull request #1486 from sigmavirus24/use_urljoin | Kenneth Reitz | 2013-07-23 | 1 | -2/+2 |
| |\ \ \ | | | | | | | | | Use urlparse.urljointo construct httpbin url | ||||
| | * | | | Derp. Use compat | Ian Cordasco | 2013-07-23 | 1 | -3/+2 |
| | | | | | |||||
| | * | | | Use urlparse.urljointo construct httpbin url | Ian Cordasco | 2013-07-23 | 1 | -1/+2 |
| |/ / / | |||||
| * | | | Merge pull request #1482 from dpursehouse/fix-testcases-with-proxy | Kenneth Reitz | 2013-07-23 | 2 | -2/+8 |
| |\ \ \ | | | | | | | | | Fix test cases that fail when running behind a proxy | ||||
| | * | | | Fix test cases that fail when running behind a proxy | David Pursehouse | 2013-07-23 | 2 | -2/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When sending a request via `Session.send()` the proxies must be explicitly given with the `proxies` argument. This is not done in the test cases, which means that they fail when run on a system that is behind a proxy. Update test cases to make sure the proxies are set in the sessions. | ||||
| * | | | | Merge pull request #1483 from dpursehouse/httpbin-url-without-trailing-slash | Kenneth Reitz | 2013-07-23 | 1 | -0/+2 |
| |\ \ \ \ | |/ / / |/| | | | Test cases fail when `HTTPBIN_URL` does not have trailing slash | ||||
