- 30 Mar, 2005 1 commit
-
-
Jim Fulton authored
-
- 11 Mar, 2005 1 commit
-
-
Tim Peters authored
-
- 12 Jan, 2005 1 commit
-
-
Tim Peters authored
Typo repair checked in from a wrong project.
-
- 11 Nov, 2004 1 commit
-
-
Tim Peters authored
Move get_pickle_metadata() into utils.py. Try to make more sense of the ZODB pickle format "docs".
-
- 02 Jun, 2004 1 commit
-
-
Jim Fulton authored
-
- 23 Apr, 2004 1 commit
-
-
Gintautas Miliauskas authored
-
- 19 Apr, 2004 1 commit
-
-
Tim Peters authored
-
- 09 Apr, 2004 1 commit
-
-
Gintautas Miliauskas authored
places.
-
- 26 Feb, 2004 1 commit
-
-
Jeremy Hylton authored
Add get() as preferred synonym for __getitem__. Change several uses of subscripting to get(). Change add() to register new object with transaction. Change several methods to raise RuntimeError if they are called when the Connection is closed. Add experimental epydoc markup to doc strings. Extend doc strings and write new tests for "User Methods."
-
- 25 Feb, 2004 1 commit
-
-
Jim Fulton authored
Broken objects are objects who's class has gone away, typically because modules or classes have been removed or moved.
-
- 23 Feb, 2004 1 commit
-
-
Jeremy Hylton authored
-
- 19 Feb, 2004 7 commits
-
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Jeremy Hylton authored
Blast! Why didn't doctest complain about this?
-
Jeremy Hylton authored
- inline getClassMetadata() into serialize() - get __getnewargs__() from the object instance, not the class, since the PersistentClassMetaClass does things strangely
-
Jeremy Hylton authored
Add support for persistent weak references. The implementation is in pure Python right now; coptimizations.c was disabled. We need to restore the C code before going to beta. The persistent reference format has evolved a little, but the code on the branch doesn't document it. The ref is usually a an oid-class pair, where the class is an actual class object. It can also be a list, for weak references, or a bare oid. Add support for data managers written against the ZODB4 transaction API. The transaction implementation provides an adapter between the two interfaces. There's a substantial doctest test suite for this feature. Add add() method to Connection to explicitly add an object and get it an assigned _p_oid. It's possible to add an unconnected object; this isn't recommended, because it will be lost at pack time.
-
- 28 Nov, 2003 1 commit
-
-
Jim Fulton authored
-