1. 423be95 Merged revisions 65654 via svnmerge from by Martin v. Löwis · 16 years ago
  2. e43d33a #3247 Get rid of Py_FindMethod; use tp_members instead. by Amaury Forgeot d'Arc · 16 years ago
  3. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  4. 2507884 Fixed _bsddb key allocation errors. by Alexandre Vassalotti · 16 years ago
  5. 3900088 Remove locking from buffer protocol as-per discussion. by Travis E. Oliphant · 16 years ago
  6. 72b710a Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  7. 9c4756e Renamed PyBytes to PyByteArray by Christian Heimes · 16 years ago
  8. c55485b use PyBUF_LOCK instead of PyBUF_SIMPLE for bsddb data access as it'll often by Gregory P. Smith · 16 years ago
  9. 292d351 Merged revisions 60481,60485,60489-60520,60523-60527,60530-60533,60535-60538,60540-60551 via svnmerge from by Christian Heimes · 17 years ago
  10. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
  11. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  12. 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 17 years ago
  13. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  14. 7767711 Merged revisions 58817-58861 via svnmerge from by Guido van Rossum · 17 years ago
  15. 2cc30da Merged revisions 58742-58816 via svnmerge from by Guido van Rossum · 17 years ago
  16. 568065e Fixes issue1371 and reenables those tests. by Gregory P. Smith · 17 years ago
  17. 8ce8a78 Merged revisions 58221-58741 via svnmerge from by Guido van Rossum · 17 years ago
  18. 9e780cc Merge 58343: attempt to fix DBSequence.get_key() to not fail or crash. by Gregory P. Smith · 17 years ago
  19. 39763a1 Make Modules/_bsddb.c and PC/_winreg.c compile again by renaming by Thomas Heller · 17 years ago
  20. c411918 email address update by Gregory P. Smith · 17 years ago
  21. 3d5cb22 Change to use the new buffer API instead of bytes objects for both keys and by Gregory P. Smith · 17 years ago
  22. fc5fafc Fix logic bug that triggered assert. by Guido van Rossum · 17 years ago
  23. 361ed15 Require strict bytes objects for all bsddb.db input values. by Gregory P. Smith · 17 years ago
  24. 46fc337 PyErr_Warn is deprecated in 2.5 - goes away for 3.0 by Skip Montanaro · 17 years ago
  25. 918f49e Fix most of the bsddb3 tests. by Martin v. Löwis · 17 years ago
  26. 64ce505 Make bsddb use bytes as keys and values. Add StringKeys by Martin v. Löwis · 17 years ago
  27. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  28. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  29. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  30. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  31. 52cc1d8 Implement PEP 3115 -- new metaclass syntax and semantics. by Guido van Rossum · 17 years ago
  32. 902d6eb Merged revisions 53005-53303 via svnmerge from by Thomas Wouters · 18 years ago
  33. f6657e6 Cruft removal: by Neal Norwitz · 18 years ago
  34. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  35. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  36. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  37. 3cf5b1e Get rid of most of the flags (in tp_flags) that keep track of various by Guido van Rossum · 18 years ago
  38. 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
  39. 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 18 years ago
  40. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  41. 227b533 Finish getting rid of statichere/staticforward by Neal Norwitz · 18 years ago
  42. b2820ae Fix another leak in bsddb, and avoid use of uninitialized value -- funny how by Thomas Wouters · 18 years ago
  43. b315383 Clean up _bsddb.c: add a couple dozen missing Py_DECREF()'s, a handful of by Thomas Wouters · 18 years ago
  44. ef1701f Add additional missing checks for return vals of PyTuple_New(). by Georg Brandl · 18 years ago
  45. 89ba381 Fix gcc 4.0.x warning about use of uninitialized value. by Thomas Wouters · 18 years ago
  46. 098f694 Coverity found bug: test result of PyTuple_New() against NULL before use. by Thomas Wouters · 18 years ago
  47. 9d63cca Fix DBEnv's set_tx_timestamp wrapper to be slightly more correct on by Thomas Wouters · 18 years ago
  48. 85b1052 Another bit of unconstification. by Tim Peters · 18 years ago
  49. 02cbf4a More unconsting. by Martin v. Löwis · 18 years ago
  50. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  51. fd049a6 maintain support for older python versions in this module so that it by Gregory P. Smith · 19 years ago
  52. 8a47404 Add wrapper for DBEnv.set_tx_timeout method to allow time based DB_RECOVER by Gregory P. Smith · 19 years ago
  53. 62a2112 Fix bug #1413192, fix seg fault in bsddb if a txn was deleted before the env. by Neal Norwitz · 19 years ago
  54. 4e414d8 commits sourceforge patch #1407992 by neil.norwitz. by Gregory P. Smith · 19 years ago
  55. 29602d2 Support for BerkeleyDB 4.4 (tested against 4.4.20 as well as all the by Gregory P. Smith · 19 years ago
  56. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 19 years ago
  57. 40c6b47 Fix errors on 64-bit platforms. Will backport by Neal Norwitz · 19 years ago
  58. af68c87 Add const to several API functions that take char *. by Jeremy Hylton · 19 years ago
  59. 8456235 Get bsddb module to compile with version 3.2 of BSD DB. by Neal Norwitz · 19 years ago
  60. 8966d3d remove c++ style comment by Gregory P. Smith · 19 years ago
  61. ac741c5 change set_bt_compare() callback comparison function to only take two by Gregory P. Smith · 19 years ago
  62. 91116b6 additional sanity check. secondaryDB cannot be closed. by Gregory P. Smith · 19 years ago
  63. 692ca9a fixes pybsddb SF bug id 1215432. DB.associate() would crash when a by Gregory P. Smith · 19 years ago
  64. e947706 pybsddb 4.3.2: by Gregory P. Smith · 19 years ago
  65. e4ed2de pybsddb 4.3.1, adds support for DB.set_bt_compare database btree comparison by Gregory P. Smith · 19 years ago
  66. 8a6a59c fixed compilation against BerkeleyDB 3.2.9 (sf bug # 1077040) by Gregory P. Smith · 20 years ago
  67. 8b7e917 * Adds support for building against BerkeleyDB 4.3.21 by Gregory P. Smith · 20 years ago
  68. 442c9fc SF bug 1017405: the keys() values() and items() DB methods were by Gregory P. Smith · 20 years ago
  69. 37b0c1d Fix memory leak and bump the version per Greg by Neal Norwitz · 20 years ago
  70. b4a5581 Cleanup support for older pythons (perhaps it should be removed?) by Neal Norwitz · 20 years ago
  71. 19699a9 Adds support for DB.pget and DBCursor.pget methods. by Gregory P. Smith · 20 years ago
  72. 31c5065 Add weakref support to all bsddb.db objects. by Gregory P. Smith · 20 years ago
  73. 589c6ab raise the module minor version. by Gregory P. Smith · 20 years ago
  74. dc5af70 SF patch / bug #967763 by Gregory P. Smith · 20 years ago
  75. 2786d90 A few more PyThreadState_Get to PyThreadState_GET conversions by Nicholas Bastin · 20 years ago
  76. 0c65771 fixes SF bug 914019 - DB.has_key was not honoring its txn argument by Gregory P. Smith · 20 years ago
  77. a7befda Fixes SF bug # 778421 by Gregory P. Smith · 20 years ago
  78. f073b75 Removing TODO comment for None keys, as suggested by Neal Norwitz. by Gustavo Niemeyer · 21 years ago
  79. 8974f72 When key is None, give up if _DB_get_type() returns -1 as well. by Gustavo Niemeyer · 21 years ago
  80. 024f2de Fixing #880531: raise TypeError when trying to use a None key with RECNO by Gustavo Niemeyer · 21 years ago
  81. 7441e65 * SF patch 835100 - C++ // comments are not allowed. Use /* */ by Gregory P. Smith · 21 years ago
  82. a703a21 * Use weakref's of DBCursor objects for the iterator cursors to avoid a by Gregory P. Smith · 21 years ago
  83. dc113a8 * Fix the singlethreaded deadlocks occurring in the simple bsddb interface. by Gregory P. Smith · 21 years ago
  84. e276717 Fix a tuple memory leak when raising DB, DBEnv and DBCursor "object by Gregory P. Smith · 21 years ago
  85. be0db8b bsddb3 4.2.2, adds DBCursor.get_current_size() method to return the length by Gregory P. Smith · 21 years ago
  86. 7000225 raise pybsddb version number to 4.2.1 to differentiate between it and the by Gregory P. Smith · 21 years ago
  87. 41631e8 Adds basic support for BerkeleyDB 4.2.x. Compiles and passes tests; new by Gregory P. Smith · 21 years ago
  88. 6676f6e Support DBEnv.set_shm_key() to allow multi-threaded multi-process by Gregory P. Smith · 21 years ago
  89. 35c38ea heck environment closed status before closing a cursors. Fixes #763928. by Martin v. Löwis · 21 years ago
  90. 455d46f bsddb 4.1.6: by Gregory P. Smith · 21 years ago
  91. 84261d2 Fix a typo/cut-n-paste error in DBCursor.join_item so that it doesn't by Gregory P. Smith · 21 years ago
  92. f655dff DB.remove() needs to set the internal DB handle to NULL after being called. by Gregory P. Smith · 21 years ago
  93. c74e4a5 Added a comment about backward compatibility requirements and a link by Barry Warsaw · 21 years ago
  94. a69d409 Update to the new PyGILState APIs to simplify and correct thread-state by Mark Hammond · 21 years ago
  95. 1baa982 init_bsddb(): Added a few symbols that Greg forgot. by Barry Warsaw · 21 years ago
  96. 6e5c179 4.1.5 by Gregory P. Smith · 21 years ago
  97. fe11d3e Adds support for the DBEnv->set_timeout() method. by Gregory P. Smith · 21 years ago
  98. 3ed7b03 version 4.1.4 (4.1.3 just released) by Gregory P. Smith · 22 years ago
  99. 7871154 Bump the version number by Barry Warsaw · 22 years ago
  100. b6c9f78 bugfix: do not double-close DB cursor during deallocation when the by Gregory P. Smith · 22 years ago