summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tornado 4tornado-4Andrey Petrov2015-04-231-3/+1
* Merge pull request #594 from matejcik/masterAndrey Petrov2015-04-235-31/+57
|\
| * move header-case-sensitivity test to socket-basedmatejcik2015-04-232-8/+18
| * py2.6 threading fixmatejcik2015-04-231-1/+2
| * let tornado take care of encoding (fixes py3 error)matejcik2015-04-231-1/+1
| * make socket test not hang if server fails to startmatejcik2015-04-231-1/+2
| * use Tornado directly instead of WSGI compatibility layermatejcik2015-04-233-22/+36
* | Merge pull request #595 from sigmavirus24/bug/593Andrey Petrov2015-04-232-21/+64
|\ \ | |/ |/|
| * Prevent futher regressions in gzipped chunk handlingIan Cordasco2015-04-231-3/+30
| * Decode information received from read_chunked in streamIan Cordasco2015-04-231-18/+34
|/
* Nuke build on clean.Andrey Petrov2015-04-211-0/+1
* Version bump: 1.10.3Andrey Petrov2015-04-211-2/+6
* CHANGES for #588Andrey Petrov2015-04-111-0/+2
* Merge pull request #588 from t-8ch/ignore_stdlib_ciphersAndrey Petrov2015-04-112-27/+20
|\
| * 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