| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 55225-55227,55229-55269 via svnmerge from | Guido van Rossum | 2007-05-11 | 1 | -858/+0 |
|
|
* | Get rid of dict.has_key(). Boy this has a lot of repercussions! | Guido van Rossum | 2006-08-18 | 1 | -2/+2 |
|
|
* | Merge ssize_t branch. | Martin v. Löwis | 2006-02-15 | 1 | -2/+2 |
|
|
* | Check return result from Py_InitModule*(). This API can fail. | Neal Norwitz | 2006-01-19 | 1 | -0/+2 |
|
|
* | add open function to bsddb185 module so the file format sniffing can be | Skip Montanaro | 2003-05-06 | 1 | -0/+2 |
|
|
* | Import PyBSDDB 3.4.0. Rename historical wrapper to bsddb185. | Martin v. Löwis | 2002-11-19 | 1 | -2/+2 |
|
|
* | Replace DL_IMPORT with PyMODINIT_FUNC and remove "/export:init..." link | Mark Hammond | 2002-07-23 | 1 | -1/+1 |
|
|
* | staticforward bites the dust. | Jeremy Hylton | 2002-07-17 | 1 | -1/+1 |
|
|
* | SF patch [ 545523 ] patch for 514433 bsddb.dbopen (NULL) | Anthony Baxter | 2002-04-23 | 1 | -3/+3 |
|
|
* | Convert METH_OLDARGS -> METH_VARARGS: also PyArg_Parse -> PyArg_ParseTuple | Neal Norwitz | 2002-03-31 | 1 | -14/+10 |
|
|
* | Remove many uses of PyArg_NoArgs macro, change METH_OLDARGS to METH_NOARGS. | Neal Norwitz | 2002-03-25 | 1 | -30/+20 |
|
|
* | Patch #477750: Use METH_ constants in Modules. | Martin v. Löwis | 2002-01-17 | 1 | -12/+12 |
|
|
* | Include <unistd.h> in Python.h. Fixes #500924. | Martin v. Löwis | 2002-01-12 | 1 | -4/+0 |
|
|
* | Patch supplied by Burton Radons for his own SF bug #487390: Modifying | Guido van Rossum | 2001-12-08 | 1 | -1/+1 |
|
|
* | Don't raise MemoryError in keys() when the database is empty. | Guido van Rossum | 2001-03-22 | 1 | -1/+1 |
|
|
* | Gustavo Niemeyer <niemeyer@conectiva.com>: | Fred Drake | 2001-02-27 | 1 | -73/+134 |
|
|
* | Wrap a bunch of long lines. | Fred Drake | 2001-02-19 | 1 | -13/+23 |
|
|
* | [Patch #102827] Fix for PR#119558, avoiding core dumps by checking for | Andrew M. Kuchling | 2000-12-15 | 1 | -7/+16 |
|
|
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 1 | -9/+0 |
|
|
* | Skip Montanaro <skip@mojam.com>: | Fred Drake | 2000-08-31 | 1 | -1/+4 |
|
|
* | ANSIfy some more forward declarations. | Thomas Wouters | 2000-07-24 | 1 | -1/+1 |
|
|
* | ANSI-fication, not really tested, but should (hopefully) compile | Peter Schneider-Kamp | 2000-07-10 | 1 | -87/+24 |
|
|
* | Change copyright notice - 2nd try. | Guido van Rossum | 2000-06-30 | 1 | -6/+0 |
|
|
* | Change copyright notice. | Guido van Rossum | 2000-06-30 | 1 | -22/+7 |
|
|
* | Add a comment about needing to change a #include if using a version of | Fred Drake | 2000-06-30 | 1 | -0/+1 |
|
|
* | Vladimir Marangozov's long-awaited malloc restructuring. | Guido van Rossum | 2000-05-03 | 1 | -4/+4 |
|
|
* | Massive patch by Skip Montanaro to add ":name" to as many | Guido van Rossum | 2000-02-29 | 1 | -3/+3 |
|
|
* | Added comment with web location of bsddb windows port. | Guido van Rossum | 1999-09-20 | 1 | -1/+4 |
|
|
* | Thanks to Chris Herborth, the thread primitives now have proper Py* | Guido van Rossum | 1998-12-21 | 1 | -9/+9 |
|
|
* | Add DL_EXPORT() to all modules that could possibly be used | Guido van Rossum | 1998-12-04 | 1 | -1/+1 |
|
|
* | Renamed thread.h to pythread.h. | Guido van Rossum | 1998-10-01 | 1 | -1/+1 |
|
|
* | Make new gcc -Wall happy | Guido van Rossum | 1998-04-10 | 1 | -3/+3 |
|
|
* | Threading speedup patches by Christopher Lindblad <cjl@infoseek.com>. | Guido van Rossum | 1998-04-09 | 1 | -22/+148 |
|
|
* | Apply two changes, systematically: | Guido van Rossum | 1997-10-01 | 1 | -3/+3 |
|
|
* | Patches by AMK to check that the db is still open. | Guido van Rossum | 1997-07-17 | 1 | -0/+20 |
|
|
* | Already renamed. Indented. | Roger E. Masse | 1997-01-16 | 1 | -471/+513 |
|
|
* | Fix bad format char in error msg (%s should be %d). | Guido van Rossum | 1996-12-05 | 1 | -3/+1 |
|
|
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -13/+20 |
|
|
* | Force O_BINARY in flags if defined, for e.g. Microsoft platforms. | Guido van Rossum | 1996-09-11 | 1 | -1/+10 |
|
|
* | Dynamically initialize ob_type field, for Windows DLL | Guido van Rossum | 1996-09-11 | 1 | -1/+2 |
|
|
* | Converted to new style names by Skip Montanaro | Guido van Rossum | 1996-07-24 | 1 | -130/+129 |
|
|
* | Be more careful about default args. | Guido van Rossum | 1996-05-23 | 1 | -16/+25 |
|
|
* | Initial revision | Guido van Rossum | 1995-08-30 | 1 | -0/+667 |
|
|