Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add wrapper for DBEnv.set_tx_timeout method to allow time based DB_RECOVER | Gregory P. Smith | 2006-01-27 | 1 | -0/+2 |
| | | | | (test cases and dbobj wrapping) | ||||
* | pybsddb 4.3.1, adds support for DB.set_bt_compare database btree comparison | Gregory P. Smith | 2005-06-03 | 1 | -0/+2 |
| | | | | | | functions written in python. contributed by <frederic.gobry@epfl.ch> | ||||
* | Adds support for DB.pget and DBCursor.pget methods. | Gregory P. Smith | 2004-06-28 | 1 | -0/+2 |
| | | | | | Based on a patch supplied by Ian Ward <ian@arevco.ca> on the pybsddb mailing list 2004-03-26. | ||||
* | Support DBEnv.set_shm_key() to allow multi-threaded multi-process | Gregory P. Smith | 2003-08-28 | 1 | -0/+2 |
| | | | | database environments to use shared memory on systems supporting it. | ||||
* | bsddb 4.1.6: | Gregory P. Smith | 2003-07-09 | 1 | -0/+8 |
| | | | | | | | | | | | * Extended DB & DBEnv set_get_returns_none functionality to take a "level" instead of a boolean flag. The boolean 0 and 1 values still have the same effect. A value of 2 extends the "return None instead of raising an exception" behaviour to the DBCursor set methods. This will become the default behaviour in pybsddb 4.2. * Fixed a typo in DBCursor.join_item method that made it crash instead of returning a value. Obviously nobody uses it. Wrote a test case for join and join_item. | ||||
* | Whitespace normalization. | Tim Peters | 2003-04-24 | 1 | -1/+0 |
| | |||||
* | Fix compatibility for earlier versions of Python (than 2.3), which | Barry Warsaw | 2003-02-08 | 1 | -1/+6 |
| | | | | doesn't have UserDict.DictMixin. | ||||
* | SF patch #674396: Apply UserDict.DictMixin to expand dbshelve and dbojb | Raymond Hettinger | 2003-02-05 | 1 | -1/+2 |
| | | | | to have a full dictionary interface. | ||||
* | Port BerkeleyDB 4.1 support from the pybsddb project. bsddb is now at | Barry Warsaw | 2002-12-30 | 1 | -1/+13 |
| | | | | version 4.1.1 and works with up to BerkeleyDB 4.1.25. | ||||
* | Whitespace normalization. | Tim Peters | 2002-11-24 | 1 | -1/+0 |
| | |||||
* | Import PyBSDDB 3.4.0. Rename historical wrapper to bsddb185. | Martin v. Löwis | 2002-11-19 | 1 | -0/+178 |