| Commit message (Expand) | Author | Age | Files | Lines |
| * | - [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 |
| * | | - add instrumentation events | Mike Bayer | 2010-10-02 | 1 | -9/+4 |
| * | | - reorganization | Mike Bayer | 2010-09-14 | 1 | -8/+15 |
| * | | - merge tip, 0.6.4 + 0.6.5 | Mike Bayer | 2010-09-14 | 1 | -1/+1 |
| |\ \
| |/ |
|
| | * | - lazy loads for relationship attributes now use | Mike Bayer | 2010-09-12 | 1 | -1/+1 |
| * | | merge from tip | Mike Bayer | 2010-09-03 | 1 | -0/+1 |
| |\ \
| |/ |
|
| | * | - An object that's been deleted now gets a flag | Mike Bayer | 2010-08-26 | 1 | -0/+1 |
| * | | - reorganize events into cls->dispatch, which is an instance of _Dispatch. | Mike Bayer | 2010-08-10 | 1 | -4/+4 |
| * | | - worked it out so that classes declare a nested class "event", | Mike Bayer | 2010-07-24 | 1 | -7/+5 |
| |/ |
|
| * | - Improved the check for an "unmapped class", | Mike Bayer | 2010-07-08 | 1 | -1/+1 |
| * | - session.merge() will not expire attributes on the returned | Mike Bayer | 2010-05-08 | 1 | -0/+12 |
| * | a little bit of refinement | Mike Bayer | 2010-04-17 | 1 | -7/+4 |
| * | silliness | Mike Bayer | 2010-02-16 | 1 | -5/+1 |
| * | Gave the "state" internals a good solid | Mike Bayer | 2010-02-14 | 1 | -114/+127 |
| * | - reduced a bit of overhead in attribute expiration, particularly | Mike Bayer | 2010-02-13 | 1 | -6/+25 |
| * | - For those who might use debug logging on | Mike Bayer | 2010-02-13 | 1 | -8/+23 |
| * | lessons learned unpickling from an 0.5 cache | Mike Bayer | 2010-01-19 | 1 | -1/+10 |
| * | - raise error when unpickling non-mapped state, [ticket:1610] | Mike Bayer | 2010-01-17 | 1 | -5/+12 |
| * | - cut down on a few hundred method calls | Mike Bayer | 2010-01-11 | 1 | -2/+2 |
| * | remove needless check_modified() | Mike Bayer | 2010-01-07 | 1 | -4/+0 |