summaryrefslogtreecommitdiff
path: root/eventlet
Commit message (Expand)AuthorAgeFilesLines
* semaphore: Don't hog a semaphore if someone else is waiting for ittmShaun Stanworth2015-02-211-6/+22
* greendns: IPv6 support, improved handling of /etc/hostsbb-40-greendns-ipv6Floris Bruynooghe2015-02-201-152/+394
* green.socket: create_connection() was wrapping all exceptions in socket.error...Sergey Shepelev2015-02-131-4/+6
* Python 3 compat: Fix all Travis test failuresdevJakub Stasiak2015-02-1318-289/+603
* Green socket: Remove (seemingly) dead codeJakub Stasiak2015-02-121-56/+0
* Make sure SSL retries are done using the exact same data bufferLior Neudorfer2015-02-101-1/+4
* Python 3 compat: Fix patcher and hub testsJakub Stasiak2015-02-101-5/+16
* Python 3 compat: Add some GreenPipe hacksJakub Stasiak2015-02-091-1/+13
* Remove dead import codeJakub Stasiak2015-02-091-27/+6
* fix for already closed socketsDavid Szotten2015-02-081-1/+1
* Fix typos detected by toolkit misspellingsChangBo Guo(gcb)2015-02-073-3/+3
* v0.16.1 release (eventlet.util zombie sneaked into previous build)v0.16.1Sergey Shepelev2015-01-141-1/+1
* v0.16 releasev0.16Sergey Shepelev2014-12-301-1/+1
* hubs: delay import pkg_resourcesSergey Shepelev2014-12-301-9/+12
* Add comments for people who get problem like issue "#81".QthCN2014-12-221-0/+4
* 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