summaryrefslogtreecommitdiff
path: root/Modules/dbmmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #17926: Fix dbm.__contains__ on 64-bit big-endian machines.Antoine Pitrou2013-05-081-3/+5
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-266/+266
* issue 4483 - dbm build failures on systems with gdbm_compat lib.Skip Montanaro2008-12-061-0/+3
* This reverts r63675 based on the discussion in this thread:Gregory P. Smith2008-06-091-11/+11
* Renamed PyString to PyBytesChristian Heimes2008-05-261-11/+11
* Cast the arguments to PyString_AsStringAndSize() to silence compiler warningsBrett Cannon2008-03-181-1/+2
* Whitespace normalizationNeal Norwitz2008-02-261-9/+9
* Issue 2168. gdbm and dbm needs to be iterable; this fixes aFacundo Batista2008-02-251-1/+39
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFC...Christian Heimes2007-12-191-1/+1
* PEP 3123: Provide forward compatibility with Python 3.0, while keepingMartin v. Löwis2007-07-211-3/+2
* Fix various minor errors in passing arguments toMartin v. Löwis2006-10-191-3/+9
* Make use of METH_O and METH_NOARGS where possible.Georg Brandl2006-05-291-8/+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
* Fix SF # 640557, '64-bit' systems and the dbm moduleNeal Norwitz2002-11-221-6/+17
* add #include branch for compilation with Berkeley DBSkip Montanaro2002-08-021-0/+3
* Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototypeMark Hammond2002-08-021-1/+1
* staticforward bites the dust.Jeremy Hylton2002-07-171-1/+1
* This introduces stricter library/header file checking for the Berkeley DBSkip Montanaro2002-06-141-3/+0
* OS/2 EMX port changes (Modules part of patch #450267):Andrew MacIntyre2002-03-031-0/+4
* Patch supplied by Burton Radons for his own SF bug #487390: ModifyingGuido van Rossum2001-12-081-1/+1
* SF Patch #103185, by jlt63: Some more standard modules cleanup for CygwinGuido van Rossum2001-01-221-1/+2
* Ka-Ping Yee <ping@lfw.org>:Fred Drake2000-10-241-3/+3
* Add a constant "library" to the module which names the library used,Fred Drake2000-09-151-10/+80
* Trent Mick points out that the BSD DB also provides an ndbm compatibilityFred Drake2000-09-151-0/+2
* Use the configure support to determine which ndbm.h header to include.Fred Drake2000-09-141-0/+10
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* ANSIfy some more forward declarations.Thomas Wouters2000-07-241-1/+1
* ANSI-fication, not really tested, but should (hopefully) compilePeter Schneider-Kamp2000-07-101-29/+10
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Vladimir Marangozov's long-awaited malloc restructuring.Guido van Rossum2000-05-031-2/+2
* Massive patch by Skip Montanaro to add ":name" to as manyGuido van Rossum2000-02-291-1/+1
* Add DL_EXPORT() to all modules that could possibly be usedGuido van Rossum1998-12-041-1/+1
* 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/+14
* Opps, fixed a couple of newly introduced wrapping problems.Roger E. Masse1996-12-131-3/+4
* Reindented via GvR recomendation ala Bwarsaw cppy-style.elRoger E. Masse1996-12-131-69/+69
* renamed in a grand fashion.Roger E. Masse1996-12-101-74/+76
* Keep gcc -Wall happy.Guido van Rossum1996-12-051-1/+0
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* fix bug in close()Guido van Rossum1995-08-281-1/+0
* normalized flag arg and made flag, mode default args; minor cosmeticsGuido van Rossum1995-07-071-20/+35
* plug leak and improve error handling in dbm_keys()Guido van Rossum1995-01-301-5/+13
* Added 1995 to copyright message.Guido van Rossum1995-01-041-2/+2
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-17/+19
* * Changed all copyright messages to include 1993.Guido van Rossum1993-03-291-2/+2
* Added qgetfd() to cstubs for GL.Guido van Rossum1992-06-291-0/+276