| Commit message (Expand) | Author | Age | Files | Lines |
* | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
* | - add MemoizedSlots, a generalized solution to using __getattr__ | Mike Bayer | 2015-01-05 | 1 | -2/+2 |
* | corrections | Mike Bayer | 2014-12-27 | 1 | -1/+1 |
* | - rename _InspectionAttr to InspectionAttr | Mike Bayer | 2014-08-13 | 1 | -6/+6 |
* | PEP8 style fixes | Brian Jarrett | 2014-07-13 | 1 | -3/+4 |
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
* | Minor hybrid extension documentation updatepr/18 | David Beitey | 2013-07-19 | 1 | -2/+2 |
* | - rework PropComparator.adapted() to be PropComparator.adapt_to_entity(), | Mike Bayer | 2013-06-17 | 1 | -1/+1 |
* | formatting | Mike Bayer | 2013-02-02 | 1 | -3/+7 |
* | 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/+33 |
* | just a pep8 pass of lib/sqlalchemy/ext | Diana Clarke | 2012-11-19 | 1 | -7/+9 |
* | hybrids: illustrate correlated subquery | Mike Bayer | 2012-08-27 | 1 | -5/+62 |
* | pep8 | Mike Bayer | 2012-07-18 | 1 | -93/+125 |
* | - move ext to relative imports | Mike Bayer | 2012-07-17 | 1 | -2/+2 |
* | - express most of the orm.util functions in terms of the inspection system | Mike Bayer | 2012-07-16 | 1 | -96/+96 |
* | fix up docs a bit here, not sure if some enhancements had already | Mike Bayer | 2012-03-13 | 1 | -30/+35 |
* | - [bug] implemented standard "can't set attribute" / | Mike Bayer | 2012-01-27 | 1 | -0/+4 |
* | happy new year | Mike Bayer | 2012-01-04 | 1 | -1/+1 |
* | refine this a bit | Mike Bayer | 2011-12-05 | 1 | -4/+18 |
* | - [feature] Added an example to the hybrid docs | Mike Bayer | 2011-12-05 | 1 | -0/+134 |
* | typo | Mike Bayer | 2011-05-22 | 1 | -1/+1 |
* | go a little further and introduce hybrid value | Mike Bayer | 2011-05-22 | 1 | -1/+87 |
* | - add some docs to hybrid comparators, operators/comparator logic at the base | Mike Bayer | 2011-05-22 | 1 | -1/+15 |
* | - rework setup.py script to work with: | Mike Bayer | 2011-04-17 | 1 | -3/+3 |
* | and try that again..... | Mike Bayer | 2011-01-20 | 1 | -3/+2 |
* | - use types.MethodType here for python3 compat | Mike Bayer | 2011-01-20 | 1 | -3/+3 |
* | - Session.connection(), Session.execute() accept 'bind', | Mike Bayer | 2011-01-18 | 1 | -2/+2 |
* | - tests for hybrid | Mike Bayer | 2011-01-17 | 1 | -12/+309 |
* | - rename hybrid.property_, hybrid.method to hybrid_property, hybrid_method. ... | Mike Bayer | 2011-01-12 | 1 | -7/+7 |
* | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -16/+16 |
* | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 1 | -0/+6 |
* | - add docs for hybrid | Mike Bayer | 2010-11-28 | 1 | -17/+2 |
* | this doesnt actually work | Mike Bayer | 2010-08-27 | 1 | -5/+0 |
* | - hybrid_and | Mike Bayer | 2010-08-25 | 1 | -4/+7 |
* | dev | Mike Bayer | 2010-08-06 | 1 | -14/+9 |
* | some cleanup, some screwing around with comparators...many more issues coming up | Mike Bayer | 2010-08-06 | 1 | -0/+31 |
* | - at long last have gotten the "proxy_property" keyword | Mike Bayer | 2010-08-06 | 1 | -4/+7 |
* | - add hybrid extension | Mike Bayer | 2010-08-06 | 1 | -0/+111 |