| Commit message (Expand) | Author | Age | Files | Lines |
| * | copyright | Mike Bayer | 2012-05-05 | 1 | -1/+1 |
| * | - Fixed bug in QueuePool, SingletonThreadPool whereby | Mike Bayer | 2011-03-22 | 1 | -1/+3 |
| * | -whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -37/+37 |
| * | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 1 | -3/+2 |
| * | - rewrote the "connections" section | Mike Bayer | 2010-09-05 | 1 | -1/+42 |
| * | - more 78 chars | Mike Bayer | 2010-07-10 | 1 | -24/+45 |
| * | - verbiage expressing that pool_size==0 means no limit; NullPool is | Mike Bayer | 2010-07-02 | 1 | -5/+8 |
| * | - Pool classes will reuse the same "pool_logging_name" setting | Mike Bayer | 2010-05-30 | 1 | -1/+9 |
| * | - Fixed bug in connection pool cursor wrapper whereby if a | Mike Bayer | 2010-04-28 | 1 | -1/+1 |
| * | - StaticPool now initializes, disposes and recreates without | Mike Bayer | 2010-03-19 | 1 | -31/+8 |
| * | - Added "logging_name" argument to create_engine(), Pool() constructor | Mike Bayer | 2010-03-13 | 1 | -4/+12 |
| * | fix the timeout test once and for all | Mike Bayer | 2010-03-13 | 1 | -28/+41 |
| * | - orm: Removed a lot of logging that nobody really cares about, | Mike Bayer | 2010-02-28 | 1 | -36/+23 |
| * | happy new year | Mike Bayer | 2010-01-07 | 1 | -1/+1 |
| * | - The cursor associated with connection pool connections | Mike Bayer | 2009-12-03 | 1 | -1/+4 |
| * | fix StaticPool [ticket:1615] | Mike Bayer | 2009-11-12 | 1 | -3/+5 |
| * | allow setattr() access to _CursorFairy directly, thereby removing the need fo... | Mike Bayer | 2009-11-06 | 1 | -4/+10 |
| * | - Connection pool logging now uses both INFO and DEBUG | Mike Bayer | 2009-11-03 | 1 | -34/+34 |
| * | use *args with log.debug()/log.info(), [ticket:1520] | Mike Bayer | 2009-08-26 | 1 | -13/+13 |
| * | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 1 | -71/+57 |
| * | Implemented recreate() for StaticPool | Jason Kirtland | 2009-07-10 | 1 | -3/+13 |
| * | removed needless "thread" imports from util | Mike Bayer | 2009-05-30 | 1 | -1/+1 |
| * | happy new year | Mike Bayer | 2009-01-12 | 1 | -1/+1 |
| * | - Added a mutex for the initial pool creation when | Mike Bayer | 2008-12-27 | 1 | -5/+13 |
| * | - NullPool supports reconnect on failure behavior. | Mike Bayer | 2008-12-27 | 1 | -0/+12 |
| * | merged -r5299:5438 of py3k warnings branch. this fixes some sqlite py2.6 tes... | Mike Bayer | 2008-12-18 | 1 | -2/+2 |
| * | - added sphinx handler to allow __init__ methods through | Mike Bayer | 2008-12-17 | 1 | -15/+12 |
| * | - convert __init__ and :members: to be compatible with autoclass_content='both' | Mike Bayer | 2008-12-07 | 1 | -7/+12 |
| * | - merged -r5338:5429 of sphinx branch. | Mike Bayer | 2008-12-06 | 1 | -94/+185 |
| * | call count pinata party | Mike Bayer | 2008-10-23 | 1 | -2/+3 |
| * | the @property / __slots__ fairy pays a visit | Mike Bayer | 2008-10-01 | 1 | -0/+4 |
| * | ugh...try again | Mike Bayer | 2008-08-27 | 1 | -1/+2 |
| * | critical fix to r5028 repairs SingleThreadPool to return a connection in case... | Mike Bayer | 2008-08-27 | 1 | -7/+9 |
| * | dont rely upon AttributeError to test for None | Mike Bayer | 2008-08-13 | 1 | -4/+8 |
| * | - with 2.3 support dropped, | Mike Bayer | 2008-08-13 | 1 | -46/+42 |
| * | Corrected docstring for Pool class to show that the default value for use_thr... | Michael Trier | 2008-07-02 | 1 | -1/+1 |
| * | - zoomark/zoomark_orm seem to work with pool_threadlocal turned off, [ticket:... | Mike Bayer | 2008-05-19 | 1 | -1/+0 |
| * | pool_threadlocal is off by default [ticket:1049] | Mike Bayer | 2008-05-19 | 1 | -1/+2 |
| * | r4695 merged to trunk; trunk now becomes 0.5. | Mike Bayer | 2008-05-09 | 1 | -12/+12 |
| * | Renamed rollback_returned to reset_on_return. Future, dialect-aware pools ca... | Jason Kirtland | 2008-05-05 | 1 | -8/+13 |
| * | - added "rollback_returned" option to Pool which will | Mike Bayer | 2008-05-05 | 1 | -2/+4 |
| * | - Pool listeners may now be specified as a duck-type of PoolListener or a dic... | Jason Kirtland | 2008-04-04 | 1 | -5/+15 |
| * | - Revamped the Connection memoize decorator a bit, moved to engine | Jason Kirtland | 2008-04-02 | 1 | -15/+0 |
| * | - reverted previous "strings instead of tuples" change due to more specific t... | Mike Bayer | 2008-03-30 | 1 | -0/+15 |
| * | added dispose() for StaticPool | Mike Bayer | 2008-03-02 | 1 | -0/+4 |
| * | - psycopg2 can raise un-str()able exceptions; don't croak when trying to log ... | Jason Kirtland | 2008-02-08 | 1 | -1/+6 |
| * | happy new year | Mike Bayer | 2008-01-01 | 1 | -1/+1 |
| * | - Re-raise SystemExit et al in _ConnectionRecord.close | Jason Kirtland | 2007-12-19 | 1 | -14/+20 |
| * | - auto-reconnect support improved; a Connection can now automatically | Mike Bayer | 2007-12-19 | 1 | -1/+6 |
| * | Migrated Connection.properties to Connection.info ('info' is the new standard... | Jason Kirtland | 2007-11-18 | 1 | -11/+15 |