| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | green.urllib2: missing patched ssl module | Collin RM Stocks | 2016-04-22 | 1 | -1/+1 |
| | | |||||
| * | Python 3 compat: Fix patcher and hub tests | Jakub Stasiak | 2015-02-10 | 1 | -4/+5 |
| | | |||||
| * | Fix typos detected by toolkit misspellings | ChangBo Guo(gcb) | 2015-02-07 | 1 | -2/+2 |
| | | | | | | | | * pip install misspellings * git ls-files | grep -v locale | misspellings -f - Closes GH #194 | ||||
| * | hubs: drop Twisted support | Sergey Shepelev | 2014-10-29 | 1 | -3/+0 |
| | | |||||
| * | PEP-8 fixes | Sergey Shepelev | 2014-08-27 | 1 | -1/+1 |
| | | |||||
| * | tests: deprecated TestCase.assert_() -> assert keyword | Sergey Shepelev | 2014-07-16 | 1 | -2/+2 |
| | | | | | https://github.com/eventlet/eventlet/issues/101 | ||||
| * | python3 compatibility | Sergey Shepelev | 2014-04-24 | 1 | -34/+10 |
| | | | | | | | | | | | | | - __next__ for iterator interface - six.next() to get next item - list(dict.keys()) - popen2.popen4 -> subprocess - s2b -> b"..." literals - deprecated assertEquals -> assertEqual - hub_test test_fork using run_python - 1L -> 1 long literal - many PEP-8 fixes | ||||
| * | PEP-8 fixes, tox runs pep8 check | Sergey Shepelev | 2014-04-23 | 1 | -1/+0 |
| | | | | | | For now, pep8 check is only run for some files known to be clean, we should clean the rest and enable pep8 check for all files then. | ||||
| * | python3 compatibility: print function | Sergey Shepelev | 2014-04-23 | 1 | -3/+3 |
| | | |||||
| * | python3 compat fixes | Victor Sergeyev | 2014-03-28 | 1 | -6/+7 |
| | | | | | https://github.com/eventlet/eventlet/pull/59 | ||||
| * | python3 compat: print() function syntax | Sergey Shepelev | 2013-12-03 | 1 | -0/+2 |
| | | |||||
| * | hubs: get_default_hub() on Windows broken by kqueue; Thanks to Paul Oppenheim | Sergey Shepelev | 2013-07-02 | 1 | -29/+81 |
| | | | | | | Fixes https://github.com/eventlet/eventlet/issues/38 +autopep8 | ||||
| * | support: do not clear sys.exc_info if can be preserved (greenlet >= 0.3.2) | Edward George | 2013-04-16 | 1 | -1/+61 |
| | | |||||
| * | Fix python 2.5 support | Floris Bruynooghe | 2012-09-05 | 1 | -0/+2 |
| | | | | | | | | | | | | * Avoid using property.setter(), use old-style properties instead. * Avoid using the new pep8-style threading API. * Use from __future__ import with_statement where it is used. * Add python 2.5 environments to tox, no epolls since that did not yet exist. | ||||
| * | correct spelling of defunct | Edward George | 2012-08-13 | 1 | -1/+1 |
| | | |||||
| * | added tests for dead hub greenlet issues. | Edward George | 2012-08-13 | 1 | -0/+56 |
| | | |||||
| * | Refactoring zmq support tests in light of lack of zeromq hub. | Ryan Williams | 2011-04-09 | 1 | -3/+1 |
| | | |||||
| * | Ignoring EEXIST in epoll hub on register. Should fix #80. | Ryan Williams | 2011-04-02 | 1 | -0/+36 |
| | | |||||
| * | Skipping repeated selects test on zmq hub because it doesn't appear to ↵ | Ryan Williams | 2011-01-23 | 1 | -1/+2 |
| | | | | | support detecting bad filenos at select() time. | ||||
| * | Fixes #74, removing filenos from the hub when they raise a value error, ↵ | Ryan Williams | 2011-01-23 | 1 | -0/+9 |
| | | | | | thanks to Edward George for the repro and fix. | ||||
| * | Removed bits from this test that I no longer remember their original purpose. | Ryan Williams | 2010-09-28 | 1 | -12/+12 |
| | | |||||
| * | Increasing timeout for that slow Darwin box | Ryan Williams | 2010-07-29 | 1 | -0/+1 |
| | | |||||
| * | Silencing intermittent test failures. | Ryan Williams | 2010-07-28 | 1 | -6/+6 |
| | | |||||
| * | Blocking detector doesn't work with pyevent. | Ryan Williams | 2010-06-24 | 1 | -0/+2 |
| | | |||||
| * | Add support for the itimer module with blocking detection | R. Tyler Ballance | 2010-06-24 | 1 | -1/+13 |
| | | | | | | | This will allow for subsecond blocking detection thanks to the itimer module recently released by Slide, Inc: http://github.com/slideinc/itimer | ||||
| * | Merge | Ryan Williams | 2010-06-24 | 1 | -0/+36 |
| |\ | |||||
| | * | Sending signals using more backwards-compatible methodology. | Ryan Williams | 2010-05-25 | 1 | -2/+2 |
| | | | |||||
| | * | Fixed behavior on suspend, thanks to Michael Carter for identifying the problem. | Ryan Williams | 2010-05-25 | 1 | -0/+36 |
| | | | |||||
| * | | Probably horribly broken block detecter, only for poll/epoll hubs. | Ryan Williams | 2010-05-07 | 1 | -0/+11 |
| |/ | |||||
| * | Included next_timers in the cleanup, thanks to redbo's suggestion. | Ryan Williams | 2010-05-06 | 1 | -3/+18 |
| | | |||||
| * | Removed undocumented stop() method from hub it's the same as abort(True). ↵ | Ryan Williams | 2010-05-05 | 1 | -3/+5 |
| | | | | | Fixed pyevent test failures and broken import that I somehow earlier missed. | ||||
| * | Converted fully over to what the internet assures me is the American ↵ | Ryan Williams | 2010-05-05 | 1 | -22/+28 |
| | | | | | spelling of 'canceled' -- this only affects internal variables. Also cleaned up the meticulous timer accounting of the hub tests so they stop failing after other tests are run. Also added new parameter to the abort method because it seemed to be the dominant mode of operation. | ||||
| * | Implemented cancelled-timer cleanup; if there are more than 1000 timers and ↵ | Ryan Williams | 2010-04-18 | 1 | -10/+54 |
| | | | | | more than half of them are cancelled, it cleans them out. | ||||
| * | py3k - corrections for deprecation warnings reported by python2.6 -3. | amajorek | 2010-03-09 | 1 | -1/+1 |
| | | | | | | | | - integer division - repr instead of ` Added __hash__ to speedy Proxy funtions - 3.x requires __hash__ if __eq__ is defined. Found problem with comparing two proxy objects. | ||||
| * | Converted hub_test to follow the test naming convention. | Ryan Williams | 2010-01-08 | 1 | -0/+84 |
