summaryrefslogtreecommitdiffstats
path: root/Modules/_bsddb.c
Commit message (Expand)AuthorAgeFilesLines
* remove c++ style commentGregory P. Smith2005-06-161-1/+1
* change set_bt_compare() callback comparison function to only take twoGregory P. Smith2005-06-061-10/+7
* additional sanity check. secondaryDB cannot be closed.Gregory P. Smith2005-06-061-0/+1
* fixes pybsddb SF bug id 1215432. DB.associate() would crash when aGregory P. Smith2005-06-061-5/+3
* pybsddb 4.3.2:Gregory P. Smith2005-06-041-24/+64
* pybsddb 4.3.1, adds support for DB.set_bt_compare database btree comparisonGregory P. Smith2005-06-031-1/+163
* fixed compilation against BerkeleyDB 3.2.9 (sf bug # 1077040)Gregory P. Smith2004-12-161-0/+8
* * Adds support for building against BerkeleyDB 4.3.21Gregory P. Smith2004-12-131-21/+74
* SF bug 1017405: the keys() values() and items() DB methods wereGregory P. Smith2004-09-041-1/+1
* Fix memory leak and bump the version per GregNeal Norwitz2004-07-091-2/+2
* Cleanup support for older pythons (perhaps it should be removed?)Neal Norwitz2004-07-091-53/+10
* Adds support for DB.pget and DBCursor.pget methods.Gregory P. Smith2004-06-281-3/+198
* Add weakref support to all bsddb.db objects.Gregory P. Smith2004-06-281-7/+127
* raise the module minor version.Gregory P. Smith2004-06-271-1/+1
* SF patch / bug #967763Gregory P. Smith2004-06-271-43/+76
* A few more PyThreadState_Get to PyThreadState_GET conversionsNicholas Bastin2004-03-251-1/+1
* fixes SF bug 914019 - DB.has_key was not honoring its txn argumentGregory P. Smith2004-03-161-2/+2
* Fixes SF bug # 778421Gregory P. Smith2004-02-261-2/+10
* Removing TODO comment for None keys, as suggested by Neal Norwitz.Gustavo Niemeyer2004-01-201-1/+1
* When key is None, give up if _DB_get_type() returns -1 as well.Gustavo Niemeyer2004-01-201-0/+2
* Fixing #880531: raise TypeError when trying to use a None key with RECNOGustavo Niemeyer2004-01-201-0/+7
* * SF patch 835100 - C++ // comments are not allowed. Use /* */Gregory P. Smith2003-11-031-8/+8
* * Use weakref's of DBCursor objects for the iterator cursors to avoid aGregory P. Smith2003-11-031-2/+38
* * Fix the singlethreaded deadlocks occurring in the simple bsddb interface.Gregory P. Smith2003-11-021-1/+1
* Fix a tuple memory leak when raising DB, DBEnv and DBCursor "objectGregory P. Smith2003-11-021-17/+15
* bsddb3 4.2.2, adds DBCursor.get_current_size() method to return the lengthGregory P. Smith2003-10-011-1/+35
* raise pybsddb version number to 4.2.1 to differentiate between it and theGregory P. Smith2003-09-211-1/+1
* Adds basic support for BerkeleyDB 4.2.x. Compiles and passes tests; newGregory P. Smith2003-09-211-5/+44
* Support DBEnv.set_shm_key() to allow multi-threaded multi-processGregory P. Smith2003-08-281-0/+16
* heck environment closed status before closing a cursors. Fixes #763928.Martin v. Löwis2003-07-151-1/+8
* bsddb 4.1.6:Gregory P. Smith2003-07-091-41/+110
* Fix a typo/cut-n-paste error in DBCursor.join_item so that it doesn'tGregory P. Smith2003-07-071-1/+1
* DB.remove() needs to set the internal DB handle to NULL after being called.Gregory P. Smith2003-05-151-4/+1
* Added a comment about backward compatibility requirements and a linkBarry Warsaw2003-04-241-1/+9
* Update to the new PyGILState APIs to simplify and correct thread-stateMark Hammond2003-04-221-2/+15
* init_bsddb(): Added a few symbols that Greg forgot.Barry Warsaw2003-03-311-1/+4
* 4.1.5Gregory P. Smith2003-03-271-1/+1
* Adds support for the DBEnv->set_timeout() method.Gregory P. Smith2003-03-271-0/+26
* version 4.1.4 (4.1.3 just released)Gregory P. Smith2003-02-031-1/+1
* Bump the version numberBarry Warsaw2003-01-281-1/+1
* bugfix: do not double-close DB cursor during deallocation when theGregory P. Smith2003-01-171-1/+3
* bugfix: allow the module to work with python compiled without thread support.Gregory P. Smith2003-01-171-0/+2
* bugfix: disallow use of DB_TXN after commit() or abort(), prevents aGregory P. Smith2003-01-171-5/+37
* Port BerkeleyDB 4.1 support from the pybsddb project. bsddb is now atBarry Warsaw2002-12-301-74/+333
* Merge with bsddb3 2002.11.23.10.42.36Martin v. Löwis2002-11-231-8/+16
* Import PyBSDDB 3.4.0. Rename historical wrapper to bsddb185.Martin v. Löwis2002-11-191-0/+4246