- 20 Oct, 2012 6 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
- 18 Oct, 2012 14 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
Because we use the 'lazy include dir' approach (borrowed from ZODB), we don't need '''setup_requires=['persistent']'''.
-
Tres Seaver authored
When ZODB is not around, we use a custom exception class for BTree- internal conflicts (as opposed to those raised by the storage).
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
No docs part yet.
-
Tres Seaver authored
-
Tres Seaver authored
Don't need ZODB / functest to test string comparison stuff.
-
Tres Seaver authored
Remove module-scope imports of MUTs, etc.
-
Tres Seaver authored
Mark (temporarily) tests which use DB, etc. as functests. Conditionally import the BTreesConflictError exception type from ZODB.POSError into BTrees.Interfaces; if missing, derive from ValueError. Note that this is basically what the C code does already, so make it use the one from BTrees.Interfaces directly.
-
Tres Seaver authored
Drop testmodule-scope imports of MUTs.
-
- 17 Oct, 2012 6 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-