| Commit message (Expand) | Author | Age | Files | Lines |
| * | external dependencies for six, monotonic, dnspython | nat-goodspeed | 2018-05-10 | 1 | -1/+1 |
| * | db_pool: proxy Connection.set_isolation_level() | Sergey Shepelev | 2017-02-25 | 1 | -52/+53 |
| * | tests: Remove skipped tests | Jakub Stasiak | 2016-01-06 | 1 | -145/+1 |
| * | tests: db_pool: test .clear() updates .current_size GH-139 | Sergey Shepelev | 2014-12-21 | 1 | -42/+58 |
| * | PEP-8 fixes | Sergey Shepelev | 2014-08-27 | 1 | -6/+6 |
| * | tests: deprecated TestCase.assert_() -> assert keyword | Sergey Shepelev | 2014-07-16 | 1 | -15/+15 |
| * | db_pool: customizable connection cleanup function; Thanks to Avery Fay | Sergey Shepelev | 2014-07-10 | 1 | -12/+63 |
| * | python3 compatibility | Sergey Shepelev | 2014-04-24 | 1 | -30/+30 |
| * | pypy compatibility | Jakub Stasiak | 2014-04-15 | 1 | -4/+5 |
| * | python3 compat fixes | Victor Sergeyev | 2014-03-28 | 1 | -3/+4 |
| * | python3 compat: print() function syntax | Sergey Shepelev | 2013-12-03 | 1 | -7/+7 |
| * | tpool: proxy __enter__, __exit__ fixes BB-158; Thanks to Eric Urban | Sergey Shepelev | 2013-10-02 | 1 | -3/+16 |
| * | db_pool: Fix pool.put() TypeError with min_size > 1; Thanks to Jessica Qi | Sergey Shepelev | 2012-12-13 | 1 | -0/+28 |
| * | Fix db_pool .clear() when min_size > 0 | Sergey Shepelev | 2011-10-12 | 1 | -4/+10 |
| * | Integrated the dotfile auth lookup stuff with the new test. | Ryan Williams | 2010-04-17 | 1 | -24/+2 |
| * | Reordered database droppage because the tests just got bitten by some old tes... | Ryan Williams | 2010-02-26 | 1 | -2/+3 |
| * | Need to pop this. | Ryan Williams | 2010-02-25 | 1 | -0/+1 |
| * | hide db_pool_test mysql failure crap unless os.environ.get("eventlet_test_mys... | Tavis Rudd | 2010-02-24 | 1 | -4/+7 |
| * | fix the skip print notices in mysql_requirement so they are actually visible ... | Tavis Rudd | 2010-02-24 | 1 | -60/+75 |
| * | Imported Timeout class from gevent, deprecated exc_after, replaced TimeoutErr... | Ryan Williams | 2010-02-15 | 1 | -17/+17 |
| * | Using pid-named databases now, so that multiple tests running on the same mac... | Ryan Williams | 2010-02-07 | 1 | -9/+20 |
| * | Tweaked db_pool tests so tpool tests aren't run alongside pyevent. Caught by... | Ryan Williams | 2010-02-07 | 1 | -6/+5 |
| * | Extended tpool's autowrap functionality to use the name of the attribute, whi... | Ryan Williams | 2010-02-06 | 1 | -66/+143 |
| * | Fixed a buncha things noticed during a code review. | Ryan Williams | 2010-01-18 | 1 | -6/+7 |
| * | Renamed coros.event to coros.Event to be compatible with PEP-8 some more. | Ryan Williams | 2009-12-16 | 1 | -5/+5 |
| * | Removed saranwrap as an option for making db connections nonblocking in db_po... | Ryan Williams | 2009-12-15 | 1 | -23/+2 |
| * | Fixes to make tests pass on python2.4. The tricks to make with-statement stu... | Ryan Williams | 2009-12-03 | 1 | -4/+4 |
| * | Added eventlet.green.OpenSSL to further rationalize our SSL support, carved o... | Ryan Williams | 2009-11-27 | 1 | -2/+2 |
| * | Removed copyright headers from individual files, added LICENSE and AUTHORS fi... | Ryan Williams | 2009-10-03 | 1 | -23/+2 |
| * | Added cool little debug mode to Hub which makes it easier to see why a partic... | Ryan Williams | 2009-08-24 | 1 | -0/+1 |
| * | Moved some copy-and-paste test code into stdlib and did the monkeypatching th... | Ryan Williams | 2009-08-24 | 1 | -18/+35 |
| * | Added @skipped decorator in tests, hopefully we don't use it too much. Repla... | Ryan Williams | 2009-08-15 | 1 | -8/+15 |
| * | Renamed greentest to tests to be more standard. | Ryan Williams | 2009-07-24 | 1 | -0/+547 |