| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | - 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 |
| * | merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena... | Mike Bayer | 2007-07-27 | 1 | -1/+21 |
| * | further adjustment to pool.get | Mike Bayer | 2007-07-20 | 1 | -2/+6 |
| * | - a new mutex that was added in 0.3.9 causes the pool_timeout | Mike Bayer | 2007-07-20 | 1 | -2/+9 |
| * | - adjustments to pool locking test to fail on OSX | Mike Bayer | 2007-06-30 | 1 | -7/+12 |
| * | - added a mutex to QueuePool's "overflow" calculation to prevent a race | Mike Bayer | 2007-06-30 | 1 | -6/+16 |
| * | added StaticPool, stores just one connection. | Mike Bayer | 2007-06-09 | 1 | -0/+25 |
| * | propigated detach() and invalidate() methods to Connection. | Mike Bayer | 2007-05-10 | 1 | -0/+13 |
| * | - Connections can be detached from their pool, closing on dereference instead... | Jason Kirtland | 2007-05-09 | 1 | -1/+11 |
| * | added "recreate()" argument to connection pool classes | Mike Bayer | 2007-04-17 | 1 | -5/+30 |
| * | for #516, moved the "disconnect check" step out of pool and back into base.py... | Mike Bayer | 2007-04-03 | 1 | -21/+1 |
| * | - merged the patch from #516 + fixes | Mike Bayer | 2007-04-02 | 1 | -21/+47 |
| * | - merged the "execcontext" branch, refactors engine/dialect codepaths | Mike Bayer | 2007-04-02 | 1 | -4/+10 |
| * | thank you, SVN, for being completely idiotic and non-intutive. rolling back i... | Mike Bayer | 2007-03-30 | 1 | -7/+2 |
| * | current progress with exec branch | Mike Bayer | 2007-03-29 | 1 | -2/+7 |
| * | migrated (most) docstrings to pep-257 format, docstring generator using strai... | Mike Bayer | 2007-02-25 | 1 | -138/+226 |
| * | r/m unused import | Jonathan Ellis | 2007-01-25 | 1 | -1/+1 |
| * | copyright update | Mike Bayer | 2007-01-05 | 1 | -1/+1 |
| * | - fixed QueuePool bug whereby its better able to reconnect to a database | Mike Bayer | 2006-12-13 | 1 | -1/+5 |
| * | cursors needs to be weak key | Mike Bayer | 2006-12-08 | 1 | -1/+1 |
| * | - fix to connection pool _close() to properly clean up, fixes | Mike Bayer | 2006-12-08 | 1 | -14/+16 |
| * | - MySQL detects errors 2006 (server has gone away) and 2014 | Mike Bayer | 2006-12-08 | 1 | -4/+7 |
| * | converted imports to absolute | Mike Bayer | 2006-10-26 | 1 | -1/+1 |
| * | oops, removed pool debugging code | Mike Bayer | 2006-10-24 | 1 | -7/+0 |
| * | - SingletonConnectionPool must use the "threadlocal" pooling behavior | Mike Bayer | 2006-10-24 | 1 | -0/+8 |
| * | - some new Pool utility classes, updated docs | Mike Bayer | 2006-10-24 | 1 | -38/+129 |
| * | log connection closes | Mike Bayer | 2006-10-24 | 1 | -0/+1 |
| * | improved exceptions for closed connections | Mike Bayer | 2006-10-07 | 1 | -1/+3 |
| * | - pool will auto-close open cursors, or can be configured to raise an error i... | Mike Bayer | 2006-09-28 | 1 | -3/+11 |
| * | commented out open cursor check, until resolution of [ticket:312] | Mike Bayer | 2006-09-26 | 1 | -2/+2 |
| * | - logging is now implemented via standard python "logging" module. | Mike Bayer | 2006-09-24 | 1 | -10/+8 |
| * | - connection pool tracks open cursors and raises an error if connection | Mike Bayer | 2006-09-23 | 1 | -0/+12 |
| * | removed auto-dispose on __del__, produces too much garbage exceptiongs | Mike Bayer | 2006-09-10 | 1 | -1/+3 |
| * | - changed "invalidate" semantics with pooled connection; will | Mike Bayer | 2006-08-26 | 1 | -37/+29 |
| * | - cleanup on connection methods + documentation. custom DBAPI | Mike Bayer | 2006-08-25 | 1 | -52/+83 |
| * | fixes for threadless python compiles | Jonathan Ellis | 2006-08-15 | 1 | -1/+1 |
| * | fix mysql borkage | Jonathan Ellis | 2006-08-10 | 1 | -1/+5 |
| * | improvement over previous changeset: | Mike Bayer | 2006-08-05 | 1 | -2/+14 |
| * | temporary workaround dispose_local() added to SingletonThreadPool | Mike Bayer | 2006-08-05 | 1 | -1/+7 |