| Commit message (Expand) | Author | Age | Files | Lines |
| * | - 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 |
| * | - Fixed bug in QueuePool, SingletonThreadPool whereby | Mike Bayer | 2011-03-22 | 1 | -1/+47 |
| * | - Fixed AssertionPool regression bug. A replacement of finalize | Mike Bayer | 2011-03-16 | 1 | -1/+19 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -47/+47 |
| * | - removes the "on_" prefix. | Mike Bayer | 2010-12-30 | 1 | -28/+28 |
| * | - they don't want "on_". First step, change the naming convention on Events | Mike Bayer | 2010-12-30 | 1 | -1/+1 |
| * | new calling style: event.listen(target, identifier, fn) | Mike Bayer | 2010-12-01 | 1 | -11/+11 |
| * | - sqlalchemy.test and nose plugin moves back to being entirely | Mike Bayer | 2010-11-28 | 1 | -3/+3 |
| |\ |
|
| | * | - move sqlalchemy.test to test.lib | Mike Bayer | 2010-11-15 | 1 | -3/+3 |
| * | | - SessionEvents is on board and the event model is done, can start building 0... | Mike Bayer | 2010-11-14 | 1 | -2/+32 |
| * | | - pool event tests that don't depend on deprecated listener system, | Mike Bayer | 2010-11-14 | 1 | -101/+228 |
| * | | - basic docs | Mike Bayer | 2010-11-09 | 1 | -0/+30 |
| * | | ding | Mike Bayer | 2010-11-07 | 1 | -3/+3 |
| * | | merge tip | Mike Bayer | 2010-10-02 | 1 | -1/+1 |
| |\ \
| |/ |
|
| | * | - *Major* cleanup / modernization of the Informix | Mike Bayer | 2010-10-01 | 1 | -1/+1 |