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. 7f90cba Issue #23935: Argument Clinic's understanding of format units by Larry Hastings · 9 years ago
  8. 89964c4 Issue #23944: Argument Clinic now wraps long impl prototypes at column 78. by Larry Hastings · 9 years ago
  9. 1009bf1 Issue #23501: Argumen Clinic now generates code into separate files by default. by Serhiy Storchaka · 9 years ago
  10. 2623c8c Issue #20530: Argument Clinic's signature format has been revised again. by Larry Hastings · 10 years ago
  11. 7726ac9 #Issue 20456: Several improvements and bugfixes for Argument Clinic, by Larry Hastings · 10 years ago
  12. 581ee36 Issue #20326: Argument Clinic now uses a simple, unique signature to by Larry Hastings · 10 years ago
  13. c204726 Issue #20390: Small fixes and improvements for Argument Clinic. by Larry Hastings · 10 years ago
  14. 5c66189 Issue #20189: Four additional builtin types (PyTypeObject, by Larry Hastings · 10 years ago
  15. 4625826 Two minor Argument Clinic bugfixes: use the name of the class in the by Larry Hastings · 10 years ago
  16. 2a72791 Issue #20226: Major improvements to Argument Clinic. by Larry Hastings · 10 years ago
  17. 61272b7 Issue #19273: The marker comments Argument Clinic uses have been changed by Larry Hastings · 10 years ago
  18. 8ff6f3e Issue #19296: Silence compiler warning in dbm_open. by Christian Heimes · 10 years ago
  19. 44e2eaa Issue #19674: inspect.signature() now produces a correct signature by Larry Hastings · 11 years ago
  20. ebdcb50 Issue #19730: Argument Clinic now supports all the existing PyArg by Larry Hastings · 11 years ago
  21. ed4a1c5 Argument Clinic: rename "self" to "module" for module-level functions. by Larry Hastings · 11 years ago
  22. c610aba Close #19282: Native context management in dbm by Nick Coghlan · 11 years ago
  23. 124a0b3 Issue #19287: Fixed the "in" operator of dbm.ndbm databases for string by Serhiy Storchaka · 11 years ago
  24. 9da33ab Issue #19287: Fixed the "in" operator of dbm.ndbm databases for string by Serhiy Storchaka · 11 years ago
  25. 3182680 Issue #16612: Add "Argument Clinic", a compile-time preprocessor by Larry Hastings · 11 years ago
  26. 9ed5f27 Issue #18722: Remove uses of the "register" keyword in C code. by Antoine Pitrou · 11 years ago
  27. 14c81ab #16135: Removal of OS/2 support (Modules/*) by Jesus Cea · 12 years ago
  28. d63a3b8 Implement PEP 393. by Martin v. Löwis · 13 years ago
  29. f3fd733 Remove useless argument of _PyUnicode_AsDefaultEncodedString() by Victor Stinner · 13 years ago
  30. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  31. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 15 years ago
  32. fdaa3a3 Define PY_SSIZE_T_CLEAN at the top of the dbm module. This should fix the by Mark Dickinson · 15 years ago
  33. c1ce286 issue 4483 - _dbm build failures on systems with gdbm_compat lib. by Skip Montanaro · 15 years ago
  34. 7317c1e dbm.gnu and dbm.ndbm accept both strings and bytes as keys and values. For the by Brett Cannon · 16 years ago
  35. 0a608fd fixes deferred/release blocker issue #3797: Fixed the dbm, marshal, mmap, by Gregory P. Smith · 16 years ago
  36. 1f900f1 #3247: get rid of Py_FindMethod by Amaury Forgeot d'Arc · 16 years ago
  37. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  38. b17acad Make db modules' error classes inherit IOError. by Georg Brandl · 16 years ago
  39. 72b710a Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  40. 9c4756e Renamed PyBytes to PyByteArray by Christian Heimes · 16 years ago
  41. 0a7ac7d Create the dbm package from PEP 3108. #2881. by Georg Brandl · 16 years ago[Renamed (98%) from Modules/dbmmodule.c]
  42. 836baa5 Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61064,61066-61080 via svnmerge from by Christian Heimes · 16 years ago
  43. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 16 years ago
  44. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  45. 956e359 The dbm module should use bytes for keys. This makes test_shelve pass. by Guido van Rossum · 17 years ago
  46. 3045c7c Fix a type error in a previous patch I made to this module. by Guido van Rossum · 17 years ago
  47. b942d28 Quick fixes for assert failures in dbm wrapper code. by Guido van Rossum · 17 years ago
  48. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  49. ad4404c Modernize. Values are now bytes. by Guido van Rossum · 17 years ago
  50. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 17 years ago
  51. ef67111 Fix this right for has_key(). This required adding tp_as_sequence. by Guido van Rossum · 18 years ago
  52. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
  53. 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 18 years ago
  54. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  55. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 18 years ago
  56. 8d4c981 Fix SF # 640557, '64-bit' systems and the dbm module by Neal Norwitz · 22 years ago
  57. 71ffc5c add #include branch for compilation with Berkeley DB by Skip Montanaro · 22 years ago
  58. fe51c6d Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype by Mark Hammond · 22 years ago
  59. 938ace6 staticforward bites the dust. by Jeremy Hylton · 22 years ago
  60. 57454e5 This introduces stricter library/header file checking for the Berkeley DB by Skip Montanaro · 22 years ago
  61. 7bf6833 OS/2 EMX port changes (Modules part of patch #450267): by Andrew MacIntyre · 22 years ago
  62. 1464839 Patch supplied by Burton Radons for his own SF bug #487390: Modifying by Guido van Rossum · 22 years ago
  63. a120ffc SF Patch #103185, by jlt63: Some more standard modules cleanup for Cygwin by Guido van Rossum · 23 years ago
  64. 661ea26 Ka-Ping Yee <ping@lfw.org>: by Fred Drake · 24 years ago
  65. 1ac526d Add a constant "library" to the module which names the library used, by Fred Drake · 24 years ago
  66. ae90f8d Trent Mick points out that the BSD DB also provides an ndbm compatibility by Fred Drake · 24 years ago
  67. d94f707 Use the configure support to determine which ndbm.h header to include. by Fred Drake · 24 years ago
  68. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  69. 58d0510 ANSIfy some more forward declarations. by Thomas Wouters · 24 years ago
  70. cb27c35 ANSI-fication, not really tested, but should (hopefully) compile by Peter Schneider-Kamp · 24 years ago
  71. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  72. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  73. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  74. 43713e5 Massive patch by Skip Montanaro to add ":name" to as many by Guido van Rossum · 24 years ago
  75. 3886bb6 Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows. by Guido van Rossum · 25 years ago
  76. 0cb96de Apply two changes, systematically: by Guido van Rossum · 27 years ago
  77. 77eecfa Patches by AMK to check that the db is still open. by Guido van Rossum · 27 years ago
  78. bd4b961 Opps, fixed a couple of newly introduced wrapping problems. by Roger E. Masse · 27 years ago
  79. e7ee8c3 Reindented via GvR recomendation ala Bwarsaw cppy-style.el by Roger E. Masse · 27 years ago
  80. b0dfe96 renamed in a grand fashion. by Roger E. Masse · 27 years ago
  81. a376cc5 Keep gcc -Wall happy. by Guido van Rossum · 27 years ago
  82. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  83. e03f277 fix bug in close() by Guido van Rossum · 29 years ago
  84. 807b7be normalized flag arg and made flag, mode default args; minor cosmetics by Guido van Rossum · 29 years ago
  85. d503913 plug leak and improve error handling in dbm_keys() by Guido van Rossum · 29 years ago
  86. 524b588 Added 1995 to copyright message. by Guido van Rossum · 29 years ago
  87. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  88. 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 31 years ago
  89. dd9ed83 Added qgetfd() to cstubs for GL. Added new module dbm (interface to ndbm). by Guido van Rossum · 32 years ago