summaryrefslogtreecommitdiff
path: root/eventlet/hubs
Commit message (Expand)AuthorAgeFilesLines
* Reformat with autopep8Jakub Stasiak2014-10-114-12/+16
* PEP-8 fixesSergey Shepelev2014-08-277-41/+57
* hubs: defang after remove; related to second simultaneous read issue94-second-readMichael Kerrin2014-08-121-2/+3
* Fix second simultaneous read (parallel paramiko issue)Jan Grant2014-08-126-34/+173
* Python 3 compatibility fixesJakub Stasiak2014-07-182-3/+4
* PEP8 whitespaceSergey Shepelev2014-06-121-4/+4
* python3 compatibilitySergey Shepelev2014-04-241-4/+7
* python3 compatibility: range, zip, StringIOViktors2014-04-231-7/+9
* pypy compatibilityJakub Stasiak2014-04-151-1/+1
* python3 compat fixes; Thanks to Astrum Kuo郭旭星Astrum Kuo2014-04-021-4/+5
* python3 compat fixesVictor Sergeyev2014-03-281-2/+2
* python3 compat: 2to3: `except E as e:` syntaxDavanum Srinivas2013-12-035-9/+9
* hubs: get_default_hub() on Windows broken by kqueue; Thanks to Paul OppenheimSergey Shepelev2013-07-022-6/+18
* hubs: kqueue: squashed fixesEdward George2013-06-091-12/+35
* hubs: kqueue: enable kqueue hub; avoid modifying read-only attributesYAMAMOTO Takashi2013-06-092-11/+17
* hubs: kqueue: initial implementation found in my repoEdward George2013-06-091-0/+81
* doc: hubs: Point to the correct function in exception messageFloris Bruynooghe2013-06-051-1/+1
* hubs: EVENTLET_HUB can point to external modulesEdward George2013-02-191-2/+26
* doc: hubs: update link to common.txt (note on internal API functions)Sergey Shepelev2013-01-081-16/+16
* ensure that new hub greenlet is parent of old, dead hub greenlet.Edward George2012-08-111-2/+12
* Import errno so the exception handler worksJohannes Erdfelt2012-06-271-0/+1
* Import get_errno from eventlet.support so the exception handler worksJohannes Erdfelt2012-06-271-0/+1
* Initial implementation of hubless zeromq support using ZMQ_FD and ZMQ_EVENTS.Zed Shaw2011-04-081-110/+0
* Ignoring EEXIST in epoll hub on register. Should fix #80.Ryan Williams2011-04-021-5/+9
* Fixes #74, removing filenos from the hub when they raise a value error, thank...Ryan Williams2011-01-231-14/+19
* Ha ha, importing patch from #71 (thanks, Alexey, and fixing up the AUTHORS.Ryan Williams2010-12-201-13/+24
* Merge from trunkBen Ford2010-12-043-8/+21
|\
| * Fixes #66. Not super-happy that it doesn't work in epoll, but haven't crack...Ryan Williams2010-11-202-7/+14
* | Made a start on the zeromq documentationBen Ford2010-10-212-1/+2
* | Remove commented codeBen Ford2010-10-181-7/+0
|/
* Refactored the green version of zmq to use a factory function for ContextBen Ford2010-10-121-3/+2
* Merged latestBen Ford2010-10-121-2/+5
|\
| * Fix for unusual kill() error that was probably introduced by a bugfix in gree...Ryan Williams2010-10-021-1/+4
| * Finally figured out the line that was causing the hub tests to intermittently...Ryan Williams2010-10-021-1/+1
* | Added some logic to zmq so that the context will be unique per threadBen Ford2010-09-221-1/+18
* | First stab at zeromq support. This consists of:Ben Ford2010-09-201-0/+83
|/
* Fix blocking detector for cases that don't have the itimer module installed.Ryan Williams2010-08-281-11/+13
* Part two of the previous commit >_<R. Tyler Ballance2010-08-241-10/+8
* Add support for using signal.setitimer or the itimer module for blocking dete...R. Tyler Ballance2010-08-241-3/+8
* Removed circular import in twistedr.py, and Eventlet stops using the Twisted ...Ryan Williams2010-08-172-10/+6
* Merging rdw's blocking detector changes with my ownR. Tyler Ballance2010-06-241-4/+2
|\
| * Removed duplicate code.Ryan Williams2010-06-241-4/+2
* | Add support for the itimer module with blocking detectionR. Tyler Ballance2010-06-241-1/+14
|/
* MergeRyan Williams2010-06-241-1/+1
|\
| * Fixed behavior on suspend, thanks to Michael Carter for identifying the problem.Ryan Williams2010-05-251-1/+1
* | Probably horribly broken block detecter, only for poll/epoll hubs.Ryan Williams2010-05-072-2/+35
|/
* Included next_timers in the cleanup, thanks to redbo's suggestion.Ryan Williams2010-05-061-1/+2
* Removed timer_finished method, as it was unused.Ryan Williams2010-05-062-21/+10
* Removed undocumented stop() method from hub it's the same as abort(True). Fi...Ryan Williams2010-05-052-6/+5
* Converted fully over to what the internet assures me is the American spelling...Ryan Williams2010-05-052-12/+26