1. 2954f83 - Issue #27332: Fixed the type of the first argument of module-level functions by Serhiy Storchaka · 8 years ago
  2. 1a2b24f Issue #27332: Fixed the type of the first argument of module-level functions by Serhiy Storchaka · 8 years ago
  3. 2d06e84 Issue #25923: Added the const qualifier to static constant arrays. by Serhiy Storchaka · 8 years ago
  4. 38337d1 Issue #24000: Improved Argument Clinic's mapping of converters to legacy by Larry Hastings · 9 years ago
  5. dbfdc38 Issue #24001: Argument Clinic converters now use accept={type} by Larry Hastings · 9 years ago
  6. 9260e77 Issue #20184: Converted _dbm and _gdbm modules to Argument Clinic. by Serhiy Storchaka · 9 years ago
  7. c610aba Close #19282: Native context management in dbm by Nick Coghlan · 11 years ago
  8. 4f056d4 Issue #19288: Fixed the "in" operator of dbm.gnu databases for string by Serhiy Storchaka · 11 years ago
  9. 7d6392c Issue #19288: Fixed the "in" operator of dbm.gnu databases for string by Serhiy Storchaka · 11 years ago
  10. 9ed5f27 Issue #18722: Remove uses of the "register" keyword in C code. by Antoine Pitrou · 11 years ago
  11. d9e833c #6045: provide at least get() and setdefault() for all dbm modules. by Georg Brandl · 13 years ago
  12. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  13. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 15 years ago
  14. 7317c1e dbm.gnu and dbm.ndbm accept both strings and bytes as keys and values. For the by Brett Cannon · 16 years ago
  15. 1f900f1 #3247: get rid of Py_FindMethod by Amaury Forgeot d'Arc · 16 years ago
  16. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  17. b17acad Make db modules' error classes inherit IOError. by Georg Brandl · 16 years ago
  18. 72b710a Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  19. 0a7ac7d Create the dbm package from PEP 3108. #2881. by Georg Brandl · 16 years ago[Renamed (98%) from Modules/gdbmmodule.c]
  20. dd15f6c Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,61285-61286,61288-61290,61298,61303-61305,61312-61314,61317,61329,61332,61344,61350-61351,61363-61376,61378-61379,61382-61383,61387-61388,61392,61395-61396,61402-61403 via svnmerge from by Christian Heimes · 16 years ago
  21. 836baa5 Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61064,61066-61080 via svnmerge from by Christian Heimes · 16 years ago
  22. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 16 years ago
  23. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  24. 7ac9712 Change module to produce and consume bytes. by Martin v. Löwis · 17 years ago
  25. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  26. 6252e10 Make gdbm and dumbdbm use byte strings. Updated their tests. by Guido van Rossum · 17 years ago
  27. 0da7e03 And the gdbm module's test now passes again. by Guido van Rossum · 18 years ago
  28. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
  29. 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 18 years ago
  30. a5fa2a8 Fix gcc (4.0.x) warning about use of uninitialized variable. by Thomas Wouters · 18 years ago
  31. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  32. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 18 years ago
  33. ea271f2 [Bug #982806] The default argument for opening GDBM files is bogus. Patch #984672 by James Lamanna by Andrew M. Kuchling · 20 years ago
  34. fe51c6d Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype by Mark Hammond · 22 years ago
  35. 938ace6 staticforward bites the dust. by Jeremy Hylton · 22 years ago
  36. 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
  37. 1464839 Patch supplied by Burton Radons for his own SF bug #487390: Modifying by Guido van Rossum · 22 years ago
  38. 885d457 sprintf -> PyOS_snprintf in some "obviously safe" cases. by Tim Peters · 23 years ago
  39. 00ff10c Patch in bug report #477700: Fix memory leaks in gdbm & curses. by Martin v. Löwis · 23 years ago
  40. 5687ffe SF patch 404928: Support for next Cygwin gcc (2.95.2-8) by Tim Peters · 23 years ago
  41. e9e860f Add support for gdbm2 open flags ('s' and 'u'). Add module constant by Neil Schemenauer · 23 years ago
  42. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  43. 58d0510 ANSIfy some more forward declarations. by Thomas Wouters · 24 years ago
  44. e3a41c6 ANSI-fy the sources. by Fred Drake · 24 years ago
  45. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  46. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  47. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  48. 43713e5 Massive patch by Skip Montanaro to add ":name" to as many by Guido van Rossum · 24 years ago
  49. da8d216 Protect against core dumps in gdbm: don't allow access by key once the by Fred Drake · 24 years ago
  50. 3886bb6 Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows. by Guido van Rossum · 25 years ago
  51. 573788e No need for (char *) cast from gdbm_strerror(). by Guido van Rossum · 26 years ago
  52. b6e2a99 Win32 port. Patches by Milton L. Hankins. by Guido van Rossum · 26 years ago
  53. cef113c Don't allow unescaped newlines in doc strings. by Guido van Rossum · 26 years ago
  54. bfc49e8 Doc strings added by Mitch Chapman. by Guido van Rossum · 26 years ago
  55. 0cb96de Apply two changes, systematically: by Guido van Rossum · 27 years ago
  56. 77eecfa Patches by AMK to check that the db is still open. by Guido van Rossum · 27 years ago
  57. e5a9c8f As per GvR recomendation, added support for a 'sync' attribute for the by Roger E. Masse · 27 years ago
  58. b15bef8 Renamed in a grand-ee-ous way! by Roger E. Masse · 27 years ago
  59. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  60. 3be7140 Rewritten keys() and has_key() to avoid memory leaks. by Guido van Rossum · 28 years ago
  61. e36e1fe support fast mode for gdmb by Guido van Rossum · 28 years ago
  62. 66017aa fix leaks in keys(); fix bug in close() by Guido van Rossum · 29 years ago
  63. 807b7be normalized flag arg and made flag, mode default args; minor cosmetics by Guido van Rossum · 29 years ago
  64. fbd30e9 added firstkey(), nextkey(), reorganize() methods by Guido van Rossum · 29 years ago
  65. b045afc plugged some memory leaks (Steve Clift) by Guido van Rossum · 29 years ago
  66. 524b588 Added 1995 to copyright message. by Guido van Rossum · 29 years ago
  67. 2abc494 Free was called with a struct as argument instead of a field from the struct. by Sjoerd Mullender · 30 years ago
  68. 4b4c664 * Modules/{Setup.in, gdbmmodule.c}, Doc/{lib,libgdbm}.tex: added by Guido van Rossum · 30 years ago