| Commit message (Expand) | Author | Age | Files | Lines |
* | - changelog etc, forgot to remove assertionfaster_expiry | Mike Bayer | 2015-02-18 | 1 | -1/+1 |
* | - .callables is really a seldom-used collection; turn it into | Mike Bayer | 2015-02-18 | 1 | -24/+27 |
* | - ensure no behavioral change in lazy callables / expire | Mike Bayer | 2015-02-18 | 1 | -1/+23 |
* | - keep reducing | Mike Bayer | 2015-02-18 | 1 | -4/+14 |
* | - inline the discard process | Mike Bayer | 2015-02-18 | 1 | -2/+5 |
* | - add compatiblity for 0.9 style pickle | Mike Bayer | 2015-02-18 | 1 | -1/+9 |
* | - inline the .reset calls | Mike Bayer | 2015-02-18 | 1 | -1/+2 |
* | wip | Mike Bayer | 2015-02-17 | 1 | -42/+50 |
* | - Fixed bug where :meth:`.Session.expunge` would not fully detach | Mike Bayer | 2014-10-19 | 1 | -1/+10 |
* | improve exception vs. exit handling | ndparker | 2014-09-23 | 1 | -2/+2 |
* | - defaultdict benchmarks faster than a namedtuple; OK | Mike Bayer | 2014-08-29 | 1 | -14/+0 |
* | - use a faster discard when loading | Mike Bayer | 2014-08-29 | 1 | -2/+1 |
* | - rename _InspectionAttr to InspectionAttr | Mike Bayer | 2014-08-13 | 1 | -1/+1 |
* | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -25/+27 |
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
* | - revert the memoized committed_state / callables changes as they appear to a... | Mike Bayer | 2014-05-24 | 1 | -19/+8 |
* | inlining | Mike Bayer | 2014-05-19 | 1 | -10/+21 |
* | - some inlining, speed up identity map | Mike Bayer | 2014-05-19 | 1 | -4/+8 |
* | - add some docs for the instancestate linkage to the inspection system | Mike Bayer | 2014-04-04 | 1 | -5/+67 |
* | - Fixed bug in mutable extension as well as | Mike Bayer | 2014-03-19 | 1 | -2/+2 |
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
* | - The ``viewonly`` flag on :func:`.relationship` will now prevent | Mike Bayer | 2013-11-19 | 1 | -0/+2 |
* | - :func:`.attributes.get_history()` when used with a scalar column-mapped | Mike Bayer | 2013-10-25 | 1 | -1/+31 |
* | use accepts scalar loader here so we deal with _ProxyImpl correctly | Mike Bayer | 2013-10-11 | 1 | -6/+4 |
* | - fix bug due to regression from #2793, make sure we only go to load | Mike Bayer | 2013-10-11 | 1 | -0/+9 |
* | fix typospr/23 | Hyunjun Kim | 2013-08-25 | 1 | -2/+2 |
* | - apply an import refactoring to the ORM as well | Mike Bayer | 2013-08-14 | 1 | -52/+32 |
* | A performance fix related to the usage of the :func:`.defer` option | Mike Bayer | 2013-07-13 | 1 | -9/+14 |
* | Added a conditional to the unpickling process for ORM | Mike Bayer | 2013-04-23 | 1 | -1/+2 |
* | Improved the behavior of instance management regarding | Mike Bayer | 2013-04-20 | 1 | -13/+14 |
* | 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 | -3/+2 |
* | - use our new Cls.memoized_name._reset(self) method in place of all those __d... | Mike Bayer | 2012-09-23 | 1 | -3/+3 |
* | - rename .attr to .attrs on mapper, instance state, [ticket:2569] | Mike Bayer | 2012-09-22 | 1 | -1/+1 |
* | don't need this is_really_none() thing anymore | Mike Bayer | 2012-08-08 | 1 | -3/+0 |
* | - [feature] A warning is emitted when a reference | Mike Bayer | 2012-08-04 | 1 | -4/+14 |
* | a lot of docs | Mike Bayer | 2012-07-18 | 1 | -6/+11 |
* | - with InstanceState more public, underscore all its methods | Mike Bayer | 2012-07-18 | 1 | -11/+11 |
* | - document the inspection system | Mike Bayer | 2012-07-18 | 1 | -1/+69 |
* | - express most of the orm.util functions in terms of the inspection system | Mike Bayer | 2012-07-16 | 1 | -2/+4 |
* | - move load_scalar_attributes out to loading.py | Mike Bayer | 2012-07-14 | 1 | -3/+5 |
* | rework imports here | Mike Bayer | 2012-07-03 | 1 | -18/+18 |
* | turn commit_all into an iterative method | Mike Bayer | 2012-06-25 | 1 | -12/+18 |
* | - [moved] The InstrumentationManager interface | Mike Bayer | 2012-06-24 | 1 | -2/+2 |
* | absolute imports in core, sql | Mike Bayer | 2012-06-23 | 1 | -1/+0 |
* | - move all of orm to use absolute imports | Mike Bayer | 2012-06-23 | 1 | -7/+6 |
* | - [feature] The of_type() construct on attributes | Mike Bayer | 2012-06-20 | 1 | -2/+4 |
* | - [feature] Added utility feature | Mike Bayer | 2012-05-17 | 1 | -0/+1 |
* | - [removed] The legacy "mutable" system of the | Mike Bayer | 2012-04-23 | 1 | -131/+4 |
* | merge patch for [ticket:2208]. This still needs documentation. | Mike Bayer | 2012-04-23 | 1 | -38/+99 |
|\ |
|