summaryrefslogtreecommitdiff
path: root/test/engine/pool.py
Commit message (Expand)AuthorAgeFilesLines
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-666/+0
* - NullPool supports reconnect on failure behavior.Mike Bayer2008-12-271-0/+19
* call count pinata partyMike Bayer2008-10-231-0/+2
* - broke pool tests out into QueuePoolTest/SingletonThreadPoolTestMike Bayer2008-09-011-263/+290
* added import for interfaces, otherwise tsa.interfaces is undef if the test is...Mike Bayer2008-08-131-1/+2
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-9/+8
* - Pool listeners may now be specified as a duck-type of PoolListener or a dic...Jason Kirtland2008-04-041-3/+62
* - updated the naming scheme of the base test classes in test/testlib/testing.py;Mike Bayer2008-02-111-1/+1
* - testbase is gone, replaced by testenvJason Kirtland2008-01-121-7/+9
* Migrated Connection.properties to Connection.info ('info' is the new standard...Jason Kirtland2007-11-181-9/+9
* - Pool listeners preserved on pool.recreate()Jason Kirtland2007-11-101-32/+33
* changing Pool to use weakref callback for auto-cleanup, instead of __del__.Mike Bayer2007-08-211-4/+3
* - Engine and TLEngine assume "threadlocal" behavior on Pool; both use connect()Mike Bayer2007-08-201-2/+15
* - added extra argument con_proxy to ConnectionListener interface checkout/che...Mike Bayer2007-08-171-6/+8
* -merged 0.3 pool threadlocal fix from r3139Mike Bayer2007-08-021-4/+11
* Added pool hooks for connection creation, check out and check in.Jason Kirtland2007-07-281-0/+146
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena...Mike Bayer2007-07-271-8/+36
* assert timeout is 3 seconds, not 2Mike Bayer2007-07-201-1/+1
* - a new mutex that was added in 0.3.9 causes the pool_timeoutMike Bayer2007-07-201-5/+39
* - adjustments to pool locking test to fail on OSXMike Bayer2007-06-301-3/+6
* - added a mutex to QueuePool's "overflow" calculation to prevent a raceMike Bayer2007-06-301-0/+33
* - Connections can be detached from their pool, closing on dereference instead...Jason Kirtland2007-05-091-1/+26
* a rudimental reconnect/pool auto-dispose test. not super-comprehensive but b...Mike Bayer2007-04-221-0/+2
* added "recreate()" argument to connection pool classesMike Bayer2007-04-171-0/+8
* MSSQL now passes still more unit tests [ticket:481]Rick Morrison2007-03-151-1/+1
* - fix to connection pool _close() to properly clean up, fixesMike Bayer2006-12-081-1/+2
* - some new Pool utility classes, updated docsMike Bayer2006-10-241-1/+1
* - logging is now implemented via standard python "logging" module.Mike Bayer2006-09-241-15/+20
* - changed "invalidate" semantics with pooled connection; willMike Bayer2006-08-261-0/+35
* - cleanup on connection methods + documentation. custom DBAPIMike Bayer2006-08-251-5/+43
* - unit tests updated to run without any pysqlite installed; poolMike Bayer2006-08-211-14/+24
* when QueuePool times out it raises a TimeoutError instead ofMike Bayer2006-06-261-3/+6
* reorganized unit tests into subdirectoriesMike Bayer2006-06-051-0/+164