| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Test for issue #95 wsgi.Server should handle client disconnect while sending ... | Sergey Shepelev | 2012-12-10 | 1 | -24/+50 |
| * | Add test for waitpid issue | Vishvananda Ishaya | 2012-11-08 | 1 | -0/+13 |
| * | Added missing global var, and added nose test for set_num_threads | David Ibarra | 2012-11-02 | 1 | -0/+5 |
| * | Fix currentThread usage in the tests too | Floris Bruynooghe | 2012-09-06 | 1 | -7/+7 |
| * | Fix python 2.5 support | Floris Bruynooghe | 2012-09-05 | 2 | -0/+4 |
| * | Skip SSL tests if SSL is not available | Floris Bruynooghe | 2012-09-05 | 6 | -4/+31 |
| * | correct spelling of defunct | Edward George | 2012-08-13 | 1 | -1/+1 |
| * | added tests for dead hub greenlet issues. | Edward George | 2012-08-13 | 1 | -0/+56 |
| * | Make the maximum URL length configurable | Tomas Sedovic | 2012-04-05 | 1 | -0/+17 |
| * | Ensure threading._shutdown gets patched too | Johannes Erdfelt | 2012-03-18 | 1 | -0/+8 |
| * | Make GreenThread wrapper implement more of the Thread interface | Johannes Erdfelt | 2012-03-02 | 1 | -0/+80 |
| * | Monkey patch threading.current_thread() as well | Johannes Erdfelt | 2012-02-29 | 1 | -0/+90 |
| * | Add environ['RAW_PATH_INFO'] to hold the request path as it was sent from | Doug Weimer | 2012-02-29 | 1 | -2/+18 |
| * | Merged in brandon/eventlet (pull request #6) | Sergey Shepelev | 2012-02-06 | 2 | -49/+239 |
| |\ |
|
| | * | ensure sockets are collected and closed in zmq test | Geoff Salmon | 2012-01-26 | 1 | -2/+6 |
| | * | merge | Geoff Salmon | 2012-01-26 | 3 | -4/+35 |
| | |\ |
|
| | | * | Merged in temoto/eventlet (pull request #3) | Sergey Shepelev | 2011-12-20 | 2 | -0/+25 |
| | | |\ |
|
| | | * | | Fix db_pool .clear() when min_size > 0 | Sergey Shepelev | 2011-10-12 | 1 | -4/+10 |
| | * | | | fix zmq test that sometimes called recv on closed skt | Geoff Salmon | 2012-01-26 | 1 | -2/+1 |
| | * | | | test closing zmq x-sockets | Geoff Salmon | 2012-01-26 | 1 | -0/+9 |
| | * | | | Rename zmq._SimpleEvent. Add close during recv test. Updating comments. | Geoff Salmon | 2012-01-26 | 1 | -34/+22 |
| | * | | | simplify test | Geoff Salmon | 2012-01-26 | 1 | -3/+2 |
| | * | | | Tweak multipart message zmq test | Geoff Salmon | 2011-09-14 | 1 | -1/+1 |
| | * | | | Add test for multipart zmq messages | Geoff Salmon | 2011-09-14 | 1 | -0/+37 |
| | * | | | Not using zmq_poll anymore, so we can allow multiple zmq.Context objects in t... | Geoff Salmon | 2011-09-14 | 1 | -42/+0 |
| | * | | | add tests for zmq._SimpleEvent and zmq._QueueLock | Geoff Salmon | 2011-09-14 | 1 | -1/+130 |
| | * | | | fixed missed read events on zmq socked FD | Geoff Salmon | 2011-09-05 | 1 | -36/+40 |
| | * | | | first stab at supporting multiple senders and receivers. incomplete. | Geoff Salmon | 2011-09-02 | 1 | -0/+57 |
| | |/ / |
|
| * | | | Test case that exercises issue #104. | Brandon Craig Rhodes | 2011-11-03 | 1 | -0/+22 |
| | |/
|/| |
|
| * | | Added a missing traceback import. | Duncan McGreggor | 2011-10-28 | 1 | -0/+1 |
| * | | Limit overall HTTP header length and tests | Gregory Holt | 2011-10-20 | 1 | -0/+24 |
| |/ |
|
| * | Better accounting of current_size in pools.Pool, thanks to Brett Hoerner for ... | Ryan Williams | 2011-06-08 | 1 | -0/+20 |
| * | Timeouts get porpagated out of tpool.execute. | Ryan Williams | 2011-04-12 | 1 | -0/+6 |
| * | Refactoring zmq support tests in light of lack of zeromq hub. | Ryan Williams | 2011-04-09 | 3 | -34/+24 |
| * | Initial implementation of hubless zeromq support using ZMQ_FD and ZMQ_EVENTS. | Zed Shaw | 2011-04-08 | 2 | -36/+9 |
| * | Patch from Nick Vatamaniuc, fixes #83. Thanks! | Ryan Williams | 2011-04-06 | 1 | -1/+10 |
| * | Ignoring EEXIST in epoll hub on register. Should fix #80. | Ryan Williams | 2011-04-02 | 1 | -0/+36 |
| * | Postgres tests not failing when postgres not installed. Fixes #78. | Ryan Williams | 2011-02-15 | 1 | -1/+3 |
| * | Test for Soren's subprocess fix. Fixes #77 | Ryan Williams | 2011-02-15 | 1 | -0/+14 |
| * | Debug mode now has an off mode to silence tracebacks on 500, per redbo's sugg... | Ryan Williams | 2011-02-04 | 1 | -23/+54 |
| * | Yessss....test from rfk. TYVM Fixes #76. | Ryan Williams | 2011-01-28 | 1 | -0/+7 |
| * | Argh accursed tests that connect to sto svn.python.org. | Ryan Williams | 2011-01-23 | 1 | -1/+2 |
| * | 2.4 compatibility. | Ryan Williams | 2011-01-23 | 1 | -1/+1 |
| * | Skipping repeated selects test on zmq hub because it doesn't appear to suppor... | Ryan Williams | 2011-01-23 | 3 | -9/+20 |
| * | Fixes #74, removing filenos from the hub when they raise a value error, thank... | Ryan Williams | 2011-01-23 | 1 | -0/+9 |
| * | Stop wsgi server from blowing up when given an ipv6 socket | redbo | 2011-01-07 | 1 | -1/+20 |
| * | Ha ha, importing patch from #71 (thanks, Alexey, and fixing up the AUTHORS. | Ryan Williams | 2010-12-20 | 1 | -1/+1 |
| * | Fixes #69, thanks to the solid test case and patch. Added a unit test that v... | Ryan Williams | 2010-12-11 | 1 | -3/+8 |
| * | Added back in some sleep statements that I'd managed to delete | Ben Ford | 2010-12-04 | 1 | -0/+2 |
| * | Merge from trunk | Ben Ford | 2010-12-04 | 7 | -45/+215 |
| |\ |
|