1. b03ca4b fix more threading API related bugs by Benjamin Peterson · 16 years ago
  2. 2067bfd Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. by Georg Brandl · 16 years ago
  3. d877ca8 fix skipped test due to import problem by Benjamin Peterson · 16 years ago
  4. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  5. 4b006de Fixed signature of theThread in test_lock. by Alexandre Vassalotti · 16 years ago
  6. e9f305f Merged revisions 63208-63209,63211-63212,63214-63217,63219-63224,63226-63227,63229-63232,63234-63235,63237-63239,63241,63243-63246,63250-63254,63256-63259,63261,63263-63264,63266-63267,63269-63270,63272-63273,63275-63276,63278,63280-63281,63283-63284,63286-63287,63289-63290,63292-63293,63295-63296,63298-63299,63301-63302,63304-63305,63307,63309-63314,63316-63322,63324-63325,63327-63335,63337-63338,63340-63342,63344-63346,63348 via svnmerge from by Alexandre Vassalotti · 16 years ago
  7. 752abd0 Convert a lot of print statements to print functions in docstrings, by Neal Norwitz · 16 years ago
  8. 2a691a8 Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge from by Benjamin Peterson · 16 years ago
  9. e25f35e Merged revisions 61644,61646-61647,61649-61652,61656-61658,61663,61665,61667 via svnmerge from by Christian Heimes · 16 years ago
  10. dd15f6c Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,61285-61286,61288-61290,61298,61303-61305,61312-61314,61317,61329,61332,61344,61350-61351,61363-61376,61378-61379,61382-61383,61387-61388,61392,61395-61396,61402-61403 via svnmerge from by Christian Heimes · 16 years ago
  11. 7864476 Merged revisions 61209-61214,61217-61222,61224-61226,61233-61237 via svnmerge from by Christian Heimes · 16 years ago
  12. b558a2e Merged revisions 61143-61144,61146-61147,61150-61151,61157,61165-61168,61170-61173,61176-61177,61183 via svnmerge from by Christian Heimes · 16 years ago
  13. 3af831b When the _iter_mixin stopped inheritting from UsserDictMixin, it lost the by Neal Norwitz · 16 years ago
  14. 23daade0 Merged revisions 61038,61042-61045,61047,61049-61053,61055-61057 via svnmerge from by Christian Heimes · 16 years ago
  15. edf3b73 Remove DictMixin which is superceded by collections.MutableMapping by Raymond Hettinger · 17 years ago
  16. d190f9c In bsddb, replace UserDict.DictMixin with collections.MutableMapping. by Raymond Hettinger · 17 years ago
  17. 3be449a Save bsddb changes for a separate check-in. by Raymond Hettinger · 17 years ago
  18. b9da9bc Start replacing UserDict.DictMixin with collections.MutableMapping (the bsddb modules are next). by Raymond Hettinger · 17 years ago
  19. d4cb56d Convert some custom sort comparison functions to equivalent key functions. by Raymond Hettinger · 17 years ago
  20. 1fd7770 Another fix for the bsddb3 tests by Christian Heimes · 17 years ago
  21. 087f8ae Fixed two bugs in the bsddb tests. One was reported as #1956 by Christian Heimes · 17 years ago
  22. af98da1 Merged revisions 60284-60349 via svnmerge from by Christian Heimes · 17 years ago
  23. 7767711 Merged revisions 58817-58861 via svnmerge from by Guido van Rossum · 17 years ago
  24. 2cc30da Merged revisions 58742-58816 via svnmerge from by Guido van Rossum · 17 years ago
  25. 568065e Fixes issue1371 and reenables those tests. by Gregory P. Smith · 17 years ago
  26. 8ce8a78 Merged revisions 58221-58741 via svnmerge from by Guido van Rossum · 17 years ago
  27. 630e464 Merge 58539: squelch the warning that this test is intended to raise. by Gregory P. Smith · 17 years ago
  28. 66077d8 Merge 58532, 58533, 58534: bsddb.dbtables bug fixes - don't allow null bytes by Gregory P. Smith · 17 years ago
  29. 659e7f4 Merge 58450: fix uncollectable reference caused by bsddb.db.DBShelf.append by Gregory P. Smith · 17 years ago
  30. 5c5f170 Merge r58434: by Gregory P. Smith · 17 years ago
  31. b3b4dbe Cleanup test_thread. CDB (Concurrent Database) support in BerkeleyDB is only by Gregory P. Smith · 17 years ago
  32. a5e8ab5 merge r58023 to fix issue1112 on windows. make this test more robust by Gregory P. Smith · 17 years ago
  33. 1d6ec65 fix test, use bytes not unicode and let the test raise its internal exception by Gregory P. Smith · 17 years ago
  34. 39dce30 Get test_bsddb3 passing by Neal Norwitz · 17 years ago
  35. e14841c strings vs bytes, bytes wins again by Gregory P. Smith · 17 years ago
  36. 3fd22da some test suite cleanup, use tempfile.mkdtemp() in setUp and by Gregory P. Smith · 17 years ago
  37. 8ef94e8 Remove unneeded imports from bsddb's test_dbshelve. by Collin Winter · 17 years ago
  38. 07aec08 reapply of r57378 to fix bug 1725856 by Gregory P. Smith · 17 years ago
  39. 361ed15 Require strict bytes objects for all bsddb.db input values. by Gregory P. Smith · 17 years ago
  40. e5a8dc6 docstring cut n paste correction by Gregory P. Smith · 17 years ago
  41. a65e94c Convert raise statements in bsddb. by Collin Winter · 17 years ago
  42. e20a2c1 stop leaving log.0000001 __db.00* and xxx.db turds in developer by Gregory P. Smith · 17 years ago
  43. 0e6012c Eat some low hanging fruit... let the test suite run. by Gregory P. Smith · 17 years ago
  44. 32ca442 Fix test_bsddb3. by Martin v. Löwis · 17 years ago
  45. cccc58d Fix dbshelve and much of dbtables. by Martin v. Löwis · 17 years ago
  46. 9b01862 Wrap set_location. by Martin v. Löwis · 17 years ago
  47. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
  48. 918f49e Fix most of the bsddb3 tests. by Martin v. Löwis · 17 years ago
  49. 64ce505 Make bsddb use bytes as keys and values. Add StringKeys by Martin v. Löwis · 17 years ago
  50. 99603b0 Getting rid of cPickle. Mmm, feels good! by Guido van Rossum · 17 years ago
  51. 992d4a3 Merged revisions 56154-56264 via svnmerge from by Guido van Rossum · 17 years ago
  52. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  53. 1325790 Merged revisions 55795-55816 via svnmerge from by Guido van Rossum · 17 years ago
  54. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  55. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  56. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  57. 9d72bb4 Remove functions in string module that are also string methods. Also remove: by Neal Norwitz · 17 years ago
  58. d84da1b More fixes related to removal of exception slicing. by Guido van Rossum · 17 years ago
  59. 782ff27 Fix errors in bsddb3 tests due to removal of exception slicing. by Guido van Rossum · 17 years ago
  60. 0072e43 Fix test_bsddb3 (along with something bsddb) to work with dict views. by Brett Cannon · 17 years ago
  61. 79139b2 Kill off softspace completely (except in formatter.py which seems to have by Guido van Rossum · 18 years ago
  62. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  63. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  64. 902d6eb Merged revisions 53005-53303 via svnmerge from by Thomas Wouters · 18 years ago
  65. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  66. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  67. e4ef3a6 Fix the bsddb3 unit tests. by Guido van Rossum · 18 years ago
  68. b053cd8 Killed the <> operator. You must now use !=. by Guido van Rossum · 18 years ago
  69. 2043513 Fixed to the point that all unit tests pass again. (However, I get 4 by Guido van Rossum · 18 years ago
  70. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
  71. 333aef4 Get rid of the apply() calls here, to make the unit test pass. by Guido van Rossum · 18 years ago
  72. bee6501 Delete merge turd. by Guido van Rossum · 18 years ago
  73. cde2ead Fix another relative import. by Guido van Rossum · 18 years ago
  74. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  75. 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
  76. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  77. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  78. d910855 Remove apply() by Neal Norwitz · 18 years ago
  79. 318af47 Plug the last 657 referenceleaks in test_bsddb3: a circular reference by Thomas Wouters · 18 years ago
  80. 32cbc96 Whitespace normalization. by Tim Peters · 18 years ago
  81. a223d2c Bug #1210377: close bsddb cursor correctly after NotFoundError. by Georg Brandl · 18 years ago
  82. 19e2203 Add a unit test for bug fix #1396678. by Georg Brandl · 18 years ago
  83. 26caeba Bug #1396678: a closed bsddb.DB raises AttributeError on repr(). by Georg Brandl · 18 years ago
  84. c26cf5a fix test import for use in standalone pybsddb project bsddb3 module as well by Gregory P. Smith · 19 years ago
  85. 3d344e8 Add wrapper for DBEnv.set_tx_timeout method to allow time based DB_RECOVER by Gregory P. Smith · 19 years ago
  86. 62a2112 Fix bug #1413192, fix seg fault in bsddb if a txn was deleted before the env. by Neal Norwitz · 19 years ago
  87. 40563ed Get BSD DB working most for version 3.2 by Neal Norwitz · 19 years ago
  88. 6564ca7 fix import to work with either module name. by Gregory P. Smith · 19 years ago
  89. 95a2a4e Tools/scripts/reindent.py _is_ your friend by Anthony Baxter · 19 years ago
  90. 7e87a8a fix more Errors (not Failures) when run using BerkeleyDB <= 4.0 by Gregory P. Smith · 19 years ago
  91. c9321cc fix Errors (not Failures) in test cases when running with BerkeleyDB<4.2 by Gregory P. Smith · 19 years ago
  92. 889bca0 make the tests that expect uncatchable exceptions from a callback test by Gregory P. Smith · 19 years ago
  93. 9e28205 test case for pybsddb SF bug id 1215432 by Gregory P. Smith · 19 years ago
  94. 48796c3 test DB.associate using transactions. somewhat related to SF pybsddb by Gregory P. Smith · 19 years ago
  95. e947706 pybsddb 4.3.2: by Gregory P. Smith · 19 years ago
  96. 5d36a55 Whitespace normalization. by Tim Peters · 19 years ago
  97. e4ed2de pybsddb 4.3.1, adds support for DB.set_bt_compare database btree comparison by Gregory P. Smith · 19 years ago
  98. e869eb1 Patch #1112812: Make bsddb/__init__.py more friendly for modulefinder. by Martin v. Löwis · 19 years ago
  99. 69b8caa Simplify string comparison using startswith() by Steve Holden · 20 years ago
  100. 95334a5 Purged Berkeley code of references to the long-obsolete whrandom. by Tim Peters · 20 years ago