1. 6aa4a1f Import PyBSDDB 3.4.0. Rename historical wrapper to bsddb185. by Martin v. Löwis · 22 years ago
  2. 62b1ab1 Replace DL_IMPORT with PyMODINIT_FUNC and remove "/export:init..." link by Mark Hammond · 22 years ago
  3. 938ace6 staticforward bites the dust. by Jeremy Hylton · 22 years ago
  4. 8388895 SF patch [ 545523 ] patch for 514433 bsddb.dbopen (NULL) closes SF #514433 by Anthony Baxter · 22 years ago
  5. b82d34f Convert METH_OLDARGS -> METH_VARARGS: also PyArg_Parse -> PyArg_ParseTuple by Neal Norwitz · 22 years ago
  6. 3a6f978 Remove many uses of PyArg_NoArgs macro, change METH_OLDARGS to METH_NOARGS. by Neal Norwitz · 22 years ago
  7. 43b936d Patch #477750: Use METH_ constants in Modules. by Martin v. Löwis · 22 years ago
  8. cdc4451 Include <unistd.h> in Python.h. Fixes #500924. by Martin v. Löwis · 23 years ago
  9. 1464839 Patch supplied by Burton Radons for his own SF bug #487390: Modifying by Guido van Rossum · 23 years ago
  10. ec24c1b Don't raise MemoryError in keys() when the database is empty. by Guido van Rossum · 23 years ago
  11. ed5e823 Gustavo Niemeyer <niemeyer@conectiva.com>: by Fred Drake · 23 years ago
  12. c9f7c26 Wrap a bunch of long lines. by Fred Drake · 23 years ago
  13. 2e09530 [Patch #102827] Fix for PR#119558, avoiding core dumps by checking for by Andrew M. Kuchling · 24 years ago
  14. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  15. c9cb847 Skip Montanaro <skip@mojam.com>: by Fred Drake · 24 years ago
  16. 58d0510 ANSIfy some more forward declarations. by Thomas Wouters · 24 years ago
  17. cb27c35 ANSI-fication, not really tested, but should (hopefully) compile by Peter Schneider-Kamp · 24 years ago
  18. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  19. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  20. 947121f Add a comment about needing to change a #include if using a version of by Fred Drake · 24 years ago
  21. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  22. 43713e5 Massive patch by Skip Montanaro to add ":name" to as many by Guido van Rossum · 24 years ago
  23. 675e994 Added comment with web location of bsddb windows port. by Guido van Rossum · 25 years ago
  24. 65d5b57 Thanks to Chris Herborth, the thread primitives now have proper Py* by Guido van Rossum · 26 years ago
  25. 3886bb6 Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows. by Guido van Rossum · 26 years ago
  26. 49b5606 Renamed thread.h to pythread.h. by Guido van Rossum · 26 years ago
  27. 730806d Make new gcc -Wall happy by Guido van Rossum · 26 years ago
  28. 4f199ea Threading speedup patches by Christopher Lindblad <cjl@infoseek.com>. by Guido van Rossum · 26 years ago
  29. 0cb96de Apply two changes, systematically: by Guido van Rossum · 27 years ago
  30. 77eecfa Patches by AMK to check that the db is still open. by Guido van Rossum · 27 years ago
  31. d9240d1 Already renamed. Indented. by Roger E. Masse · 27 years ago
  32. 81b24c0 Fix bad format char in error msg (%s should be %d). by Guido van Rossum · 28 years ago
  33. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  34. 6beb479 Force O_BINARY in flags if defined, for e.g. Microsoft platforms. by Guido van Rossum · 28 years ago
  35. 622f577 Dynamically initialize ob_type field, for Windows DLL by Guido van Rossum · 28 years ago
  36. dfe8ad9 Converted to new style names by Skip Montanaro by Guido van Rossum · 28 years ago
  37. dd96ca7 Be more careful about default args. by Guido van Rossum · 28 years ago
  38. 1100dca Initial revision by Guido van Rossum · 29 years ago