| Commit message (Expand) | Author | Age | Files | Lines |
| * | Reformat with autopep8 | Jakub Stasiak | 2014-10-11 | 4 | -12/+16 |
| * | PEP-8 fixes | Sergey Shepelev | 2014-08-27 | 7 | -41/+57 |
| * | hubs: defang after remove; related to second simultaneous read issue94-second-read | Michael Kerrin | 2014-08-12 | 1 | -2/+3 |
| * | Fix second simultaneous read (parallel paramiko issue) | Jan Grant | 2014-08-12 | 6 | -34/+173 |
| * | Python 3 compatibility fixes | Jakub Stasiak | 2014-07-18 | 2 | -3/+4 |
| * | PEP8 whitespace | Sergey Shepelev | 2014-06-12 | 1 | -4/+4 |
| * | python3 compatibility | Sergey Shepelev | 2014-04-24 | 1 | -4/+7 |
| * | python3 compatibility: range, zip, StringIO | Viktors | 2014-04-23 | 1 | -7/+9 |
| * | pypy compatibility | Jakub Stasiak | 2014-04-15 | 1 | -1/+1 |
| * | python3 compat fixes; Thanks to Astrum Kuo | 郭旭星Astrum Kuo | 2014-04-02 | 1 | -4/+5 |
| * | python3 compat fixes | Victor Sergeyev | 2014-03-28 | 1 | -2/+2 |
| * | python3 compat: 2to3: `except E as e:` syntax | Davanum Srinivas | 2013-12-03 | 5 | -9/+9 |
| * | hubs: get_default_hub() on Windows broken by kqueue; Thanks to Paul Oppenheim | Sergey Shepelev | 2013-07-02 | 2 | -6/+18 |
| * | hubs: kqueue: squashed fixes | Edward George | 2013-06-09 | 1 | -12/+35 |
| * | hubs: kqueue: enable kqueue hub; avoid modifying read-only attributes | YAMAMOTO Takashi | 2013-06-09 | 2 | -11/+17 |
| * | hubs: kqueue: initial implementation found in my repo | Edward George | 2013-06-09 | 1 | -0/+81 |
| * | doc: hubs: Point to the correct function in exception message | Floris Bruynooghe | 2013-06-05 | 1 | -1/+1 |
| * | hubs: EVENTLET_HUB can point to external modules | Edward George | 2013-02-19 | 1 | -2/+26 |
| * | doc: hubs: update link to common.txt (note on internal API functions) | Sergey Shepelev | 2013-01-08 | 1 | -16/+16 |
| * | ensure that new hub greenlet is parent of old, dead hub greenlet. | Edward George | 2012-08-11 | 1 | -2/+12 |
| * | Import errno so the exception handler works | Johannes Erdfelt | 2012-06-27 | 1 | -0/+1 |
| * | Import get_errno from eventlet.support so the exception handler works | Johannes Erdfelt | 2012-06-27 | 1 | -0/+1 |
| * | Initial implementation of hubless zeromq support using ZMQ_FD and ZMQ_EVENTS. | Zed Shaw | 2011-04-08 | 1 | -110/+0 |
| * | Ignoring EEXIST in epoll hub on register. Should fix #80. | Ryan Williams | 2011-04-02 | 1 | -5/+9 |
| * | Fixes #74, removing filenos from the hub when they raise a value error, thank... | Ryan Williams | 2011-01-23 | 1 | -14/+19 |
| * | Ha ha, importing patch from #71 (thanks, Alexey, and fixing up the AUTHORS. | Ryan Williams | 2010-12-20 | 1 | -13/+24 |
| * | Merge from trunk | Ben Ford | 2010-12-04 | 3 | -8/+21 |
| |\ |
|
| | * | Fixes #66. Not super-happy that it doesn't work in epoll, but haven't crack... | Ryan Williams | 2010-11-20 | 2 | -7/+14 |
| * | | Made a start on the zeromq documentation | Ben Ford | 2010-10-21 | 2 | -1/+2 |
| * | | Remove commented code | Ben Ford | 2010-10-18 | 1 | -7/+0 |
| |/ |
|
| * | Refactored the green version of zmq to use a factory function for Context | Ben Ford | 2010-10-12 | 1 | -3/+2 |
| * | Merged latest | Ben Ford | 2010-10-12 | 1 | -2/+5 |
| |\ |
|
| | * | Fix for unusual kill() error that was probably introduced by a bugfix in gree... | Ryan Williams | 2010-10-02 | 1 | -1/+4 |
| | * | Finally figured out the line that was causing the hub tests to intermittently... | Ryan Williams | 2010-10-02 | 1 | -1/+1 |
| * | | Added some logic to zmq so that the context will be unique per thread | Ben Ford | 2010-09-22 | 1 | -1/+18 |
| * | | First stab at zeromq support. This consists of: | Ben Ford | 2010-09-20 | 1 | -0/+83 |
| |/ |
|
| * | Fix blocking detector for cases that don't have the itimer module installed. | Ryan Williams | 2010-08-28 | 1 | -11/+13 |
| * | Part two of the previous commit >_< | R. Tyler Ballance | 2010-08-24 | 1 | -10/+8 |
| * | Add support for using signal.setitimer or the itimer module for blocking dete... | R. Tyler Ballance | 2010-08-24 | 1 | -3/+8 |
| * | Removed circular import in twistedr.py, and Eventlet stops using the Twisted ... | Ryan Williams | 2010-08-17 | 2 | -10/+6 |
| * | Merging rdw's blocking detector changes with my own | R. Tyler Ballance | 2010-06-24 | 1 | -4/+2 |
| |\ |
|
| | * | Removed duplicate code. | Ryan Williams | 2010-06-24 | 1 | -4/+2 |
| * | | Add support for the itimer module with blocking detection | R. Tyler Ballance | 2010-06-24 | 1 | -1/+14 |
| |/ |
|
| * | Merge | Ryan Williams | 2010-06-24 | 1 | -1/+1 |
| |\ |
|
| | * | Fixed behavior on suspend, thanks to Michael Carter for identifying the problem. | Ryan Williams | 2010-05-25 | 1 | -1/+1 |
| * | | Probably horribly broken block detecter, only for poll/epoll hubs. | Ryan Williams | 2010-05-07 | 2 | -2/+35 |
| |/ |
|
| * | Included next_timers in the cleanup, thanks to redbo's suggestion. | Ryan Williams | 2010-05-06 | 1 | -1/+2 |
| * | Removed timer_finished method, as it was unused. | Ryan Williams | 2010-05-06 | 2 | -21/+10 |
| * | Removed undocumented stop() method from hub it's the same as abort(True). Fi... | Ryan Williams | 2010-05-05 | 2 | -6/+5 |
| * | Converted fully over to what the internet assures me is the American spelling... | Ryan Williams | 2010-05-05 | 2 | -12/+26 |