- 38f1afe Issue #17926: Fix dbm.__contains__ on 64-bit big-endian machines. by Antoine Pitrou · 12 years ago
- c83ea13 Untabify C files. Will watch buildbots. by Antoine Pitrou · 15 years ago
- 45313fe issue 4483 - dbm build failures on systems with gdbm_compat lib. by Skip Montanaro · 16 years ago
- dd96db6 This reverts r63675 based on the discussion in this thread: by Gregory P. Smith · 16 years ago
- 593daf5 Renamed PyString to PyBytes by Christian Heimes · 16 years ago
- c81d3dc Cast the arguments to PyString_AsStringAndSize() to silence compiler warnings by Brett Cannon · 17 years ago
- b628913 Whitespace normalization by Neal Norwitz · 17 years ago
- df41989 Issue 2168. gdbm and dbm needs to be iterable; this fixes a by Facundo Batista · 17 years ago
- e93237d #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available. by Christian Heimes · 17 years ago
- 6819210 PEP 3123: Provide forward compatibility with Python 3.0, while keeping by Martin v. Löwis · 17 years ago
- a811c38 Fix various minor errors in passing arguments to PyArg_ParseTuple. by Martin v. Löwis · 18 years ago
- 96a8c39 Make use of METH_O and METH_NOARGS where possible. by Georg Brandl · 18 years ago
- 18e1655 Merge ssize_t branch. by Martin v. Löwis · 19 years ago
- 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 19 years ago
- 8d4c981 Fix SF # 640557, '64-bit' systems and the dbm module by Neal Norwitz · 22 years ago
- 71ffc5c add #include branch for compilation with Berkeley DB by Skip Montanaro · 22 years ago
- fe51c6d Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype by Mark Hammond · 22 years ago
- 938ace6 staticforward bites the dust. by Jeremy Hylton · 22 years ago
- 57454e5 This introduces stricter library/header file checking for the Berkeley DB by Skip Montanaro · 22 years ago
- 7bf6833 OS/2 EMX port changes (Modules part of patch #450267): by Andrew MacIntyre · 23 years ago
- 1464839 Patch supplied by Burton Radons for his own SF bug #487390: Modifying by Guido van Rossum · 23 years ago
- a120ffc SF Patch #103185, by jlt63: Some more standard modules cleanup for Cygwin by Guido van Rossum · 24 years ago
- 661ea26 Ka-Ping Yee <ping@lfw.org>: by Fred Drake · 24 years ago
- 1ac526d Add a constant "library" to the module which names the library used, by Fred Drake · 24 years ago
- ae90f8d Trent Mick points out that the BSD DB also provides an ndbm compatibility by Fred Drake · 24 years ago
- d94f707 Use the configure support to determine which ndbm.h header to include. by Fred Drake · 24 years ago
- 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
- 58d0510 ANSIfy some more forward declarations. by Thomas Wouters · 24 years ago
- cb27c35 ANSI-fication, not really tested, but should (hopefully) compile by Peter Schneider-Kamp · 24 years ago
- ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
- fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
- b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 25 years ago
- 43713e5 Massive patch by Skip Montanaro to add ":name" to as many by Guido van Rossum · 25 years ago
- 3886bb6 Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows. by Guido van Rossum · 26 years ago
- 0cb96de Apply two changes, systematically: by Guido van Rossum · 27 years ago
- 77eecfa Patches by AMK to check that the db is still open. by Guido van Rossum · 27 years ago
- bd4b961 Opps, fixed a couple of newly introduced wrapping problems. by Roger E. Masse · 28 years ago
- e7ee8c3 Reindented via GvR recomendation ala Bwarsaw cppy-style.el by Roger E. Masse · 28 years ago
- b0dfe96 renamed in a grand fashion. by Roger E. Masse · 28 years ago
- a376cc5 Keep gcc -Wall happy. by Guido van Rossum · 28 years ago
- d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
- e03f277 fix bug in close() by Guido van Rossum · 29 years ago
- 807b7be normalized flag arg and made flag, mode default args; minor cosmetics by Guido van Rossum · 29 years ago
- d503913 plug leak and improve error handling in dbm_keys() by Guido van Rossum · 30 years ago
- 524b588 Added 1995 to copyright message. by Guido van Rossum · 30 years ago
- b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
- 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 32 years ago
- dd9ed83 Added qgetfd() to cstubs for GL. Added new module dbm (interface to ndbm). by Guido van Rossum · 32 years ago