summaryrefslogtreecommitdiff
path: root/eventlet
Commit message (Expand)AuthorAgeFilesLines
* Fix monkey_patch() on Python 3py3_importlibVictor Stinner2014-12-211-0/+6
* Fix monkey-patched os.open(): add dir_fd parameterVictor Stinner2014-12-211-2/+5
* db_pool.BaseConnectionPool.clear updates .current_size #139Andrey Gubarev2014-12-211-0/+1
* tpool: Windows compatibility, fix ResourceWarning. Thanks to Victor StinnerSergey Shepelev2014-12-011-1/+2
* Fix string concatenation errorsSteven Hardy2014-11-151-2/+2
* Python 3 compat: Improve WebSocket and testsJakub Stasiak2014-11-131-1/+1
* Fix __str__ method on the TimeoutExpired exception class. Also fix argumentTomaz Muraus2014-11-121-1/+2
* Improve PEP8 conformanceJakub Stasiak2014-11-118-19/+37
* Update bundled six version to 1.8.0Jakub Stasiak2014-11-111-62/+178
* pep8: trivial fixesChristoph Gysin2014-11-111-1/+1
* Python 3 compat; Improve WSGI, WS, threading and testsJakub Stasiak2014-11-114-33/+48
* wsgi.input: Make send_hundred_continue_headers a public APITushar Gohad2014-11-061-7/+13
* Improve documentationJakub Stasiak2014-10-312-0/+14
* hubs: drop Twisted supportSergey Shepelev2014-10-296-817/+0
* Fix "maximum recursion depth exceeded in GreenSocket.__del__"Jakub Stasiak2014-10-161-1/+9
* Remove dead codeJakub Stasiak2014-10-161-5/+0
* Refactor capturing stderr into a context managerJakub Stasiak2014-10-151-1/+13
* Python 3 compat: Improve subprocess, WSGI and testsJakub Stasiak2014-10-133-6/+9
* 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-113-10/+20
* Python 3 compat: Fix precedence bugraylu2014-10-111-1/+1
* Reformat with autopep8Jakub Stasiak2014-10-1120-94/+154
* Fix SSL socket wrapping and Python 2.7.9 compatibilityJakub Stasiak2014-10-111-2/+5
* Python 3 compat: Improve various bitsJakub Stasiak2014-10-105-77/+120
* Remove most of the deprecated codeJakub Stasiak2014-10-109-1844/+5
* Tune documentationJakub Stasiak2014-10-051-0/+1
* green.socket: create_connection: UnboundLocalError on Python3gh-123-local-msgSergey Shepelev2014-09-051-1/+2
* Bump version to 0.16.0.devSergey Shepelev2014-09-051-1/+1
* v0.15.2 releaseSergey Shepelev2014-09-011-1/+1
* wsgi: pep8 fixesTushar Gohad2014-08-271-24/+43
* 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-2755-297/+469
* wsgi: Support optional headers w/ "100 Continue" responsesTushar Gohad2014-08-241-10/+40
* Fix octal literalSimon Jagoe2014-08-191-2/+2
* Bump version to 0.16.0.devSergey Shepelev2014-08-151-1/+1
* 0.15.1 releasev0.15.1Sergey Shepelev2014-08-151-1/+1
* hubs: defang after remove; related to second simultaneous read issue94-second-readMichael Kerrin2014-08-125-10/+17
* Fix second simultaneous read (parallel paramiko issue)Jan Grant2014-08-1211-62/+362
* wsgi: websocket: Reformat code + tests (PEP-8)Jakub Stasiak2014-07-182-40/+44
* Python 3 compatibility fixesJakub Stasiak2014-07-1810-35/+67
* greenio, tpool: python3 compatibilitySergey Shepelev2014-07-182-81/+69
* db_pool: customizable connection cleanup function; Thanks to Avery FaySergey Shepelev2014-07-101-73/+102
* Bump version to 0.16.0.devSergey Shepelev2014-07-031-2/+2
* 0.15 releasev0.15Sergey Shepelev2014-07-031-1/+1
* PyPy 2.3 compatibility fixDmitriy Kruglyak2014-06-121-2/+2
* PEP8 whitespaceSergey Shepelev2014-06-124-8/+29
* python3 compatibilitySergey Shepelev2014-04-246-61/+101
* Python3: __bool__, im_code, im_funcVictor Sergeyev2014-04-247-8/+29
* python3 compatibilitySergey Shepelev2014-04-236-56/+75