| Commit message (Expand) | Author | Age | Files | Lines |
| * | Run search and replace of symbolic module names | Mike Bayer | 2020-04-14 | 1 | -2/+2 |
| * | Enable zzzeeksphinx module prefixes | Mike Bayer | 2020-04-14 | 1 | -1/+1 |
| * | remote_attr and local_attr refer to class bound attributes, not MapperProperty | Mike Bayer | 2019-04-25 | 1 | -12/+8 |
| * | Fix many spell glitches | Lele Gaifax | 2019-01-25 | 1 | -1/+1 |
| * | happy new year | Mike Bayer | 2019-01-11 | 1 | -1/+1 |
| * | Post black reformatting | Mike Bayer | 2019-01-06 | 1 | -16/+20 |
| * | Run black -l 79 against all source files | Mike Bayer | 2019-01-06 | 1 | -65/+124 |
| * | Add missing index method to _AssociationList. | Chris Macklin | 2018-10-31 | 1 | -0/+3 |
| * | Do some pep8 and other cruft removal around association proxy | Mike Bayer | 2018-08-01 | 1 | -11/+13 |
| * | Default to using current mapped class as owner if none found | Mike Bayer | 2018-02-20 | 1 | -1/+6 |
| * | Search through mapper superclass hierarchy for owner | Mike Bayer | 2018-02-09 | 1 | -13/+35 |
| * | happy new year | Mike Bayer | 2018-01-12 | 1 | -1/+1 |
| * | Check for the endmost target when chaining contains() | Mike Bayer | 2018-01-02 | 1 | -0/+1 |
| * | Resolve AliasedClass when determining owning class of association proxy | Mike Bayer | 2017-10-20 | 1 | -1/+12 |
| * | Support AssociationProxy any() / has() / contains() to another AssociationProxy | Mike Bayer | 2017-06-12 | 1 | -36/+68 |
| * | Call proxied collection before invoking creator in associationlist.append() | Mike Bayer | 2017-04-28 | 1 | -1/+2 |
| * | Support python3.6 | Mike Bayer | 2017-01-13 | 1 | -1/+1 |
| * | update for 2017 copyright | Mike Bayer | 2017-01-04 | 1 | -1/+1 |
| * | - happy new year | Mike Bayer | 2016-01-29 | 1 | -1/+1 |
| * | Change generator termination from StopIteration to return.pr/211 | pgjones | 2015-10-30 | 1 | -2/+2 |
| * | - Added the :paramref:`.AssociationProxy.info` parameter to the | Mike Bayer | 2015-10-09 | 1 | -1/+8 |
| * | - Fixed bug in association proxy where an any()/has() | Mike Bayer | 2015-04-28 | 1 | -6/+10 |
| * | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
| * | Fix slice addressing of _AssociationList with python3 | Gilles Dartiguelongue | 2015-03-10 | 1 | -1/+4 |
| * | - add MemoizedSlots, a generalized solution to using __getattr__ | Mike Bayer | 2015-01-05 | 1 | -1/+1 |
| * | - rename _InspectionAttr to InspectionAttr | Mike Bayer | 2014-08-13 | 1 | -3/+3 |
| * | PEP8 style fixes | Brian Jarrett | 2014-07-13 | 1 | -24/+24 |
| * | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
| * | - Fixed bug in association proxy where assigning an empty slice | Mike Bayer | 2014-03-04 | 1 | -2/+3 |
| * | - Fixed a regression in association proxy caused by :ticket:`2810` which | Mike Bayer | 2014-02-27 | 1 | -5/+3 |
| * | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
| * | - catch the metadata on ScalarTest.test_scalar_proxy, this has been leaving i... | Mike Bayer | 2013-10-25 | 1 | -1/+5 |
| * | Added additional criterion to the ==, != comparators, used with | Mike Bayer | 2013-06-08 | 1 | -4/+26 |
| * | clean up some of this collection stuff | Mike Bayer | 2013-05-26 | 1 | -18/+12 |
| * | a pass where we try to squash down as many list()/keys() combinations | Mike Bayer | 2013-05-26 | 1 | -1/+1 |
| * | do a sweep of some obvious 3kisms | Mike Bayer | 2013-05-26 | 1 | -16/+27 |
| * | most of ORM passing... | Mike Bayer | 2013-05-04 | 1 | -0/+2 |
| * | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -16/+16 |
| * | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 1 | -1/+1 |
| * | Extended the :doc:`/core/inspection` system so that all Python descriptors | Mike Bayer | 2012-12-29 | 1 | -2/+15 |
| * | just a pep8 pass of lib/sqlalchemy/ext | Diana Clarke | 2012-11-19 | 1 | -35/+48 |
| * | - move ext to relative imports | Mike Bayer | 2012-07-17 | 1 | -32/+30 |
| * | Add some `Sphinx` paragraph level versions informations markups, | Mike Bayer | 2012-06-08 | 1 | -3/+3 |
| * | fix import here | Mike Bayer | 2012-04-24 | 1 | -4/+4 |
| * | happy new year | Mike Bayer | 2012-01-04 | 1 | -1/+1 |
| * | - Changed the update() method on association proxy | Mike Bayer | 2011-09-14 | 1 | -4/+13 |
| * | - second pass through association proxy docs, some more links on any()/has(),... | Mike Bayer | 2011-08-06 | 1 | -22/+41 |
| * | - rewrite the docs for association proxy using declarative, add new examples,... | Mike Bayer | 2011-08-05 | 1 | -19/+76 |
| * | - Association proxy now has correct behavior for | Mike Bayer | 2011-02-13 | 1 | -20/+48 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -8/+8 |