| Commit message (Expand) | Author | Age | Files | Lines |
| * | - 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 |