summaryrefslogtreecommitdiff
path: root/requests
Commit message (Expand)AuthorAgeFilesLines
* The timeout is in seconds.Cory Benfield2014-02-162-2/+2
* New Response property, .is_redirect.Zack Weinberg2014-02-133-13/+25
* Merge pull request #1891 from sigmavirus24/add-requests-to-exceptionsKenneth Reitz2014-02-112-9/+16
|\
| * Explicitly check for NoneIan Cordasco2014-01-281-1/+2
| * Avoid having to fix testsIan Cordasco2014-01-281-2/+3
| * Move creation of attributes to RequestExceptionIan Cordasco2014-01-282-9/+14
* | Merge pull request #1900 from mjpieters/issue1674-json-fallback-encodingKenneth Reitz2014-02-111-1/+8
|\ \
| * | Remove logging and charade mention.Martijn Pieters2014-02-031-3/+1
| * | Reinstate falling back to self.text for JSON responsesMartijn Pieters2014-02-031-2/+11
* | | Merge pull request #1902 from mjpieters/masterKenneth Reitz2014-02-062-6/+0
|\ \ \
| * | | Remove unused loggers.Martijn Pieters2014-02-032-6/+0
* | | | Document the `Response.reason` attribute.Martijn Pieters2014-02-051-1/+2
* | | | One last Charade reference to remove here.Martijn Pieters2014-02-031-2/+1
|/ / /
* | | what is wrong with you people? :)Kenneth Reitz2014-01-311-2/+1
* | | omg never do this again ever pleaseKenneth Reitz2014-01-311-2/+1
* | | who did thisKenneth Reitz2014-01-311-9/+17
* | | cleanup shitty codeKenneth Reitz2014-01-311-11/+9
* | | Respect trust_env on redirect.Cory Benfield2014-01-311-1/+1
* | | Better layout for checking.Cory Benfield2014-01-301-5/+3
* | | Repopulate ~/.netrc auth.Cory Benfield2014-01-291-0/+17
| |/ |/|
* | on redirect pass URL as bytes. Fixes: #1887Konstantinos Koukopoulos2014-01-281-2/+2
* | s/soley/solelyKevin Burke2014-01-251-1/+1
* | v2.2.1v2.2.1Kenneth Reitz2014-01-231-2/+2
* | Update urllib3 to 9346c5cDonald Stufft2014-01-226-32/+152
* | Don't need to unquote twice.Cory Benfield2014-01-121-4/+0
* | Be less defensive in get_auth_from_url.Cory Benfield2014-01-121-7/+4
* | Meet @sigmavirus24's demanding stylistic criteria.Cory Benfield2014-01-121-3/+5
* | TypeError, not AttributeError on 3.3.Cory Benfield2014-01-111-1/+1
* | Unquote the auth after splitting the url.Cory Benfield2014-01-111-4/+7
* | v2.2.0v2.2.0Kenneth Reitz2014-01-091-2/+2
* | Make ContentDecodingError a subclass.Cory Benfield2014-01-091-1/+2
* | Merge pull request #1846 from acdha/paranoid-get_netrc_authKenneth Reitz2014-01-081-4/+13
|\ \
| * | get_netrc_auth: code cleanupChris Adams2014-01-071-2/+3
| * | get_netrc_auth: handle os.path.expanduser failureChris Adams2014-01-071-2/+10
* | | Merge branch 'master' into fix-pickling-adaptersfix-pickling-adaptersKenneth Reitz2014-01-0851-4452/+4499
|\ \ \
| * \ \ Merge pull request #1845 from Lukasa/proxy_bypassKenneth Reitz2014-01-081-1/+10
| |\ \ \
| | * | | Don't let proxy_bypass bring you down.Cory Benfield2014-01-071-1/+10
| | |/ /
| * | | Merge pull request #1827 from pepijndevos/masterKenneth Reitz2014-01-081-1/+4
| |\ \ \
| | * | | use adapter pool size for proxiesPepijn de Vos2013-12-241-1/+4
| | |/ /
| * | | Merge pull request #1832 from kevinburke/docs-warningsKenneth Reitz2014-01-083-4/+6
| |\ \ \
| | * | | Fix warnings when building the docsKevin Burke2013-12-283-4/+6
| | |/ /
| * | | Merge pull request #1836 from sigmavirus24/2014Kenneth Reitz2014-01-081-2/+2
| |\ \ \
| | * | | Bump the year ftwIan Cordasco2014-01-021-2/+2
| | |/ /
| * | | Update urllib3 to 232f496Kevin Burke2014-01-073-3/+7
| |/ /
| * | Update docs to highlight the value of r.encoding.Cory Benfield2013-12-201-0/+5
| * | Merge pull request #1807 from podshumok/fix-request-cookiejar-as-dictKenneth Reitz2013-12-191-10/+19
| |\ \
| | * | preserve python2-like dict API for RequestCookieJarKonstantin Podshumok2013-12-181-13/+4
| | * | fix regression with cookiejar.iteritems()Konstantin Podshumok2013-12-181-11/+29
| | |/
| * | Re-raise DecodeErrordaftshady2013-12-192-1/+8
| * | Merge pull request #1808 from kennethreitz/fix-cookies-saved-on-redirectKenneth Reitz2013-12-181-0/+1
| |\ \