Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | TimeoutSauce! | Kenneth Reitz | 2013-09-24 | 1 | -3/+3 |
* | v2.0.0 | Kenneth Reitz | 2013-09-24 | 1 | -2/+2 |
* | merge 2.0 insto master | Kenneth Reitz | 2013-09-24 | 17 | -199/+1101 |
|\ | |||||
| * | prototype for new urllib3 timeouts | Kenneth Reitz | 2013-09-24 | 1 | -0/+6 |
| * | new urllib3 | Kenneth Reitz | 2013-09-24 | 9 | -106/+851 |
| * | Merge pull request #1602 from sigmavirus24/handle_multiple_qop_types | Kenneth Reitz | 2013-09-24 | 1 | -3/+3 |
| |\ | |||||
| | * | Handle case when WWW-Authenticate returns multiple qops | Ian Cordasco | 2013-09-13 | 1 | -3/+3 |
| * | | Merge pull request #1565 from Lukasa/relative | Kenneth Reitz | 2013-09-24 | 1 | -1/+1 |
| |\ \ | | |/ | |/| | |||||
| | * | Don't absolute import vendored things. | Cory Benfield | 2013-09-01 | 1 | -1/+1 |
| * | | Python defaults arguments are hard. | Cory Benfield | 2013-09-13 | 1 | -2/+2 |
| |/ | |||||
| * | Allow spaces in the no_proxy environ variable. | Cory Benfield | 2013-08-23 | 1 | -1/+1 |
| * | Merge pull request #1537 from Lukasa/datetime | Kenneth Reitz | 2013-08-21 | 1 | -0/+4 |
| |\ | |||||
| | * | Allow non-string objects to be data with files | Cory Benfield | 2013-08-17 | 1 | -0/+4 |
| * | | Merge pull request #1527 from paul-matthews/restrict-hooks-access | Kenneth Reitz | 2013-08-21 | 1 | -0/+3 |
| |\ \ | |||||
| | * | | Raise an error for unsupported hook event | Paul Matthews | 2013-08-12 | 1 | -0/+3 |
| * | | | RequestException subclasses IOError. | Cory Benfield | 2013-08-17 | 1 | -1/+1 |
| | |/ | |/| | |||||
| * | | Merge pull request #1515 from schlamar/https-proxy-2.0 | Kenneth Reitz | 2013-08-14 | 4 | -53/+175 |
| |\ \ | | |/ | |/| | |||||
| | * | Add proxy_headers functionality. | Cory Benfield | 2013-08-14 | 1 | -10/+27 |
| | * | Cache manager for proxy connection. | ms4py | 2013-08-03 | 1 | -1/+5 |
| | * | Fix for new proxy API. | ms4py | 2013-08-03 | 1 | -2/+2 |
| | * | Update urllib3 to 14b8945 | ms4py | 2013-08-03 | 3 | -42/+143 |
| * | | Catch UnsupportedOperation. | Cory Benfield | 2013-08-03 | 1 | -2/+2 |
| |/ | |||||
| * | Better percent-escape exception. | Cory Benfield | 2013-08-02 | 1 | -2/+6 |
| * | Merge branch 'fix_401_cookies' of git://github.com/sigmavirus24/requests into... | Kenneth Reitz | 2013-07-31 | 2 | -7/+11 |
| |\ | |||||
| | * | Take advantage of the new copy method | Ian Cordasco | 2013-07-27 | 2 | -11/+2 |
| | * | Fixed finally. Also requires updated httpbin.org | Ian Cordasco | 2013-07-27 | 1 | -0/+4 |
| | * | Make the regular tests pass | Ian Cordasco | 2013-07-27 | 1 | -10/+12 |
| | * | Start work on sending cookies back | Ian Ross and Ian Cordasco | 2013-07-27 | 1 | -2/+9 |
| * | | Merge branch 'proxyscheme' of git://github.com/Lukasa/requests into 2.0 | Kenneth Reitz | 2013-07-31 | 2 | -13/+9 |
| |\ \ | |||||
| | * | | Proxy urls should have explicit schemes. | Cory Benfield | 2013-07-28 | 2 | -17/+13 |
| * | | | Merge branch 'keytype' of git://github.com/Lukasa/requests into 2.0 | Kenneth Reitz | 2013-07-31 | 2 | -9/+27 |
| |\ \ \ | |||||
| | * | | | Instantiate the CID directly. | Cory Benfield | 2013-07-29 | 1 | -2/+1 |
| | * | | | Header keys should be native strings. | Cory Benfield | 2013-07-29 | 2 | -8/+27 |
| | |/ / | |||||
* | | | | Merge pull request #1503 from skastel/master | Kenneth Reitz | 2013-09-24 | 1 | -2/+4 |
|\ \ \ \ | |||||
| * | | | | Raising ValueError's when we're passed inconsistent POST data and files dict. | Stephen Huenneke | 2013-08-06 | 1 | -2/+4 |
| * | | | | 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 | Radu Voicilas | 2013-09-09 | 1 | -1/+1 |
* | | | | | minor typo: Fix requests spelling | Sayan Chowdhury | 2013-09-11 | 1 | -1/+1 |
* | | | | | Fixed persistence spelling | kracekumar | 2013-09-10 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Improved content encoding detection. | Jon Parise | 2013-09-03 | 1 | -1/+5 |
* | | | | Skip cookie extraction if necessary | Ian Cordasco | 2013-08-16 | 1 | -0/+3 |
* | | | | Merge pull request #1508 from dieterv/master | Kenneth Reitz | 2013-07-31 | 1 | -3/+0 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | remove duplicate comment | Dieter Verfaillie | 2013-07-31 | 1 | -3/+0 |
| |/ / | |||||
* | | | Merge pull request #1500 from gavrie/master2.0 | Kenneth Reitz | 2013-07-31 | 4 | -13/+22 |
|\ \ \ | |||||
| * | | | Update urllib3 to d89d508 | Gavrie Philipson | 2013-07-29 | 4 | -13/+22 |
| |/ / | |||||
* | | | Merge pull request #1498 from Lukasa/incompleteread | Kenneth Reitz | 2013-07-31 | 3 | -4/+16 |
|\ \ \ | |||||
| * | | | 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 |
|\ \ \ |