summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Do not convert the transfer-encodings to a setIan Cordasco2015-04-241-1/+1
| * Reorder logic of _update_chunk_lengthIan Cordasco2015-04-241-13/+10
| * Do not call join with a bytes objectIan Cordasco2015-04-241-1/+1
| * Fix check for chunked transfer-encodingIan Cordasco2015-04-231-2/+2
| * Refactor fix for 593Ian Cordasco2015-04-231-40/+57
|/
* CHANGES for #594 and #595.Andrey Petrov2015-04-231-0/+4
* Merge pull request #596 from shazow/tornado-4Andrey Petrov2015-04-231-3/+1
|\
| * 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
|\ \ \ | |/ / |/| |