| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | General tidy up and addition of long overdue docstrings | Ben Ford | 2010-12-04 | 1 | -5/+15 |
| | * | Fix for bug #68. This has also included an update to zeromq and pyzmq that im... | Ben Ford | 2010-12-04 | 1 | -1/+10 |
| | * | Test case for #68. As expected the test raised TestIsTakingTooLong | Ben Ford | 2010-12-04 | 1 | -0/+9 |
| | * | Fixes #66. Not super-happy that it doesn't work in epoll, but haven't crack... | Ryan Williams | 2010-11-20 | 1 | -2/+48 |
| | * | Clearer behavior in the case of zero-size tpools. | Ryan Williams | 2010-11-06 | 1 | -0/+19 |
| | * | Doing a better job skipping zmq tests on machines that don't have it. | Ryan Williams | 2010-10-27 | 1 | -39/+43 |
| | * | Patch and test from Malcolm Cleaton for Event objects. | Ryan Williams | 2010-10-27 | 1 | -0/+9 |
| | * | Fixing empty-query-string compatibility that mcarter reported, added unit tes... | Ryan Williams | 2010-10-24 | 1 | -0/+52 |
| | * | Switching to 2.4-friendly syntax here. | Ryan Williams | 2010-10-18 | 1 | -1/+1 |
| | * | Merge | Ryan Williams | 2010-10-18 | 2 | -8/+286 |
| | |\ |
|
| | * | | __loader__ is another of those sekkrit management module attributes. | Ryan Williams | 2010-10-17 | 1 | -1/+1 |
| | * | | Temporarily cutting out these tests. | Ryan Williams | 2010-10-17 | 1 | -0/+11 |
| | * | | Fixing hudson failure. | Ryan Williams | 2010-10-14 | 1 | -1/+1 |
| * | | | Made a start on the zeromq documentation | Ben Ford | 2010-10-21 | 1 | -2/+0 |
| | |/
|/| |
|
| * | | Automated merge with http://bitbucket.org/which_linden/eventlet | Ben Ford | 2010-10-12 | 2 | -8/+286 |
| |\ \
| |/
|/| |
|
| | * | Refactored the green version of zmq to use a factory function for Context | Ben Ford | 2010-10-12 | 1 | -6/+28 |
| | * | Fixed env_test stomping on os.environ | Ben Ford | 2010-10-12 | 1 | -8/+18 |
| | * | Automated merge with https://bitbucket.org/boothead/eventlet | Ben Ford | 2010-10-12 | 1 | -22/+5 |
| | |\ |
|
| | | * | Fix up tests so they run on a slower virtual machine | Ben Ford | 2010-10-11 | 1 | -22/+5 |
| | * | | Merged latest | Ben Ford | 2010-10-12 | 7 | -40/+313 |
| | |\ \
| | |/
| |/| |
|
| | * | | Fixed a couple of bugs in tests by adding sleep statements. I seem to remembe... | Ben Ford | 2010-10-10 | 1 | -5/+9 |
| | * | | Added a couple of pub/sub tests | Ben Ford | 2010-09-30 | 1 | -8/+114 |
| | * | | Took sleep statements out of send/recv functions. Renamed tests to zmq_tests | Ben Ford | 2010-09-24 | 1 | -2/+14 |
| | * | | Changed send methods to call to sleep in the case of successful send. Without... | Ben Ford | 2010-09-23 | 1 | -6/+4 |
| | * | | Added some logic to zmq so that the context will be unique per thread | Ben Ford | 2010-09-22 | 1 | -30/+124 |
| | * | | Merge latest changes | Ben Ford | 2010-09-20 | 3 | -5/+49 |
| | |\ \ |
|
| | * | | | First stab at zeromq support. This consists of: | Ben Ford | 2010-09-20 | 1 | -0/+49 |
| * | | | | Fine, be picky about types, Python, see if I care. | Ryan Williams | 2010-10-11 | 1 | -1/+1 |
| | |_|/
|/| | |
|
| * | | | Finally, eventlet.green.MySQLdb so we don't have to hassle with db_pool if we... | Ryan Williams | 2010-10-07 | 3 | -16/+261 |
| * | | | Draft 75 uses 'Web Socket'. | Ryan Williams | 2010-10-03 | 1 | -1/+1 |
| * | | | Update websocket protocol upgrade reply header to match WS spec 76 | Nick V. | 2010-10-04 | 1 | -2/+2 |
| * | | | Removed superfluous esend method, pyevent skip for yet another tpool test, durr. | Ryan Williams | 2010-10-03 | 1 | -0/+1 |
| * | | | Merge | Ryan Williams | 2010-10-02 | 2 | -8/+9 |
| |\ \ \ |
|
| | * | | | Cleaned up tpool-related tests a bit. | Ryan Williams | 2010-09-29 | 2 | -8/+9 |
| * | | | | Pack a vest for your socket in the city of ssl. | Ryan Williams | 2010-09-29 | 1 | -1/+2 |
| |/ / / |
|
| * | | | Removed bits from this test that I no longer remember their original purpose. | Ryan Williams | 2010-09-28 | 1 | -12/+12 |
| * | | | Greenlet affinity for tpool threads. This means that if you make multiple tp... | Ryan Williams | 2010-09-28 | 2 | -9/+34 |
| | |/
|/| |
|
| * | | Support for SSL websockets, which also happens to improve our SSL support in ... | Ryan Williams | 2010-09-16 | 3 | -5/+49 |
| |/ |
|
| * | Adding assertion checking for negative pool size in tpool, per discussion wit... | Ryan Williams | 2010-09-12 | 1 | -0/+21 |
| * | Removed EVENTLET_TPOOL_DNS because greendns is better. Fixed issue where we ... | Ryan Williams | 2010-08-24 | 1 | -0/+51 |
| * | eventlet.wsgi no longer prints error messages, it instead uses the logfile. ... | Ryan Williams | 2010-08-11 | 1 | -0/+14 |
| * | Ensure that when an exception is raised in the application the server doesn't... | Ryan Williams | 2010-08-11 | 1 | -0/+14 |
| * | Typo in test name, thanks jbergstroem. | Ryan Williams | 2010-08-05 | 1 | -1/+1 |
| * | Increasing timeout for that slow Darwin box | Ryan Williams | 2010-07-29 | 1 | -0/+1 |
| * | May god smite whoever set things up so that --with-xunit interferes with the ... | Ryan Williams | 2010-07-29 | 1 | -0/+6 |
| * | Fixing ftplib test failures. | Ryan Williams | 2010-07-29 | 2 | -4/+5 |
| * | Silencing intermittent test failures. | Ryan Williams | 2010-07-28 | 1 | -6/+6 |
| * | Switching back to regular subprocess here. | Ryan Williams | 2010-07-26 | 1 | -1/+1 |
| * | Sleeping in env_test for longer because thread startup is so very expensive o... | Ryan Williams | 2010-07-25 | 1 | -1/+1 |
| * | Silencing a few 2.7 tests. | Ryan Williams | 2010-07-25 | 2 | -9/+26 |