| Commit message (Expand) | Author | Age | Files | Lines |
* | update for 2017 copyright | Mike Bayer | 2017-01-04 | 1 | -1/+1 |
* | - happy new year | Mike Bayer | 2016-01-29 | 1 | -1/+1 |
* | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
* | PEP8 style fixes | Brian Jarrett | 2014-07-13 | 1 | -3/+4 |
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
* | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 1 | -1/+1 |
* | just a pep8 pass of lib/sqlalchemy/ | Diana Clarke | 2012-11-19 | 1 | -8/+9 |
* | - break out engine/base.py into base, interfaces, result, util. | Mike Bayer | 2012-08-07 | 1 | -1/+1 |
* | trailing whitespace bonanza | Mike Bayer | 2012-07-28 | 1 | -6/+6 |
* | absolute imports in core, sql | Mike Bayer | 2012-06-23 | 1 | -1/+1 |
* | another date update/test a hook | Mike Bayer | 2012-01-04 | 1 | -1/+1 |
* | fix a whole bunch of note:: / warning:: that were inline, | Mike Bayer | 2011-12-25 | 1 | -2/+6 |
* | - some doc reorg | Mike Bayer | 2011-03-17 | 1 | -5/+5 |
* | corrected a bunch of spelling typos | Diana Clarke | 2011-02-28 | 1 | -1/+1 |
* | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -44/+44 |
* | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 1 | -1/+2 |
* | - removes the "on_" prefix. | Mike Bayer | 2010-12-30 | 1 | -16/+16 |
* | new calling style: event.listen(target, identifier, fn) | Mike Bayer | 2010-12-01 | 1 | -25/+24 |
* | - move deprecated interfaces down to bottom of TOC, update verbiage | Mike Bayer | 2010-11-10 | 1 | -4/+2 |
* | - reorganization | Mike Bayer | 2010-09-14 | 1 | -1/+6 |
* | restore the deprecated docs | Mike Bayer | 2010-09-04 | 1 | -1/+1 |
* | - moved out to on_before_execute, on_after_execute. not much option here, | Mike Bayer | 2010-08-29 | 1 | -21/+49 |
* | going back to the simple way, plus trying to make the engine thing simpler, a... | Mike Bayer | 2010-08-28 | 1 | -43/+41 |
* | - its probably worthwhile to make the primary listen() interface humane, i.e.: | Mike Bayer | 2010-08-27 | 1 | -18/+37 |
* | working with how this will be documented and having some probs with sphinx | Mike Bayer | 2010-08-09 | 1 | -2/+3 |
* | - got engine events partially working, needs work on return value considerations | Mike Bayer | 2010-07-24 | 1 | -1/+19 |
* | - worked it out so that classes declare a nested class "event", | Mike Bayer | 2010-07-24 | 1 | -15/+11 |
* | - initial "events" idea. will replace all Extension, Proxy, Listener | Mike Bayer | 2010-07-24 | 1 | -2/+39 |
* | - ConnectionProxy now has wrapper methods for all transaction | Mike Bayer | 2010-01-16 | 1 | -1/+50 |
* | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 1 | -0/+12 |
* | document ConnectionProxy | Mike Bayer | 2008-12-18 | 1 | -8/+25 |
* | - merged -r5338:5429 of sphinx branch. | Mike Bayer | 2008-12-06 | 1 | -3/+7 |
* | usage docstring for pool listener | Mike Bayer | 2008-11-08 | 1 | -0/+13 |
* | r4695 merged to trunk; trunk now becomes 0.5. | Mike Bayer | 2008-05-09 | 1 | -1/+22 |
* | Migrated Connection.properties to Connection.info ('info' is the new standard... | Jason Kirtland | 2007-11-18 | 1 | -2/+2 |
* | Housekeeping. | Jason Kirtland | 2007-08-22 | 1 | -3/+3 |
* | changing Pool to use weakref callback for auto-cleanup, instead of __del__. | Mike Bayer | 2007-08-21 | 1 | -5/+1 |
* | - added extra argument con_proxy to ConnectionListener interface checkout/che... | Mike Bayer | 2007-08-17 | 1 | -5/+15 |
* | Little docstring tweaks | Jason Kirtland | 2007-08-01 | 1 | -6/+7 |
* | Expanded docstring docs for pool hooks. | Jason Kirtland | 2007-08-01 | 1 | -11/+42 |
* | Added pool hooks for connection creation, check out and check in. | Jason Kirtland | 2007-07-28 | 1 | -0/+51 |