| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use an import style reported not broken on Python 3.6 | Daniele Varrazzo | 2017-06-17 | 1 | -1/+1 |
| | | | | | Couldn't reproduce the issue but it has been documented in #550. | ||||
| * | Python source cleanup using flake8 | Daniele Varrazzo | 2016-10-11 | 1 | -16/+22 |
| | | |||||
| * | Fixed PersistentConnectionPool on Python 3 | Daniele Varrazzo | 2015-10-01 | 1 | -2/+2 |
| | | | | | Fixes ticket #348. | ||||
| * | Correct exausted -> exhausted typo | Erik Lee | 2014-11-17 | 1 | -1/+1 |
| | | |||||
| * | Convert pool arguments to int | Daniele Varrazzo | 2014-08-13 | 1 | -2/+2 |
| | | | | | | | | Failing to do so may cause dangerous misbehaviours such as an unbounded pool (because of lame comparison operators in Python 2). Fix ticket #220. | ||||
| * | Merge branch 'dead-bytes' into devel | Daniele Varrazzo | 2013-03-16 | 1 | -24/+0 |
| |\ | |||||
| | * | Dropped configuration of unused logger inside the pool module | Daniele Varrazzo | 2012-12-03 | 1 | -24/+0 |
| | | | |||||
| * | | Added specific pool implementation for ZPsycopgDA | Daniele Varrazzo | 2012-12-04 | 1 | -0/+4 |
| |/ | | | | | | | | | | | The implementation is based on psycopg 2.4, which should be less broken (zope-wise) of the current one. Instantiating psycopg2.pool.PersistentConnectionPool now raises a warning. This should fix ticket #123, #125. The issue of the reset on set_client_encoding() is still present but that's always been there and I'm no good at fixing it. | ||||
| * | Check the connection status before putting back into the pool | Daniele Varrazzo | 2011-08-09 | 1 | -1/+16 |
| | | | | | | | Rollback connections in transaction or in error. Discard broken connections. Closes ticket #62. | ||||
| * | Raise PoolError when putting a connection not belonging to the pool | Daniele Varrazzo | 2011-08-09 | 1 | -1/+1 |
| | | | | | A KeyError was raised instead. | ||||
| * | Some light cleanup for Py3 conversion. | Daniele Varrazzo | 2010-12-21 | 1 | -1/+1 |
| | | | | | Either flagged as warning by python2.6 -3 or converted by 2to3. | ||||
| * | Dropped logging.basicConfig() call. | Daniele Varrazzo | 2010-07-09 | 1 | -3/+0 |
| | | | | | | It messes up with projects using logging but where no handler is installed on the root logger. Bug reported by Joe Abbate. | ||||
| * | Use the default role for cross referencing Python objects. | Daniele Varrazzo | 2010-02-26 | 1 | -1/+1 |
| | | |||||
| * | Added documentation for the 'pool' module. | Daniele Varrazzo | 2010-02-26 | 1 | -2/+2 |
| | | |||||
| * | Changes license to LGPL3 + OpenSSL exception on all source files | Federico Di Gregorio | 2010-02-12 | 1 | -9/+17 |
| | | |||||
| * | Removed spurious print | Federico Di Gregorio | 2009-03-16 | 1 | -1/+0 |
| | | |||||
| * | Logging patch from Charlie. | Federico Di Gregorio | 2006-09-01 | 1 | -0/+16 |
| | | |||||
| * | Various pool changes. | Federico Di Gregorio | 2005-10-19 | 1 | -3/+39 |
| | | |||||
| * | Indentation fixes. | Federico Di Gregorio | 2005-09-30 | 1 | -8/+8 |
| | | |||||
| * | piro pool.py patch. | Federico Di Gregorio | 2005-09-24 | 1 | -17/+17 |
| | | |||||
| * | psycopg->psycopg2 fixes. | Federico Di Gregorio | 2005-09-12 | 1 | -8/+4 |
| | | |||||
| * | License changes. Fixes. Added register_adapter(). | Federico Di Gregorio | 2005-01-20 | 1 | -0/+4 |
| | | |||||
| * | Initial psycopg 2 import after SVN crash. | Federico Di Gregorio | 2004-10-19 | 1 | -0/+184 |
