| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Removed some now unneeded version checks [ticket:2829] courtesy alex gaynor | Mike Bayer | 2013-09-22 | 1 | -1/+0 |
| * | try seeing if just clearing this ahead of time helps | Mike Bayer | 2013-07-27 | 1 | -0/+1 |
| * | further tweaking | Mike Bayer | 2013-07-13 | 1 | -3/+2 |
| * | fix the scoping here | Mike Bayer | 2013-07-13 | 1 | -2/+4 |
| * | Fixed bug where :class:`.QueuePool` would lose the correct | Mike Bayer | 2013-07-04 | 1 | -1/+50 |
| * | - refactor pool a bit so that intent between ConnectionRecord/ConnectionFairy... | Mike Bayer | 2013-07-02 | 1 | -3/+4 |
| * | mark the tests that seem to be segfauling py3k+coverage so that we can exclud... | Mike Bayer | 2013-06-30 | 1 | -0/+7 |
| * | - replace most explicitly-named test objects called "Mock..." with | Mike Bayer | 2013-06-30 | 1 | -64/+85 |
| * | Preserve reset_on_return when recreating a Pool.pr/6 | Eevee | 2013-06-10 | 1 | -1/+2 |
| * | merge default | Mike Bayer | 2013-05-05 | 1 | -17/+20 |
| |\ |
|
| | * | - cleanup | Mike Bayer | 2013-05-05 | 1 | -17/+20 |
| * | | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -15/+15 |
| |/ |
|
| * | - recognize that do_rollback() and do_commit() work with a DBAPI connection, | Mike Bayer | 2012-11-22 | 1 | -5/+73 |
| * | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -5/+5 |
| * | - add req's for predictable gc | Mike Bayer | 2012-09-05 | 1 | -0/+2 |
| * | - [feature] Added support for .info dictionary argument to | Mike Bayer | 2012-08-24 | 1 | -1/+1 |
| * | try to loosen the times up here to reduce failures due to latency | Mike Bayer | 2012-07-17 | 1 | -18/+18 |
| * | notify_all workaround for 2.5 | Mike Bayer | 2012-06-25 | 1 | -0/+1 |
| * | - change notify to notify_all() so all waiters exit immediately, | Mike Bayer | 2012-06-25 | 1 | -6/+39 |
| * | - [bug] Fixed bug whereby | Mike Bayer | 2012-06-22 | 1 | -0/+63 |
| * | ensure sa_pool_key isn't passed to connect | Mike Bayer | 2011-09-21 | 1 | -0/+15 |
| * | - The recreate() method in all pool classes uses | Mike Bayer | 2011-08-14 | 1 | -1/+2 |
| * | - hardcore force every connection into a strong-referenced set, rollback on e... | Mike Bayer | 2011-04-25 | 1 | -3/+4 |
| * | - The "pool.manage" feature doesn't use pickle | Mike Bayer | 2011-04-05 | 1 | -14/+15 |
| * | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 1 | -2/+3 |
| * | - Fixed bug in QueuePool, SingletonThreadPool whereby | Mike Bayer | 2011-03-22 | 1 | -1/+47 |
| * | - Fixed AssertionPool regression bug. A replacement of finalize | Mike Bayer | 2011-03-16 | 1 | -1/+19 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -47/+47 |
| * | - removes the "on_" prefix. | Mike Bayer | 2010-12-30 | 1 | -28/+28 |
| * | - they don't want "on_". First step, change the naming convention on Events | Mike Bayer | 2010-12-30 | 1 | -1/+1 |
| * | new calling style: event.listen(target, identifier, fn) | Mike Bayer | 2010-12-01 | 1 | -11/+11 |
| * | - sqlalchemy.test and nose plugin moves back to being entirely | Mike Bayer | 2010-11-28 | 1 | -3/+3 |
| |\ |
|
| | * | - move sqlalchemy.test to test.lib | Mike Bayer | 2010-11-15 | 1 | -3/+3 |
| * | | - SessionEvents is on board and the event model is done, can start building 0... | Mike Bayer | 2010-11-14 | 1 | -2/+32 |
| * | | - pool event tests that don't depend on deprecated listener system, | Mike Bayer | 2010-11-14 | 1 | -101/+228 |
| * | | - basic docs | Mike Bayer | 2010-11-09 | 1 | -0/+30 |
| * | | ding | Mike Bayer | 2010-11-07 | 1 | -3/+3 |
| * | | merge tip | Mike Bayer | 2010-10-02 | 1 | -1/+1 |
| |\ \
| |/ |
|
| | * | - *Major* cleanup / modernization of the Informix | Mike Bayer | 2010-10-01 | 1 | -1/+1 |
| * | | merge from tip | Mike Bayer | 2010-09-03 | 1 | -1/+1 |
| |\ \
| |/ |
|
| | * | - replaced all self.__connection.is_valid with | Mike Bayer | 2010-08-26 | 1 | -1/+1 |
| * | | - reorganize events into cls->dispatch, which is an instance of _Dispatch. | Mike Bayer | 2010-08-10 | 1 | -7/+7 |
| * | | working with how this will be documented and having some probs with sphinx | Mike Bayer | 2010-08-09 | 1 | -4/+4 |
| * | | - pretty much all tests passing, maybe some callcounts are off | Mike Bayer | 2010-07-25 | 1 | -13/+12 |
| |/ |
|
| * | Python-tidy test/engine and test/aaa_profiling, 80% auto + 20% manual interve... | Mike Bayer | 2010-07-11 | 1 | -74/+84 |
| * | - StaticPool now initializes, disposes and recreates without | Mike Bayer | 2010-03-19 | 1 | -0/+19 |
| * | fix the timeout test once and for all | Mike Bayer | 2010-03-13 | 1 | -4/+5 |
| * | fix last commit | Philip Jenvey | 2010-03-08 | 1 | -1/+1 |
| * | small cleanup | Philip Jenvey | 2010-03-08 | 1 | -1/+1 |
| * | there we go, that was the stupid gc bug | Mike Bayer | 2010-03-01 | 1 | -0/+2 |