summaryrefslogtreecommitdiff
path: root/requests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1962 from sigmavirus24/fix-history-typeKenneth Reitz2014-03-241-1/+1
|\
| * Actually assign historyIan Cordasco2014-03-151-0/+1
| * Fix #1960: A Response's history should be a listIan Cordasco2014-03-151-1/+0
* | Merge pull request #1963 from sigmavirus24/fix-redirect-methodsKenneth Reitz2014-03-241-1/+4
|\ \
| * | Fix #1955: Do not use original request in redirectIan Cordasco2014-03-151-1/+4
| |/
* | Merge pull request #1951 from Lukasa/proxyauthKenneth Reitz2014-03-232-24/+85
|\ \ | |/ |/|
| * Style changes thanks to @sigmavirus24.Cory Benfield2014-03-221-8/+7
| * Remove some extraneous comments to please KR.Cory Benfield2014-03-121-6/+0
| * Add method for rebuilding proxy configuration.Cory Benfield2014-03-121-1/+51
| * Move auth rebuild to its own method.Cory Benfield2014-03-121-13/+26
| * Split get_environ_proxies into two methods.Cory Benfield2014-03-121-10/+15
* | Merge pull request #1916 from schlamar/accept-encodingKenneth Reitz2014-03-121-1/+1
|\ \
| * | Removed compress from accepted encodings.schlamar2014-03-121-1/+1
| |/
* | Ensure that .raw() is present after unpickling.Cory Benfield2014-03-121-0/+1
|/
* Merge pull request #1935 from cjstapleton/masterKenneth Reitz2014-03-031-4/+1
|\
| * Add timeout to stream with testingcjstapleton2014-02-281-4/+1
* | Merge pull request #1921 from sigmavirus24/fix-session-header-noneKenneth Reitz2014-03-031-0/+2
|\ \ | |/ |/|
| * Do not set headers with None valueIan Cordasco2014-02-141-0/+2
* | 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
|\ \