1. fe51c6d Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype by Mark Hammond · 22 years ago
  2. 938ace6 staticforward bites the dust. by Jeremy Hylton · 22 years ago
  3. 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
  4. 1464839 Patch supplied by Burton Radons for his own SF bug #487390: Modifying by Guido van Rossum · 23 years ago
  5. 885d457 sprintf -> PyOS_snprintf in some "obviously safe" cases. by Tim Peters · 23 years ago
  6. 00ff10c Patch in bug report #477700: Fix memory leaks in gdbm & curses. by Martin v. Löwis · 23 years ago
  7. 5687ffe SF patch 404928: Support for next Cygwin gcc (2.95.2-8) by Tim Peters · 23 years ago
  8. e9e860f Add support for gdbm2 open flags ('s' and 'u'). Add module constant by Neil Schemenauer · 24 years ago
  9. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  10. 58d0510 ANSIfy some more forward declarations. by Thomas Wouters · 24 years ago
  11. e3a41c6 ANSI-fy the sources. by Fred Drake · 24 years ago
  12. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  13. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  14. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  15. 43713e5 Massive patch by Skip Montanaro to add ":name" to as many by Guido van Rossum · 24 years ago
  16. da8d216 Protect against core dumps in gdbm: don't allow access by key once the by Fred Drake · 24 years ago
  17. 3886bb6 Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows. by Guido van Rossum · 26 years ago
  18. 573788e No need for (char *) cast from gdbm_strerror(). by Guido van Rossum · 26 years ago
  19. b6e2a99 Win32 port. Patches by Milton L. Hankins. by Guido van Rossum · 26 years ago
  20. cef113c Don't allow unescaped newlines in doc strings. by Guido van Rossum · 26 years ago
  21. bfc49e8 Doc strings added by Mitch Chapman. by Guido van Rossum · 26 years ago
  22. 0cb96de Apply two changes, systematically: by Guido van Rossum · 27 years ago
  23. 77eecfa Patches by AMK to check that the db is still open. by Guido van Rossum · 27 years ago
  24. e5a9c8f As per GvR recomendation, added support for a 'sync' attribute for the by Roger E. Masse · 27 years ago
  25. b15bef8 Renamed in a grand-ee-ous way! by Roger E. Masse · 28 years ago
  26. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  27. 3be7140 Rewritten keys() and has_key() to avoid memory leaks. by Guido van Rossum · 28 years ago
  28. e36e1fe support fast mode for gdmb by Guido van Rossum · 29 years ago
  29. 66017aa fix leaks in keys(); fix bug in close() by Guido van Rossum · 29 years ago
  30. 807b7be normalized flag arg and made flag, mode default args; minor cosmetics by Guido van Rossum · 29 years ago
  31. fbd30e9 added firstkey(), nextkey(), reorganize() methods by Guido van Rossum · 29 years ago
  32. b045afc plugged some memory leaks (Steve Clift) by Guido van Rossum · 29 years ago
  33. 524b588 Added 1995 to copyright message. by Guido van Rossum · 30 years ago
  34. 2abc494 Free was called with a struct as argument instead of a field from the struct. by Sjoerd Mullender · 30 years ago
  35. 4b4c664 * Modules/{Setup.in, gdbmmodule.c}, Doc/{lib,libgdbm}.tex: added by Guido van Rossum · 30 years ago