| Commit message (Expand) | Author | Age | Files | Lines |
* | - Added a new event suite :class:`.QueryEvents`. The | Mike Bayer | 2015-03-10 | 1 | -1/+54 |
* | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
* | - wip - start factoring events so that we aren't using descriptors for dispatch, | Mike Bayer | 2015-01-04 | 1 | -1/+2 |
* | - Fixed bug that affected generally the same classes of event | Mike Bayer | 2014-09-18 | 1 | -4/+8 |
* | - Added new event handlers :meth:`.AttributeEvents.init_collection` | Mike Bayer | 2014-09-07 | 1 | -0/+53 |
* | - major refactoring/inlining to loader.instances(), though not really | Mike Bayer | 2014-08-28 | 1 | -139/+0 |
* | - The "resurrect" ORM event has been removed. This event hook had | Mike Bayer | 2014-08-25 | 1 | -12/+0 |
* | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -56/+71 |
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
* | typo: s/tranasction/transaction | Priit Laes | 2014-06-28 | 1 | -1/+1 |
* | - mark translate_row, create_instance, populate_instance, append_result as le... | Mike Bayer | 2014-05-23 | 1 | -3/+22 |
* | Documentation fix-up: "its" vs. "it's"pr/91 | Matthias Urlichs | 2014-05-11 | 1 | -3/+3 |
* | Fix many typos throughout the codebasepr/85 | Alex Gaynor | 2014-04-26 | 1 | -3/+3 |
* | - Added support for the not-quite-yet-documented ``insert=True`` | Mike Bayer | 2014-03-16 | 1 | -10/+10 |
* | - A warning is emitted if the :meth:`.MapperEvents.before_configured` | Mike Bayer | 2014-03-11 | 1 | -2/+46 |
* | - Fixed bug where :class:`.AbstractConcreteBase` would fail to be | Mike Bayer | 2014-02-11 | 1 | -0/+17 |
* | - Fixed an 0.9 regression where ORM instance or mapper events applied | Mike Bayer | 2014-02-09 | 1 | -18/+12 |
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
* | Generate API and resolve cross references | Vraj Mohan | 2013-11-17 | 1 | -4/+4 |
* | Fix indentation issues in docstringspr/43 | Vraj Mohan | 2013-11-12 | 1 | -3/+3 |
* | - spot checking of imports, obsolete functions | Mike Bayer | 2013-08-17 | 1 | -1/+0 |
* | - apply an import refactoring to the ORM as well | Mike Bayer | 2013-08-14 | 1 | -32/+62 |
* | - update ORM event docs to include that you can listen on an unmapped base, | Mike Bayer | 2013-07-31 | 1 | -29/+32 |
* | - Removal of event listeners is now implemented. The feature is | Mike Bayer | 2013-07-26 | 1 | -53/+52 |
* | - The mechanism by which attribute events pass along an | Mike Bayer | 2013-07-26 | 1 | -6/+27 |
* | Fixed bug in ORM-level event registration where the "raw" or | Mike Bayer | 2013-07-18 | 1 | -5/+8 |
* | - create a new system where we can decorate an event method | Mike Bayer | 2013-07-08 | 1 | -14/+50 |
* | - A clear error message is emitted if an event handler | Mike Bayer | 2013-02-25 | 1 | -4/+104 |
* | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 1 | -1/+1 |
* | just a pep8 pass of lib/sqlalchemy/orm/ | Diana Clarke | 2012-11-19 | 1 | -71/+88 |
* | update the intro | Mike Bayer | 2012-10-31 | 1 | -2/+2 |
* | - do a straight __subclasses__ traversal here, so that we aren't | Mike Bayer | 2012-10-28 | 1 | -9/+15 |
* | - cover additional cases for [ticket:2585], where events are applied to base ... | Mike Bayer | 2012-10-28 | 1 | -1/+12 |
* | - lets default propagate to True here since it was essentially always | Mike Bayer | 2012-10-12 | 1 | -1/+7 |
* | - [feature] Improvements to event listening for | Mike Bayer | 2012-10-12 | 1 | -9/+122 |
* | mapper configured doc | Mike Bayer | 2012-09-21 | 1 | -2/+10 |
* | - [feature] New session events after_transaction_create | Mike Bayer | 2012-09-20 | 1 | -0/+20 |
* | - rework scoped_session and sessionmaker, [ticket:2500] | Mike Bayer | 2012-09-10 | 1 | -7/+15 |
* | - modernize most of the postgis example. would like to do [ticket:1534] also. | Mike Bayer | 2012-08-16 | 1 | -2/+4 |
* | - update engine docstrings due to move | Mike Bayer | 2012-08-13 | 1 | -1/+1 |
* | - express most of the orm.util functions in terms of the inspection system | Mike Bayer | 2012-07-16 | 1 | -173/+173 |
* | - move all of orm to use absolute imports | Mike Bayer | 2012-06-23 | 1 | -1/+1 |
* | Add some `Sphinx` paragraph level versions informations markups, | Mike Bayer | 2012-06-08 | 1 | -1/+1 |
* | - add before_attach event, [ticket:2464] | Mike Bayer | 2012-06-07 | 1 | -1/+27 |
* | - [bug] Fixed bug whereby event.listen(SomeClass) | Mike Bayer | 2012-01-07 | 1 | -1/+1 |
* | - fix the index, [ticket:2366] | Mike Bayer | 2012-01-05 | 1 | -42/+138 |
* | happy new year | Mike Bayer | 2012-01-04 | 1 | -1/+1 |
* | update query.update(), query.delete(), sessionevents.after_bulk_update(), ses... | Mike Bayer | 2011-12-06 | 1 | -14/+16 |
* | remove all inline imports statements from events.py, [ticket:2279] | Mike Bayer | 2011-09-22 | 1 | -33/+23 |
* | - New event hook, MapperEvents.after_configured(). | Mike Bayer | 2011-09-10 | 1 | -0/+15 |