summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix monkey_patch() on Python 3py3_importlibVictor Stinner2014-12-212-0/+35
* tests: db_pool: test .clear() updates .current_size GH-139Sergey Shepelev2014-12-211-42/+58
* Fix timers not cleaned up on MySQL test skipsCorey Wright2014-12-151-2/+2
* Fix string concatenation errorsSteven Hardy2014-11-151-0/+32
* Python 3 compat: Improve WebSocket and testsJakub Stasiak2014-11-131-12/+12
* Fix __str__ method on the TimeoutExpired exception class. Also fix argumentTomaz Muraus2014-11-121-3/+6
* pep8: Fix remaining issuesJakub Stasiak2014-11-121-2/+9
* Restore removed tests and make Python 3 compatibleJakub Stasiak2014-11-121-2/+36
* Improve PEP8 conformanceJakub Stasiak2014-11-111-1/+2
* pep8: trivial fixesChristoph Gysin2014-11-113-5/+5
* Python 3 compat; Improve WSGI, WS, threading and testsJakub Stasiak2014-11-113-104/+81
* wsgi.input: Make send_hundred_continue_headers a public APITushar Gohad2014-11-061-0/+154
* Improve Python 3 compat: WSGI testsJakub Stasiak2014-10-311-2/+2
* hubs: drop Twisted supportSergey Shepelev2014-10-295-304/+2
* Fix "maximum recursion depth exceeded in GreenSocket.__del__"Jakub Stasiak2014-10-161-1/+19
* Refactor capturing stderr into a context managerJakub Stasiak2014-10-152-19/+9
* Python 3 compat: Improve subprocess, WSGI and testsJakub Stasiak2014-10-132-41/+35
* Python 3 compat: Improve SSL and WSGI compatJakub Stasiak2014-10-111-10/+10
* Reformat with autopep8Jakub Stasiak2014-10-117-33/+37
* Python 3 compat: Improve various bitsJakub Stasiak2014-10-1010-166/+191
* Remove most of the deprecated codeJakub Stasiak2014-10-1010-1151/+52
* green.socket: create_connection: UnboundLocalError on Python3gh-123-local-msgSergey Shepelev2014-09-051-0/+8
* 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