| Commit message (Collapse) | 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 |
| | | | | | Closes GH #144 | ||||
| * | PEP-8 fixes | Sergey Shepelev | 2014-08-27 | 23 | -42/+68 |
| | | |||||
| * | python3 compat: remove lots of Python 2.5 and earlier dependent code; use ↵ | Sergey Shepelev | 2013-12-03 | 3 | -16/+5 |
| | | | | | print() function syntax | ||||
| * | 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 |
| | | | | | | | | First step to Python 3 compatibility "2to3 -w -f except ." See [1] [1] http://docs.python.org/2/library/2to3.html#fixers | ||||
| * | 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 |
| | | | | | test operation. | ||||
| * | 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 |
| | | | | | pitfall. Also added defaults to the debug methods so you can call them no-args to reset them. | ||||
| * | 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 |
| | | | | | dang files. | ||||
| * | 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 ↵ | Ryan Williams | 2010-02-20 | 1 | -1/+1 |
| | | | | | wrong semantics so created a new BoundedSemaphore, renaming the old to CappedSemaphore, to correct for that. | ||||
| * | 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 ↵ | Ryan Williams | 2010-02-14 | 3 | -4/+19 |
| | | | | | spilling between them. | ||||
| * | Added monkeypatch stdlib tests, which test how well monkeypatching works. ↵ | Ryan Williams | 2010-02-09 | 3 | -42/+70 |
| | | | | | Unsurprisingly, some tweakage was also needed. | ||||
| * | Added eventlet.green.os and its test; rewrote wrap_pipe_with_coroutine_pipe ↵ | Ryan Williams | 2010-02-05 | 2 | -0/+11 |
| | | | | | to accomodate. Slight changes to eventlet.green.subprocess. | ||||
| * | First cut of eventlet.green.subprocess module. Added stdlib tests as well. ↵ | Ryan Williams | 2010-01-29 | 1 | -0/+11 |
| | | | | | Fixed GreenPipe's incorrect assumption that all callers would use a buflen argument to read(). | ||||
| * | 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 ↵ | Ryan Williams | 2010-01-23 | 1 | -0/+13 |
| | | | | | actually stdlib-compatible. | ||||
| * | 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 |
| | | | | | the direction of better factoring and fewer circular-ish dependencies. | ||||
| * | Corrected timeout behavior of ssl sockets, better docs on the annoying close ↵ | Ryan Williams | 2009-12-06 | 1 | -3/+3 |
| | | | | | behavior. | ||||
| * | 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 |
| | | | | | which tests will run when the frikkin internet is down, and used the improved corolocal that Tyler and I worked on (and fixed some bugs with it that these tests revealed. | ||||
| * | Patcherized threading and its test, removing a ton of copy-and-pasted code ↵ | Ryan Williams | 2009-11-29 | 1 | -11/+13 |
| | | | | | in the process. :-) | ||||
