summaryrefslogtreecommitdiff
path: root/tests/api_test.py
Commit message (Expand)AuthorAgeFilesLines
* WIP https://github.com/eventlet/eventlet/pull/346is-timeoutSergey Shepelev2017-01-041-26/+18
* Use keyword argument here to make it easier to readJakub Stasiak2015-02-091-1/+1
* hubs: drop Twisted supportSergey Shepelev2014-10-291-4/+2
* Python 3 compat: Improve various bitsJakub Stasiak2014-10-101-5/+5
* Remove most of the deprecated codeJakub Stasiak2014-10-101-41/+32
* Python 3 compatibility fixesJakub Stasiak2014-07-181-2/+2
* python3 compatibilitySergey Shepelev2014-04-241-13/+17
* python3 compatibilitySergey Shepelev2014-04-231-12/+11
* Skip SSL tests if SSL is not availableFloris Bruynooghe2012-09-051-0/+4
* Converted fully over to what the internet assures me is the American spelling...Ryan Williams2010-05-051-3/+2
* Merge with latest which_linden tipamajorek2010-02-271-8/+9
|\
| * New module convenience; moved convenience functions in there. Sectioned off ...Ryan Williams2010-02-251-8/+9
* | Merge with latest which_linden tipamajorek2010-02-261-18/+15
|\ \ | |/
| * Fix some deprecation warningsChris AtLee2010-02-231-18/+15
* | first draft of making eventlet py3k compatible.amajorek2010-02-261-1/+1
|/
* Hub selection via environment variable obviates the need for the eventlethub....Ryan Williams2010-02-211-1/+0
* Moved a test.Ryan Williams2010-01-251-37/+0
* Added silent timer support to pyevent hub, upgraded api_test to use actual un...Ryan Williams2010-01-081-3/+3
* Moved get_hub, use_hub, get_default_hub to eventlet.hubs. This is a step in ...Ryan Williams2009-12-171-17/+5
* Renamed coros.event to coros.Event to be compatible with PEP-8 some more.Ryan Williams2009-12-161-1/+1
* Removed previously-deprecated features tcp_server, GreenSSL, erpc, and trap_e...Ryan Williams2009-12-151-28/+0
* Tweaked trampoline_timeout because Windows assumes that sockets that are not ...Ryan Williams2009-12-041-4/+10
* Added additional error trapping in select hub for Windows compatibility, rewr...Ryan Williams2009-12-041-6/+13
* Deprecated tcp_server, added an accept loop example, fixed up two sites that ...Ryan Williams2009-11-241-4/+11
* Initial implemenation of using ssl module instead of pyOpenSSL.Ryan Williams2009-11-211-6/+10
* Removed copyright headers from individual files, added LICENSE and AUTHORS fi...Ryan Williams2009-10-031-21/+0
* Added cool little debug mode to Hub which makes it easier to see why a partic...Ryan Williams2009-08-241-1/+1
* Fix for api_test's connect_ssl test mucking up subsequent tests.Ryan Williams2009-08-231-1/+6
* Merged test__api into api_testRyan Williams2009-08-061-0/+33
* Full duplex for select hub. tcp_server has to be changed because we no longe...Ryan Williams2009-08-021-8/+14
* Renamed greentest to tests to be more standard.Ryan Williams2009-07-241-0/+225