summaryrefslogtreecommitdiff
path: root/Modules/bsddbmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-647/+647
* Fix two potential uninitialization errors and an unneeded assignment.Brett Cannon2010-05-031-4/+6
* This reverts r63675 based on the discussion in this thread:Gregory P. Smith2008-06-091-2/+2
* Renamed PyString to PyBytesChristian Heimes2008-05-261-2/+2
* Deprecate the bsddb185 module for removal in 3.0.Brett Cannon2008-05-101-0/+4
* Merge ssize_t branch.Martin v. Löwis2006-02-151-2/+2
* Check return result from Py_InitModule*(). This API can fail.Neal Norwitz2006-01-191-0/+2
* add open function to bsddb185 module so the file format sniffing can beSkip Montanaro2003-05-061-0/+2
* Import PyBSDDB 3.4.0. Rename historical wrapper to bsddb185.Martin v. Löwis2002-11-191-2/+2
* Replace DL_IMPORT with PyMODINIT_FUNC and remove "/export:init..." linkMark Hammond2002-07-231-1/+1
* staticforward bites the dust.Jeremy Hylton2002-07-171-1/+1
* SF patch [ 545523 ] patch for 514433 bsddb.dbopen (NULL)Anthony Baxter2002-04-231-3/+3
* Convert METH_OLDARGS -> METH_VARARGS: also PyArg_Parse -> PyArg_ParseTupleNeal Norwitz2002-03-311-14/+10
* Remove many uses of PyArg_NoArgs macro, change METH_OLDARGS to METH_NOARGS.Neal Norwitz2002-03-251-30/+20
* Patch #477750: Use METH_ constants in Modules.Martin v. Löwis2002-01-171-12/+12
* Include <unistd.h> in Python.h. Fixes #500924.Martin v. Löwis2002-01-121-4/+0
* Patch supplied by Burton Radons for his own SF bug #487390: ModifyingGuido van Rossum2001-12-081-1/+1
* Don't raise MemoryError in keys() when the database is empty.Guido van Rossum2001-03-221-1/+1
* Gustavo Niemeyer <niemeyer@conectiva.com>:Fred Drake2001-02-271-73/+134
* Wrap a bunch of long lines.Fred Drake2001-02-191-13/+23
* [Patch #102827] Fix for PR#119558, avoiding core dumps by checking forAndrew M. Kuchling2000-12-151-7/+16
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* Skip Montanaro <skip@mojam.com>:Fred Drake2000-08-311-1/+4
* ANSIfy some more forward declarations.Thomas Wouters2000-07-241-1/+1
* ANSI-fication, not really tested, but should (hopefully) compilePeter Schneider-Kamp2000-07-101-87/+24
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Add a comment about needing to change a #include if using a version ofFred Drake2000-06-301-0/+1
* Vladimir Marangozov's long-awaited malloc restructuring.Guido van Rossum2000-05-031-4/+4
* Massive patch by Skip Montanaro to add ":name" to as manyGuido van Rossum2000-02-291-3/+3
* Added comment with web location of bsddb windows port.Guido van Rossum1999-09-201-1/+4
* Thanks to Chris Herborth, the thread primitives now have proper Py*Guido van Rossum1998-12-211-9/+9
* Add DL_EXPORT() to all modules that could possibly be usedGuido van Rossum1998-12-041-1/+1
* Renamed thread.h to pythread.h.Guido van Rossum1998-10-011-1/+1
* Make new gcc -Wall happyGuido van Rossum1998-04-101-3/+3
* Threading speedup patches by Christopher Lindblad <cjl@infoseek.com>.Guido van Rossum1998-04-091-22/+148
* Apply two changes, systematically:Guido van Rossum1997-10-011-3/+3
* Patches by AMK to check that the db is still open.Guido van Rossum1997-07-171-0/+20
* Already renamed. Indented.Roger E. Masse1997-01-161-471/+513
* Fix bad format char in error msg (%s should be %d).Guido van Rossum1996-12-051-3/+1
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* Force O_BINARY in flags if defined, for e.g. Microsoft platforms.Guido van Rossum1996-09-111-1/+10
* Dynamically initialize ob_type field, for Windows DLLGuido van Rossum1996-09-111-1/+2
* Converted to new style names by Skip MontanaroGuido van Rossum1996-07-241-130/+129
* Be more careful about default args.Guido van Rossum1996-05-231-16/+25
* Initial revisionGuido van Rossum1995-08-301-0/+667