index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
_bsddb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes SF bug 914019 - DB.has_key was not honoring its txn argument
Gregory P. Smith
2004-03-16
1
-2/+2
*
Fixes SF bug # 778421
Gregory P. Smith
2004-02-26
1
-2/+10
*
Removing TODO comment for None keys, as suggested by Neal Norwitz.
Gustavo Niemeyer
2004-01-20
1
-1/+1
*
When key is None, give up if _DB_get_type() returns -1 as well.
Gustavo Niemeyer
2004-01-20
1
-0/+2
*
Fixing #880531: raise TypeError when trying to use a None key with RECNO
Gustavo Niemeyer
2004-01-20
1
-0/+7
*
* SF patch 835100 - C++ // comments are not allowed. Use /* */
Gregory P. Smith
2003-11-03
1
-8/+8
*
* Use weakref's of DBCursor objects for the iterator cursors to avoid a
Gregory P. Smith
2003-11-03
1
-2/+38
*
* Fix the singlethreaded deadlocks occurring in the simple bsddb interface.
Gregory P. Smith
2003-11-02
1
-1/+1
*
Fix a tuple memory leak when raising DB, DBEnv and DBCursor "object
Gregory P. Smith
2003-11-02
1
-17/+15
*
bsddb3 4.2.2, adds DBCursor.get_current_size() method to return the length
Gregory P. Smith
2003-10-01
1
-1/+35
*
raise pybsddb version number to 4.2.1 to differentiate between it and the
Gregory P. Smith
2003-09-21
1
-1/+1
*
Adds basic support for BerkeleyDB 4.2.x. Compiles and passes tests; new
Gregory P. Smith
2003-09-21
1
-5/+44
*
Support DBEnv.set_shm_key() to allow multi-threaded multi-process
Gregory P. Smith
2003-08-28
1
-0/+16
*
heck environment closed status before closing a cursors. Fixes #763928.
Martin v. Löwis
2003-07-15
1
-1/+8
*
bsddb 4.1.6:
Gregory P. Smith
2003-07-09
1
-41/+110
*
Fix a typo/cut-n-paste error in DBCursor.join_item so that it doesn't
Gregory P. Smith
2003-07-07
1
-1/+1
*
DB.remove() needs to set the internal DB handle to NULL after being called.
Gregory P. Smith
2003-05-15
1
-4/+1
*
Added a comment about backward compatibility requirements and a link
Barry Warsaw
2003-04-24
1
-1/+9
*
Update to the new PyGILState APIs to simplify and correct thread-state
Mark Hammond
2003-04-22
1
-2/+15
*
init_bsddb(): Added a few symbols that Greg forgot.
Barry Warsaw
2003-03-31
1
-1/+4
*
4.1.5
Gregory P. Smith
2003-03-27
1
-1/+1
*
Adds support for the DBEnv->set_timeout() method.
Gregory P. Smith
2003-03-27
1
-0/+26
*
version 4.1.4 (4.1.3 just released)
Gregory P. Smith
2003-02-03
1
-1/+1
*
Bump the version number
Barry Warsaw
2003-01-28
1
-1/+1
*
bugfix: do not double-close DB cursor during deallocation when the
Gregory P. Smith
2003-01-17
1
-1/+3
*
bugfix: allow the module to work with python compiled without thread support.
Gregory P. Smith
2003-01-17
1
-0/+2
*
bugfix: disallow use of DB_TXN after commit() or abort(), prevents a
Gregory P. Smith
2003-01-17
1
-5/+37
*
Port BerkeleyDB 4.1 support from the pybsddb project. bsddb is now at
Barry Warsaw
2002-12-30
1
-74/+333
*
Merge with bsddb3 2002.11.23.10.42.36
Martin v. Löwis
2002-11-23
1
-8/+16
*
Import PyBSDDB 3.4.0. Rename historical wrapper to bsddb185.
Martin v. Löwis
2002-11-19
1
-0/+4246