| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | depend on twistedtwisted | Kenneth Reitz | 2017-09-03 | 1 | -1/+2 |
| * | more python2 compatibility | Kenneth Reitz | 2017-09-03 | 1 | -2/+2 |
| * | cleanup | Kenneth Reitz | 2017-09-03 | 1 | -11/+16 |
| * | all working! | Kenneth Reitz | 2017-09-03 | 1 | -6/+28 |
| * | this is a nightmareâ„¢ | Kenneth Reitz | 2017-09-03 | 2 | -1/+39 |
| * | Merge pull request #4118 from hobarrera/drop-py26 | Kenneth Reitz | 2017-07-26 | 18 | -65/+41 |
| |\ | |||||
| | * | Use comprehensions whenever possible | Hugo Osvaldo Barrera | 2017-07-14 | 7 | -25/+22 |
| | * | Keep an eye open on forward-compatibility | Hugo Osvaldo Barrera | 2017-07-14 | 1 | -0/+3 |
| | * | Add myself to AUTHORS | Hugo Osvaldo Barrera | 2017-07-14 | 1 | -1/+1 |
| | * | Drop python2.6 support | Hugo Osvaldo Barrera | 2017-07-14 | 11 | -39/+15 |
| |/ | |||||
| * | Merge pull request #4173 from jeremycline/https-proxy-issue | Cory Benfield | 2017-06-27 | 2 | -79/+270 |
| |\ | |||||
| | * | Remove the dictionary comprehension from the tests | Jeremy Cline | 2017-06-27 | 1 | -2/+4 |
| | * | Move _pool_kwargs out to a function | Jeremy Cline | 2017-06-26 | 1 | -64/+62 |
| | * | Pass pool_kwargs rather than updating connection_pool_kw | Jeremy Cline | 2017-06-24 | 1 | -39/+34 |
| | * | Tests to demonstrate issue #3633 | Jeremy Cline | 2017-06-24 | 1 | -0/+196 |
| |/ | |||||
| * | Merge pull request #4120 from requests/update-3.0 | Cory Benfield | 2017-06-10 | 136 | -32595/+626 |
| |\ | |||||
| | * | This should be 3.0update-3.0 | Cory Benfield | 2017-05-31 | 1 | -2/+2 |
| | * | Clean up invalid indentation from merge | Cory Benfield | 2017-05-31 | 1 | -1/+1 |
| | * | Clean up flake8 errors from merge | Cory Benfield | 2017-05-31 | 3 | -3/+5 |
| | * | Clean up messy merge | Cory Benfield | 2017-05-31 | 1 | -2/+3 |
| | * | Merge branch 'master' into proposed/3.0.0 | Cory Benfield | 2017-05-31 | 136 | -32593/+621 |
| | |\ |/ / | |||||
| | * | Merge pull request #4114 from cyberjacob/master | Cory Benfield | 2017-05-30 | 2 | -2/+9 |
| | |\ | |||||
| | | * | Catch error if multiprocessing is not available or is unable to determine the... | Jacob Mansfield | 2017-05-30 | 2 | -2/+9 |
| | |/ | |||||
| | * | Begin dev section of README | Cory Benfield | 2017-05-30 | 1 | -0/+5 |
| | * | change development philosophy docs to reflect reality | Kenneth Reitz | 2017-05-29 | 1 | -2/+2 |
| | * | remove note about cacerts.pem | Kenneth Reitz | 2017-05-29 | 1 | -5/+0 |
| | * | improve development instructions | Kenneth Reitz | 2017-05-29 | 1 | -1/+1 |
| | * | update development documentation | Kenneth Reitz | 2017-05-29 | 1 | -4/+7 |
| | * | remove "are you crazy?" section | Kenneth Reitz | 2017-05-29 | 1 | -5/+0 |
| | * | fix sidebars | Kenneth Reitz | 2017-05-29 | 2 | -2/+2 |
| | * | improve installation docs | Kenneth Reitz | 2017-05-29 | 1 | -2/+2 |
| | * | improve install docs | Kenneth Reitz | 2017-05-29 | 1 | -2/+2 |
| | * | fix github stars | Kenneth Reitz | 2017-05-29 | 1 | -1/+1 |
| | * | improve installation instructions | Kenneth Reitz | 2017-05-29 | 1 | -1/+2 |
| | * | Merge branch 'master' of github.com:kennethreitz/requests | Kenneth Reitz | 2017-05-29 | 11 | -45/+39 |
| | |\ | |||||
| | | * | Merge pull request #4108 from requests/flake8-improvements | Kenneth Reitz | 2017-05-29 | 11 | -45/+39 |
| | | |\ | |||||
| | | | * | cleanup utils.py | Kenneth Reitz | 2017-05-29 | 1 | -2/+3 |
| | | | * | cleanup sessions.py | Kenneth Reitz | 2017-05-29 | 1 | -26/+15 |
| | | | * | cleanup models.py | Kenneth Reitz | 2017-05-29 | 1 | -4/+6 |
| | | | * | improve flake8 help.py | Kenneth Reitz | 2017-05-29 | 1 | -1/+0 |
| | | | * | cleanup help.py (flake8)flake8-improvements | Kenneth Reitz | 2017-05-29 | 1 | -1/+3 |
| | | | * | improve line continuations for flake8 | Kenneth Reitz | 2017-05-29 | 1 | -2/+4 |
| | | | * | fix empty lines for flake8 | Kenneth Reitz | 2017-05-29 | 1 | -0/+1 |
| | | | * | fix flake8 indent error | Kenneth Reitz | 2017-05-29 | 1 | -1/+1 |
| | | | * | ignore undefined names in flake8 | Kenneth Reitz | 2017-05-29 | 1 | -1/+1 |
| | | | * | flake8 ignore lambda expressions | Kenneth Reitz | 2017-05-29 | 1 | -1/+1 |
| | | | * | fix spaces in api.py | Kenneth Reitz | 2017-05-29 | 1 | -1/+1 |
| | | | * | fix flake8 for EOF in __init__.py | Kenneth Reitz | 2017-05-29 | 1 | -2/+0 |
| | | | * | flake8: import statement improvements | Kenneth Reitz | 2017-05-29 | 2 | -5/+5 |
| | | | * | ignore line continuations for flake8 | Kenneth Reitz | 2017-05-29 | 1 | -1/+1 |
