summaryrefslogtreecommitdiff
path: root/requests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use comprehensions whenever possibleHugo Osvaldo Barrera2017-07-145-23/+20
* Drop python2.6 supportHugo Osvaldo Barrera2017-07-143-24/+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
* 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-31101-32131/+286
|\
| * 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
| * 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-291-4/+4
| * v2.17.3v2.17.3Kenneth Reitz2017-05-291-2/+2
| * v2.17.2Kenneth Reitz2017-05-291-2/+2
| * Fix requests.packages not having package attributesRyan Pineo2017-05-291-1/+1
| * v2.17.1v2.17.1Kenneth Reitz2017-05-291-2/+2
| * Preserve identity of unbundled depsMarkus Unterwaditzer2017-05-291-10/+9
| * Merge branch 'master' of github.com:kennethreitz/requestsv2.17.02.16.0Kenneth Reitz2017-05-294-32/+6
| |\
| | * Merge pull request #4099 from requests/requests-namespaceKenneth Reitz2017-05-294-6/+6
| | |\
| | | * new requests namespaceKenneth Reitz2017-05-294-6/+6
| | * | Remove session redirect cacheBenjamin Congdon2017-05-291-26/+0
| | |/
| * | v2.17.0Kenneth Reitz2017-05-291-2/+2
| |/
| * v2.16.5v2.16.5Kenneth Reitz2017-05-281-2/+2
| * improvements to help utilityKenneth Reitz2017-05-271-2/+2
| * v2.16.4Kenneth Reitz2017-05-271-2/+2
| * rename information/infohelpKenneth Reitz2017-05-271-2/+2
| * add info about chardet and urllib3Kenneth Reitz2017-05-271-2/+13
| * Merge branch 'master' into bug-report-infoKenneth Reitz2017-05-2794-31173/+252
| |\
| | * cleanup version.pyKenneth Reitz2017-05-271-3/+3
| | * v2.16.3Kenneth Reitz2017-05-272-2/+3
| | * pep8 fixKenneth Reitz2017-05-271-1/+1
| | * 2.16.2v2.16.2Kenneth Reitz2017-05-271-2/+2
| | * vastly simpify making packages available for backwards compatibilityKenneth Reitz2017-05-2728-28/+14
| | * addded import stubs for urllib3Kenneth Reitz2017-05-2727-0/+26
| | * restore package namespaceKenneth Reitz2017-05-271-0/+3
| | * better checking for urllib3Kenneth Reitz2017-05-271-1/+5
| | * v2.16.0Kenneth Reitz2017-05-261-2/+2
| | * sanity checks upon bootKenneth Reitz2017-05-261-0/+25