| Commit message (Expand) | Author | Age | Files | Lines |
| * | pep8: Fix remaining issues | Jakub Stasiak | 2014-11-12 | 1 | -2/+9 |
| * | Reformat with autopep8 | Jakub Stasiak | 2014-10-11 | 1 | -2/+4 |
| * | Remove most of the deprecated code | Jakub Stasiak | 2014-10-10 | 1 | -3/+3 |
| * | PEP-8 fixes | Sergey Shepelev | 2014-08-27 | 23 | -42/+68 |
| * | python3 compat: remove lots of Python 2.5 and earlier dependent code; use pri... | Sergey Shepelev | 2013-12-03 | 3 | -16/+5 |
| * | python3 compat: print() function syntax | Sergey Shepelev | 2013-12-03 | 3 | -6/+6 |
| * | python3 compat: 2to3: `except E as e:` syntax | Davanum Srinivas | 2013-12-03 | 1 | -1/+1 |
| * | Argh accursed tests that connect to sto svn.python.org. | Ryan Williams | 2011-01-23 | 1 | -1/+2 |
| * | Temporarily cutting out these tests. | Ryan Williams | 2010-10-17 | 1 | -0/+11 |
| * | 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 a few 2.7 tests. | Ryan Williams | 2010-07-25 | 2 | -9/+26 |
| * | Older version compatibility. | Ryan Williams | 2010-07-23 | 1 | -3/+6 |
| * | Fixed test_asyncore for 2.7 | Ryan Williams | 2010-07-23 | 1 | -8/+6 |
| * | Some 2.7 compatibility work, since the emulated APIs changed a bit. | Ryan Williams | 2010-07-06 | 1 | -6/+2 |
| * | Added multiple-reader prevention code because it seems to be a fairly common ... | Ryan Williams | 2010-03-15 | 1 | -0/+2 |
| * | Much easier to just use the blanket defaults. :) | Ryan Williams | 2010-02-24 | 1 | -11/+3 |
| * | Fixed bad references in test_socket_ssl.py | Ryan Williams | 2010-02-24 | 1 | -0/+17 |
| * | Missed a few patches. | Ryan Williams | 2010-02-25 | 1 | -0/+6 |
| * | Hub initialization is no longer needed here | Ryan Williams | 2010-02-24 | 1 | -2/+0 |
| * | Deprecating eventlet.processes, hopefully fixing executable bit on all these ... | Ryan Williams | 2010-02-21 | 1 | -0/+0 |
| * | Merge | Ryan Williams | 2010-02-20 | 1 | -1/+8 |
| |\ |
|
| | * | Commenting out test that fails only in hudson, need to investigate why later. | Ryan Williams | 2010-02-20 | 25 | -1/+8 |
| |/ |
|
| * | Documented the hell out of semaphore, noticed that BoundedSemaphore had the w... | Ryan Williams | 2010-02-20 | 1 | -1/+1 |
| * | Version-specific test changes, plus name aliasing in db_pool. | Ryan Williams | 2010-02-16 | 1 | -1/+4 |
| * | Merge | Ryan Williams | 2010-02-16 | 1 | -1/+1 |
| |\ |
|
| | * | Merge | Ryan Williams | 2010-02-16 | 1 | -0/+1 |
| | |\ |
|
| | * | | Correct naming of stdlib tests. | Ryan Williams | 2010-02-16 | 1 | -1/+1 |
| * | | | Disabling pyevent-problematic tests. | Ryan Williams | 2010-02-16 | 1 | -4/+8 |
| | |/
|/| |
|
| * | | Moar restarting | Ryan Williams | 2010-02-14 | 1 | -0/+1 |
| |/ |
|
| * | Different versions of Python have different sets of tests. | Ryan Williams | 2010-02-14 | 1 | -1/+4 |
| * | Adding hub reset method around the stdlib tests prevents bad data from spilli... | Ryan Williams | 2010-02-14 | 3 | -4/+19 |
| * | Added monkeypatch stdlib tests, which test how well monkeypatching works. Un... | Ryan Williams | 2010-02-09 | 3 | -42/+70 |
| * | Added eventlet.green.os and its test; rewrote wrap_pipe_with_coroutine_pipe t... | Ryan Williams | 2010-02-05 | 2 | -0/+11 |
| * | First cut of eventlet.green.subprocess module. Added stdlib tests as well. ... | Ryan Williams | 2010-01-29 | 1 | -0/+11 |
| * | test_urllib2 is a bit funky | Ryan Williams | 2010-01-28 | 1 | -0/+1 |
| * | Add queue to stdlib tests. | Ryan Williams | 2010-01-23 | 1 | -0/+1 |
| * | Added eventlet.green.Queue, and refactored the queue module so that it's actu... | Ryan Williams | 2010-01-23 | 1 | -0/+13 |
| * | Taking test_socketserver out of rotation for now. | Ryan Williams | 2010-01-17 | 1 | -2/+2 |
| * | Disabling tpool on darwin, disabling a misbehaving test. | Ryan Williams | 2010-01-17 | 1 | -1/+4 |
| * | Commented out bogusly-failing ssl tests. | Ryan Williams | 2010-01-10 | 1 | -0/+8 |
| * | Fixed 2.4 stdlib test failure. | Ryan Williams | 2010-01-08 | 1 | -1/+4 |
| * | Fixed all.py to be simpler and 2.4-compatible. | Ryan Williams | 2010-01-08 | 1 | -21/+21 |
| * | Added continuous build links to index, tinkered with stdlib tests some more. | Ryan Williams | 2010-01-08 | 2 | -4/+5 |
| * | Moved get_hub, use_hub, get_default_hub to eventlet.hubs. This is a step in ... | Ryan Williams | 2009-12-17 | 2 | -4/+4 |
| * | Corrected timeout behavior of ssl sockets, better docs on the annoying close ... | Ryan Williams | 2009-12-06 | 1 | -3/+3 |
| * | Restored ssl test. | Ryan Williams | 2009-11-30 | 1 | -1/+2 |
| * | Reordered test_select so it runs on 2.5 | Ryan Williams | 2009-11-30 | 1 | -2/+2 |
| * | Fleshed out the rest of eventlet.green.thread, tweaked all.py so it discerns ... | Ryan Williams | 2009-11-30 | 2 | -8/+33 |
| * | Patcherized threading and its test, removing a ton of copy-and-pasted code in... | Ryan Williams | 2009-11-29 | 1 | -11/+13 |