| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | Patcherized test_urllib2_localnet | Ryan Williams | 2009-11-29 | 2 | -19/+11 |
| * | Patcherized both urllib2 and its test. | Ryan Williams | 2009-11-29 | 1 | -8/+6 |
| * | Added all.py convenience module for running stdlib tests. Patcherized test_t... | Ryan Williams | 2009-11-29 | 2 | -7/+45 |
| * | Greened CGIHTTPServer and added a 2.6 test that covers a bunch of *HTTPServer... | Ryan Williams | 2009-11-29 | 1 | -0/+20 |
| * | Greened asynchat | Ryan Williams | 2009-11-29 | 1 | -0/+19 |
| * | Greened SimpleHTTPServer | Ryan Williams | 2009-11-29 | 2 | -1/+10 |
| * | Added test for ssl module, fixed bug that it found with definition of setbloc... | Ryan Williams | 2009-11-29 | 1 | -0/+43 |
| * | Greened asyncore. | Ryan Williams | 2009-11-29 | 2 | -0/+53 |
| * | Replaced copy-and-paste code of urllib with short patcher snippet, adding a h... | Ryan Williams | 2009-11-29 | 2 | -0/+24 |
| * | Made the boundedsem test play nicer with the other tests...it still stomps on... | Ryan Williams | 2009-11-28 | 1 | -2/+8 |
| * | Removed cwd dependency in test_thread__boundedsem | Ryan Williams | 2009-11-28 | 1 | -1/+2 |
| * | Replaced copy-and-pasted httplib with patched httplib, saving a few K. Added... | Ryan Williams | 2009-11-28 | 1 | -0/+11 |
| * | Patcherized test_threading_local | Ryan Williams | 2009-11-27 | 1 | -9/+9 |
| * | Patcherized test_thread | Ryan Williams | 2009-11-27 | 1 | -11/+9 |
| * | Patcher-ized test_socket_ssl and test_socketserver. Also patcher-ized Socket... | Ryan Williams | 2009-11-27 | 2 | -31/+19 |
| * | Convert test_select to patcher | Ryan Williams | 2009-11-26 | 1 | -4/+5 |
| * | Converted test_socket to use the patcher, fixed minor divergence from standar... | Ryan Williams | 2009-11-26 | 1 | -9/+8 |
| * | Fixed test_select so it runs on 2.6, moved get_fileno into eventlet.green.sel... | Ryan Williams | 2009-11-24 | 1 | -1/+7 |
| * | Fix for twistedhub incompatibility. Added the stdlib select test, which unco... | Ryan Williams | 2009-10-30 | 1 | -0/+7 |
| * | Many testing-related changes, switched completely over to using nose, added d... | Ryan Williams | 2009-09-09 | 2 | -2/+14 |
| * | Replaced copy-and-paste test_timeout with patched version. | Ryan Williams | 2009-09-02 | 1 | -0/+15 |
| * | Migrated test_threading_local to be a patching test. Discovered that it's ac... | Ryan Williams | 2009-09-02 | 1 | -0/+17 |
| * | Replaced copy-and-paste test_thread with patched thread test. | Ryan Williams | 2009-09-02 | 1 | -0/+20 |
| * | Moved some copy-and-paste test code into stdlib and did the monkeypatching th... | Ryan Williams | 2009-08-24 | 1 | -0/+20 |
| * | Migrated test_urllib2 tests to stdlib directory, thereby removing copy-and-pa... | Ryan Williams | 2009-08-14 | 2 | -0/+39 |
| * | Converted test_socketserver away from copy-n-paste. | Ryan Williams | 2009-08-06 | 1 | -0/+29 |
| * | Converted test_socket_ssl away from copy-n-paste. | Ryan Williams | 2009-08-06 | 2 | -1/+22 |
| * | Moved from having a copy-n-pasted test_socket to using the system test_socket... | Ryan Williams | 2009-08-06 | 1 | -0/+19 |