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
*
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
Christian Heimes
2007-12-19
1
-15/+15
*
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...
Christian Heimes
2007-12-02
1
-34/+34
*
#1535: rename __builtin__ module to builtins.
Georg Brandl
2007-12-02
1
-1/+1
*
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum
2007-11-06
1
-15/+19
*
Merged revisions 58817-58861 via svnmerge from
Guido van Rossum
2007-11-05
1
-15/+25
*
Merged revisions 58742-58816 via svnmerge from
Guido van Rossum
2007-11-02
1
-0/+4
*
Fixes issue1371 and reenables those tests.
Gregory P. Smith
2007-11-01
1
-1/+15
*
Merged revisions 58221-58741 via svnmerge from
Guido van Rossum
2007-11-01
1
-183/+28
*
Merge 58343: attempt to fix DBSequence.get_key() to not fail or crash.
Gregory P. Smith
2007-10-06
1
-1/+7
*
Make Modules/_bsddb.c and PC/_winreg.c compile again by renaming
Thomas Heller
2007-09-24
1
-38/+38
*
email address update
Gregory P. Smith
2007-09-09
1
-4/+4
*
Change to use the new buffer API instead of bytes objects for both keys and
Gregory P. Smith
2007-08-28
1
-136/+256
*
Fix logic bug that triggered assert.
Guido van Rossum
2007-08-24
1
-1/+2
*
Require strict bytes objects for all bsddb.db input values.
Gregory P. Smith
2007-08-23
1
-3/+6
*
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
[next]