summaryrefslogtreecommitdiffstats
path: root/Modules/gdbmmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Doc strings added by Mitch Chapman.Guido van Rossum1998-03-031-19/+107
* 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
* As per GvR recomendation, added support for a 'sync' attribute for theRoger E. Masse1997-03-251-0/+18
* Renamed in a grand-ee-ous way!Roger E. Masse1996-12-171-171/+176
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* Rewritten keys() and has_key() to avoid memory leaks.Guido van Rossum1996-07-211-11/+17
* support fast mode for gdmbGuido van Rossum1996-01-261-9/+16
* fix leaks in keys(); fix bug in close()Guido van Rossum1995-08-281-4/+11
* normalized flag arg and made flag, mode default args; minor cosmeticsGuido van Rossum1995-07-071-9/+27
* added firstkey(), nextkey(), reorganize() methodsGuido van Rossum1995-03-161-0/+64
* plugged some memory leaks (Steve Clift)Guido van Rossum1995-03-141-9/+16
* Added 1995 to copyright message.Guido van Rossum1995-01-041-2/+2
* Free was called with a struct as argument instead of a field from theSjoerd Mullender1994-10-131-2/+2
* * Modules/{Setup.in, gdbmmodule.c}, Doc/{lib,libgdbm}.tex: addedGuido van Rossum1994-08-081-0/+279