| Commit message (Expand) | Author | Age | Files | Lines |
* | remove bsddb | Benjamin Peterson | 2008-09-03 | 1 | -7522/+0 |
|
|
* | Fix some leaks - Neal Norwitz | Jesus Cea | 2008-09-03 | 1 | -3/+5 |
|
|
* | bsddb code updated to version 4.7.3pre2. This code is the same than | Jesus Cea | 2008-08-31 | 1 | -970/+2408 |
|
|
* | Merged revisions 65654 via svnmerge from | Martin v. Löwis | 2008-08-13 | 1 | -2/+2 |
|
|
* | #3247 Get rid of Py_FindMethod; use tp_members instead. | Amaury Forgeot d'Arc | 2008-07-02 | 1 | -61/+50 |
|
|
* | Implement PEP 3121: new module initialization and finalization API. | Martin v. Löwis | 2008-06-11 | 1 | -4/+20 |
|
|
* | Fixed _bsddb key allocation errors. | Alexandre Vassalotti | 2008-06-10 | 1 | -0/+4 |
|
|
* | Remove locking from buffer protocol as-per discussion. | Travis E. Oliphant | 2008-06-06 | 1 | -6/+0 |
|
|
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 1 | -14/+14 |
|
|
* | Renamed PyBytes to PyByteArray | Christian Heimes | 2008-05-26 | 1 | -3/+3 |
|
|
* | use PyBUF_LOCK instead of PyBUF_SIMPLE for bsddb data access as it'll often | Gregory P. Smith | 2008-03-17 | 1 | -4/+3 |
|
|
* | Merged revisions 60481,60485,60489-60520,60523-60527,60530-60533,60535-60538,... | Christian Heimes | 2008-02-03 | 1 | -2/+6 |
|
|
* | #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 |
|
|