| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 1 | -0/+6 |
* | - The official name for the relation() function is now | Mike Bayer | 2010-03-17 | 1 | -10/+10 |
* | - association_proxy now has basic comparator methods .any(), | Mike Bayer | 2010-01-22 | 1 | -0/+21 |
* | - The signature of the proxy_factory callable passed to | Mike Bayer | 2009-12-08 | 1 | -1/+1 |
* | - The collection proxies produced by associationproxy are now | Mike Bayer | 2009-07-25 | 1 | -103/+64 |
* | merged -r5299:5438 of py3k warnings branch. this fixes some sqlite py2.6 tes... | Mike Bayer | 2008-12-18 | 1 | -3/+3 |
* | Association proxies no longer cloak themselves at the class level. | Jason Kirtland | 2008-12-18 | 1 | -13/+26 |
* | - Always use native itemgetter & attrgetter | Jason Kirtland | 2008-07-15 | 1 | -1/+2 |
* | - Removed 2.3 set emulations/enhancements. | Jason Kirtland | 2008-07-15 | 1 | -23/+23 |
* | - Another namespace cleanup tweak, why not. | Jason Kirtland | 2008-05-21 | 1 | -2/+3 |
* | Duh. | Jason Kirtland | 2008-05-21 | 1 | -0/+3 |
* | - Removed deprecated append(val, **kw) | Jason Kirtland | 2008-05-21 | 1 | -107/+132 |
* | r4695 merged to trunk; trunk now becomes 0.5. | Mike Bayer | 2008-05-09 | 1 | -20/+57 |
* | Adjusted inplace-binops on set-based collections and association proxies to | Jason Kirtland | 2008-05-05 | 1 | -8/+10 |
* | - Backported attribute sweep removal (instrumentation) and r4493 from 0.5 | Jason Kirtland | 2008-05-02 | 1 | -2/+7 |
* | - Refresh the cached proxy if the cache was built for a different instance. | Jason Kirtland | 2008-04-29 | 1 | -4/+9 |
* | - Converted MAGICCOOKIE=object() to a little symbol implementation to ease ob... | Jason Kirtland | 2008-02-22 | 1 | -1/+1 |
* | - Flipped join order of __radd__ on association proxied lists. | Jason Kirtland | 2008-01-24 | 1 | -1/+7 |
* | - 2.3 fixup, part two: 100% passing for sqlite | Jason Kirtland | 2008-01-21 | 1 | -4/+4 |
* | More overloads: fix cascades for += on a list relation, added operator suppor... | Jason Kirtland | 2008-01-05 | 1 | -0/+31 |
* | Fixed in-place set mutation operator support [ticket:920] | Jason Kirtland | 2008-01-04 | 1 | -6/+39 |
* | - Removed equality, truth and hash() testing of mapped instances. Mapped | Jason Kirtland | 2007-11-03 | 1 | -0/+3 |
* | - Removed unused util.hash() | Jason Kirtland | 2007-10-31 | 1 | -15/+15 |
* | Expand custom assocproxy getter/setter support to scalar proxies | Jason Kirtland | 2007-08-23 | 1 | -2/+13 |
* | Allow custom getter/setters to be specified for a standard AssociationProxy | Jason Kirtland | 2007-08-23 | 1 | -7/+29 |
* | merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena... | Mike Bayer | 2007-07-27 | 1 | -25/+63 |
* | - Fixed typo blocking some assoc proxy dict assignments, added test | Jason Kirtland | 2007-06-16 | 1 | -1/+1 |
* | - Iteration over dict association proxies is now dict-like, not | Jason Kirtland | 2007-06-14 | 1 | -21/+42 |
* | Oops, Python 2.5 ternary operator snuck in. | Jason Kirtland | 2007-05-03 | 1 | -3/+12 |
* | - Test assoc proxy lazy loads, fixed __set__ race on single scalar assocs | Jason Kirtland | 2007-05-03 | 1 | -1/+6 |
* | - New association proxy implementation, implementing complete proxies to list... | Jason Kirtland | 2007-05-03 | 1 | -80/+584 |
* | - big fix to AssociationProxy so that multiple AssociationProxy | Mike Bayer | 2007-04-23 | 1 | -2/+3 |
* | migrated (most) docstrings to pep-257 format, docstring generator using strai... | Mike Bayer | 2007-02-25 | 1 | -20/+44 |
* | patched **kwargs enhancement for [ticket:361] | Mike Bayer | 2006-11-10 | 1 | -5/+5 |
* | - added an assertion within the "cascade" step of ORM relationships to check | Mike Bayer | 2006-11-03 | 1 | -0/+96 |