| Commit message (Expand) | Author | Age | Files | Lines |
| * | Implement in-place mutation operators for MutableSet, MutableList | Mike Bayer | 2017-06-05 | 1 | -0/+60 |
| * | Add AttributeEvents.modified | Mike Bayer | 2017-05-23 | 1 | -0/+16 |
| * | Ensure we check that SQL expression has an .info attribute | Mike Bayer | 2017-04-04 | 1 | -2/+4 |
| * | Track SchemaEventTarget types in as_mutable() | Mike Bayer | 2017-03-30 | 1 | -0/+43 |
| * | Make all tests to be PEP8 compliant | Khairi Hafsham | 2017-02-07 | 1 | -2/+2 |
| * | Add `sqlalchemy.ext.mutable.MutableSet`pr/236 | Jeong YunWon | 2016-02-13 | 1 | -1/+195 |
| * | Add `sqlalchemy.ext.mutable.MutableList` | Jeong YunWon | 2016-02-13 | 1 | -1/+218 |
| * | - Further fixes to :ticket:`3605`, pop method on :class:`.MutableDict`, | Mike Bayer | 2015-12-17 | 1 | -1/+16 |
| * | - Added support for the ``dict.pop()`` and ``dict.popitem()`` methods | Mike Bayer | 2015-12-11 | 1 | -0/+32 |
| * | - Fixed regression in the :mod:`sqlalchemy.ext.mutable` extension | Mike Bayer | 2015-05-21 | 1 | -9/+82 |
| * | flake8 some tests | Mike Bayer | 2015-05-21 | 1 | -56/+84 |
| * | Merge branch 'mutable-dict-update' of https://bitbucket.org/goodscloud/sqlalc... | Mike Bayer | 2014-08-25 | 1 | -0/+12 |
| |\ |
|
| | * | add update() support to MutableDict | Matt Chisholm | 2014-08-09 | 1 | -0/+12 |
| * | | Merge branch 'mutable-dict-coerce-fix' of https://bitbucket.org/goodscloud/sq... | Mike Bayer | 2014-08-25 | 1 | -0/+53 |
| |\ \ |
|
| | * | | fix MutableDict.coerce | Matt Chisholm | 2014-08-09 | 1 | -0/+53 |
| | |/ |
|
| * | | fix test ordering issues | Mike Bayer | 2014-07-27 | 1 | -62/+38 |
| |/ |
|
| * | Return the assigned value in MultableDict.setdefault | Thomas Herve | 2014-06-24 | 1 | -2/+2 |
| * | - Fixed bug in mutable extension where :class:`.MutableDict` did not | Mike Bayer | 2014-05-14 | 1 | -0/+17 |
| * | - Fixed bug in mutable extension as well as | Mike Bayer | 2014-03-19 | 1 | -0/+11 |
| * | - Removed some now unneeded version checks [ticket:2829] courtesy alex gaynor | Mike Bayer | 2013-09-22 | 1 | -6/+0 |
| * | - add a test for pullreq 8 | Mike Bayer | 2013-06-23 | 1 | -0/+26 |
| * | Fixed bug where :class:`.MutableDict` didn't report a change event | Mike Bayer | 2013-06-03 | 1 | -0/+12 |
| * | The :class:`.MutableComposite` type did not allow for the | Mike Bayer | 2012-12-03 | 1 | -0/+71 |
| * | cleanup | Mike Bayer | 2012-12-03 | 1 | -24/+24 |
| * | - hstore adjustments | Mike Bayer | 2012-11-17 | 1 | -39/+13 |
| * | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -5/+5 |
| * | another py3k fix | Mike Bayer | 2012-01-28 | 1 | -0/+4 |
| * | - [bug] Fixed bug where unpickled object didn't | Mike Bayer | 2012-01-28 | 1 | -5/+27 |
| * | - [bug] the value of a composite attribute is now | Mike Bayer | 2011-10-26 | 1 | -7/+36 |
| * | - Fixed bug in the mutable extension whereby | Mike Bayer | 2011-07-01 | 1 | -0/+18 |
| * | - Fixed bug in the mutable extension whereby | Mike Bayer | 2011-06-30 | 1 | -1/+4 |
| * | - Repaired new "mutable" extension to propagate | Mike Bayer | 2011-06-04 | 1 | -3/+107 |
| * | py3k test fix | Mike Bayer | 2011-05-14 | 1 | -2/+1 |
| * | - Fixed bugs in sqlalchemy.ext.mutable extension where | Mike Bayer | 2011-05-14 | 1 | -1/+26 |
| * | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 1 | -7/+7 |
| * | - remove @testing.resolve_artifact_names, replace with direct attribute | Mike Bayer | 2011-03-26 | 1 | -7/+4 |
| * | - oracle fixes | Mike Bayer | 2011-01-15 | 1 | -5/+5 |
| * | - add support for pickling with mutable scalars, mutable composites | Mike Bayer | 2011-01-02 | 1 | -13/+60 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -25/+24 |
| * | - add length to varchars | Mike Bayer | 2010-12-31 | 1 | -2/+2 |
| * | - removes the "on_" prefix. | Mike Bayer | 2010-12-30 | 1 | -3/+3 |
| * | - they don't want "on_". First step, change the naming convention on Events | Mike Bayer | 2010-12-30 | 1 | -4/+4 |
| * | - mutable examples now move into sqlalchemy.ext.mutable | Mike Bayer | 2010-12-29 | 1 | -0/+238 |