Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | just a pep8 pass of lib/sqlalchemy/util/ | Diana Clarke | 2012-11-19 | 1 | -0/+3 |
| | |||||
* | more import cleanups | Mike Bayer | 2012-08-07 | 1 | -1/+1 |
| | |||||
* | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 1 | -1/+1 |
| | |||||
* | notify_all workaround for 2.5 | Mike Bayer | 2012-06-25 | 1 | -1/+10 |
| | |||||
* | - change notify to notify_all() so all waiters exit immediately, | Mike Bayer | 2012-06-25 | 1 | -1/+1 |
| | | | | continuing [ticket:2522] | ||||
* | - [bug] Fixed bug whereby | Mike Bayer | 2012-06-22 | 1 | -3/+37 |
| | | | | | | | | | | | | a disconnect detect + dispose that occurs when the QueuePool has threads waiting for connections would leave those threads waiting for the duration of the timeout on the old pool. The fix now notifies those waiters with a special exception case and has them move onto the new pool. This fix may or may not be ported to 0.7. [ticket:2522] | ||||
* | happy new year | Mike Bayer | 2012-01-04 | 1 | -1/+1 |
| | |||||
* | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 1 | -0/+6 |
| | | | | | a consistent tag - AUTHORS file | ||||
* | - move topological, queue into util | Mike Bayer | 2010-12-05 | 1 | -0/+185 |
- move function_named into test.lib.util - use @decorator for all decorators in test/ |