| Commit message (Expand) | Author | Age | Files | Lines |
| * | - use a mock here, do away with timing problems for good. need to do this | Mike Bayer | 2016-06-02 | 1 | -12/+18 |
| * | - Added connection pool events :meth:`ConnectionEvents.close`, | Mike Bayer | 2016-03-25 | 1 | -0/+60 |
| * | - Fixed critical issue whereby the pool "checkout" event handler | Mike Bayer | 2015-07-22 | 1 | -1/+94 |
| * | - Fixed bug where in the case that a pool checkout event handler is used | Mike Bayer | 2015-05-14 | 1 | -17/+48 |
| * | - revise the last commit with a more traditional approach | Mike Bayer | 2015-04-30 | 1 | -6/+1 |
| * | - work the wrapping of the "creator" to be as resilient to | Mike Bayer | 2015-04-30 | 1 | -0/+55 |
| * | - New features added to support engine/pool plugins with advanced | Mike Bayer | 2015-04-30 | 1 | -2/+96 |
| * | Merge remote-tracking branch 'origin/pr/163' into pr163 | Mike Bayer | 2015-04-12 | 1 | -12/+64 |
| |\ |
|
| | * | PEP8 cleanup in /test/enginepr/163 | Eric Streeper | 2015-03-20 | 1 | -12/+64 |
| * | | - add some teardown for connections that are held open after tests | Mike Bayer | 2015-04-08 | 1 | -6/+18 |
| |/ |
|
| * | - take out the iterator approach here as it does not support concurrent access | Mike Bayer | 2014-08-07 | 1 | -8/+9 |
| * | - ensure all tests are named test_* | Mike Bayer | 2014-07-30 | 1 | -4/+5 |
| * | - add support for tags, including include/exclude support. | Mike Bayer | 2014-07-27 | 1 | -5/+13 |
| * | - more pg8000 tests passing | Mike Bayer | 2014-07-25 | 1 | -1/+1 |
| * | - work on fixing some race-condition failures: | Mike Bayer | 2014-03-26 | 1 | -4/+5 |
| * | take out accidental PG dialect use here | Mike Bayer | 2014-03-24 | 1 | -1/+1 |
| * | - A major improvement made to the mechanics by which the :class:`.Engine` | Mike Bayer | 2014-03-22 | 1 | -10/+93 |
| * | - Fixed a critical regression caused by :ticket:`2880` where the newly | Mike Bayer | 2014-02-19 | 1 | -0/+38 |
| * | - :class:`.Connection` now associates a new | Mike Bayer | 2014-01-12 | 1 | -0/+90 |
| * | - add new event PoolEvents.invalidate(). allows interception of invalidation | Mike Bayer | 2014-01-12 | 1 | -0/+32 |
| * | - The :class:`.QueuePool` has been enhanced to not block new connection | Mike Bayer | 2013-12-06 | 1 | -0/+82 |
| * | - Made a slight adjustment to the logic which waits for a pooled | Mike Bayer | 2013-12-06 | 1 | -6/+13 |
| * | make sure thread.join() is used completely here | Mike Bayer | 2013-11-30 | 1 | -4/+8 |
| * | - apply a timeout to all join() calls for test_pool | Mike Bayer | 2013-11-17 | 1 | -5/+10 |
| * | try to get this to pass on slow environmnets | Mike Bayer | 2013-10-21 | 1 | -1/+1 |
| * | - Removed some now unneeded version checks [ticket:2829] courtesy alex gaynor | Mike Bayer | 2013-09-22 | 1 | -1/+0 |
| * | try seeing if just clearing this ahead of time helps | Mike Bayer | 2013-07-27 | 1 | -0/+1 |
| * | further tweaking | Mike Bayer | 2013-07-13 | 1 | -3/+2 |
| * | fix the scoping here | Mike Bayer | 2013-07-13 | 1 | -2/+4 |
| * | Fixed bug where :class:`.QueuePool` would lose the correct | Mike Bayer | 2013-07-04 | 1 | -1/+50 |
| * | - refactor pool a bit so that intent between ConnectionRecord/ConnectionFairy... | Mike Bayer | 2013-07-02 | 1 | -3/+4 |
| * | mark the tests that seem to be segfauling py3k+coverage so that we can exclud... | Mike Bayer | 2013-06-30 | 1 | -0/+7 |
| * | - replace most explicitly-named test objects called "Mock..." with | Mike Bayer | 2013-06-30 | 1 | -64/+85 |
| * | Preserve reset_on_return when recreating a Pool.pr/6 | Eevee | 2013-06-10 | 1 | -1/+2 |
| * | merge default | Mike Bayer | 2013-05-05 | 1 | -17/+20 |
| |\ |
|
| | * | - cleanup | Mike Bayer | 2013-05-05 | 1 | -17/+20 |
| * | | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -15/+15 |
| |/ |
|
| * | - recognize that do_rollback() and do_commit() work with a DBAPI connection, | Mike Bayer | 2012-11-22 | 1 | -5/+73 |
| * | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -5/+5 |
| * | - add req's for predictable gc | Mike Bayer | 2012-09-05 | 1 | -0/+2 |
| * | - [feature] Added support for .info dictionary argument to | Mike Bayer | 2012-08-24 | 1 | -1/+1 |
| * | try to loosen the times up here to reduce failures due to latency | Mike Bayer | 2012-07-17 | 1 | -18/+18 |
| * | notify_all workaround for 2.5 | Mike Bayer | 2012-06-25 | 1 | -0/+1 |
| * | - change notify to notify_all() so all waiters exit immediately, | Mike Bayer | 2012-06-25 | 1 | -6/+39 |
| * | - [bug] Fixed bug whereby | Mike Bayer | 2012-06-22 | 1 | -0/+63 |
| * | ensure sa_pool_key isn't passed to connect | Mike Bayer | 2011-09-21 | 1 | -0/+15 |
| * | - The recreate() method in all pool classes uses | Mike Bayer | 2011-08-14 | 1 | -1/+2 |
| * | - hardcore force every connection into a strong-referenced set, rollback on e... | Mike Bayer | 2011-04-25 | 1 | -3/+4 |
| * | - The "pool.manage" feature doesn't use pickle | Mike Bayer | 2011-04-05 | 1 | -14/+15 |
| * | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 1 | -2/+3 |