summaryrefslogtreecommitdiff
path: root/tests/stdlib/all.py
Commit message (Expand)AuthorAgeFilesLines
* hubs: drop pyevent hubupSergey Shepelev2018-03-111-9/+7
* pep8: Fix remaining issuesJakub Stasiak2014-11-121-2/+9
* PEP-8 fixesSergey Shepelev2014-08-271-1/+4
* python3 compat: print() function syntaxSergey Shepelev2013-12-031-2/+2
* Fixing ftplib test failures.Ryan Williams2010-07-291-2/+4
* Added multiple-reader prevention code because it seems to be a fairly common ...Ryan Williams2010-03-151-0/+2
* MergeRyan Williams2010-02-161-0/+1
|\
| * Moar restartingRyan Williams2010-02-141-0/+1
* | Correct naming of stdlib tests.Ryan Williams2010-02-161-1/+1
|/
* Adding hub reset method around the stdlib tests prevents bad data from spilli...Ryan Williams2010-02-141-1/+13
* Added monkeypatch stdlib tests, which test how well monkeypatching works. Un...Ryan Williams2010-02-091-42/+5
* Added eventlet.green.os and its test; rewrote wrap_pipe_with_coroutine_pipe t...Ryan Williams2010-02-051-0/+2
* Add queue to stdlib tests.Ryan Williams2010-01-231-0/+1
* Taking test_socketserver out of rotation for now.Ryan Williams2010-01-171-2/+2
* Fixed all.py to be simpler and 2.4-compatible.Ryan Williams2010-01-081-21/+21
* Added continuous build links to index, tinkered with stdlib tests some more.Ryan Williams2010-01-081-4/+4
* Restored ssl test.Ryan Williams2009-11-301-1/+2
* Reordered test_select so it runs on 2.5Ryan Williams2009-11-301-2/+2
* Fleshed out the rest of eventlet.green.thread, tweaked all.py so it discerns ...Ryan Williams2009-11-301-8/+27
* Patcherized test_urllib2_localnetRyan Williams2009-11-291-2/+2
* Added all.py convenience module for running stdlib tests. Patcherized test_t...Ryan Williams2009-11-291-0/+38