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