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
*
PyErr_Warn is deprecated in 2.5 - goes away for 3.0
Skip Montanaro
2007-08-12
1
-5/+9
*
Fix most of the bsddb3 tests.
Martin v. Löwis
2007-08-08
1
-18/+18
*
Make bsddb use bytes as keys and values. Add StringKeys
Martin v. Löwis
2007-08-05
1
-35/+30
*
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis
2007-07-21
1
-26/+20
*
Merged revisions 55817-55961 via svnmerge from
Guido van Rossum
2007-06-13
1
-5/+9
*
Merged revisions 55407-55513 via svnmerge from
Guido van Rossum
2007-05-22
1
-0/+1
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
1
-1/+21
*
Implement PEP 3115 -- new metaclass syntax and semantics.
Guido van Rossum
2007-03-18
1
-0/+4
*
Merged revisions 53005-53303 via svnmerge from
Thomas Wouters
2007-01-09
1
-1/+9
*
Cruft removal:
Neal Norwitz
2006-12-28
1
-2/+2
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
1
-4/+2
*
Merge current trunk into p3yk. This includes the PyNumber_Index API change,
Thomas Wouters
2006-08-21
1
-2/+8
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-24/+30
*
Get rid of most of the flags (in tp_flags) that keep track of various
Guido van Rossum
2006-07-27
1
-6/+6
*
Merge the rest of the trunk.
Thomas Wouters
2006-06-08
1
-17/+577
*
Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn
Thomas Wouters
2006-06-08
1
-4/+4
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-6/+22
*
Finish getting rid of statichere/staticforward
Neal Norwitz
2006-03-22
1
-6/+6
*
Fix another leak in bsddb, and avoid use of uninitialized value -- funny how
Thomas Wouters
2006-03-12
1
-1/+2
*
Clean up _bsddb.c: add a couple dozen missing Py_DECREF()'s, a handful of
Thomas Wouters
2006-03-08
1
-65/+73
*
Add additional missing checks for return vals of PyTuple_New().
Georg Brandl
2006-03-07
1
-66/+65
*
Fix gcc 4.0.x warning about use of uninitialized value.
Thomas Wouters
2006-03-07
1
-1/+1
*
Coverity found bug: test result of PyTuple_New() against NULL before use.
Thomas Wouters
2006-03-07
1
-6/+6
*
Fix DBEnv's set_tx_timestamp wrapper to be slightly more correct on
Thomas Wouters
2006-03-01
1
-4/+5
*
Another bit of unconstification.
Tim Peters
2006-02-28
1
-1/+1
*
More unconsting.
Martin v. Löwis
2006-02-27
1
-33/+33
*
Merge ssize_t branch.
Martin v. Löwis
2006-02-15
1
-3/+3
*
maintain support for older python versions in this module so that it
Gregory P. Smith
2006-01-30
1
-0/+16
*
Add wrapper for DBEnv.set_tx_timeout method to allow time based DB_RECOVER
Gregory P. Smith
2006-01-27
1
-3/+18
*
Fix bug #1413192, fix seg fault in bsddb if a txn was deleted before the env.
Neal Norwitz
2006-01-25
1
-3/+6
*
commits sourceforge patch #1407992 by neil.norwitz.
Gregory P. Smith
2006-01-24
1
-7/+7
*
Support for BerkeleyDB 4.4 (tested against 4.4.20 as well as all the
Gregory P. Smith
2006-01-24
1
-2/+16
*
Check return result from Py_InitModule*(). This API can fail.
Neal Norwitz
2006-01-19
1
-0/+2
*
Fix errors on 64-bit platforms. Will backport
Neal Norwitz
2006-01-05
1
-4/+4
*
Add const to several API functions that take char *.
Jeremy Hylton
2005-12-10
1
-34/+44
*
Get bsddb module to compile with version 3.2 of BSD DB.
Neal Norwitz
2005-10-20
1
-0/+8
*
remove c++ style comment
Gregory P. Smith
2005-06-16
1
-1/+1
*
change set_bt_compare() callback comparison function to only take two
Gregory P. Smith
2005-06-06
1
-10/+7
*
additional sanity check. secondaryDB cannot be closed.
Gregory P. Smith
2005-06-06
1
-0/+1
*
fixes pybsddb SF bug id 1215432. DB.associate() would crash when a
Gregory P. Smith
2005-06-06
1
-5/+3
*
pybsddb 4.3.2:
Gregory P. Smith
2005-06-04
1
-24/+64
*
pybsddb 4.3.1, adds support for DB.set_bt_compare database btree comparison
Gregory P. Smith
2005-06-03
1
-1/+163
*
fixed compilation against BerkeleyDB 3.2.9 (sf bug # 1077040)
Gregory P. Smith
2004-12-16
1
-0/+8
*
* Adds support for building against BerkeleyDB 4.3.21
Gregory P. Smith
2004-12-13
1
-21/+74
*
SF bug 1017405: the keys() values() and items() DB methods were
Gregory P. Smith
2004-09-04
1
-1/+1
*
Fix memory leak and bump the version per Greg
Neal Norwitz
2004-07-09
1
-2/+2
*
Cleanup support for older pythons (perhaps it should be removed?)
Neal Norwitz
2004-07-09
1
-53/+10
*
Adds support for DB.pget and DBCursor.pget methods.
Gregory P. Smith
2004-06-28
1
-3/+198
*
Add weakref support to all bsddb.db objects.
Gregory P. Smith
2004-06-28
1
-7/+127
*
raise the module minor version.
Gregory P. Smith
2004-06-27
1
-1/+1
[next]