| Commit message (Expand) | Author | Age | Files | Lines |
| * | - unit tests have been migrated from unittest to nose. | Mike Bayer | 2009-06-10 | 1 | -887/+0 |
| * | - The "clear()", "save()", "update()", "save_or_update()" | Mike Bayer | 2009-01-17 | 1 | -6/+6 |
| * | Tag PKs with `test_needs_autoincrement` on a few test | Lele Gaifax | 2008-05-13 | 1 | -8/+16 |
| * | Adjusted inplace-binops on set-based collections and association proxies to | Jason Kirtland | 2008-05-05 | 1 | -0/+1 |
| * | And a copy.copy() test for the proxy cache. | Jason Kirtland | 2008-04-29 | 1 | -0/+11 |
| * | - Refresh the cached proxy if the cache was built for a different instance. | Jason Kirtland | 2008-04-29 | 1 | -1/+49 |
| * | - updated the naming scheme of the base test classes in test/testlib/testing.py; | Mike Bayer | 2008-02-11 | 1 | -3/+3 |
| * | - Flipped join order of __radd__ on association proxied lists. | Jason Kirtland | 2008-01-24 | 1 | -4/+9 |
| * | - testbase is gone, replaced by testenv | Jason Kirtland | 2008-01-12 | 1 | -6/+6 |
| * | Added explicit length to more testing String columns. | Jason Kirtland | 2008-01-09 | 1 | -10/+10 |
| * | More overloads: fix cascades for += on a list relation, added operator suppor... | Jason Kirtland | 2008-01-05 | 1 | -0/+38 |
| * | Fixed in-place set mutation operator support [ticket:920] | Jason Kirtland | 2008-01-04 | 1 | -0/+32 |
| * | - Raise an error when assigning a bogusly keyed dictionary to one of the buil... | Jason Kirtland | 2007-12-14 | 1 | -4/+4 |
| * | - Removed unused util.hash() | Jason Kirtland | 2007-10-31 | 1 | -22/+30 |
| * | - Don't re-save objects in these tests (post r3681) | Jason Kirtland | 2007-10-31 | 1 | -2/+5 |
| * | merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena... | Mike Bayer | 2007-07-27 | 1 | -26/+100 |
| * | - Deprecated DynamicMetaData- use ThreadLocalMetaData or MetaData instead | Jason Kirtland | 2007-07-06 | 1 | -3/+3 |
| * | - Fixed typo blocking some assoc proxy dict assignments, added test | Jason Kirtland | 2007-06-16 | 1 | -0/+3 |
| * | - Iteration over dict association proxies is now dict-like, not | Jason Kirtland | 2007-06-14 | 1 | -1/+12 |
| * | Oops, Python 2.5 ternary operator snuck in. | Jason Kirtland | 2007-05-03 | 1 | -2/+1 |
| * | - Test assoc proxy lazy loads, fixed __set__ race on single scalar assocs | Jason Kirtland | 2007-05-03 | 1 | -3/+115 |
| * | - New association proxy implementation, implementing complete proxies to list... | Jason Kirtland | 2007-05-03 | 1 | -0/+534 |