summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Test for issue #95 wsgi.Server should handle client disconnect while sending ...Sergey Shepelev2012-12-101-24/+50
* Add test for waitpid issueVishvananda Ishaya2012-11-081-0/+13
* Added missing global var, and added nose test for set_num_threadsDavid Ibarra2012-11-021-0/+5
* Fix currentThread usage in the tests tooFloris Bruynooghe2012-09-061-7/+7
* Fix python 2.5 supportFloris Bruynooghe2012-09-052-0/+4
* Skip SSL tests if SSL is not availableFloris Bruynooghe2012-09-056-4/+31
* correct spelling of defunctEdward George2012-08-131-1/+1
* added tests for dead hub greenlet issues.Edward George2012-08-131-0/+56
* Make the maximum URL length configurableTomas Sedovic2012-04-051-0/+17
* Ensure threading._shutdown gets patched tooJohannes Erdfelt2012-03-181-0/+8
* Make GreenThread wrapper implement more of the Thread interfaceJohannes Erdfelt2012-03-021-0/+80
* Monkey patch threading.current_thread() as wellJohannes Erdfelt2012-02-291-0/+90
* Add environ['RAW_PATH_INFO'] to hold the request path as it was sent fromDoug Weimer2012-02-291-2/+18
* Merged in brandon/eventlet (pull request #6)Sergey Shepelev2012-02-062-49/+239
|\
| * ensure sockets are collected and closed in zmq testGeoff Salmon2012-01-261-2/+6
| * mergeGeoff Salmon2012-01-263-4/+35
| |\
| | * Merged in temoto/eventlet (pull request #3)Sergey Shepelev2011-12-202-0/+25
| | |\
| | * | Fix db_pool .clear() when min_size > 0Sergey Shepelev2011-10-121-4/+10
| * | | fix zmq test that sometimes called recv on closed sktGeoff Salmon2012-01-261-2/+1
| * | | test closing zmq x-socketsGeoff Salmon2012-01-261-0/+9
| * | | Rename zmq._SimpleEvent. Add close during recv test. Updating comments.Geoff Salmon2012-01-261-34/+22
| * | | simplify testGeoff Salmon2012-01-261-3/+2
| * | | Tweak multipart message zmq testGeoff Salmon2011-09-141-1/+1
| * | | Add test for multipart zmq messagesGeoff Salmon2011-09-141-0/+37
| * | | Not using zmq_poll anymore, so we can allow multiple zmq.Context objects in t...Geoff Salmon2011-09-141-42/+0
| * | | add tests for zmq._SimpleEvent and zmq._QueueLockGeoff Salmon2011-09-141-1/+130
| * | | fixed missed read events on zmq socked FDGeoff Salmon2011-09-051-36/+40
| * | | first stab at supporting multiple senders and receivers. incomplete.Geoff Salmon2011-09-021-0/+57
| |/ /
* | | Test case that exercises issue #104.Brandon Craig Rhodes2011-11-031-0/+22
| |/ |/|
* | Added a missing traceback import.Duncan McGreggor2011-10-281-0/+1
* | Limit overall HTTP header length and testsGregory Holt2011-10-201-0/+24
|/
* Better accounting of current_size in pools.Pool, thanks to Brett Hoerner for ...Ryan Williams2011-06-081-0/+20
* Timeouts get porpagated out of tpool.execute.Ryan Williams2011-04-121-0/+6
* Refactoring zmq support tests in light of lack of zeromq hub.Ryan Williams2011-04-093-34/+24
* Initial implementation of hubless zeromq support using ZMQ_FD and ZMQ_EVENTS.Zed Shaw2011-04-082-36/+9
* Patch from Nick Vatamaniuc, fixes #83. Thanks!Ryan Williams2011-04-061-1/+10
* Ignoring EEXIST in epoll hub on register. Should fix #80.Ryan Williams2011-04-021-0/+36
* Postgres tests not failing when postgres not installed. Fixes #78.Ryan Williams2011-02-151-1/+3
* Test for Soren's subprocess fix. Fixes #77Ryan Williams2011-02-151-0/+14
* Debug mode now has an off mode to silence tracebacks on 500, per redbo's sugg...Ryan Williams2011-02-041-23/+54
* Yessss....test from rfk. TYVM Fixes #76.Ryan Williams2011-01-281-0/+7
* Argh accursed tests that connect to sto svn.python.org.Ryan Williams2011-01-231-1/+2
* 2.4 compatibility.Ryan Williams2011-01-231-1/+1
* Skipping repeated selects test on zmq hub because it doesn't appear to suppor...Ryan Williams2011-01-233-9/+20
* Fixes #74, removing filenos from the hub when they raise a value error, thank...Ryan Williams2011-01-231-0/+9
* Stop wsgi server from blowing up when given an ipv6 socketredbo2011-01-071-1/+20
* Ha ha, importing patch from #71 (thanks, Alexey, and fixing up the AUTHORS.Ryan Williams2010-12-201-1/+1
* Fixes #69, thanks to the solid test case and patch. Added a unit test that v...Ryan Williams2010-12-111-3/+8
* Added back in some sleep statements that I'd managed to deleteBen Ford2010-12-041-0/+2
* Merge from trunkBen Ford2010-12-047-45/+215
|\