summaryrefslogtreecommitdiff
path: root/eventlet/green
Commit message (Expand)AuthorAgeFilesLines
* Python 3 compat; Improve WSGI, WS, threading and testspython3-cleanJakub Stasiak2014-11-042-5/+20
* 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
* Make GreenThread wrapper implement more of the Thread interfaceJohannes Erdfelt2012-03-021-2/+26
* Make sure _after_fork gets patched too so forks don't print spuriousJohannes Erdfelt2012-03-021-1/+1
* Monkey patch threading.current_thread() as wellJohannes Erdfelt2012-02-291-1/+84
* Merged in brandon/eventlet (pull request #6)Sergey Shepelev2012-02-061-79/+280
|\
| * unused importGeoff Salmon2012-02-061-1/+0
| * Simplify zmq. Remove premature optimizations. Add "_eventlet" to all new attr...Geoff Salmon2012-02-021-132/+31
| * remove unused importGeoff Salmon2012-01-261-1/+0
| * wrap all zmq send and recv methods to use correct docs and namesGeoff Salmon2012-01-261-6/+9
| * test closing zmq x-socketsGeoff Salmon2012-01-261-4/+0