summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* greenio: manual memory leak testSergey Shepelev2014-09-012-0/+83
* wsgi: pep8 fixesTushar Gohad2014-08-271-38/+44
* PEP-8 fixesSergey Shepelev2014-08-2752-362/+412
* wsgi: Support optional headers w/ "100 Continue" responsesTushar Gohad2014-08-241-0/+51
* tests: Update bundled mock library to 1.0.1Jakub Stasiak2014-07-181-129/+2251
* wsgi: websocket: Reformat code + tests (PEP-8)Jakub Stasiak2014-07-183-225/+234
* Python 3 compatibility fixesJakub Stasiak2014-07-186-140/+144
* greenio, tpool: python3 compatibilitySergey Shepelev2014-07-181-1/+1
* tests: deprecated TestCase.assert_() -> assert keywordSergey Shepelev2014-07-1621-230/+230
* db_pool: customizable connection cleanup function; Thanks to Avery FaySergey Shepelev2014-07-101-12/+63
* python3 compatibilitySergey Shepelev2014-04-2422-416/+463
* python3 compatibilitySergey Shepelev2014-04-234-53/+53
* PEP-8 fixes, tox runs pep8 checkSergey Shepelev2014-04-2311-129/+158
* python3 compatibility: print functionSergey Shepelev2014-04-239-76/+87
* python3 compatibility: range, zip, StringIOViktors2014-04-234-26/+18
* wsgi: capitalize_response_headers optionSergey Shepelev2014-04-221-83/+118
* pypy compatibilityJakub Stasiak2014-04-159-25/+61
* python3 compat fixesVictor Sergeyev2014-03-2815-145/+166
* queue: Make join not wait if there are no unfinished tasksJakub Stasiak2014-03-271-0/+4
* websockets: Test and handle lack of Upgrade headerJakub Stasiak2014-01-241-0/+15
* websockets: handle HTTP_CONNECTION more flexiblyJakub Stasiak2014-01-181-14/+17
* websockets: Add websockets13 supportEdward George2014-01-011-0/+207
* python3 compat: remove lots of Python 2.5 and earlier dependent code; use pri...Sergey Shepelev2013-12-036-303/+282
* python3 compat: print() function syntaxSergey Shepelev2013-12-0313-51/+62
* python3 compat: 2to3: `except E as e:` syntaxDavanum Srinivas2013-12-0313-34/+34
* coros: remove Actor which was deprecated in 2010-01Sergey Shepelev2013-12-031-128/+0
* saranwrap: remove saranwrap which was deprecated in 2010-02Sergey Shepelev2013-12-031-387/+0
* tpool: proxy __enter__, __exit__ fixes BB-158; Thanks to Eric UrbanSergey Shepelev2013-10-021-3/+16
* wsgi: Allow minimum_chunk_size to be overriden on a per request basisDavid Goetz2013-09-051-0/+62
* green.ssl: Fix NameError GH-17Jakub Stasiak2013-08-121-12/+34
* wsgi: configurable socket_timeoutSergey Shepelev2013-08-091-0/+11
* tests: kill all tpool workers in LimitedTestCaseJakub Stasiak2013-08-074-73/+78
* wsgi: handle connection socket timeoutsPaul Oppenheim2013-07-092-1/+188
* tests: extract run_python() utility functionSergey Shepelev2013-07-092-12/+28
* tests: ProcessBase should call parent setUp/tearDown; Thanks to Paul OppenheimSergey Shepelev2013-07-091-12/+17
* tests: skip check_idle_cpu_usage on Windows; Thanks to Paul OppenheimSergey Shepelev2013-07-091-1/+9
* support: greendns: always resolve portSergey Shepelev2013-07-091-0/+13
* wsgi: env['wsgi.input'] was returning 1 byte stringsEric Urban2013-07-091-0/+28
* hubs: get_default_hub() on Windows broken by kqueue; Thanks to Paul OppenheimSergey Shepelev2013-07-021-29/+81
* semaphore: support timeout for acquireJustin Patrin2013-06-281-2/+20
* tests: subprocess.communicate block on Python 2.7Sergey Shepelev2013-06-131-15/+35
* hubs: kqueue: squashed fixesEdward George2013-06-091-0/+8
* green: subprocess: Popen.wait accepts new `timeout` kwargSergey Shepelev2013-06-071-0/+25
* support: do not clear sys.exc_info if can be preserved (greenlet >= 0.3.2)Edward George2013-04-161-1/+61
* tests: select socket pair is not writable; Thanks to Yamamoto TakashiSergey Shepelev2013-04-161-1/+7
* tests: Improve tox configuration and setup TravisJakub Stasiak2013-04-121-0/+1
* wsgi: minimum_chunk_size of last Server altered all previous (global variable)Jakub Stasiak2013-04-091-2/+10
* doc: fix bitbucket links after relocation to separate accountSergey Shepelev2013-04-092-3/+3
* tests: wsgi: close socket on error in the middle of chunked responseSergey Shepelev2013-02-221-1/+48
* greenio: Pre-cache proxied GreenSocket methods; Fixes Bitbucket #136; Thanks ...Sergey Shepelev2013-02-011-0/+6