summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/instrumentation.py
Commit message (Expand)AuthorAgeFilesLines
* inliningMike Bayer2014-05-191-2/+4
* - happy new yearMike Bayer2014-01-051-1/+1
* - spot checking of imports, obsolete functionsMike Bayer2013-08-171-1/+1
* - apply an import refactoring to the ORM as wellMike Bayer2013-08-141-25/+52
* - Removal of event listeners is now implemented. The feature isMike Bayer2013-07-261-0/+6
* remove all remaining start/end py2k/py3k blocksMike Bayer2013-06-071-11/+9
* most of ORM passing...Mike Bayer2013-05-041-0/+2
* - the raw 2to3 runMike Bayer2013-04-271-14/+16
* Improved the behavior of instance management regardingMike Bayer2013-04-201-0/+7
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* Extended the :doc:`/core/inspection` system so that all Python descriptorsMike Bayer2012-12-291-1/+19
* just a pep8 pass of lib/sqlalchemy/orm/Diana Clarke2012-11-191-2/+5
* - [feature] Improvements to event listening forMike Bayer2012-10-121-0/+6
* - with InstanceState more public, underscore all its methodsMike Bayer2012-07-181-7/+7
* - [moved] The InstrumentationManager interfaceMike Bayer2012-06-241-316/+79
* - move all of orm to use absolute importsMike Bayer2012-06-231-4/+3
* - [removed] The legacy "mutable" system of theMike Bayer2012-04-231-7/+1
* begin implementing inspection system for #2208Mike Bayer2012-04-031-1/+1
* happy new yearMike Bayer2012-01-041-1/+1
* - Enhanced the instrumentation in the ORM to supportMike Bayer2011-09-281-0/+4
* take out a little cruft. Spend two hours trying to make things simpler,Mike Bayer2011-06-011-23/+1
* - add a comment regarding why __init__ has a return valueMike Bayer2011-05-281-1/+2
* - whitespace removal bonanzaMike Bayer2011-01-021-51/+51
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-021-0/+6
* - removes the "on_" prefix.Mike Bayer2010-12-301-4/+4
* - another heap of inlinings and now I really have to be done with thisMike Bayer2010-12-211-7/+9
* - propagate flag on event.listen() results in the listener being placedMike Bayer2010-11-071-6/+19
* a little cleanup, but we probably need a generalized "propagate" mechanismMike Bayer2010-11-061-2/+3
* - begin adding tests for event registration and dispatch standaloneMike Bayer2010-10-021-1/+1
* - add instrumentation eventsMike Bayer2010-10-021-2/+10
* - reorganizationMike Bayer2010-09-141-0/+661