summaryrefslogtreecommitdiff
path: root/eventlet
Commit message (Expand)AuthorAgeFilesLines
* Disable the thread state locksemaphore_timeoutVictor Stinner2015-03-061-0/+14
* Fix threading.Condition with monkey-patchingVictor Stinner2015-03-061-0/+7
* Semaphore.acquire() accepts timeout=-1Victor Stinner2015-03-061-2/+11
* v0.17.1 releasev0.17.1Sergey Shepelev2015-02-251-1/+1
* greendns: Python3 compatibilityv17.1-rc1Sergey Shepelev2015-02-251-7/+7
* greendns: fix (remove) dns.name importSergey Shepelev2015-02-251-21/+9
* v0.17 releasev0.17Sergey Shepelev2015-02-231-1/+1
* tpool: make sure we return results during killallDavid Szotten2015-02-211-0/+10
* 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