summaryrefslogtreecommitdiff
path: root/lib/pool.py
Commit message (Expand)AuthorAgeFilesLines
* Use an import style reported not broken on Python 3.6Daniele Varrazzo2017-06-171-1/+1
* Python source cleanup using flake8Daniele Varrazzo2016-10-111-16/+22
* Fixed PersistentConnectionPool on Python 3Daniele Varrazzo2015-10-011-2/+2
* Correct exausted -> exhausted typoErik Lee2014-11-171-1/+1
* Convert pool arguments to intDaniele Varrazzo2014-08-131-2/+2
* Merge branch 'dead-bytes' into develDaniele Varrazzo2013-03-161-24/+0
|\
| * Dropped configuration of unused logger inside the pool moduleDaniele Varrazzo2012-12-031-24/+0
* | Added specific pool implementation for ZPsycopgDADaniele Varrazzo2012-12-041-0/+4
|/
* Check the connection status before putting back into the poolDaniele Varrazzo2011-08-091-1/+16
* Raise PoolError when putting a connection not belonging to the poolDaniele Varrazzo2011-08-091-1/+1
* Some light cleanup for Py3 conversion.Daniele Varrazzo2010-12-211-1/+1
* Dropped logging.basicConfig() call.Daniele Varrazzo2010-07-091-3/+0
* Use the default role for cross referencing Python objects.Daniele Varrazzo2010-02-261-1/+1
* Added documentation for the 'pool' module.Daniele Varrazzo2010-02-261-2/+2
* Changes license to LGPL3 + OpenSSL exception on all source filesFederico Di Gregorio2010-02-121-9/+17
* Removed spurious printFederico Di Gregorio2009-03-161-1/+0
* Logging patch from Charlie.Federico Di Gregorio2006-09-011-0/+16
* Various pool changes.Federico Di Gregorio2005-10-191-3/+39
* Indentation fixes.Federico Di Gregorio2005-09-301-8/+8
* piro pool.py patch.Federico Di Gregorio2005-09-241-17/+17
* psycopg->psycopg2 fixes.Federico Di Gregorio2005-09-121-8/+4
* License changes. Fixes. Added register_adapter().Federico Di Gregorio2005-01-201-0/+4
* Initial psycopg 2 import after SVN crash.Federico Di Gregorio2004-10-191-0/+184