| Commit message (Expand) | Author | Age | Files | Lines |
| * | tests/isolated for tests sandboxed in separate python process | Sergey Shepelev | 2015-02-25 | 1 | -30/+28 |
| * | greendns: IPv6 support, improved handling of /etc/hostsbb-40-greendns-ipv6 | Floris Bruynooghe | 2015-02-20 | 1 | -0/+16 |
| * | Tests: Provide listener details on nonempty hub | Jakub Stasiak | 2015-02-12 | 1 | -4/+14 |
| * | Fix typos detected by toolkit misspellings | ChangBo Guo(gcb) | 2015-02-07 | 1 | -1/+1 |
| * | hubs: drop Twisted support | Sergey Shepelev | 2014-10-29 | 1 | -11/+0 |
| * | Reformat with autopep8 | Jakub Stasiak | 2014-10-11 | 1 | -1/+2 |
| * | tests: deprecated TestCase.assert_() -> assert keyword | Sergey Shepelev | 2014-07-16 | 1 | -8/+4 |
| * | python3 compatibility | Sergey Shepelev | 2014-04-24 | 1 | -5/+0 |
| * | PEP-8 fixes, tox runs pep8 check | Sergey Shepelev | 2014-04-23 | 1 | -13/+20 |
| * | pypy compatibility | Jakub Stasiak | 2014-04-15 | 1 | -0/+3 |
| * | python3 compat: print() function syntax | Sergey Shepelev | 2013-12-03 | 1 | -2/+4 |
| * | tests: kill all tpool workers in LimitedTestCase | Jakub Stasiak | 2013-08-07 | 1 | -10/+3 |
| * | tests: extract run_python() utility function | Sergey Shepelev | 2013-07-09 | 1 | -0/+21 |
| * | tests: skip check_idle_cpu_usage on Windows; Thanks to Paul Oppenheim | Sergey Shepelev | 2013-07-09 | 1 | -1/+9 |
| * | tests: LimitedTestCase.set_alarm() detects busy loops like while True: pass | Sergey Shepelev | 2013-01-11 | 1 | -9/+31 |
| * | tests: check_idle_cpu_usage measures getrusage() around sleep(); throws Asser... | Sergey Shepelev | 2013-01-10 | 1 | -0/+15 |
| * | tests: skip_if_no_ssl decorator always returned None | Sergey Shepelev | 2013-01-10 | 1 | -9/+11 |
| * | Skip SSL tests if SSL is not available | Floris Bruynooghe | 2012-09-05 | 1 | -0/+11 |
| * | Refactoring zmq support tests in light of lack of zeromq hub. | Ryan Williams | 2011-04-09 | 1 | -17/+0 |
| * | Initial implementation of hubless zeromq support using ZMQ_FD and ZMQ_EVENTS. | Zed Shaw | 2011-04-08 | 1 | -2/+2 |
| * | Skipping repeated selects test on zmq hub because it doesn't appear to suppor... | Ryan Williams | 2011-01-23 | 1 | -0/+17 |
| * | Finally, eventlet.green.MySQLdb so we don't have to hassle with db_pool if we... | Ryan Williams | 2010-10-07 | 1 | -16/+23 |
| * | Support for SSL websockets, which also happens to improve our SSL support in ... | Ryan Williams | 2010-09-16 | 1 | -0/+3 |
| * | Use built-in json for tests if available. | Ryan Williams | 2010-07-23 | 1 | -5/+8 |
| * | Add support for the itimer module with blocking detection | R. Tyler Ballance | 2010-06-24 | 1 | -0/+10 |
| * | Cleaned up error output a bit better so diagnosis of failing psycopg tests do... | Ryan Williams | 2010-05-24 | 1 | -0/+1 |
| * | Converted fully over to what the internet assures me is the American spelling... | Ryan Williams | 2010-05-05 | 1 | -1/+15 |
| * | Database tests should be skipped if simplejson isn't installed. | Ryan Williams | 2010-04-18 | 1 | -7/+13 |
| * | Integrated the dotfile auth lookup stuff with the new test. | Ryan Williams | 2010-04-17 | 1 | -0/+35 |
| * | Fixed overlong duration of iterator test. | Ryan Williams | 2010-03-25 | 1 | -0/+7 |
| * | py3k - more elegant s2b implementation | amajorek | 2010-03-04 | 1 | -9/+3 |
| * | py3k socket send and receives byte type data. They are different from strings... | amajorek | 2010-03-02 | 1 | -0/+10 |
| * | Check that hubs are empty in tearDown. You have to run nosetests with -s to ... | Chris AtLee | 2010-02-23 | 1 | -1/+12 |
| * | Fix some deprecation warnings | Chris AtLee | 2010-02-23 | 1 | -0/+10 |
| * | Merge | Ryan Williams | 2010-02-16 | 1 | -3/+3 |
| |\ |
|
| | * | Imported Timeout class from gevent, deprecated exc_after, replaced TimeoutErr... | Ryan Williams | 2010-02-15 | 1 | -3/+3 |
| * | | Disabling pyevent-problematic tests. | Ryan Williams | 2010-02-16 | 1 | -3/+4 |
| |/ |
|
| * | Fixed bug in tpool.killall, also another slight bug in the pollhub, and added... | Ryan Williams | 2010-01-18 | 1 | -0/+9 |
| * | Refactored imap to make it even simpler and fix the limitation, added test fo... | Ryan Williams | 2009-12-31 | 1 | -14/+0 |
| * | Moved get_hub, use_hub, get_default_hub to eventlet.hubs. This is a step in ... | Ryan Williams | 2009-12-17 | 1 | -7/+8 |
| * | Renamed libevent hub to pyevent. | Ryan Williams | 2009-12-16 | 1 | -5/+5 |
| * | Refactored __init__ a little, skipped a processes-based tests on Windows. | Ryan Williams | 2009-12-07 | 1 | -20/+43 |
| * | Finally, some peace and quiet around here. :-) | Ryan Williams | 2009-12-06 | 1 | -0/+14 |
| * | Added eventlet.green.OpenSSL to further rationalize our SSL support, carved o... | Ryan Williams | 2009-11-27 | 1 | -10/+18 |
| * | Removed copyright headers from individual files, added LICENSE and AUTHORS fi... | Ryan Williams | 2009-10-03 | 1 | -22/+0 |
| * | It turns out that if my --eventlet-hub=foo command fails to import foo, I don... | Ryan Williams | 2009-08-31 | 1 | -0/+8 |
| * | Slight improvement to hide twisted tests from people who don't have it. | Ryan Williams | 2009-08-24 | 1 | -1/+4 |
| * | Improved skipped decorator, now it tells you what was skipped even when not u... | Ryan Williams | 2009-08-17 | 1 | -4/+6 |
| * | Fiddled with __init__.py some more. Made greenio tests LimitedTestCase subcl... | Ryan Williams | 2009-08-15 | 1 | -3/+19 |
| * | Added @skipped decorator in tests, hopefully we don't use it too much. Repla... | Ryan Williams | 2009-08-15 | 1 | -14/+31 |