summaryrefslogtreecommitdiff
path: root/tests/stdlib
Commit message (Expand)AuthorAgeFilesLines
* pep8: Fix remaining issuesJakub Stasiak2014-11-121-2/+9
* Reformat with autopep8Jakub Stasiak2014-10-111-2/+4
* Remove most of the deprecated codeJakub Stasiak2014-10-101-3/+3
* PEP-8 fixesSergey Shepelev2014-08-2723-42/+68
* python3 compat: remove lots of Python 2.5 and earlier dependent code; use pri...Sergey Shepelev2013-12-033-16/+5
* python3 compat: print() function syntaxSergey Shepelev2013-12-033-6/+6
* python3 compat: 2to3: `except E as e:` syntaxDavanum Srinivas2013-12-031-1/+1
* Argh accursed tests that connect to sto svn.python.org.Ryan Williams2011-01-231-1/+2
* Temporarily cutting out these tests.Ryan Williams2010-10-171-0/+11
* May god smite whoever set things up so that --with-xunit interferes with the ...Ryan Williams2010-07-291-0/+6
* Fixing ftplib test failures.Ryan Williams2010-07-292-4/+5
* Silencing a few 2.7 tests.Ryan Williams2010-07-252-9/+26
* Older version compatibility.Ryan Williams2010-07-231-3/+6
* Fixed test_asyncore for 2.7Ryan Williams2010-07-231-8/+6
* Some 2.7 compatibility work, since the emulated APIs changed a bit.Ryan Williams2010-07-061-6/+2
* Added multiple-reader prevention code because it seems to be a fairly common ...Ryan Williams2010-03-151-0/+2
* Much easier to just use the blanket defaults. :)Ryan Williams2010-02-241-11/+3
* Fixed bad references in test_socket_ssl.pyRyan Williams2010-02-241-0/+17
* Missed a few patches.Ryan Williams2010-02-251-0/+6
* Hub initialization is no longer needed hereRyan Williams2010-02-241-2/+0
* Deprecating eventlet.processes, hopefully fixing executable bit on all these ...Ryan Williams2010-02-211-0/+0
* MergeRyan Williams2010-02-201-1/+8
|\
| * Commenting out test that fails only in hudson, need to investigate why later.Ryan Williams2010-02-2025-1/+8
|/
* Documented the hell out of semaphore, noticed that BoundedSemaphore had the w...Ryan Williams2010-02-201-1/+1
* Version-specific test changes, plus name aliasing in db_pool.Ryan Williams2010-02-161-1/+4
* MergeRyan Williams2010-02-161-1/+1
|\
| * MergeRyan Williams2010-02-161-0/+1
| |\
| * | Correct naming of stdlib tests.Ryan Williams2010-02-161-1/+1
* | | Disabling pyevent-problematic tests.Ryan Williams2010-02-161-4/+8
| |/ |/|
* | Moar restartingRyan Williams2010-02-141-0/+1
|/
* Different versions of Python have different sets of tests.Ryan Williams2010-02-141-1/+4
* Adding hub reset method around the stdlib tests prevents bad data from spilli...Ryan Williams2010-02-143-4/+19
* Added monkeypatch stdlib tests, which test how well monkeypatching works. Un...Ryan Williams2010-02-093-42/+70
* Added eventlet.green.os and its test; rewrote wrap_pipe_with_coroutine_pipe t...Ryan Williams2010-02-052-0/+11
* First cut of eventlet.green.subprocess module. Added stdlib tests as well. ...Ryan Williams2010-01-291-0/+11
* test_urllib2 is a bit funkyRyan Williams2010-01-281-0/+1
* Add queue to stdlib tests.Ryan Williams2010-01-231-0/+1
* Added eventlet.green.Queue, and refactored the queue module so that it's actu...Ryan Williams2010-01-231-0/+13
* Taking test_socketserver out of rotation for now.Ryan Williams2010-01-171-2/+2
* Disabling tpool on darwin, disabling a misbehaving test.Ryan Williams2010-01-171-1/+4
* Commented out bogusly-failing ssl tests.Ryan Williams2010-01-101-0/+8
* Fixed 2.4 stdlib test failure.Ryan Williams2010-01-081-1/+4
* 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-082-4/+5
* Moved get_hub, use_hub, get_default_hub to eventlet.hubs. This is a step in ...Ryan Williams2009-12-172-4/+4
* Corrected timeout behavior of ssl sockets, better docs on the annoying close ...Ryan Williams2009-12-061-3/+3
* 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-302-8/+33
* Patcherized threading and its test, removing a ton of copy-and-pasted code in...Ryan Williams2009-11-291-11/+13