summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixuptpoolSergey Shepelev2014-11-241-1/+1
* tpool: Windows compatibility, fix ResourceWarning. Thanks toSergey Shepelev2014-11-241-1/+2
* Travis: Slack.com integrationSergey Shepelev2014-11-201-0/+2
* Fix string concatenation errorsSteven Hardy2014-11-152-2/+34
* Python 3 compat: Improve WebSocket and testsJakub Stasiak2014-11-132-13/+13
* Fix __str__ method on the TimeoutExpired exception class. Also fix argumentTomaz Muraus2014-11-122-4/+8
* Travis: disallow PEP-8 failures from now onSergey Shepelev2014-11-121-1/+0
* 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-119-20/+39
* Exclude bundled mock and six from style checkingJakub Stasiak2014-11-111-2/+2
* ExcluJakub Stasiak2014-11-111-2/+2
* Update bundled six version to 1.8.0Jakub Stasiak2014-11-111-62/+178
* Give credits for 23beb7dJakub Stasiak2014-11-111-0/+1
* pep8: trivial fixesChristoph Gysin2014-11-114-6/+6
* Python 3 compat; Improve WSGI, WS, threading and testsJakub Stasiak2014-11-117-137/+129
* wsgi: Add send_hundred_continue_response() API to the docsTushar Gohad2014-11-061-0/+15
* wsgi.input: Make send_hundred_continue_headers a public APITushar Gohad2014-11-062-7/+167
* Improve documentationJakub Stasiak2014-10-313-0/+19
* Improve Python 3 compat: WSGI testsJakub Stasiak2014-10-311-2/+2
* hubs: drop Twisted supportSergey Shepelev2014-10-2923-1555/+22
* Update a broken link in the exampleKevin2014-10-221-1/+1
* Fix "maximum recursion depth exceeded in GreenSocket.__del__"Jakub Stasiak2014-10-162-2/+28
* Remove dead codeJakub Stasiak2014-10-161-5/+0
* Refactor capturing stderr into a context managerJakub Stasiak2014-10-153-20/+22
* Actually also give credit hereJakub Stasiak2014-10-131-1/+1
* Give credits for the patchJakub Stasiak2014-10-131-0/+1
* Python 3 compat: Improve subprocess, WSGI and testsJakub Stasiak2014-10-135-47/+44
* Allow more gracefull shutdown of wsgi serverStuart McLaren2014-10-131-1/+5
* Clean upJakub Stasiak2014-10-111-3/+1
* Python 3 compat: Improve SSL and WSGI compatJakub Stasiak2014-10-114-20/+30
* Python 3 compat: Fix precedence bugraylu2014-10-111-1/+1
* Reformat with autopep8Jakub Stasiak2014-10-1134-136/+212
* Fix SSL socket wrapping and Python 2.7.9 compatibilityJakub Stasiak2014-10-111-2/+5
* Python 3 compat: Improve various bitsJakub Stasiak2014-10-1016-243/+312
* Add Python 3.4 build optionsJakub Stasiak2014-10-102-0/+25
* Remove most of the deprecated codeJakub Stasiak2014-10-1022-3000/+66
* Tune documentationJakub Stasiak2014-10-053-7/+12
* doc: gitignore; ./build-website.bash --no-commitSergey Shepelev2014-09-282-24/+38
* Adding changelog to the websiteDeva2014-09-272-0/+2
* green.socket: create_connection: UnboundLocalError on Python3gh-123-local-msgSergey Shepelev2014-09-052-1/+10
* Bump version to 0.16.0.devSergey Shepelev2014-09-051-1/+1
* NEWS: forgot to mention 100-continue headersv0.15.2Sergey Shepelev2014-09-011-0/+1
* v0.15.2 releaseSergey Shepelev2014-09-014-2/+8
* greenio: manual memory leak testSergey Shepelev2014-09-012-0/+83
* wsgi: pep8 fixesTushar Gohad2014-08-272-62/+87
* greenio: When we mark a socket as closed we still need to be able to close itMichael Kerrin2014-08-281-19/+1
* PEP-8 fixesSergey Shepelev2014-08-27127-729/+993
* wsgi: Add "100 Continue" response documentationTushar Gohad2014-08-261-0/+41
* wsgi: Support optional headers w/ "100 Continue" responsesTushar Gohad2014-08-242-10/+91