summaryrefslogtreecommitdiff
path: root/test/ext/associationproxy.py
Commit message (Expand)AuthorAgeFilesLines
* convert @decorators to old-style function calls for python 2.3's benefitJonathan Ellis2008-07-311-4/+4
* back-merged current 0.4 trunk into rel_0_4 branch, which will become the 0.4 ...Mike Bayer2008-05-091-47/+193
* Really finish proxied list methods. Either these last couple (count, remove, ...Jason Kirtland2007-07-251-1/+36
* Refactored test support code, moved most into 'testlib/'Jason Kirtland2007-07-231-8/+5
* .pop() on association proxies is no longer problematic with 0.4 collections.Jason Kirtland2007-07-181-8/+8
* - renamed DynamicMetaData to ThreadLocalMetaDataJason Kirtland2007-07-061-3/+3
* - Replaced collection api: The "InstrumentedList" proxy is replaced withJason Kirtland2007-06-271-8/+37
* - expanded assignment test, ensure that re-assigning the value ofJason Kirtland2007-06-211-2/+13
* - merged trunk r2730-r2755Mike Bayer2007-06-201-0/+3
* - Added testbase.Table and testbase.Column, interceptors that can set upJason Kirtland2007-06-151-0/+1
* - merged trunk 2629-2730Mike Bayer2007-06-141-1/+12
* - moved another chunk of mapper.py tests to query.py test suiteMike Bayer2007-06-051-0/+1
* Oops, Python 2.5 ternary operator snuck in.Jason Kirtland2007-05-031-2/+1
* - Test assoc proxy lazy loads, fixed __set__ race on single scalar assocsJason Kirtland2007-05-031-3/+115
* - New association proxy implementation, implementing complete proxies to list...Jason Kirtland2007-05-031-0/+534