| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| |\ |
|
| | * | - the inspect interface is done, needs docs. | Mike Bayer | 2012-04-04 | 1 | -35/+94 |
| | * | begin implementing inspection system for #2208 | Mike Bayer | 2012-04-03 | 1 | -0/+4 |
| * | | - merge attribute flag overhaul for [ticket:2358] | Mike Bayer | 2012-04-23 | 1 | -2/+2 |
| |/ |
|
| * | - [bug] Fixed bug where unpickled object didn't | Mike Bayer | 2012-01-28 | 1 | -0/+4 |
| * | happy new year | Mike Bayer | 2012-01-04 | 1 | -1/+1 |
| * | - attribute system gets a pop() method. | Mike Bayer | 2011-10-30 | 1 | -13/+23 |
| * | - Fixed bug apparent only in Python 3 whereby | Mike Bayer | 2011-07-24 | 1 | -4/+0 |
| * | - Added checks inside the UOW to detect the unusual | Mike Bayer | 2011-04-10 | 1 | -1/+0 |
| * | - Some fixes to the state handling regarding | Mike Bayer | 2011-04-07 | 1 | -2/+4 |
| * | - some changes to the identity map regarding | Mike Bayer | 2011-03-04 | 1 | -8/+2 |
| * | - replace all usage of True and False for passive with PASSIVE_NO_INITIALIZE, | Mike Bayer | 2011-02-11 | 1 | -2/+2 |
| * | formatting fix | Mike Bayer | 2011-02-10 | 1 | -3/+7 |
| * | - An exception is raised in the unusual case that an | Mike Bayer | 2011-02-10 | 1 | -2/+7 |
| * | - add support for pickling with mutable scalars, mutable composites | Mike Bayer | 2011-01-02 | 1 | -1/+4 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -62/+62 |
| * | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 1 | -0/+6 |
| * | - removes the "on_" prefix. | Mike Bayer | 2010-12-30 | 1 | -5/+5 |
| * | - mutable examples now move into sqlalchemy.ext.mutable | Mike Bayer | 2010-12-29 | 1 | -1/+3 |
| * | - on_expire event, since we are starting to build off of events around | Mike Bayer | 2010-12-25 | 1 | -0/+4 |
| * | - slight simplify to state.modified_event() | Mike Bayer | 2010-12-23 | 1 | -10/+7 |
| * | - another heap of inlinings and now I really have to be done with this | Mike Bayer | 2010-12-21 | 1 | -22/+6 |
| * | - refactor expire_attributes into two simpler methods | Mike Bayer | 2010-12-21 | 1 | -30/+22 |
| * | - further optimize what get_all_pending() returns to reduce the work of recei... | Mike Bayer | 2010-12-19 | 1 | -10/+11 |
| * | - remove the need to use LoadDeferredColumns, LoadLazyAttribute in most cases, | Mike Bayer | 2010-12-16 | 1 | -29/+29 |
| * | - inlinings and callcount reductions | Mike Bayer | 2010-12-12 | 1 | -4/+8 |
| * | - callcounts | Mike Bayer | 2010-12-10 | 1 | -1/+1 |
| * | callcount destructo engage | Mike Bayer | 2010-12-09 | 1 | -1/+20 |
| * | - shave about a millisecond off of moderately complex save casades. | Mike Bayer | 2010-12-06 | 1 | -2/+1 |
| * | - merge mapper simpler compile branch, [ticket:1966] | Mike Bayer | 2010-11-26 | 1 | -3/+5 |
| |\ |
|
| | * | [ticket:1966] implementation | Mike Bayer | 2010-11-15 | 1 | -3/+3 |
| * | | - most tests passing on adapted MapperExtension | Mike Bayer | 2010-11-06 | 1 | -3/+0 |
| * | | - merge tip | Mike Bayer | 2010-11-06 | 1 | -2/+8 |
| |\ \
| |/ |
|
| | * | - Fixed bug whereby a non-"mutable" attribute modified event | Mike Bayer | 2010-10-26 | 1 | -2/+8 |
| * | | - begin adding tests for event registration and dispatch standalone | Mike Bayer | 2010-10-02 | 1 | -1/+1 |