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
*
Bugfix for issue3885 and 'DB.verify()' crash.
Jesus Cea
2008-09-23
1
-27/+86
*
Fix some leaks - Neal Norwitz
Jesus Cea
2008-09-03
1
-3/+5
*
Update bsddb code to version 4.7.3pre2. This code should
Jesus Cea
2008-08-31
1
-35/+113
*
bsddb module updated to version 4.7.2devel9.
Jesus Cea
2008-07-23
1
-525/+816
*
Define macros so that this still compiles on Python prior to r63675.
Gregory P. Smith
2008-05-26
1
-0/+11
*
Renamed PyString to PyBytes
Christian Heimes
2008-05-26
1
-14/+14
*
bsddb module updated to version 4.7.0
Jesus Cea
2008-05-22
1
-5/+84
*
issue2858: Fix potential memory corruption when bsddb.db.DBEnv.lock_get
Gregory P. Smith
2008-05-17
1
-21/+22
*
bsddb module updated to version 4.6.4
Jesus Cea
2008-05-13
1
-292/+1398
*
Fix typo.
Martin v. Löwis
2008-04-24
1
-1/+1
*
Merge this fix from the pybsddb tree:
Gregory P. Smith
2008-02-03
1
-2/+6
*
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFC...
Christian Heimes
2007-12-19
1
-15/+15
*
* db->get_types is only available in BerkeleyDB >= 4.2
Gregory P. Smith
2007-11-05
1
-0/+7
*
Add the bsddb.db.DBEnv.lock_id_free method.
Gregory P. Smith
2007-11-05
1
-0/+21
*
Fixes bug 477182 on pybsddb.sf.net. DB objects now load the flags and
Gregory P. Smith
2007-11-05
1
-15/+2
*
Fix bug introduced in revision 58385. Database keys could no longer
Gregory P. Smith
2007-11-01
1
-1/+7
*
Get this module to compile with bsddb versions prior to 4.3
Neal Norwitz
2007-10-12
1
-0/+2
*
Get rid of compiler warning about retval being used (returned) without
Neal Norwitz
2007-10-12
1
-1/+1
*
Fix a double free when positioning a database cursor to a non-existant
Gregory P. Smith
2007-10-09
1
-1/+13
*
Splits Modules/_bsddb.c up into bsddb.h and _bsddb.c and adds a C API
Gregory P. Smith
2007-10-09
1
-188/+25
*
Stab in the dark attempt to fix the test_bsddb3 failure on sparc and S-390
Gregory P. Smith
2007-10-06
1
-1/+7
*
email address update
Gregory P. Smith
2007-09-09
1
-4/+4
*
PEP 3123: Provide forward compatibility with Python 3.0, while keeping
Martin v. Löwis
2007-07-21
1
-14/+14
*
Backout the original 'fix' to 1721309 which had no effect.
Neal Norwitz
2007-06-03
1
-5/+9
*
Whoops, need to pay attention to those test failures.
Neal Norwitz
2007-05-19
1
-1/+1
*
Clear data so random memory does not get freed. Will backport.
Neal Norwitz
2007-05-19
1
-0/+1
*
Accomodate 64 bit time_t in the _bsddb module.
Kristján Valur Jónsson
2007-04-26
1
-1/+21
*
bump module version to match supported berkeleydb version
Gregory P. Smith
2007-01-05
1
-1/+1
*
Support linking of the bsddb module against BerkeleyDB 4.5.x
Gregory P. Smith
2007-01-05
1
-0/+8
*
Bug #1599782: Fix segfault on bsddb.db.DB().type().
Neal Norwitz
2006-11-21
1
-2/+0
*
Fixes a bug with bsddb.DB.stat where the flags and txn keyword
Gregory P. Smith
2006-09-19
1
-2/+2
*
Handle malloc and fopen failures more gracefully.
Neal Norwitz
2006-08-13
1
-2/+8
*
- pybsddb Bug #1527939: bsddb module DBEnv dbremove and dbrename
Gregory P. Smith
2006-07-28
1
-3/+3
*
Ensure we don't write beyond errText. I think I got this right, but
Neal Norwitz
2006-07-23
1
-10/+19
*
Fix memory leak reported by valgrind while running test_subprocess
Neal Norwitz
2006-06-17
1
-0/+2
*
Get rid of function pointer cast.
Martin v. Löwis
2006-06-12
1
-3/+3
*
Cleanup Py_ssize_t a little (get rid of second #ifdef)
Neal Norwitz
2006-06-12
1
-5/+2
*
Fix Coverity # 146. newDBSequenceObject would deref dbobj, so it can't be NULL.
Neal Norwitz
2006-06-11
1
-4/+2
*
BSequence_set_range(): Rev 46688 ("Fix a bunch of
Tim Peters
2006-06-06
1
-1/+1
*
Fix a bunch of parameter strings
Neal Norwitz
2006-06-06
1
-7/+7
*
- bsddb: the __len__ method of a DB object has been fixed to return correct
Gregory P. Smith
2006-06-05
1
-6/+17
*
* fix DBCursor.pget() bug with keyword argument names when no data= is
Gregory P. Smith
2006-06-05
1
-4/+4
*
* add support for DBSequence objects [patch #1466734]
Gregory P. Smith
2006-06-05
1
-6/+455
*
* support DBEnv.lsn_reset() method on BerkeleyDB >= 4.4 [patch #1494902]
Gregory P. Smith
2006-06-05
1
-0/+25
*
* support DBEnv.log_stat() method on BerkeleyDB >= 4.0 [patch #1494885]
Gregory P. Smith
2006-06-05
1
-0/+68
*
fix a bug in the previous commit. don't leak empty list on error return and
Gregory P. Smith
2006-06-05
1
-4/+7
*
bugfix: when log_archive was called with the DB_ARCH_REMOVE flag present
Gregory P. Smith
2006-06-05
1
-5/+9
*
Make use of METH_O and METH_NOARGS where possible.
Georg Brandl
2006-05-29
1
-4/+4
*
Fix bsddb.db.DBError derived exceptions so they can be unpickled.
Gregory P. Smith
2006-04-08
1
-6/+22
*
Fix another leak in bsddb, and avoid use of uninitialized value -- funny how
Thomas Wouters
2006-03-12
1
-1/+2
[next]