| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove remaining test that contacts external server.pytest-httpbin | Cory Benfield | 2015-11-05 | 1 | -1/+1 |
| | | |||||
| * | Remove threaded test | Cory Benfield | 2015-11-05 | 1 | -15/+0 |
| | | |||||
| * | Pin httpbin version. | Cory Benfield | 2015-11-05 | 1 | -0/+1 |
| | | |||||
| * | Fixup assertion broken in rewrite to py.test | Cory Benfield | 2015-11-05 | 1 | -1/+1 |
| | | | | | Broke it in 0364a8ca7fc67b89f3e54d50fa3936d65e979b96 | ||||
| * | Stop being so specific when testing error strings. | Cory Benfield | 2015-11-05 | 1 | -1/+1 |
| | | |||||
| * | Use py.test style assertions | Cory Benfield | 2015-11-05 | 1 | -2/+2 |
| | | |||||
| * | Inject and use httpbin fixture everywhere. | Cory Benfield | 2015-11-05 | 1 | -90/+90 |
| | | |||||
| * | Make sure we unapply this patch. | Cory Benfield | 2015-11-05 | 1 | -21/+26 |
| | | |||||
| * | Stop using HTTP and HTTPS schemes in one test. | Cory Benfield | 2015-11-05 | 1 | -2/+1 |
| | | |||||
| * | Stop inheriting from unittest.TestCase | Cory Benfield | 2015-11-05 | 1 | -1/+1 |
| | | |||||
| * | Define some httpbin fixtures. | Cory Benfield | 2015-11-05 | 1 | -9/+22 |
| | | |||||
| * | Add pytest-httpbin requirement. | Cory Benfield | 2015-11-05 | 1 | -0/+1 |
| | | |||||
| * | Update trove classifiers. | Cory Benfield | 2015-11-05 | 1 | -2/+2 |
| | | |||||
| * | Merge pull request #2849 from annp89/master | Ian Cordasco | 2015-10-26 | 1 | -0/+1 |
| |\ | | | | | Add 511 Network Authentication Required status code | ||||
| | * | Add 511 Network Authentication Required status code to dict of status codes | Ann Paul | 2015-10-26 | 1 | -0/+1 |
| |/ | |||||
| * | Merge pull request #2825 from Lukasa/universal_newlines | Ian Cordasco | 2015-10-24 | 5 | -4/+66 |
| |\ | | | | | Add warnings about text/binary mode files. | ||||
| | * | Emit warnings when using text mode files. | Cory Benfield | 2015-10-24 | 3 | -3/+39 |
| | | | |||||
| | * | Add warnings about text/binary mode files. | Cory Benfield | 2015-10-14 | 2 | -1/+27 |
| | | | |||||
| * | | Merge pull request #2845 from gagoman/fix-2844 | Cory Benfield | 2015-10-23 | 2 | -1/+6 |
| |\ \ | | | | | | | Fix issue #2844 | ||||
| | * | | fix issue #2844 | Alex Khomchenko | 2015-10-23 | 2 | -1/+6 |
| |/ / | |||||
| * | | Merge pull request #2831 from shagunsodhani/proposed-fix-for-#2826 | Cory Benfield | 2015-10-16 | 2 | -2/+3 |
| |\ \ | | | | | | | added fix for #2826 | ||||
| | * | | added fix for #2826 | shagun Sodhani | 2015-10-16 | 2 | -2/+3 |
| |/ / | |||||
| * | | Merge pull request #2829 from dblia/getresponse-buffering | Cory Benfield | 2015-10-15 | 1 | -1/+9 |
| |\ \ | | | | | | | Use buffering for HTTP responses on chunked requests | ||||
| | * | | Use buffering for HTTP responses on chunked requests | Dimitris Bliablias | 2015-10-15 | 1 | -1/+9 |
| |/ / | | | | | | | | | | | | | | | | | | | | | For non-chunked requests, the request is performed using the 'urlopen' method that underlying uses buffering for the HTTP responses (for Python 2.7+ versions). For chunked requests though, the request is made via a different code path and so the 'getresponse' method is called without using buffering. So, the response is consumed per single byte via a recv() call on the underlying socket. This patch, fixes that issue to mimic the non-chucked request behavior. | ||||
| * | | Merge pull request #2827 from daniel-mueller/master | Cory Benfield | 2015-10-15 | 1 | -2/+2 |
| |\ \ | |/ |/| | Fixed usage example in sessions.py | ||||
| | * | Fixed usage example in sessions.py | Daniel Müller | 2015-10-15 | 1 | -2/+2 |
| |/ | |||||
| * | v2.8.1v2.8.1 | Cory Benfield | 2015-10-13 | 2 | -2/+16 |
| | | |||||
| * | Merge pull request #2821 from Lukasa/issue/2818 | Cory Benfield | 2015-10-12 | 3 | -4/+12 |
| |\ | | | | | Allow non-native-string method names. | ||||
| | * | Move to_native_string for methods to prepare() | Cory Benfield | 2015-10-12 | 2 | -4/+1 |
| | | | |||||
| | * | Failing test for issue #2818 | Cory Benfield | 2015-10-12 | 1 | -0/+11 |
| |/ | |||||
| * | Merge pull request #2810 from Lukasa/certupdate | Ian Cordasco | 2015-10-08 | 1 | -795/+1385 |
| |\ | | | | | Update requests certificate bundle. | ||||
| | * | Update requests certificate bundle. | Cory Benfield | 2015-10-08 | 1 | -795/+1385 |
| | | | | | | | | | | | This brings it up-to-date with the certifi 2015.9.6.2 release, specifically its `weak.pem` bundle. | ||||
| * | | Merge pull request #2814 from Lukasa/issue/2813 | Ian Cordasco | 2015-10-08 | 1 | -1/+1 |
| |\ \ | | | | | | | Use general null check for JSON | ||||
| | * | | Use general null check for JSON | Cory Benfield | 2015-10-08 | 1 | -1/+1 |
| | |/ | |||||
| * | | Merge pull request #2812 from Lukasa/issue/2811 | Ian Cordasco | 2015-10-08 | 1 | -1/+4 |
| |\ \ | |/ |/| | Don't treat NewConnectionErrors as timeouts. | ||||
| | * | NewConnectionErrors aren't timeouts. | Cory Benfield | 2015-10-08 | 1 | -1/+4 |
| |/ | | | | This is a compatibility change, and should be removed in 2.8.0 | ||||
| * | Merge pull request #2804 from Lukasa/final-2.8.0v2.8.0 | Ian Cordasco | 2015-10-05 | 12 | -67/+123 |
| |\ | | | | | Final 2.8.0 | ||||
| | * | Changelog for #2785. | Cory Benfield | 2015-10-05 | 1 | -0/+2 |
| | | | |||||
| | * | Increment version numbers. | Cory Benfield | 2015-10-05 | 1 | -2/+2 |
| | | | |||||
| | * | Prepare changelog for 2.8.0 | Cory Benfield | 2015-10-05 | 1 | -0/+35 |
| | | | |||||
| | * | Update urllib3 to 1.12 | Cory Benfield | 2015-10-05 | 10 | -65/+84 |
| | | | |||||
| * | | Merge pull request #2803 from asieira/master | Ian Cordasco | 2015-10-05 | 1 | -27/+1 |
| |\ \ | | | | | | | Update default user-agent (#2785) | ||||
| | * | | Removing change to .gitignore (#2785) | Alexandre Sieira | 2015-10-05 | 1 | -1/+0 |
| | | | | |||||
| | * | | Update default user-agent (#2785) | Alexandre Sieira | 2015-10-05 | 2 | -27/+2 |
| | |/ | | | | | | | | | | | * Updated default user agent so that it includes only the requests version; * Added PyCharm / IDEA project directory to `.gitignore`. | ||||
| * | | Merge pull request #2721 from Lukasa/no_proxy_fix | Cory Benfield | 2015-10-05 | 1 | -1/+3 |
| |\ \ | | | | | | | Ignore empty fields in no_proxy env var | ||||
| | * | | Ignore empty fields in no_proxy | Cory Benfield | 2015-08-13 | 1 | -1/+3 |
| | | | | |||||
| * | | | Merge pull request #2763 from ravipra/json_supersedes | Cory Benfield | 2015-10-05 | 2 | -2/+9 |
| |\ \ \ | |_|/ |/| | | Fixed issue #2756 | ||||
| | * | | Removed the other 'encode' as well, in the test case. | Ravi Prakash Putchala | 2015-09-09 | 1 | -1/+1 |
| | | | | |||||
| | * | | changed the null check for 'data' parameter to be more explicit. | Ravi Prakash Putchala | 2015-09-09 | 2 | -2/+2 |
| | | | | | | | | | | | | | removed the superfluous encode from the testcase. | ||||
| | * | | Fixed issue #2756 | Ravi Prakash Putchala | 2015-09-08 | 2 | -2/+9 |
| | | | | | | | | | | | | | | | | Now 'json' parameter will be used to prepare body only if the 'data' parameter is not present | ||||
