An error occurred fetching the project authors.
- 22 Nov, 2005 1 commit
-
-
Thomas Lotze authored
- no longer try to find pop and popitem on UserDict as all supported Python versions have them - added a test for the default argument of pop() - added a NEWS.txt entry about pop()
-
- 20 Nov, 2005 1 commit
-
-
Thomas Lotze authored
- added unit tests for persistend mapping
-
- 02 Jun, 2004 1 commit
-
-
Jim Fulton authored
-
- 14 May, 2004 1 commit
-
-
Tim Peters authored
-
- 19 Feb, 2004 1 commit
-
-
Jeremy Hylton authored
Added support for persistent weak references and PersistentWeakKeyDictionary. Add _p_invalidate() method to persistence API. _p_deactivate() is advisory from the cache. _p_invalidate() is called when database invalidates object. Port support for getattr/setattr hacks from ZODB4. The doctest tests describe the new technique pretty well. Remove unused arguments from some cPickleCache calls.
-