summaryrefslogtreecommitdiff
path: root/eventlet/db_pool.py
Commit message (Expand)AuthorAgeFilesLines
* Reformat with autopep8Jakub Stasiak2014-10-111-35/+69
* PEP-8 fixesSergey Shepelev2014-08-271-2/+40
* db_pool: customizable connection cleanup function; Thanks to Avery FaySergey Shepelev2014-07-101-73/+102
* Python3: __bool__, im_code, im_funcVictor Sergeyev2014-04-241-2/+5
* python3 compat: print() function syntaxSergey Shepelev2013-12-031-2/+4
* db_pool: Fix pool.put() TypeError with min_size > 1; Thanks to Jessica QiSergey Shepelev2012-12-131-9/+7
* Merged in pjscott/eventlet (pull request #1)Sergey Shepelev2012-02-061-1/+3
|\
| * Fix db_pool .clear() when min_size > 0Sergey Shepelev2011-10-121-1/+3
* | Make db_pool close connections after time-out as documented,Peter Scott2011-08-181-5/+9
* | Add MySQL's insert_id() method to connection pool's proxy class.Peter Scott2011-07-201-0/+1
|/
* Removed cancelled attribute from timer class, it's not used by anything and i...Ryan Williams2010-04-181-2/+1
* Fixed a few small things.Ryan Williams2010-02-211-1/+0
* Version-specific test changes, plus name aliasing in db_pool.Ryan Williams2010-02-161-4/+4
* Imported Timeout class from gevent, deprecated exc_after, replaced TimeoutErr...Ryan Williams2010-02-151-4/+5
* Thanks tjd for catching this poor except clause.Ryan Williams2010-02-111-1/+1
* Extended tpool's autowrap functionality to use the name of the attribute, whi...Ryan Williams2010-02-061-7/+2
* Oops.Ryan Williams2010-01-031-1/+1
* Fix for rtyler's issue with psycopg2. Turns out violations of DB-API 2.0 are...Ryan Williams2010-01-031-6/+6
* Removed saranwrap as an option for making db connections nonblocking in db_po...Ryan Williams2009-12-151-19/+0
* Corrected PEP8 behavior, thanks SergeyRyan Williams2009-11-041-9/+6
* Removed copyright headers from individual files, added LICENSE and AUTHORS fi...Ryan Williams2009-10-031-22/+0
* Ammended eventlet Sphinx documentation. This removed some of the Doxygen-isms...Huin Linden2009-09-171-2/+3
* De-doxygenified various modules.Ryan Williams2009-08-061-5/+7
* Moved db_pool docs from the .py to the .rstRyan Williams2009-07-141-68/+0
* Disabled __del__ doing a put back to connection pool (best practice has alway...Ryan Williams2009-06-171-1/+3
* db_pool: fix the doctestsDenis Bilenko2009-06-151-9/+8
* kill trailing whitespaceDenis Bilenko2009-06-121-41/+41
* move copytright and license out of docstring in the commentsDenis Bilenko2009-06-121-24/+22
* db_pool: remove duplicate copy pasted methodsDenis Bilenko2009-06-081-5/+0
* remove a number of unused importsDenis Bilenko2009-06-081-1/+0
* import db_pool.py from https://bitbucket.org/which_linden/eventlet/Denis Bilenko2009-05-191-26/+55
* Some introductory/overview docs added to db_pool, moved DatabaseConnector cla...rdw2008-09-241-39/+111
* Refactored to create connect() classmethods that return the appropriate datab...rdw2008-09-071-13/+42
* Tweaked expiry so it's microscopically faster, small changes, making tests ea...rdw2008-09-071-5/+7
* Changed ConnectionTimeout to ConnectTimeout, added unit test for connection t...rdw2008-09-061-7/+6
* Added connection timeout argument to db_pool.rdw2008-09-051-19/+30
* Get the connector in on the max_idle and max_age party.rdw2008-08-131-1/+7
* Fixed all the db_pool tests.rdw2008-08-131-11/+25
* Time-based expiry for db_pool. This adds the ability to expire connections b...rdw2008-08-131-33/+151
* [svn r134] Fixes for some interesting issues discovered only after our count ...which.linden2008-07-031-0/+16
* [svn r93] "nonblocking" support in tpool, to be exploited by dbmgr, so thatseeping.blister2008-02-191-1/+1
* [svn r88] Refactored the body-parsing logic that used to be in read_body() in...which.linden2008-02-131-1/+2
* [svn r81] Added a RawConnectionPool, which can be used to get -pooled- DB connsseeping.blister2008-01-251-0/+6
* [svn r74] make a subclass of db_pool that uses tpool.Proxy instead of saranwr...which.linden2008-01-041-20/+42
* [svn r63] See what happens when you commit without testing? This is improved.which.linden2007-12-101-2/+9
* [svn r62] Cleaned up the two different paths to closing a PooledConnectionWra...which.linden2007-12-101-8/+14
* [svn r61] Finally solved the bool(saranwrapped) problem. Moved the tests to ...which.linden2007-12-071-1/+2
* [svn r60] A wrapper for the pooled connections so that clients can call close...which.linden2007-12-061-5/+88
* [svn r59] Moved saranwrap to eventlet, moved mysql_pool over and abstracted i...which.linden2007-12-051-0/+94