summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary bits from cacert notice sectionupdate-noticeIan Cordasco2014-03-011-8/+0
* Charade -> Chardet and Add cacert.pem licenseIan Cordasco2014-02-281-17/+13
* Merge pull request #1923 from Lukasa/masterCory Benfield2014-02-162-2/+2
|\
| * The timeout is in seconds.Cory Benfield2014-02-162-2/+2
|/
* Merge pull request #1918 from zackw/response-is-redirectKenneth Reitz2014-02-135-13/+36
|\
| * New Response property, .is_redirect.Zack Weinberg2014-02-135-13/+36
|/
* 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 #1897 from aliles/masterKenneth Reitz2014-02-112-0/+25
|\ \
| * | State early in SNI discussion Python2 limitationAaron Iles2014-02-041-2/+3
| * | Move SNI documentation to FAQAaron Iles2014-02-022-25/+24
| * | Document requirements for SNI support on Python2Aaron Iles2014-02-021-0/+25
* | | 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
* | | | Clarify our 1.2.1 behaviour change.Cory Benfield2014-02-111-0/+2
* | | | Merge pull request #1902 from mjpieters/masterKenneth Reitz2014-02-062-6/+0
|\ \ \ \
| * | | | Remove unused loggers.Martijn Pieters2014-02-032-6/+0
| | |/ / | |/| |
* | | | Merge pull request #1904 from mjpieters/doc-response-reasonCory Benfield2014-02-051-1/+2
|\ \ \ \
| * | | | Document the `Response.reason` attribute.Martijn Pieters2014-02-051-1/+2
|/ / / /
* | | | Merge pull request #1901 from mjpieters/chardet-not-charadeCory Benfield2014-02-041-2/+1
|\ \ \ \ | |/ / / |/| | |
| * | | 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
* | | Merge pull request #1892 from Lukasa/netrcauthKenneth Reitz2014-01-311-0/+15
|\ \ \
| * | | 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
| | |/ | |/|
* | | Merge pull request #1893 from Lukasa/licenseKenneth Reitz2014-01-301-3/+1
|\ \ \ | |/ / |/| |
| * | Avoid breaking crappy distribution methods.Cory Benfield2014-01-291-3/+1
|/ /
* | Merge pull request #1888 from longaccess/handle301Kenneth Reitz2014-01-282-2/+5
|\ \
| * | on redirect pass URL as bytes. Fixes: #1887Konstantinos Koukopoulos2014-01-281-2/+2
| * | test pyopenssl redirect (unit test for #1887)Konstantinos Koukopoulos2014-01-281-0/+3
|/ /
* | Merge pull request #1886 from meteozond/patch-1Cory Benfield2014-01-281-2/+2
|\ \
| * | Added info about posted files headersAlexander2014-01-281-2/+2
|/ /
* | Merge pull request #1881 from kevinburke/typoIan Cordasco2014-01-251-1/+1
|\ \
| * | s/soley/solelyKevin Burke2014-01-251-1/+1
|/ /
* | NOTICE updateKenneth Reitz2014-01-241-3/+2
* | Merge pull request #1870 from sigmavirus24/add-toolbelt-to-docsKenneth Reitz2014-01-231-0/+6
|\ \
| * | Add missing sledIan Cordasco2014-01-211-1/+1
| * | Add a small note about requests-toolbeltIan Cordasco2014-01-181-0/+6
* | | v2.2.1v2.2.1Kenneth Reitz2014-01-232-3/+3
* | | Merge pull request #1876 from dstufft/update-urllib3Kenneth Reitz2014-01-236-32/+152
|\ \ \
| * | | Update urllib3 to 9346c5cDonald Stufft2014-01-226-32/+152
|/ / /
* | | Update changelog for 2.2.1.Cory Benfield2014-01-221-0/+8
* | | Merge pull request #1874 from kevinburke/typoCory Benfield2014-01-211-1/+1
|\ \ \ | |/ / |/| |