summaryrefslogtreecommitdiff
path: root/eventlet/green
Commit message (Expand)AuthorAgeFilesLines
* 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-1313-41/+162
* 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
* Fix typos detected by toolkit misspellingsChangBo Guo(gcb)2015-02-072-2/+2
* Fix monkey-patched os.open(): add dir_fd parameterVictor Stinner2014-12-211-2/+5
* Fix string concatenation errorsSteven Hardy2014-11-151-2/+2
* Fix __str__ method on the TimeoutExpired exception class. Also fix argumentTomaz Muraus2014-11-121-1/+2
* Improve PEP8 conformanceJakub Stasiak2014-11-113-7/+13
* Python 3 compat; Improve WSGI, WS, threading and testsJakub Stasiak2014-11-112-5/+19
* Python 3 compat: Improve subprocess, WSGI and testsJakub Stasiak2014-10-131-2/+2
* Clean upJakub Stasiak2014-10-111-3/+1
* Python 3 compat: Improve SSL and WSGI compatJakub Stasiak2014-10-111-6/+9
* Reformat with autopep8Jakub Stasiak2014-10-114-7/+17
* Fix SSL socket wrapping and Python 2.7.9 compatibilityJakub Stasiak2014-10-111-2/+5
* Python 3 compat: Improve various bitsJakub Stasiak2014-10-101-17/+46
* Remove most of the deprecated codeJakub Stasiak2014-10-101-16/+0
* Tune documentationJakub Stasiak2014-10-051-0/+1
* green.socket: create_connection: UnboundLocalError on Python3gh-123-local-msgSergey Shepelev2014-09-051-1/+2
* PEP-8 fixesSergey Shepelev2014-08-2723-140/+177
* Fix octal literalSimon Jagoe2014-08-191-2/+2
* hubs: defang after remove; related to second simultaneous read issue94-second-readMichael Kerrin2014-08-122-3/+7
* Fix second simultaneous read (parallel paramiko issue)Jan Grant2014-08-123-8/+68
* Python 3 compatibility fixesJakub Stasiak2014-07-185-8/+21
* PEP8 whitespaceSergey Shepelev2014-06-121-4/+17
* Python3: __bool__, im_code, im_funcVictor Sergeyev2014-04-242-6/+15
* python3 compatibilitySergey Shepelev2014-04-232-7/+9
* PEP-8 fixes, tox runs pep8 checkSergey Shepelev2014-04-231-2/+6
* python3 compatibility: print functionSergey Shepelev2014-04-231-2/+2
* green: subprocess: do not use `new` module for compatibility with Python3Viktors2014-04-151-7/+7
* python3 compat fixes; Thanks to Astrum Kuo郭旭星Astrum Kuo2014-04-022-2/+2
* python3 compat fixesVictor Sergeyev2014-03-281-2/+6
* green.profile: accumulate results between runs; Thanks to Zhang HuaSergey Shepelev2014-03-241-9/+16
* python3 compat: `raise E(arg)` syntaxSergey Shepelev2013-12-031-1/+1
* python3 compat: remove lots of Python 2.5 and earlier dependent code; use pri...Sergey Shepelev2013-12-033-57/+38
* python3 compat: 2to3: `except E as e:` syntaxDavanum Srinivas2013-12-037-20/+20
* green.ssl: Fix NameError GH-17Jakub Stasiak2013-08-121-1/+1
* green.zmq: pyzmq 13.x compatibilityEdward George2013-07-021-6/+15
* green: subprocess: patch _communicate_with_{poll,select} methodsEdward George2013-06-101-0/+9
* green: subprocess: Popen.wait accepts new `timeout` kwargSergey Shepelev2013-06-071-3/+26
* green: select: ensure that hub can .wait() at least once before timeoutYAMAMOTO Takashi2013-04-161-5/+13
* zmq: avoid spurious wakeups by forcing zmq events to be processed when no thr...Geoff Salmon2013-01-211-2/+7
* zmq: Socket.close() support linger argument; Thanks to Eric WindischSergey Shepelev2013-01-141-2/+2
* ssl: socket.sendall(): trampoline if sent 0 bytes; fixes CPU burnraylu2013-01-121-0/+2
* Fix zmq._QueueLock test in Python2.6 - TestCase.assertRaises is not context m...Sergey Shepelev2012-12-111-1/+7
* Test for Pull Request 22: zmq getsockopt(EVENTS) wake correct threadsSergey Shepelev2012-12-111-3/+3
* zmq getsockopt(EVENTS) wake correct threadsEric Windisch2012-10-101-2/+2
* fix waitpid returning (0, 0)Vishvananda Ishaya2012-11-081-1/+1
* Fix python 2.5 supportFloris Bruynooghe2012-09-052-17/+10
* Ensure threading._shutdown gets patched tooJohannes Erdfelt2012-03-181-1/+1