| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove object in class definition | Federico Caselli | 2021-11-22 | 1 | -3/+3 |
* | Replace all http:// links to https:// | Federico Caselli | 2021-07-04 | 1 | -1/+1 |
* | Link to state, not object, for mutable extension | Mike Bayer | 2021-03-09 | 1 | -9/+14 |
* | happy new year | Mike Bayer | 2021-01-04 | 1 | -1/+1 |
* | Run search and replace of symbolic module names | Mike Bayer | 2020-04-14 | 1 | -2/+2 |
* | Add keywords to MutableList.sort() | Mike Bayer | 2020-01-23 | 1 | -2/+2 |
* | happy new year | Mike Bayer | 2020-01-01 | 1 | -1/+1 |
* | Add __reduce_ex__ to MutableList; add compat for older pickles | Mike Bayer | 2019-04-09 | 1 | -6/+8 |
* | Fix many spell glitches | Lele Gaifax | 2019-01-25 | 1 | -3/+3 |
* | Remove version directives for 0.6, 0.7, 0.8 | Mike Bayer | 2019-01-15 | 1 | -18/+0 |
* | happy new year | Mike Bayer | 2019-01-11 | 1 | -1/+1 |
* | Post black reformatting | Mike Bayer | 2019-01-06 | 1 | -6/+10 |
* | Run black -l 79 against all source files | Mike Bayer | 2019-01-06 | 1 | -35/+43 |
* | Ignore non-primary mappers within mutable instrumentation | Mike Bayer | 2018-03-12 | 1 | -0/+4 |
* | happy new year | Mike Bayer | 2018-01-12 | 1 | -1/+1 |
* | Implement in-place mutation operators for MutableSet, MutableList | Mike Bayer | 2017-06-05 | 1 | -0/+20 |
* | Add AttributeEvents.modified | Mike Bayer | 2017-05-23 | 1 | -0/+22 |
* | Ensure we check that SQL expression has an .info attribute | Mike Bayer | 2017-04-04 | 1 | -1/+2 |
* | Track SchemaEventTarget types in as_mutable() | Mike Bayer | 2017-03-30 | 1 | -1/+19 |
* | New features from python 2.7 | Катаев Денис | 2017-03-17 | 1 | -2/+2 |
* | Support python3.6 | Mike Bayer | 2017-01-13 | 1 | -3/+3 |
* | update for 2017 copyright | Mike Bayer | 2017-01-04 | 1 | -1/+1 |
* | Spelling fixes: "the a" | Ville Skyttä | 2016-05-05 | 1 | -1/+1 |
* | - 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 |