| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | PEP-8 fixes | Sergey Shepelev | 2014-08-27 | 1 | -0/+1 |
| | | |||||
| * | python3 compat fixes | Victor Sergeyev | 2014-03-28 | 1 | -7/+9 |
| | | | | | https://github.com/eventlet/eventlet/pull/59 | ||||
| * | python3 compat: print() function syntax | Sergey Shepelev | 2013-12-03 | 1 | -1/+1 |
| | | |||||
| * | Incorporated Holger's fix for Chrome 5 | Ryan Williams | 2010-07-28 | 1 | -1/+1 |
| | | |||||
| * | Added documentation for websocket module and switched to using decorators in ↵ | Ryan Williams | 2010-05-22 | 1 | -2/+3 |
| | | | | | the examples. | ||||
| * | Moved WebSocketWSGI class into eventlet.websocket and added a fewtests to ↵ | Ryan Williams | 2010-05-06 | 1 | -110/+7 |
| | | | | | bring it back up to 100%. Refactored the example to reference eventlet.websocket. | ||||
| * | Corrected get_errno import to make websocket example work again (boo me for ↵ | Ryan Williams | 2010-03-21 | 1 | -2/+2 |
| | | | | | using an internal API). Added note about which browser it works with. | ||||
| * | New eventlet.common module to create version-neutral layer. For now only ↵ | amajorek | 2010-02-28 | 1 | -2/+3 |
| | | | | | | | get_errno added there. All usage of e[0] replaced with either get_errno(e) or e.args[0] if intnetion was not to extract errno, but first argument | ||||
| * | Merge | Ryan Williams | 2010-02-21 | 1 | -5/+1 |
| |\ | |||||
| | * | Used convenience functions in examples. | Ryan Williams | 2010-02-21 | 1 | -5/+1 |
| |/ | |||||
| * | Use None as the flag value because the empty string is a legit message. | Ryan Williams | 2010-02-11 | 1 | -2/+2 |
| | | |||||
| * | Updated websocket example, made it a little more bulletproof; now it's ↵ | Ryan Williams | 2010-02-11 | 1 | -35/+45 |
| | | | | | almost like tissue paper at stopping bullets. :) | ||||
| * | Expanded websocket example, added graphing page which looks rad in Chrome. | Ryan Williams | 2010-02-11 | 1 | -12/+43 |
| | | |||||
| * | Added websocket example, small changes to wsgi to support it. | Ryan Williams | 2010-02-10 | 1 | -0/+104 |
