| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use keyword argument here to make it easier to read | Jakub Stasiak | 2015-02-09 | 1 | -1/+1 |
| * | hubs: drop Twisted support | Sergey Shepelev | 2014-10-29 | 1 | -4/+2 |
| * | Python 3 compat: Improve various bits | Jakub Stasiak | 2014-10-10 | 1 | -5/+5 |
| * | Remove most of the deprecated code | Jakub Stasiak | 2014-10-10 | 1 | -41/+32 |
| * | Python 3 compatibility fixes | Jakub Stasiak | 2014-07-18 | 1 | -2/+2 |
| * | python3 compatibility | Sergey Shepelev | 2014-04-24 | 1 | -13/+17 |
| * | python3 compatibility | Sergey Shepelev | 2014-04-23 | 1 | -12/+11 |
| * | Skip SSL tests if SSL is not available | Floris Bruynooghe | 2012-09-05 | 1 | -0/+4 |
| * | Converted fully over to what the internet assures me is the American spelling... | Ryan Williams | 2010-05-05 | 1 | -3/+2 |
| * | Merge with latest which_linden tip | amajorek | 2010-02-27 | 1 | -8/+9 |
| |\ |
|
| | * | New module convenience; moved convenience functions in there. Sectioned off ... | Ryan Williams | 2010-02-25 | 1 | -8/+9 |
| * | | Merge with latest which_linden tip | amajorek | 2010-02-26 | 1 | -18/+15 |
| |\ \
| |/ |
|
| | * | Fix some deprecation warnings | Chris AtLee | 2010-02-23 | 1 | -18/+15 |
| * | | first draft of making eventlet py3k compatible. | amajorek | 2010-02-26 | 1 | -1/+1 |
| |/ |
|
| * | Hub selection via environment variable obviates the need for the eventlethub.... | Ryan Williams | 2010-02-21 | 1 | -1/+0 |
| * | Moved a test. | Ryan Williams | 2010-01-25 | 1 | -37/+0 |
| * | Added silent timer support to pyevent hub, upgraded api_test to use actual un... | Ryan Williams | 2010-01-08 | 1 | -3/+3 |
| * | Moved get_hub, use_hub, get_default_hub to eventlet.hubs. This is a step in ... | Ryan Williams | 2009-12-17 | 1 | -17/+5 |
| * | Renamed coros.event to coros.Event to be compatible with PEP-8 some more. | Ryan Williams | 2009-12-16 | 1 | -1/+1 |
| * | Removed previously-deprecated features tcp_server, GreenSSL, erpc, and trap_e... | Ryan Williams | 2009-12-15 | 1 | -28/+0 |
| * | Tweaked trampoline_timeout because Windows assumes that sockets that are not ... | Ryan Williams | 2009-12-04 | 1 | -4/+10 |
| * | Added additional error trapping in select hub for Windows compatibility, rewr... | Ryan Williams | 2009-12-04 | 1 | -6/+13 |
| * | Deprecated tcp_server, added an accept loop example, fixed up two sites that ... | Ryan Williams | 2009-11-24 | 1 | -4/+11 |
| * | Initial implemenation of using ssl module instead of pyOpenSSL. | Ryan Williams | 2009-11-21 | 1 | -6/+10 |
| * | Removed copyright headers from individual files, added LICENSE and AUTHORS fi... | Ryan Williams | 2009-10-03 | 1 | -21/+0 |
| * | Added cool little debug mode to Hub which makes it easier to see why a partic... | Ryan Williams | 2009-08-24 | 1 | -1/+1 |
| * | Fix for api_test's connect_ssl test mucking up subsequent tests. | Ryan Williams | 2009-08-23 | 1 | -1/+6 |
| * | Merged test__api into api_test | Ryan Williams | 2009-08-06 | 1 | -0/+33 |
| * | Full duplex for select hub. tcp_server has to be changed because we no longe... | Ryan Williams | 2009-08-02 | 1 | -8/+14 |
| * | Renamed greentest to tests to be more standard. | Ryan Williams | 2009-07-24 | 1 | -0/+225 |