summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * General tidy up and addition of long overdue docstringsBen Ford2010-12-041-5/+15
| * Fix for bug #68. This has also included an update to zeromq and pyzmq that im...Ben Ford2010-12-041-1/+10
| * Test case for #68. As expected the test raised TestIsTakingTooLongBen Ford2010-12-041-0/+9
| * Fixes #66. Not super-happy that it doesn't work in epoll, but haven't crack...Ryan Williams2010-11-201-2/+48
| * Clearer behavior in the case of zero-size tpools.Ryan Williams2010-11-061-0/+19
| * Doing a better job skipping zmq tests on machines that don't have it.Ryan Williams2010-10-271-39/+43
| * Patch and test from Malcolm Cleaton for Event objects.Ryan Williams2010-10-271-0/+9
| * Fixing empty-query-string compatibility that mcarter reported, added unit tes...Ryan Williams2010-10-241-0/+52
| * Switching to 2.4-friendly syntax here.Ryan Williams2010-10-181-1/+1
| * MergeRyan Williams2010-10-182-8/+286
| |\
| * | __loader__ is another of those sekkrit management module attributes.Ryan Williams2010-10-171-1/+1
| * | Temporarily cutting out these tests.Ryan Williams2010-10-171-0/+11
| * | Fixing hudson failure.Ryan Williams2010-10-141-1/+1
* | | Made a start on the zeromq documentationBen Ford2010-10-211-2/+0
| |/ |/|
* | Automated merge with http://bitbucket.org/which_linden/eventletBen Ford2010-10-122-8/+286
|\ \ | |/ |/|
| * Refactored the green version of zmq to use a factory function for ContextBen Ford2010-10-121-6/+28
| * Fixed env_test stomping on os.environBen Ford2010-10-121-8/+18
| * Automated merge with https://bitbucket.org/boothead/eventletBen Ford2010-10-121-22/+5
| |\
| | * Fix up tests so they run on a slower virtual machineBen Ford2010-10-111-22/+5
| * | Merged latestBen Ford2010-10-127-40/+313
| |\ \ | | |/ | |/|
| * | Fixed a couple of bugs in tests by adding sleep statements. I seem to remembe...Ben Ford2010-10-101-5/+9
| * | Added a couple of pub/sub testsBen Ford2010-09-301-8/+114
| * | Took sleep statements out of send/recv functions. Renamed tests to zmq_testsBen Ford2010-09-241-2/+14
| * | Changed send methods to call to sleep in the case of successful send. Without...Ben Ford2010-09-231-6/+4
| * | Added some logic to zmq so that the context will be unique per threadBen Ford2010-09-221-30/+124
| * | Merge latest changesBen Ford2010-09-203-5/+49
| |\ \
| * | | First stab at zeromq support. This consists of:Ben Ford2010-09-201-0/+49
* | | | Fine, be picky about types, Python, see if I care.Ryan Williams2010-10-111-1/+1
| |_|/ |/| |
* | | Finally, eventlet.green.MySQLdb so we don't have to hassle with db_pool if we...Ryan Williams2010-10-073-16/+261
* | | Draft 75 uses 'Web Socket'.Ryan Williams2010-10-031-1/+1
* | | Update websocket protocol upgrade reply header to match WS spec 76Nick V.2010-10-041-2/+2
* | | Removed superfluous esend method, pyevent skip for yet another tpool test, durr.Ryan Williams2010-10-031-0/+1
* | | MergeRyan Williams2010-10-022-8/+9
|\ \ \
| * | | Cleaned up tpool-related tests a bit.Ryan Williams2010-09-292-8/+9
* | | | Pack a vest for your socket in the city of ssl.Ryan Williams2010-09-291-1/+2
|/ / /
* | | Removed bits from this test that I no longer remember their original purpose.Ryan Williams2010-09-281-12/+12
* | | Greenlet affinity for tpool threads. This means that if you make multiple tp...Ryan Williams2010-09-282-9/+34
| |/ |/|
* | Support for SSL websockets, which also happens to improve our SSL support in ...Ryan Williams2010-09-163-5/+49
|/
* Adding assertion checking for negative pool size in tpool, per discussion wit...Ryan Williams2010-09-121-0/+21
* Removed EVENTLET_TPOOL_DNS because greendns is better. Fixed issue where we ...Ryan Williams2010-08-241-0/+51
* eventlet.wsgi no longer prints error messages, it instead uses the logfile. ...Ryan Williams2010-08-111-0/+14
* Ensure that when an exception is raised in the application the server doesn't...Ryan Williams2010-08-111-0/+14
* Typo in test name, thanks jbergstroem.Ryan Williams2010-08-051-1/+1
* Increasing timeout for that slow Darwin boxRyan Williams2010-07-291-0/+1
* 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 intermittent test failures.Ryan Williams2010-07-281-6/+6
* Switching back to regular subprocess here.Ryan Williams2010-07-261-1/+1
* Sleeping in env_test for longer because thread startup is so very expensive o...Ryan Williams2010-07-251-1/+1
* Silencing a few 2.7 tests.Ryan Williams2010-07-252-9/+26