| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | The timeout is in seconds. | Cory Benfield | 2014-02-16 | 2 | -2/+2 |
| * | New Response property, .is_redirect. | Zack Weinberg | 2014-02-13 | 3 | -13/+25 |
| * | Merge pull request #1891 from sigmavirus24/add-requests-to-exceptions | Kenneth Reitz | 2014-02-11 | 2 | -9/+16 |
| |\ | |||||
| | * | Explicitly check for None | Ian Cordasco | 2014-01-28 | 1 | -1/+2 |
| | * | Avoid having to fix tests | Ian Cordasco | 2014-01-28 | 1 | -2/+3 |
| | * | Move creation of attributes to RequestException | Ian Cordasco | 2014-01-28 | 2 | -9/+14 |
| * | | Merge pull request #1900 from mjpieters/issue1674-json-fallback-encoding | Kenneth Reitz | 2014-02-11 | 1 | -1/+8 |
| |\ \ | |||||
| | * | | Remove logging and charade mention. | Martijn Pieters | 2014-02-03 | 1 | -3/+1 |
| | * | | Reinstate falling back to self.text for JSON responses | Martijn Pieters | 2014-02-03 | 1 | -2/+11 |
| * | | | Merge pull request #1902 from mjpieters/master | Kenneth Reitz | 2014-02-06 | 2 | -6/+0 |
| |\ \ \ | |||||
| | * | | | Remove unused loggers. | Martijn Pieters | 2014-02-03 | 2 | -6/+0 |
| * | | | | Document the `Response.reason` attribute. | Martijn Pieters | 2014-02-05 | 1 | -1/+2 |
| * | | | | One last Charade reference to remove here. | Martijn Pieters | 2014-02-03 | 1 | -2/+1 |
| |/ / / | |||||
| * | | | what is wrong with you people? :) | Kenneth Reitz | 2014-01-31 | 1 | -2/+1 |
| * | | | omg never do this again ever please | Kenneth Reitz | 2014-01-31 | 1 | -2/+1 |
| * | | | who did this | Kenneth Reitz | 2014-01-31 | 1 | -9/+17 |
| * | | | cleanup shitty code | Kenneth Reitz | 2014-01-31 | 1 | -11/+9 |
| * | | | Respect trust_env on redirect. | Cory Benfield | 2014-01-31 | 1 | -1/+1 |
| * | | | Better layout for checking. | Cory Benfield | 2014-01-30 | 1 | -5/+3 |
| * | | | Repopulate ~/.netrc auth. | Cory Benfield | 2014-01-29 | 1 | -0/+17 |
| | |/ |/| | |||||
| * | | on redirect pass URL as bytes. Fixes: #1887 | Konstantinos Koukopoulos | 2014-01-28 | 1 | -2/+2 |
| * | | s/soley/solely | Kevin Burke | 2014-01-25 | 1 | -1/+1 |
| * | | v2.2.1v2.2.1 | Kenneth Reitz | 2014-01-23 | 1 | -2/+2 |
| * | | Update urllib3 to 9346c5c | Donald Stufft | 2014-01-22 | 6 | -32/+152 |
| * | | Don't need to unquote twice. | Cory Benfield | 2014-01-12 | 1 | -4/+0 |
| * | | Be less defensive in get_auth_from_url. | Cory Benfield | 2014-01-12 | 1 | -7/+4 |
| * | | Meet @sigmavirus24's demanding stylistic criteria. | Cory Benfield | 2014-01-12 | 1 | -3/+5 |
| * | | TypeError, not AttributeError on 3.3. | Cory Benfield | 2014-01-11 | 1 | -1/+1 |
| * | | Unquote the auth after splitting the url. | Cory Benfield | 2014-01-11 | 1 | -4/+7 |
| * | | v2.2.0v2.2.0 | Kenneth Reitz | 2014-01-09 | 1 | -2/+2 |
| * | | Make ContentDecodingError a subclass. | Cory Benfield | 2014-01-09 | 1 | -1/+2 |
| * | | Merge pull request #1846 from acdha/paranoid-get_netrc_auth | Kenneth Reitz | 2014-01-08 | 1 | -4/+13 |
| |\ \ | |||||
| | * | | get_netrc_auth: code cleanup | Chris Adams | 2014-01-07 | 1 | -2/+3 |
| | * | | get_netrc_auth: handle os.path.expanduser failure | Chris Adams | 2014-01-07 | 1 | -2/+10 |
| * | | | Merge branch 'master' into fix-pickling-adaptersfix-pickling-adapters | Kenneth Reitz | 2014-01-08 | 51 | -4452/+4499 |
| |\ \ \ | |||||
| | * \ \ | Merge pull request #1845 from Lukasa/proxy_bypass | Kenneth Reitz | 2014-01-08 | 1 | -1/+10 |
| | |\ \ \ | |||||
| | | * | | | Don't let proxy_bypass bring you down. | Cory Benfield | 2014-01-07 | 1 | -1/+10 |
| | | |/ / | |||||
| | * | | | Merge pull request #1827 from pepijndevos/master | Kenneth Reitz | 2014-01-08 | 1 | -1/+4 |
| | |\ \ \ | |||||
| | | * | | | use adapter pool size for proxies | Pepijn de Vos | 2013-12-24 | 1 | -1/+4 |
| | | |/ / | |||||
| | * | | | Merge pull request #1832 from kevinburke/docs-warnings | Kenneth Reitz | 2014-01-08 | 3 | -4/+6 |
| | |\ \ \ | |||||
| | | * | | | Fix warnings when building the docs | Kevin Burke | 2013-12-28 | 3 | -4/+6 |
| | | |/ / | |||||
| | * | | | Merge pull request #1836 from sigmavirus24/2014 | Kenneth Reitz | 2014-01-08 | 1 | -2/+2 |
| | |\ \ \ | |||||
| | | * | | | Bump the year ftw | Ian Cordasco | 2014-01-02 | 1 | -2/+2 |
| | | |/ / | |||||
| | * | | | Update urllib3 to 232f496 | Kevin Burke | 2014-01-07 | 3 | -3/+7 |
| | |/ / | |||||
| | * | | Update docs to highlight the value of r.encoding. | Cory Benfield | 2013-12-20 | 1 | -0/+5 |
| | * | | Merge pull request #1807 from podshumok/fix-request-cookiejar-as-dict | Kenneth Reitz | 2013-12-19 | 1 | -10/+19 |
| | |\ \ | |||||
| | | * | | preserve python2-like dict API for RequestCookieJar | Konstantin Podshumok | 2013-12-18 | 1 | -13/+4 |
| | | * | | fix regression with cookiejar.iteritems() | Konstantin Podshumok | 2013-12-18 | 1 | -11/+29 |
| | | |/ | |||||
| | * | | Re-raise DecodeError | daftshady | 2013-12-19 | 2 | -1/+8 |
| | * | | Merge pull request #1808 from kennethreitz/fix-cookies-saved-on-redirect | Kenneth Reitz | 2013-12-18 | 1 | -0/+1 |
| | |\ \ | |||||
