summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* depend on twistedtwistedKenneth Reitz2017-09-031-1/+2
* more python2 compatibilityKenneth Reitz2017-09-031-2/+2
* cleanupKenneth Reitz2017-09-031-11/+16
* all working!Kenneth Reitz2017-09-031-6/+28
* this is a nightmareâ„¢Kenneth Reitz2017-09-032-1/+39
* Merge pull request #4118 from hobarrera/drop-py26Kenneth Reitz2017-07-2618-65/+41
|\
| * Use comprehensions whenever possibleHugo Osvaldo Barrera2017-07-147-25/+22
| * Keep an eye open on forward-compatibilityHugo Osvaldo Barrera2017-07-141-0/+3
| * Add myself to AUTHORSHugo Osvaldo Barrera2017-07-141-1/+1
| * Drop python2.6 supportHugo Osvaldo Barrera2017-07-1411-39/+15
|/
* Merge pull request #4173 from jeremycline/https-proxy-issueCory Benfield2017-06-272-79/+270
|\
| * Remove the dictionary comprehension from the testsJeremy Cline2017-06-271-2/+4
| * Move _pool_kwargs out to a functionJeremy Cline2017-06-261-64/+62
| * Pass pool_kwargs rather than updating connection_pool_kwJeremy Cline2017-06-241-39/+34
| * Tests to demonstrate issue #3633Jeremy Cline2017-06-241-0/+196
|/
* Merge pull request #4120 from requests/update-3.0Cory Benfield2017-06-10136-32595/+626
|\
| * This should be 3.0update-3.0Cory Benfield2017-05-311-2/+2
| * Clean up invalid indentation from mergeCory Benfield2017-05-311-1/+1
| * Clean up flake8 errors from mergeCory Benfield2017-05-313-3/+5
| * Clean up messy mergeCory Benfield2017-05-311-2/+3
| * Merge branch 'master' into proposed/3.0.0Cory Benfield2017-05-31136-32593/+621
| |\ |/ /
| * Merge pull request #4114 from cyberjacob/masterCory Benfield2017-05-302-2/+9
| |\
| | * Catch error if multiprocessing is not available or is unable to determine the...Jacob Mansfield2017-05-302-2/+9
| |/
| * Begin dev section of READMECory Benfield2017-05-301-0/+5
| * change development philosophy docs to reflect realityKenneth Reitz2017-05-291-2/+2
| * remove note about cacerts.pemKenneth Reitz2017-05-291-5/+0
| * improve development instructionsKenneth Reitz2017-05-291-1/+1
| * update development documentationKenneth Reitz2017-05-291-4/+7
| * remove "are you crazy?" sectionKenneth Reitz2017-05-291-5/+0
| * fix sidebarsKenneth Reitz2017-05-292-2/+2
| * improve installation docsKenneth Reitz2017-05-291-2/+2
| * improve install docsKenneth Reitz2017-05-291-2/+2
| * fix github starsKenneth Reitz2017-05-291-1/+1
| * improve installation instructionsKenneth Reitz2017-05-291-1/+2
| * Merge branch 'master' of github.com:kennethreitz/requestsKenneth Reitz2017-05-2911-45/+39
| |\
| | * Merge pull request #4108 from requests/flake8-improvementsKenneth Reitz2017-05-2911-45/+39
| | |\
| | | * cleanup utils.pyKenneth Reitz2017-05-291-2/+3
| | | * cleanup sessions.pyKenneth Reitz2017-05-291-26/+15
| | | * cleanup models.pyKenneth Reitz2017-05-291-4/+6
| | | * improve flake8 help.pyKenneth Reitz2017-05-291-1/+0
| | | * cleanup help.py (flake8)flake8-improvementsKenneth Reitz2017-05-291-1/+3
| | | * improve line continuations for flake8Kenneth Reitz2017-05-291-2/+4
| | | * fix empty lines for flake8Kenneth Reitz2017-05-291-0/+1
| | | * fix flake8 indent errorKenneth Reitz2017-05-291-1/+1
| | | * ignore undefined names in flake8Kenneth Reitz2017-05-291-1/+1
| | | * flake8 ignore lambda expressionsKenneth Reitz2017-05-291-1/+1
| | | * fix spaces in api.pyKenneth Reitz2017-05-291-1/+1
| | | * fix flake8 for EOF in __init__.pyKenneth Reitz2017-05-291-2/+0
| | | * flake8: import statement improvementsKenneth Reitz2017-05-292-5/+5
| | | * ignore line continuations for flake8Kenneth Reitz2017-05-291-1/+1