| Commit message (Expand) | Author | Age | Files | Lines |
| * | - work on fixing some race-condition failures: | Mike Bayer | 2014-03-26 | 1 | -2/+5 |
| * | - A major improvement made to the mechanics by which the :class:`.Engine` | Mike Bayer | 2014-03-22 | 1 | -19/+27 |
| * | - Fixed small issue in :class:`.SingletonThreadPool` where the current | Mike Bayer | 2014-03-05 | 1 | -3/+3 |
| * | - don't duplicate docs for Pool within QueuePool | Mike Bayer | 2014-01-31 | 1 | -71/+68 |
| * | - :class:`.Connection` now associates a new | Mike Bayer | 2014-01-12 | 1 | -12/+43 |
| * | - add new event PoolEvents.invalidate(). allows interception of invalidation | Mike Bayer | 2014-01-12 | 1 | -17/+118 |
| * | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
| * | - restore having the connection closed before decrementing the overflow counter | Mike Bayer | 2013-12-06 | 1 | -2/+4 |
| * | - The :class:`.QueuePool` has been enhanced to not block new connection | Mike Bayer | 2013-12-06 | 1 | -31/+33 |
| * | move FAQ to the docs, [ticket:2133] | Mike Bayer | 2013-08-21 | 1 | -4/+4 |
| * | - apply an import refactoring to the ORM as well | Mike Bayer | 2013-08-14 | 1 | -3/+1 |
| * | - assorted fixes raised by pypy 2.1beta2, but all of which are good | Mike Bayer | 2013-08-01 | 1 | -1/+2 |
| * | Fixed bug where :class:`.QueuePool` would lose the correct | Mike Bayer | 2013-07-04 | 1 | -1/+6 |
| * | - refactor pool a bit so that intent between ConnectionRecord/ConnectionFairy... | Mike Bayer | 2013-07-02 | 1 | -86/+112 |
| * | Preserve reset_on_return when recreating a Pool.pr/6 | Eevee | 2013-06-10 | 1 | -0/+3 |
| * | Added pool logging for "rollback-on-return" and the less used | Mike Bayer | 2013-06-09 | 1 | -6/+13 |
| * | a pass where we try to squash down as many list()/keys() combinations | Mike Bayer | 2013-05-26 | 1 | -1/+1 |
| * | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -6/+6 |
| * | - remove all compat items that are pre-2.5 (hooray) | Mike Bayer | 2013-03-09 | 1 | -2/+2 |
| * | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 1 | -1/+1 |
| * | - recognize that do_rollback() and do_commit() work with a DBAPI connection, | Mike Bayer | 2012-11-22 | 1 | -26/+50 |
| * | just a pep8 pass of lib/sqlalchemy/ | Diana Clarke | 2012-11-19 | 1 | -4/+20 |
| * | - [feature] Added support for .info dictionary argument to | Mike Bayer | 2012-08-24 | 1 | -17/+17 |
| * | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 1 | -48/+48 |
| * | absolute imports in core, sql | Mike Bayer | 2012-06-23 | 1 | -3/+3 |
| * | - [bug] Fixed bug whereby | Mike Bayer | 2012-06-22 | 1 | -33/+49 |
| * | - [feature] Dramatic improvement in memory | Mike Bayer | 2012-06-20 | 1 | -1/+3 |
| * | Add some `Sphinx` paragraph level versions informations markups, | Mike Bayer | 2012-06-08 | 1 | -22/+25 |
| * | typo | Diana Clarke | 2012-03-16 | 1 | -1/+1 |
| * | accept the symbols so recreate works | Mike Bayer | 2012-02-01 | 1 | -4/+5 |
| * | - [feature] Added pool_reset_on_return argument | Mike Bayer | 2012-02-01 | 1 | -7/+48 |
| * | - [bug] Added a boolean check for the "finalize" | Mike Bayer | 2012-01-27 | 1 | -1/+1 |
| * | happy new year | Mike Bayer | 2012-01-04 | 1 | -1/+1 |
| * | ensure sa_pool_key isn't passed to connect | Mike Bayer | 2011-09-21 | 1 | -0/+1 |
| * | - Added optional "sa_pool_key" argument to | Mike Bayer | 2011-09-20 | 1 | -0/+3 |
| * | document pool ping recipe | Mike Bayer | 2011-08-24 | 1 | -3/+4 |
| * | - The recreate() method in all pool classes uses | Mike Bayer | 2011-08-14 | 1 | -4/+4 |
| * | - The "pool.manage" feature doesn't use pickle | Mike Bayer | 2011-04-05 | 1 | -2/+5 |
| * | - AssertionPool now stores the traceback indicating | Mike Bayer | 2011-03-30 | 1 | -4/+18 |
| * | - Fixed bug in QueuePool, SingletonThreadPool whereby | Mike Bayer | 2011-03-22 | 1 | -1/+3 |
| * | - some doc reorg | Mike Bayer | 2011-03-17 | 1 | -3/+3 |
| * | - Fixed AssertionPool regression bug. A replacement of finalize | Mike Bayer | 2011-03-16 | 1 | -7/+0 |
| * | corrected a bunch of spelling typos | Diana Clarke | 2011-02-28 | 1 | -1/+1 |
| * | - add connection and cursor to is_disconnect(). We aren't using it yet, | Mike Bayer | 2011-02-09 | 1 | -5/+1 |
| * | - execution_options() on Connection accepts | Mike Bayer | 2011-01-16 | 1 | -0/+5 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -41/+41 |
| * | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 1 | -3/+2 |
| * | - removes the "on_" prefix. | Mike Bayer | 2010-12-30 | 1 | -10/+10 |
| * | - factor out the dependency on the "on_" name | Mike Bayer | 2010-12-30 | 1 | -1/+1 |
| * | - move topological, queue into util | Mike Bayer | 2010-12-05 | 1 | -1/+1 |