| Commit message (Expand) | Author | Age | Files | Lines |
| * | - reverse course in #3061 so that we instead no longer set None in the attribute | Mike Bayer | 2014-06-23 | 1 | -14/+23 |
| * | - Adjustment to attribute mechanics concerning when a value is | Mike Bayer | 2014-05-29 | 1 | -6/+72 |
| * | - Fixed a few edge cases which arise in the so-called "row switch" | Mike Bayer | 2014-05-28 | 1 | -1/+11 |
| * | Fix many typos throughout the codebasepr/85 | Alex Gaynor | 2014-04-26 | 1 | -2/+2 |
| * | - Fixed bug in mutable extension as well as | Mike Bayer | 2014-03-19 | 1 | -0/+15 |
| * | - Fixed some test/feature failures occurring in Python 3.4, | Mike Bayer | 2014-03-02 | 1 | -20/+0 |
| * | - :func:`.attributes.get_history()` when used with a scalar column-mapped | Mike Bayer | 2013-10-25 | 1 | -4/+29 |
| * | - add predictable_gc to a few more tests showing up on pypy | Mike Bayer | 2013-08-04 | 1 | -1/+3 |
| * | - The mechanism by which attribute events pass along an | Mike Bayer | 2013-07-26 | 1 | -6/+2 |
| * | A performance fix related to the usage of the :func:`.defer` option | Mike Bayer | 2013-07-13 | 1 | -7/+16 |
| * | Fixed bug whereby attribute history functions would fail | Mike Bayer | 2013-07-04 | 1 | -43/+128 |
| * | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -4/+4 |
| * | - Improved checking for an existing backref name conflict during | Mike Bayer | 2013-03-03 | 1 | -2/+39 |
| * | - fix regression from 0.7 where calling get_history with passive | Mike Bayer | 2012-10-22 | 1 | -2/+20 |
| * | getting everything to pass again | Mike Bayer | 2012-09-27 | 1 | -1/+1 |
| * | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -4/+4 |
| * | - add req's for predictable gc | Mike Bayer | 2012-09-05 | 1 | -1/+2 |
| * | - [feature] Adding/removing None from a mapped collection | Mike Bayer | 2012-08-13 | 1 | -0/+40 |
| * | - [bug] Fixed bug whereby user error in related-object | Mike Bayer | 2012-08-12 | 1 | -0/+66 |
| * | - [feature] A warning is emitted when a reference | Mike Bayer | 2012-08-04 | 1 | -1/+61 |
| * | - with InstanceState more public, underscore all its methods | Mike Bayer | 2012-07-18 | 1 | -102/+102 |
| * | - [removed] The legacy "mutable" system of the | Mike Bayer | 2012-04-23 | 1 | -127/+2 |
| * | - merge attribute flag overhaul for [ticket:2358] | Mike Bayer | 2012-04-23 | 1 | -8/+0 |
| * | add tests for #2128 | Mike Bayer | 2012-02-26 | 1 | -0/+12 |
| * | - attribute system gets a pop() method. | Mike Bayer | 2011-10-30 | 1 | -0/+164 |
| * | - Fixed regression from 0.6 where a get history | Mike Bayer | 2011-07-20 | 1 | -1/+75 |
| * | - Added checks inside the UOW to detect the unusual | Mike Bayer | 2011-04-10 | 1 | -231/+494 |
| * | - Some fixes to the state handling regarding | Mike Bayer | 2011-04-07 | 1 | -12/+17 |
| * | - move all the comments that got shoved below the fixture grabs back up | Mike Bayer | 2011-03-27 | 1 | -0/+2 |
| * | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 1 | -35/+35 |
| * | corrected a bunch of spelling typos | Diana Clarke | 2011-02-28 | 1 | -1/+1 |
| * | - fix long lines in test_attributes | Mike Bayer | 2011-02-11 | 1 | -379/+555 |
| * | - replace all usage of True and False for passive with PASSIVE_NO_INITIALIZE, | Mike Bayer | 2011-02-11 | 1 | -1/+3 |
| * | - An exception is raised in the unusual case that an | Mike Bayer | 2011-02-10 | 1 | -2/+24 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -80/+80 |
| * | - removes the "on_" prefix. | Mike Bayer | 2010-12-30 | 1 | -6/+6 |
| * | - added flag to mark any attribute as "modified" | Mike Bayer | 2010-12-23 | 1 | -0/+33 |
| * | - refactor expire_attributes into two simpler methods | Mike Bayer | 2010-12-21 | 1 | -6/+6 |
| * | - remove the need to use LoadDeferredColumns, LoadLazyAttribute in most cases, | Mike Bayer | 2010-12-16 | 1 | -72/+86 |
| * | - callcounts | Mike Bayer | 2010-12-10 | 1 | -0/+3 |
| * | - move topological, queue into util | Mike Bayer | 2010-12-05 | 1 | -2/+2 |
| * | new calling style: event.listen(target, identifier, fn) | Mike Bayer | 2010-12-01 | 1 | -4/+4 |
| * | - replace GenericBackrefExtension with straight events | Mike Bayer | 2010-11-30 | 1 | -26/+26 |
| * | - sqlalchemy.test and nose plugin moves back to being entirely | Mike Bayer | 2010-11-28 | 1 | -3/+3 |
| |\ |
|
| | * | - move sqlalchemy.test to test.lib | Mike Bayer | 2010-11-15 | 1 | -3/+3 |
| * | | - propagate flag on event.listen() results in the listener being placed | Mike Bayer | 2010-11-07 | 1 | -18/+98 |
| * | | - reorganization | Mike Bayer | 2010-09-14 | 1 | -67/+67 |
| |/ |
|
| * | - Fixed recursion bug which could occur when moving | Mike Bayer | 2010-09-13 | 1 | -9/+111 |
| * | Gave the "state" internals a good solid | Mike Bayer | 2010-02-14 | 1 | -11/+20 |
| * | - reduced a bit of overhead in attribute expiration, particularly | Mike Bayer | 2010-02-13 | 1 | -7/+7 |