| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Python 3 compat: Improve various bits | Jakub Stasiak | 2014-10-10 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | This includes changes to WSGI, websocket, bytes/str/unicode handling, SSL, backdoor, greenio and tests. Some comments and conditionals (PY2/PY3) were added for clarity GH issues: Closes #106 Closes #111 Closes #118 Closes #141 Incidentally should also close #135 (reopen if didn't) cc #6 | ||||
| * | tests: deprecated TestCase.assert_() -> assert keyword | Sergey Shepelev | 2014-07-16 | 1 | -3/+2 |
| | | | | | https://github.com/eventlet/eventlet/issues/101 | ||||
| * | PEP-8 fixes, tox runs pep8 check | Sergey Shepelev | 2014-04-23 | 1 | -0/+2 |
| | | | | | | 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 | -5/+4 |
| | | |||||
| * | python3 compat fixes | Victor Sergeyev | 2014-03-28 | 1 | -1/+1 |
| | | | | | https://github.com/eventlet/eventlet/pull/59 | ||||
| * | 2.4 compatibility. | Ryan Williams | 2011-01-23 | 1 | -1/+1 |
| | | |||||
| * | Clearer behavior in the case of zero-size tpools. | Ryan Williams | 2010-11-06 | 1 | -0/+19 |
| | | |||||
| * | Fixed env_test stomping on os.environ | Ben Ford | 2010-10-12 | 1 | -8/+18 |
| | | |||||
| * | Cleaned up tpool-related tests a bit. | Ryan Williams | 2010-09-29 | 1 | -4/+7 |
| | | |||||
| * | Greenlet affinity for tpool threads. This means that if you make multiple ↵ | Ryan Williams | 2010-09-28 | 1 | -5/+6 |
| | | | | | tpool calls with the same greenthread, they will all go through the same real thread. | ||||
| * | Adding assertion checking for negative pool size in tpool, per discussion ↵ | Ryan Williams | 2010-09-12 | 1 | -0/+21 |
| | | | | | with rtyler. Also a test because I am a test nerd. | ||||
| * | Sleeping in env_test for longer because thread startup is so very expensive ↵ | Ryan Williams | 2010-07-25 | 1 | -1/+1 |
| | | | | | on some platforms. | ||||
| * | Your machine is so slow, your mom could count up to 0.04 before it could. | Ryan Williams | 2010-06-10 | 1 | -1/+1 |
| | | |||||
| * | Skip skip skip pyevent. | Ryan Williams | 2010-06-10 | 1 | -1/+3 |
| | | |||||
| * | Race condition fix in patcher, added a bit more sleep to the env test so ↵ | Ryan Williams | 2010-06-10 | 1 | -2/+4 |
| | | | | | slow machines have a better chance of succeeding. | ||||
| * | Documented the environment variables (thereby fixing #15). Improved the ↵ | Ryan Williams | 2010-06-10 | 1 | -0/+55 |
| implementation of tpooled dns in eventlet.green.socket. | |||||
