| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | - Pool listeners preserved on pool.recreate() | Jason Kirtland | 2007-11-10 | 1 | -71/+71 |
| * | - inlined a couple of context variables | Mike Bayer | 2007-10-27 | 1 | -1/+1 |
| * | restored WeakValueDict for threadlocal connections + profiler test, addressing | Mike Bayer | 2007-08-22 | 1 | -3/+6 |
| * | -removed echo_property() function, moved logging checks to | Mike Bayer | 2007-08-21 | 1 | -17/+15 |
| * | changing Pool to use weakref callback for auto-cleanup, instead of __del__. | Mike Bayer | 2007-08-21 | 1 | -27/+32 |
| * | - Engine and TLEngine assume "threadlocal" behavior on Pool; both use connect() | Mike Bayer | 2007-08-20 | 1 | -19/+31 |
| * | light docstring tweaks to the pool | Jason Kirtland | 2007-08-19 | 1 | -37/+48 |
| * | - added extra argument con_proxy to ConnectionListener interface checkout/che... | Mike Bayer | 2007-08-17 | 1 | -2/+2 |
| * | Centralized some `try: import foo except: import other as foo` imports in util | Jason Kirtland | 2007-08-13 | 1 | -9/+1 |
| * | Added an exception hierarchy shadowing DB-API exc types | Jason Kirtland | 2007-08-11 | 1 | -1/+10 |
| * | -merged 0.3 pool threadlocal fix from r3139 | Mike Bayer | 2007-08-02 | 1 | -12/+6 |
| * | - removed auto_close_cursors and disallow_open_cursors arguments from Pool; | Mike Bayer | 2007-07-29 | 1 | -41/+6 |
| * | Added pool hooks for connection creation, check out and check in. | Jason Kirtland | 2007-07-28 | 1 | -3/+59 |