summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Jollyjolly.readme-maintainersAndrey Petrov2016-02-291-1/+1
* README: Add maintainers listAndrey Petrov2016-02-291-0/+15
* Merge pull request #807 from Lukasa/issue/805-2Andrey Petrov2016-02-292-10/+44
|\
| * Do some clarifying.Cory Benfield2016-02-292-0/+7
| * Move connection cleanup to finally block.Cory Benfield2016-02-291-10/+15
| * Add failing test for #805.Cory Benfield2016-02-291-0/+22
|/
* Revert "CHANGES for #805"Andrey Petrov2016-02-251-2/+0
* CHANGES for #805Andrey Petrov2016-02-251-0/+2
* Merge pull request #806 from Lukasa/issue/805Andrey Petrov2016-02-251-13/+22
|\
| * Pull cleanup code into finally.Cory Benfield2016-02-251-13/+22
|/
* Merge pull request #795 from Lukasa/issue/791Ian Cordasco2016-02-2212-45/+170
|\
| * Scoping is tricky.Cory Benfield2016-02-221-13/+16
| * Update to new PyPy on Travis.Cory Benfield2016-02-223-1/+25
| * Pull out backport of socket.makefileCory Benfield2016-02-203-40/+56
| * Add flag to track PyOpenSSL injection.Cory Benfield2016-01-264-5/+10
| * Set literals don't exist in Python 2.6Cory Benfield2016-01-261-1/+1
| * Enable PyOpenSSL testing on Python 3.Cory Benfield2016-01-261-3/+0
| * Mint server certificate with localhost in SANCory Benfield2016-01-262-30/+30
| * Make get_subj_alt_name work on Python 3Cory Benfield2016-01-251-1/+1
| * Backport decref_socketios from Python 3Cory Benfield2016-01-251-0/+8
| * Add implementation of recv_into for Python 3Cory Benfield2016-01-251-0/+21
| * Only send bytestrings to PyOpenSSLCory Benfield2016-01-251-0/+3
| * Rewrite makefile method for Python 3.Cory Benfield2016-01-251-4/+52
| * Install PyOpenSSL when running tox.Cory Benfield2016-01-251-1/+1
* | CHANGES for #801Andrey Petrov2016-02-181-0/+2
* | Merge pull request #801 from Lukasa/requests-3002Andrey Petrov2016-02-183-11/+58
|\ \
| * | Add test coverage for now-uncovered branch.Cory Benfield2016-02-181-0/+49
| * | Defend against square bracket IPv6 problems.Cory Benfield2016-02-111-0/+6
| * | Revert "Strip square brackets from hostnames before verifying"Cory Benfield2016-02-111-3/+1
| * | Revert "Explain what the fix for #760 is doing."Cory Benfield2016-02-101-5/+0
| * | Revert "Better explanation."Cory Benfield2016-02-101-5/+3
| * | Revert "We do not require square brackets for httplib."Cory Benfield2016-02-101-1/+2
* | | Merge pull request #803 from scop/commentCory Benfield2016-02-111-1/+1
|\ \ \ | |/ / |/| |
| * | Fix comment about response closing connectionVille Skyttä2016-02-111-1/+1
|/ /
* | Merge pull request #788 from boyxuper/masterAndrey Petrov2016-01-273-3/+30
|\ \
| * | add test case: delayed_body_read_timeout_with_preloadboyxuper2016-01-271-0/+27
| * | fix 'bool' object has no attribute 'close'boyxuper2016-01-272-3/+3
| |/
* | Merge pull request #796 from smtakeda/concat_gzip_docAndrey Petrov2016-01-263-0/+45
|\ \
| * | Adjusted the underline for section nameShige Takeda2016-01-261-1/+1
| * | removed the example for requestsShige Takeda2016-01-261-7/+2
| * | fixed recipe docShige Takeda2016-01-261-1/+1
| * | Revert "Support a concatenated gzip data"Shige Takeda2016-01-261-6/+1
| * | Revert "added concatenated gzip download tests"Shige Takeda2016-01-261-23/+0
| * | Started Recipes documentation and added a recipe about handling concatenated ...Shige Takeda2016-01-263-0/+50
| * | added concatenated gzip download testsShige Takeda2016-01-251-0/+23
| * | Support a concatenated gzip dataShige Takeda2016-01-251-1/+6
| |/
* | CHANGES for #790Andrey Petrov2016-01-261-0/+3
* | Merge pull request #790 from Lukasa/ml31415-chunked_requestAndrey Petrov2016-01-263-5/+125
|\ \
| * | Minor code review updates.Cory Benfield2016-01-262-2/+7
| * | De-privatise start_chunked_handler.Cory Benfield2016-01-251-3/+3