| Commit message (Expand) | Author | Age | Files | Lines |
| * | - NullPool supports reconnect on failure behavior. | Mike Bayer | 2008-12-27 | 1 | -0/+12 |
| * | back-merged current 0.4 trunk into rel_0_4 branch, which will become the 0.4 ... | Mike Bayer | 2008-05-09 | 1 | -192/+278 |
| * | _ConnectionRecord gains a .properties collection, with contents scoped to | Jason Kirtland | 2007-07-23 | 1 | -0/+20 |
| * | merged most recent overflow mutex tweak | Mike Bayer | 2007-07-20 | 1 | -2/+6 |
| * | merged pool fix from [changeset:2989] and timeout fix from [changeset:2990] | Mike Bayer | 2007-07-20 | 1 | -2/+9 |
| * | Remove unused imports, typo and light formatting tweaks. | Jason Kirtland | 2007-07-19 | 1 | -1/+1 |
| * | merged pool tweak from r2823 | Mike Bayer | 2007-06-30 | 1 | -7/+12 |
| * | - merged some tweaks to the pool overflow sync from trunk r2819 | Mike Bayer | 2007-06-30 | 1 | -9/+6 |
| * | - Eh, dummy_threading trick didn't actually work for no-op'ing overflow. | Jason Kirtland | 2007-06-16 | 1 | -7/+11 |
| * | - Put a mutex around the QueuePool's overflow handlings | Jason Kirtland | 2007-06-16 | 1 | -5/+14 |
| * | merged StaticPool implementation | 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 |
| * | adjustments to pool stemming from changes made for [ticket:224]. | Mike Bayer | 2006-08-04 | 1 | -8/+9 |
| * | added workaround for funny pragma behavior on windows pysqlite | Mike Bayer | 2006-07-09 | 1 | -3/+14 |
| * | fixes to pool_invalidate [ticket:224]rel_0_2_4 | Mike Bayer | 2006-06-27 | 1 | -7/+9 |
| * | cursor() method on ConnectionFairy allows db-specific extension | Mike Bayer | 2006-06-26 | 1 | -2/+2 |
| * | migrated Queue.Queue to its own module here, to assure RLock compatibility | Mike Bayer | 2006-06-26 | 1 | -12/+3 |
| * | fix to timeout | Mike Bayer | 2006-06-26 | 1 | -1/+1 |
| * | attempting to fix reentrant condition that can happen with Queue.Queue | Mike Bayer | 2006-06-26 | 1 | -0/+11 |