summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* btctravisKenneth Reitz2017-08-202-1/+2
* cleanupKenneth Reitz2017-08-111-2/+0
* let's try thisKenneth Reitz2017-08-111-6/+6
* attempted fix of travisKenneth Reitz2017-08-111-11/+5
* Merge pull request #4231 from Lukasa/drop-3.3-supportKenneth Reitz2017-08-106-10/+1
|\
| * Remove references to 3.3 from the docsCory Benfield2017-08-093-3/+1
| * Drop Python 3.3 supportCory Benfield2017-08-093-7/+0
* | Merge pull request #4237 from robinske/doc-importKenneth Reitz2017-08-101-0/+1
|\ \ | |/ |/|
| * Merge branch 'master' into doc-importKelley Robinson2017-08-1011-16/+61
| |\ | |/ |/|
* | Merge pull request #4229 from NikosVlagoidis/issue#3863Cory Benfield2017-08-091-0/+2
|\ \
| * | Fix issue #3863NikosVlagoidis2017-08-091-1/+1
| * | Update advanced.rstNikosVlagoidis2017-08-091-3/+1
| * | Fixes issue #3863Nikolaos Vlagoidis2017-08-091-0/+4
|/ /
* | Update AUTHORS.rstKenneth Reitz2017-08-081-7/+0
* | Merge pull request #4223 from Lukasa/widen-idna-pinCory Benfield2017-08-082-1/+5
|\ \
| * | Allow IDNA 2.6Cory Benfield2017-08-082-1/+5
|/ /
* | Merge pull request #4217 from nikolas/patch-1Cory Benfield2017-08-021-1/+1
|\ \
| * | fix typo in changelogNik Nyby2017-08-021-1/+1
|/ /
* | Prepare changelog for next releaseCory Benfield2017-08-021-0/+7
* | v2.18.3v2.18.3Cory Benfield2017-08-022-4/+4
* | Merge pull request #4210 from Lukasa/sslerrorIan Stapleton Cordasco2017-07-293-1/+18
|\ \
| * | Changelog for #4209Cory Benfield2017-07-291-0/+3
| * | Correctly raise SSLError from urllib3.Cory Benfield2017-07-291-0/+5
| * | Add failing test for #4209Cory Benfield2017-07-291-1/+10
|/ /
* | Merge pull request #4182 from alexwlchan/idna-versionNate Prewitt2017-07-273-0/+26
|\ \
| * | Changelog entryAlex Chan2017-07-271-0/+2
| * | Add idna version info to requests.helpAlex Chan2017-07-272-0/+24
|/ /
* | Merge pull request #4174 from alex/patch-2Nate Prewitt2017-07-271-3/+1
|\ \
| * \ Merge branch 'master' into patch-2Alex Gaynor2017-07-2712-23/+53
| |\ \ | |/ / |/| |
* | | Merge pull request #4207 from markjszy/masterCory Benfield2017-07-271-2/+0
|\ \ \
| * | | remove legacy super() callMark Szymanski2017-07-261-2/+0
|/ / /
| * | Removed legacy fallback for python3.2Alex Gaynor2017-06-251-3/+1
| | * Adds import statement to front page of docs for clarity and quicker start upkelley2017-08-101-0/+1
| |/ |/|
* | Merge pull request #4206 from jvanasco/feature-redirectsCory Benfield2017-07-261-0/+6
|\ \
| * | some docs on request redirect detectionjonathan vanasco2017-07-261-0/+6
* | | Merge pull request #4204 from browniebroke/patch-1Cory Benfield2017-07-261-1/+1
|\ \ \ | |/ /
| * | Correct urllib3 compatibility commentBruno Alla2017-07-261-1/+1
|/ /
* | Prepare changelog for next releaseCory Benfield2017-07-251-0/+7
* | v2.18.2v2.18.2Cory Benfield2017-07-252-6/+11
* | Merge pull request #4198 from andportnoy/patch-1Cory Benfield2017-07-211-1/+1
|\ \
| * | redundant commaAndrey Portnoy2017-07-201-1/+1
|/ /
* | Merge pull request #4196 from Lukasa/require-next-urllib3Ian Stapleton Cordasco2017-07-201-1/+1
|\ \
| * | Allow urllib3 1.22Cory Benfield2017-07-201-1/+1
|/ /
* | Merge pull request #4195 from requests/requests/sessions-mount-docstring-clarityCory Benfield2017-07-201-1/+1
|\ \
| * | Use 'prefix' instead of 'key' in session docstringAlex Muller2017-07-201-1/+1
|/ /
* | Merge pull request #4192 from koobs/patch-2Cory Benfield2017-07-151-1/+1
|\ \
| * | Add requirements.txt to MANIFEST.inKubilay Kocak2017-07-151-1/+1
|/ /
* | Merge branch 'master' of github.com:kennethreitz/requestsKenneth Reitz2017-07-062-3/+28
|\ \
| * \ Merge pull request #4183 from requests/fix_help_ssl_checkCory Benfield2017-07-042-3/+28
| |\ \ | | |/ | |/|
| | * test ssl version check functions as expected in python 2.6Nate Prewitt2017-07-041-0/+21