- 09 Nov, 2012 3 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
- 08 Nov, 2012 2 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
- 06 Nov, 2012 2 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
'testBTrees' contains the non-genericized tests, including regressions for fixed bugs, etc.
-
- 22 Oct, 2012 8 commits
-
-
Tres Seaver authored
Note that some tests are still failing in pure-Python mode.
-
Tres Seaver authored
-
Tres Seaver authored
Tests are now passing (via 'setup.py test').
-
Tres Seaver authored
Tests still don't pass. :(
-
Tres Seaver authored
Tests still don't pass. :(
-
Tres Seaver authored
Note that tests don't pass due to a syntax error in the patch: will be fixed in merge of the next revision.
-
Tres Seaver authored
-
Tres Seaver authored
Starting point will be Jim's work in the ZODB 'jim-python-btrees' branch.
-
- 21 Oct, 2012 4 commits
-
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
Provide local fallback for persistent C header inclusion if the persistent distribution isn't installed. This makes the winbot happy.
-
- 20 Oct, 2012 7 commits
-
-
Tres Seaver authored
-
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.
-