summaryrefslogtreecommitdiffstats
path: root/Modules/_bsddb.c
Commit message (Expand)AuthorAgeFilesLines
* 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