summaryrefslogtreecommitdiff
path: root/tests/__init__.py
Commit message (Expand)AuthorAgeFilesLines
...
* Fix some deprecation warningsChris AtLee2010-02-231-0/+10
* MergeRyan Williams2010-02-161-3/+3
|\
| * Imported Timeout class from gevent, deprecated exc_after, replaced TimeoutErr...Ryan Williams2010-02-151-3/+3
* | Disabling pyevent-problematic tests.Ryan Williams2010-02-161-3/+4
|/
* Fixed bug in tpool.killall, also another slight bug in the pollhub, and added...Ryan Williams2010-01-181-0/+9
* Refactored imap to make it even simpler and fix the limitation, added test fo...Ryan Williams2009-12-311-14/+0
* Moved get_hub, use_hub, get_default_hub to eventlet.hubs. This is a step in ...Ryan Williams2009-12-171-7/+8
* Renamed libevent hub to pyevent.Ryan Williams2009-12-161-5/+5
* Refactored __init__ a little, skipped a processes-based tests on Windows.Ryan Williams2009-12-071-20/+43
* Finally, some peace and quiet around here. :-)Ryan Williams2009-12-061-0/+14
* Added eventlet.green.OpenSSL to further rationalize our SSL support, carved o...Ryan Williams2009-11-271-10/+18
* Removed copyright headers from individual files, added LICENSE and AUTHORS fi...Ryan Williams2009-10-031-22/+0
* It turns out that if my --eventlet-hub=foo command fails to import foo, I don...Ryan Williams2009-08-311-0/+8
* Slight improvement to hide twisted tests from people who don't have it.Ryan Williams2009-08-241-1/+4
* Improved skipped decorator, now it tells you what was skipped even when not u...Ryan Williams2009-08-171-4/+6
* Fiddled with __init__.py some more. Made greenio tests LimitedTestCase subcl...Ryan Williams2009-08-151-3/+19
* Added @skipped decorator in tests, hopefully we don't use it too much. Repla...Ryan Williams2009-08-151-14/+31
* Removed exit_unless_* methods, fixed the stuff that depended on them.Ryan Williams2009-08-141-5/+3
* Migrated test_urllib2 tests to stdlib directory, thereby removing copy-and-pa...Ryan Williams2009-08-141-7/+12
* Eliminate references to 'greentest'Ryan Williams2009-07-271-1/+1
* Renamed greentest to tests to be more standard.Ryan Williams2009-07-241-0/+56