svn+ssh://bugman@.../svn/relax/branches/singleton_fixing
........
r6252 | bugman | 2008-05-22 16:01:01 +0200 (Thu, 22 May 2008) | 3 lines
Fixed the test_load_and_modify unit test. Key order doesn't matter now.
........
r6253 | bugman | 2008-05-22 16:38:44 +0200 (Thu, 22 May 2008) | 6 lines
Fix for the loading of the pickled relax data store.
The blacklisted objects was extended to include all dict objects, data store specific methods, and
other special objects.
........
r6254 | bugman | 2008-05-22 16:55:25 +0200 (Thu, 22 May 2008) | 14 lines
Changed the design of the relax data store singleton.
The singleton saving and loading problem is discussed in the thread starting at:
https://mail.gna.org/public/relax-devel/2007-11/msg00021.html (Message-id:
<7f080ed10711201001s59a00533pf3c0ee3f88a79edb@...>). For more history, see the thread
starting at https://mail.gna.org/public/relax-devel/2007-03/msg00046.html (Message-id:
<7f080ed10703140609p70d35295ye10ee5939da494a2@...>) and the original singleton idea at
https://mail.gna.org/public/relax-devel/2007-03/msg00012.html (Message-id:
<7f080ed10703070006s309a1e1do38e621f48d8f6d9e@...>).
This reverts to the original singleton behaviour in the last link. Note that this will be reverted
to the current singleton design once a good solution to the pickling issues can be found.
........
r6255 | bugman | 2008-05-22 17:23:26 +0200 (Thu, 22 May 2008) | 3 lines
Converted all code to use the old singleton design.
........
r6256 | bugman | 2008-05-22 17:26:09 +0200 (Thu, 22 May 2008) | 5 lines
Fix for the relax data storage singleton.
The 'instance' class variable is now excluded in the '__repr__()' method.
........