| Commit message (Expand) | Author | Age | Files | Lines |
| * | Reformat with autopep8 | Jakub Stasiak | 2014-10-11 | 1 | -35/+69 |
| * | PEP-8 fixes | Sergey Shepelev | 2014-08-27 | 1 | -2/+40 |
| * | db_pool: customizable connection cleanup function; Thanks to Avery Fay | Sergey Shepelev | 2014-07-10 | 1 | -73/+102 |
| * | Python3: __bool__, im_code, im_func | Victor Sergeyev | 2014-04-24 | 1 | -2/+5 |
| * | python3 compat: print() function syntax | Sergey Shepelev | 2013-12-03 | 1 | -2/+4 |
| * | db_pool: Fix pool.put() TypeError with min_size > 1; Thanks to Jessica Qi | Sergey Shepelev | 2012-12-13 | 1 | -9/+7 |
| * | Merged in pjscott/eventlet (pull request #1) | Sergey Shepelev | 2012-02-06 | 1 | -1/+3 |
| |\ |
|
| | * | Fix db_pool .clear() when min_size > 0 | Sergey Shepelev | 2011-10-12 | 1 | -1/+3 |
| * | | Make db_pool close connections after time-out as documented, | Peter Scott | 2011-08-18 | 1 | -5/+9 |
| * | | Add MySQL's insert_id() method to connection pool's proxy class. | Peter Scott | 2011-07-20 | 1 | -0/+1 |
| |/ |
|
| * | Removed cancelled attribute from timer class, it's not used by anything and i... | Ryan Williams | 2010-04-18 | 1 | -2/+1 |
| * | Fixed a few small things. | Ryan Williams | 2010-02-21 | 1 | -1/+0 |
| * | Version-specific test changes, plus name aliasing in db_pool. | Ryan Williams | 2010-02-16 | 1 | -4/+4 |
| * | Imported Timeout class from gevent, deprecated exc_after, replaced TimeoutErr... | Ryan Williams | 2010-02-15 | 1 | -4/+5 |
| * | Thanks tjd for catching this poor except clause. | Ryan Williams | 2010-02-11 | 1 | -1/+1 |
| * | Extended tpool's autowrap functionality to use the name of the attribute, whi... | Ryan Williams | 2010-02-06 | 1 | -7/+2 |
| * | Oops. | Ryan Williams | 2010-01-03 | 1 | -1/+1 |
| * | Fix for rtyler's issue with psycopg2. Turns out violations of DB-API 2.0 are... | Ryan Williams | 2010-01-03 | 1 | -6/+6 |
| * | Removed saranwrap as an option for making db connections nonblocking in db_po... | Ryan Williams | 2009-12-15 | 1 | -19/+0 |
| * | Corrected PEP8 behavior, thanks Sergey | Ryan Williams | 2009-11-04 | 1 | -9/+6 |
| * | Removed copyright headers from individual files, added LICENSE and AUTHORS fi... | Ryan Williams | 2009-10-03 | 1 | -22/+0 |
| * | Ammended eventlet Sphinx documentation. This removed some of the Doxygen-isms... | Huin Linden | 2009-09-17 | 1 | -2/+3 |
| * | De-doxygenified various modules. | Ryan Williams | 2009-08-06 | 1 | -5/+7 |
| * | Moved db_pool docs from the .py to the .rst | Ryan Williams | 2009-07-14 | 1 | -68/+0 |
| * | Disabled __del__ doing a put back to connection pool (best practice has alway... | Ryan Williams | 2009-06-17 | 1 | -1/+3 |
| * | db_pool: fix the doctests | Denis Bilenko | 2009-06-15 | 1 | -9/+8 |
| * | kill trailing whitespace | Denis Bilenko | 2009-06-12 | 1 | -41/+41 |
| * | move copytright and license out of docstring in the comments | Denis Bilenko | 2009-06-12 | 1 | -24/+22 |
| * | db_pool: remove duplicate copy pasted methods | Denis Bilenko | 2009-06-08 | 1 | -5/+0 |
| * | remove a number of unused imports | Denis Bilenko | 2009-06-08 | 1 | -1/+0 |
| * | import db_pool.py from https://bitbucket.org/which_linden/eventlet/ | Denis Bilenko | 2009-05-19 | 1 | -26/+55 |
| * | Some introductory/overview docs added to db_pool, moved DatabaseConnector cla... | rdw | 2008-09-24 | 1 | -39/+111 |
| * | Refactored to create connect() classmethods that return the appropriate datab... | rdw | 2008-09-07 | 1 | -13/+42 |
| * | Tweaked expiry so it's microscopically faster, small changes, making tests ea... | rdw | 2008-09-07 | 1 | -5/+7 |
| * | Changed ConnectionTimeout to ConnectTimeout, added unit test for connection t... | rdw | 2008-09-06 | 1 | -7/+6 |
| * | Added connection timeout argument to db_pool. | rdw | 2008-09-05 | 1 | -19/+30 |
| * | Get the connector in on the max_idle and max_age party. | rdw | 2008-08-13 | 1 | -1/+7 |
| * | Fixed all the db_pool tests. | rdw | 2008-08-13 | 1 | -11/+25 |
| * | Time-based expiry for db_pool. This adds the ability to expire connections b... | rdw | 2008-08-13 | 1 | -33/+151 |
| * | [svn r134] Fixes for some interesting issues discovered only after our count ... | which.linden | 2008-07-03 | 1 | -0/+16 |
| * | [svn r93] "nonblocking" support in tpool, to be exploited by dbmgr, so that | seeping.blister | 2008-02-19 | 1 | -1/+1 |
| * | [svn r88] Refactored the body-parsing logic that used to be in read_body() in... | which.linden | 2008-02-13 | 1 | -1/+2 |
| * | [svn r81] Added a RawConnectionPool, which can be used to get -pooled- DB conns | seeping.blister | 2008-01-25 | 1 | -0/+6 |
| * | [svn r74] make a subclass of db_pool that uses tpool.Proxy instead of saranwr... | which.linden | 2008-01-04 | 1 | -20/+42 |
| * | [svn r63] See what happens when you commit without testing? This is improved. | which.linden | 2007-12-10 | 1 | -2/+9 |
| * | [svn r62] Cleaned up the two different paths to closing a PooledConnectionWra... | which.linden | 2007-12-10 | 1 | -8/+14 |
| * | [svn r61] Finally solved the bool(saranwrapped) problem. Moved the tests to ... | which.linden | 2007-12-07 | 1 | -1/+2 |
| * | [svn r60] A wrapper for the pooled connections so that clients can call close... | which.linden | 2007-12-06 | 1 | -5/+88 |
| * | [svn r59] Moved saranwrap to eventlet, moved mysql_pool over and abstracted i... | which.linden | 2007-12-05 | 1 | -0/+94 |