summaryrefslogtreecommitdiff
path: root/test/base/attributes.py
Commit message (Expand)AuthorAgeFilesLines
* - attributes module and test suite moves underneath 'orm' packageMike Bayer2006-10-221-333/+0
* - added "mutable" flag to PickleType, set to False to allow old (faster) beha...Mike Bayer2006-09-231-3/+3
* - added "pickleable" module to test suite to have cPickle-compatibleMike Bayer2006-09-231-0/+20
* restored "optimistic" behavior of hasparent. its generally disastrous withou...Mike Bayer2006-09-051-4/+5
* - further changes to attributes with regards to "trackparent". the "commit" ...Mike Bayer2006-09-021-13/+7
* futher fix to the "orphan state" idea. to avoid setting tons ofMike Bayer2006-09-011-3/+15
* insure that "parent" pointers are set up on objects that were lazily loadedMike Bayer2006-09-011-2/+28
* adjusted __getstate__ on InstrumentedList to further avoid callables getting ...Mike Bayer2006-08-081-2/+2
* fixed small pickle bug with lazy loaders [ticket:265]Mike Bayer2006-08-061-0/+9
* [ticket:254]Mike Bayer2006-07-241-0/+15
* fixed attribute manager's ability to traverse the full set of managed attribu...Mike Bayer2006-06-261-0/+16
* merged attributes rewriteMike Bayer2006-06-151-8/+52
* "parent track" function needed to be more specific to the parent classMike Bayer2006-06-101-0/+25
* reorganized unit tests into subdirectoriesMike Bayer2006-06-051-0/+171