| Commit message (Expand) | Author | Age | Files | Lines |
* | - add changelog, migration, version flags and some extra notes | Mike Bayer | 2016-02-16 | 1 | -1/+41 |
* | Add `sqlalchemy.ext.mutable.MutableSet`pr/236 | Jeong YunWon | 2016-02-13 | 1 | -0/+65 |
* | Add `sqlalchemy.ext.mutable.MutableList` | Jeong YunWon | 2016-02-13 | 1 | -0/+79 |
* | - add more documentation to MutableDict explaining | Mike Bayer | 2016-02-10 | 1 | -0/+12 |
* | - happy new year | Mike Bayer | 2016-01-29 | 1 | -1/+1 |
* | - just use *arg straight without "key" for pop | Mike Bayer | 2015-12-17 | 1 | -2/+2 |
* | - Further fixes to :ticket:`3605`, pop method on :class:`.MutableDict`, | Mike Bayer | 2015-12-17 | 1 | -2/+2 |
* | - Added support for the ``dict.pop()`` and ``dict.popitem()`` methods | Mike Bayer | 2015-12-11 | 1 | -0/+10 |
* | - Fixed regression in the :mod:`sqlalchemy.ext.mutable` extension | Mike Bayer | 2015-05-21 | 1 | -1/+34 |
* | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
* | Merge branch 'mutable-dict-update' of https://bitbucket.org/goodscloud/sqlalc... | Mike Bayer | 2014-08-25 | 1 | -0/+4 |
|\ |
|
| * | add update() support to MutableDict | Matt Chisholm | 2014-08-09 | 1 | -0/+4 |
* | | fix MutableDict.coerce | Matt Chisholm | 2014-08-09 | 1 | -3/+3 |
|/ |
|
* | PEP8 style fixes | Brian Jarrett | 2014-07-13 | 1 | -11/+10 |
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
* | Return the assigned value in MultableDict.setdefault | Thomas Herve | 2014-06-24 | 1 | -1/+2 |
* | - Fixed bug in mutable extension where :class:`.MutableDict` did not | Mike Bayer | 2014-05-14 | 1 | -0/+5 |
* | - Fixed bug in mutable extension as well as | Mike Bayer | 2014-03-19 | 1 | -0/+3 |
* | Remove uneeded import from code examplepr/60 | Wichert Akkerman | 2014-01-20 | 1 | -1/+0 |
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
* | - reduce verbiage in mutation.py regarding legacy style, place under versiona... | Mike Bayer | 2013-11-29 | 1 | -7/+3 |
* | Fix cross references | Vraj Mohan | 2013-11-17 | 1 | -4/+4 |
* | Remove reference to defunct class | Vraj Mohan | 2013-11-17 | 1 | -1/+1 |
* | - add event.contains() function to the event package, returns True | Mike Bayer | 2013-07-26 | 1 | -1/+1 |
* | - add a test for pullreq 8 | Mike Bayer | 2013-06-23 | 1 | -3/+3 |
* | make tests passpr/8 | Devi | 2013-06-20 | 1 | -1/+1 |
* | check if compostite_class is of class type | Devi | 2013-06-19 | 1 | -1/+2 |
* | Fixed bug where :class:`.MutableDict` didn't report a change event | Mike Bayer | 2013-06-03 | 1 | -0/+4 |
* | MutableDict.__delitem__ should require only 'key' argument | Audrius Kažukauskas | 2013-01-17 | 1 | -2/+2 |
* | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 1 | -1/+1 |
* | The :class:`.MutableComposite` type did not allow for the | Mike Bayer | 2012-12-03 | 1 | -35/+56 |
* | just a pep8 pass of lib/sqlalchemy/ext | Diana Clarke | 2012-11-19 | 1 | -43/+58 |
* | iterate through column_attrs here | Mike Bayer | 2012-11-18 | 1 | -8/+6 |
* | - add HSTORE | Mike Bayer | 2012-11-17 | 1 | -3/+0 |
* | - hstore adjustments | Mike Bayer | 2012-11-17 | 1 | -20/+58 |
* | - move ext to relative imports | Mike Bayer | 2012-07-17 | 1 | -37/+37 |
* | Add some `Sphinx` paragraph level versions informations markups, | Mike Bayer | 2012-06-08 | 1 | -6/+7 |
* | typos in lib/sqlalchemy/ext | Diana Clarke | 2012-03-17 | 1 | -1/+1 |
* | happy new year | Mike Bayer | 2012-01-04 | 1 | -1/+1 |
* | fix a whole bunch of note:: / warning:: that were inline, | Mike Bayer | 2011-12-25 | 1 | -3/+9 |
* | - Fixed bug in the mutable extension whereby | Mike Bayer | 2011-07-01 | 1 | -10/+10 |
* | - Fixed bug in the mutable extension whereby | Mike Bayer | 2011-06-30 | 1 | -2/+0 |
* | - Repaired new "mutable" extension to propagate | Mike Bayer | 2011-06-04 | 1 | -8/+13 |
* | - Fixed bugs in sqlalchemy.ext.mutable extension where | Mike Bayer | 2011-05-14 | 1 | -5/+5 |
* | - Removed the usage of the "collections.MutableMapping" | Mike Bayer | 2011-04-28 | 1 | -5/+5 |
* | - Fixed mutable extension docs to show the | Mike Bayer | 2011-04-02 | 1 | -11/+25 |
* | corrected a bunch of spelling typos | Diana Clarke | 2011-02-28 | 1 | -1/+1 |
* | - add support for pickling with mutable scalars, mutable composites | Mike Bayer | 2011-01-02 | 1 | -113/+366 |
* | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -55/+55 |
* | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 1 | -0/+6 |