summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * readd comment about default ssl ciphersThomas Weißschuh2015-04-111-0/+13
| * [pyopenssl] use same ciphers as default backendThomas Weißschuh2015-04-102-20/+3
| * Stop relying on the stdlib's default cipher listIan Cordasco2015-03-161-8/+5
* | CHANGES for #587Andrey Petrov2015-04-101-0/+3
* | Merge pull request #587 from t-8ch/no_sslAndrey Petrov2015-04-106-3/+126
|\ \
| * | test requests without ssl moduleThomas Weißschuh2015-04-101-0/+29
| * | fix detection of platforms without sslThomas Weißschuh2015-04-102-1/+2
| * | test import without ssl in its own testcaseThomas Weißschuh2015-04-101-0/+2
| * | use the module stash per testcaseThomas Weißschuh2015-04-101-5/+2
| * | do not blow up if ssl is not availableThomas Weißschuh2015-04-101-2/+5
| * | arm the no_ssl testThomas Weißschuh2015-04-101-6/+1
| * | do not fail if we are not loadedThomas Weißschuh2015-04-091-1/+1
| * | also pop the namespace itselfThomas Weißschuh2015-04-091-0/+2
| * | fix typoThomas Weißschuh2015-04-091-1/+1
| * | rerename the no_ssl testThomas Weißschuh2015-04-091-6/+0
| * | REMOVE/REVERT THIS COMMIT: test the testThomas Weißschuh2015-04-091-1/+6
| * | use a module stash to not trip up coverageThomas Weißschuh2015-04-091-6/+31
| * | make travis faster!Thomas Weißschuh2015-04-091-0/+1
| * | properly remove urllib3 from import cacheThomas Weißschuh2015-04-091-0/+13
| * | test import without ssl moduleThomas Weißschuh2015-04-091-0/+56
* | | CHANGS for #585Andrey Petrov2015-04-101-0/+3
* | | Merge pull request #585 from tutumcloud/add-timeoutAndrey Petrov2015-04-101-1/+3
|\ \ \ | |/ / |/| |
| * | add timeout to ssl_wrap_socketfermayo2015-04-091-1/+3
|/ /
* | Improve warnings-related comments.Andrey Petrov2015-03-191-2/+2
* | Merge pull request #574 from Lukasa/warning_frequencyAndrey Petrov2015-03-191-1/+3
|\ \
| * | Don't spam InsecurePlatformWarnings.Cory Benfield2015-03-191-1/+3
* | | Merge pull request #575 from TomasTomecek/read-chunked-dont-close-socketAndrey Petrov2015-03-191-1/+1
|\ \ \
| * | | read chunked: don't close socket, release conn insteadTomas Tomecek2015-03-181-1/+1
| |/ /
* | | Merge pull request #571 from Lukasa/secdocsAndrey Petrov2015-03-191-0/+1
|\ \ \ | |/ / |/| |
| * | Add security doc to front page.Cory Benfield2015-03-171-0/+1
|/ /
* | Merge pull request #569 from TomasTomecek/fix-ipv6-testsAndrey Petrov2015-03-173-3/+23
|\ \ | |/ |/|
| * don't use IPv6 in tests when it's not availableTomas Tomecek2015-03-163-3/+23
* | Merge pull request #570 from akanouras/patch-1Andrey Petrov2015-03-151-1/+2
|\ \ | |/ |/|
| * Use parentheses for line continuationakanouras2015-03-151-2/+2
| * Properly detect Python 3.0-3.1 in SSLContextakanouras2015-03-151-1/+2
|/
* Simplified stream docs example.Andrey Petrov2015-03-141-14/+14
* CHANGES for #560.Andrey Petrov2015-03-141-0/+3
* Merge pull request #560 from TomasTomecek/chunked-responseAndrey Petrov2015-03-145-13/+315
|\
| * implement generator for chunked responsesTomas Tomecek2015-03-145-13/+315
* | Merge pull request #566 from ml31415/header_rework2Andrey Petrov2015-03-112-54/+122
|\ \ | |/ |/|
| * Comment addedMichael Löffler2015-03-101-0/+3
| * Added full support for python2.7 multiheaders, borrowed from https://gist.git...Michael Löffler2015-03-102-54/+119
|/
* CHANGES for #563Andrey Petrov2015-03-061-0/+3
* Merge pull request #563 from ml31415/multiheaderfixAndrey Petrov2015-03-062-33/+31
|\
| * Add test for not well known multiheaderMichael Löffler2015-03-061-19/+15
| * Inheritance check modified on initMichael Löffler2015-03-051-1/+1
| * Tests and fix for #564Michael Löffler2015-03-052-6/+18
| * Fix #561Michael Löffler2015-03-052-13/+3
* | CHANGES for #558Andrey Petrov2015-03-031-0/+3
* | CHANGES release merge.Andrey Petrov2015-03-031-1/+1
|\ \