An error occurred fetching the project authors.
- 21 Jun, 2010 1 commit
-
-
Christian Theune authored
-
- 18 May, 2010 1 commit
-
-
Jim Fulton authored
-
- 22 Aug, 2009 1 commit
-
-
Jim Fulton authored
(https://bugs.launchpad.net/zodb/+bug/400775) Also, stop producing legacy PersistentMapping state, while still accepting it.
-
- 28 Oct, 2008 1 commit
-
-
Jim Fulton authored
tests have a clean transaction state and to avoid leaving files behind.
-
- 05 Feb, 2007 1 commit
-
-
Gary Poster authored
all be accessed with those names in the modules (e.g., BTrees.IOBTree.BTree). This is in addition to the older names (e.g., BTrees.IOBTree.IOBTree). This allows easier drop-in replacement, which can especially be simplify code for packages that want to support both 32-bit and 64-bit BTrees. - Describe the interfaces for each module and actually declare the interfaces for each. - Fix module references so klass.__module__ points to the Python wrapper module, not the C extension.
-
- 04 Feb, 2005 1 commit
-
-
Dmitry Vasiliev authored
Most frequently "<unknown>" classes appears for objects changed later in the same transaction with changes of an interesting objects so we save data records for all objects changed in the transaction and then check them for references.
-
- 31 Aug, 2004 1 commit
-
-
Tim Peters authored
-
- 23 Aug, 2004 1 commit
-
-
Tim Peters authored
-
- 21 Aug, 2004 1 commit
-
-
Tim Peters authored
automated test. There were so many oddities getting that test to pass, and so much consequent fiddling of other code, that I don't intend to merge this to the 3.3 branch. Also moved to current Python CVS doctest.py, because the test really needs the +ELLIPSIS option (tids vary across runs).
-