summaryrefslogtreecommitdiff
path: root/test/ext/test_mutable.py
Commit message (Expand)AuthorAgeFilesLines
* Clean up most py3k compatFederico Caselli2021-11-241-39/+18
* Remove object in class definitionFederico Caselli2021-11-221-7/+7
* Modernize tests - calling_mapper_directlyGord Thompson2021-09-301-14/+13
* remove declarative warningsMike Bayer2021-09-291-2/+1
* don't cache TypeDecorator by defaultMike Bayer2021-05-061-0/+4
* Link to state, not object, for mutable extensionMike Bayer2021-03-091-2/+61
* ensure composite refresh handler synced w/ mutable compositeMike Bayer2021-03-041-0/+34
* reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-131-10/+5
* remove more bound metadataMike Bayer2021-01-051-65/+65
* Add keywords to MutableList.sort()Mike Bayer2020-01-231-0/+24
* Add __reduce_ex__ to MutableList; add compat for older picklesMike Bayer2019-04-091-0/+94
* Implement relationship to AliasedClass; deprecate non primary mappersMike Bayer2019-01-251-18/+0
* Post black reformattingMike Bayer2019-01-061-10/+23
* Run black -l 79 against all source filesMike Bayer2019-01-061-204/+251
* Ignore non-primary mappers within mutable instrumentationMike Bayer2018-03-121-0/+22
* Propagate attachment events for ARRAYMike Bayer2017-12-041-0/+20
* Implement in-place mutation operators for MutableSet, MutableListMike Bayer2017-06-051-0/+60
* Add AttributeEvents.modifiedMike Bayer2017-05-231-0/+16
* Ensure we check that SQL expression has an .info attributeMike Bayer2017-04-041-2/+4
* Track SchemaEventTarget types in as_mutable()Mike Bayer2017-03-301-0/+43
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-2/+2
* Add `sqlalchemy.ext.mutable.MutableSet`pr/236Jeong YunWon2016-02-131-1/+195
* Add `sqlalchemy.ext.mutable.MutableList`Jeong YunWon2016-02-131-1/+218
* - Further fixes to :ticket:`3605`, pop method on :class:`.MutableDict`,Mike Bayer2015-12-171-1/+16
* - Added support for the ``dict.pop()`` and ``dict.popitem()`` methodsMike Bayer2015-12-111-0/+32
* - Fixed regression in the :mod:`sqlalchemy.ext.mutable` extensionMike Bayer2015-05-211-9/+82
* flake8 some testsMike Bayer2015-05-211-56/+84
* Merge branch 'mutable-dict-update' of https://bitbucket.org/goodscloud/sqlalc...Mike Bayer2014-08-251-0/+12
|\
| * add update() support to MutableDictMatt Chisholm2014-08-091-0/+12
* | Merge branch 'mutable-dict-coerce-fix' of https://bitbucket.org/goodscloud/sq...Mike Bayer2014-08-251-0/+53
|\ \
| * | fix MutableDict.coerceMatt Chisholm2014-08-091-0/+53
| |/
* | fix test ordering issuesMike Bayer2014-07-271-62/+38
|/
* Return the assigned value in MultableDict.setdefaultThomas Herve2014-06-241-2/+2
* - Fixed bug in mutable extension where :class:`.MutableDict` did notMike Bayer2014-05-141-0/+17
* - Fixed bug in mutable extension as well asMike Bayer2014-03-191-0/+11
* - Removed some now unneeded version checks [ticket:2829] courtesy alex gaynorMike Bayer2013-09-221-6/+0
* - add a test for pullreq 8Mike Bayer2013-06-231-0/+26
* Fixed bug where :class:`.MutableDict` didn't report a change eventMike Bayer2013-06-031-0/+12
* The :class:`.MutableComposite` type did not allow for theMike Bayer2012-12-031-0/+71
* cleanupMike Bayer2012-12-031-24/+24
* - hstore adjustmentsMike Bayer2012-11-171-39/+13
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-5/+5
* another py3k fixMike Bayer2012-01-281-0/+4
* - [bug] Fixed bug where unpickled object didn'tMike Bayer2012-01-281-5/+27
* - [bug] the value of a composite attribute is nowMike Bayer2011-10-261-7/+36
* - Fixed bug in the mutable extension wherebyMike Bayer2011-07-011-0/+18
* - Fixed bug in the mutable extension wherebyMike Bayer2011-06-301-1/+4
* - Repaired new "mutable" extension to propagateMike Bayer2011-06-041-3/+107
* py3k test fixMike Bayer2011-05-141-2/+1
* - Fixed bugs in sqlalchemy.ext.mutable extension whereMike Bayer2011-05-141-1/+26