Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
1b6726732c63d69f45f80deabe8435c2a6347db4
/
Modules
/
_bsddb.c
18e1655
Merge ssize_t branch.
by Martin v. Löwis
· 19 years ago
fd049a6
maintain support for older python versions in this module so that it
by Gregory P. Smith
· 19 years ago
8a47404
Add wrapper for DBEnv.set_tx_timeout method to allow time based DB_RECOVER
by Gregory P. Smith
· 19 years ago
62a2112
Fix bug #1413192, fix seg fault in bsddb if a txn was deleted before the env.
by Neal Norwitz
· 19 years ago
4e414d8
commits sourceforge patch #1407992 by neil.norwitz.
by Gregory P. Smith
· 19 years ago
29602d2
Support for BerkeleyDB 4.4 (tested against 4.4.20 as well as all the
by Gregory P. Smith
· 19 years ago
1ac754f
Check return result from Py_InitModule*(). This API can fail.
by Neal Norwitz
· 19 years ago
40c6b47
Fix errors on 64-bit platforms. Will backport
by Neal Norwitz
· 19 years ago
af68c87
Add const to several API functions that take char *.
by Jeremy Hylton
· 19 years ago
8456235
Get bsddb module to compile with version 3.2 of BSD DB.
by Neal Norwitz
· 19 years ago
8966d3d
remove c++ style comment
by Gregory P. Smith
· 19 years ago
ac741c5
change set_bt_compare() callback comparison function to only take two
by Gregory P. Smith
· 19 years ago
91116b6
additional sanity check. secondaryDB cannot be closed.
by Gregory P. Smith
· 19 years ago
692ca9a
fixes pybsddb SF bug id 1215432. DB.associate() would crash when a
by Gregory P. Smith
· 19 years ago
e947706
pybsddb 4.3.2:
by Gregory P. Smith
· 19 years ago
e4ed2de
pybsddb 4.3.1, adds support for DB.set_bt_compare database btree comparison
by Gregory P. Smith
· 19 years ago
8a6a59c
fixed compilation against BerkeleyDB 3.2.9 (sf bug # 1077040)
by Gregory P. Smith
· 20 years ago
8b7e917
* Adds support for building against BerkeleyDB 4.3.21
by Gregory P. Smith
· 20 years ago
442c9fc
SF bug 1017405: the keys() values() and items() DB methods were
by Gregory P. Smith
· 20 years ago
37b0c1d
Fix memory leak and bump the version per Greg
by Neal Norwitz
· 20 years ago
b4a5581
Cleanup support for older pythons (perhaps it should be removed?)
by Neal Norwitz
· 20 years ago
19699a9
Adds support for DB.pget and DBCursor.pget methods.
by Gregory P. Smith
· 20 years ago
31c5065
Add weakref support to all bsddb.db objects.
by Gregory P. Smith
· 20 years ago
589c6ab
raise the module minor version.
by Gregory P. Smith
· 20 years ago
dc5af70
SF patch / bug #967763
by Gregory P. Smith
· 20 years ago
2786d90
A few more PyThreadState_Get to PyThreadState_GET conversions
by Nicholas Bastin
· 21 years ago
0c65771
fixes SF bug 914019 - DB.has_key was not honoring its txn argument
by Gregory P. Smith
· 21 years ago
a7befda
Fixes SF bug # 778421
by Gregory P. Smith
· 21 years ago
f073b75
Removing TODO comment for None keys, as suggested by Neal Norwitz.
by Gustavo Niemeyer
· 21 years ago
8974f72
When key is None, give up if _DB_get_type() returns -1 as well.
by Gustavo Niemeyer
· 21 years ago
024f2de
Fixing #880531: raise TypeError when trying to use a None key with RECNO
by Gustavo Niemeyer
· 21 years ago
7441e65
* SF patch 835100 - C++ // comments are not allowed. Use /* */
by Gregory P. Smith
· 21 years ago
a703a21
* Use weakref's of DBCursor objects for the iterator cursors to avoid a
by Gregory P. Smith
· 21 years ago
dc113a8
* Fix the singlethreaded deadlocks occurring in the simple bsddb interface.
by Gregory P. Smith
· 21 years ago
e276717
Fix a tuple memory leak when raising DB, DBEnv and DBCursor "object
by Gregory P. Smith
· 21 years ago
be0db8b
bsddb3 4.2.2, adds DBCursor.get_current_size() method to return the length
by Gregory P. Smith
· 21 years ago
7000225
raise pybsddb version number to 4.2.1 to differentiate between it and the
by Gregory P. Smith
· 21 years ago
41631e8
Adds basic support for BerkeleyDB 4.2.x. Compiles and passes tests; new
by Gregory P. Smith
· 21 years ago
6676f6e
Support DBEnv.set_shm_key() to allow multi-threaded multi-process
by Gregory P. Smith
· 21 years ago
35c38ea
heck environment closed status before closing a cursors. Fixes #763928.
by Martin v. Löwis
· 21 years ago
455d46f
bsddb 4.1.6:
by Gregory P. Smith
· 21 years ago
84261d2
Fix a typo/cut-n-paste error in DBCursor.join_item so that it doesn't
by Gregory P. Smith
· 21 years ago
f655dff
DB.remove() needs to set the internal DB handle to NULL after being called.
by Gregory P. Smith
· 22 years ago
c74e4a5
Added a comment about backward compatibility requirements and a link
by Barry Warsaw
· 22 years ago
a69d409
Update to the new PyGILState APIs to simplify and correct thread-state
by Mark Hammond
· 22 years ago
1baa982
init_bsddb(): Added a few symbols that Greg forgot.
by Barry Warsaw
· 22 years ago
6e5c179
4.1.5
by Gregory P. Smith
· 22 years ago
fe11d3e
Adds support for the DBEnv->set_timeout() method.
by Gregory P. Smith
· 22 years ago
3ed7b03
version 4.1.4 (4.1.3 just released)
by Gregory P. Smith
· 22 years ago
7871154
Bump the version number
by Barry Warsaw
· 22 years ago
b6c9f78
bugfix: do not double-close DB cursor during deallocation when the
by Gregory P. Smith
· 22 years ago
aa71f5f
bugfix: allow the module to work with python compiled without thread support.
by Gregory P. Smith
· 22 years ago
c25fd3f
bugfix: disallow use of DB_TXN after commit() or abort(), prevents a
by Gregory P. Smith
· 22 years ago
9a0d779
Port BerkeleyDB 4.1 support from the pybsddb project. bsddb is now at
by Barry Warsaw
· 22 years ago
b2c7aff
Merge with bsddb3 2002.11.23.10.42.36
by Martin v. Löwis
· 22 years ago
6aa4a1f
Import PyBSDDB 3.4.0. Rename historical wrapper to bsddb185.
by Martin v. Löwis
· 22 years ago