the end of the 2.7 branch
- 3252205 bpo-25943: Fix potential heap corruption in bsddb's _db_associateCallback() (GH-8337) by Zackery Spytz · 7 years ago
- 0fc940a test_bsddb3 tolerates smaller timeout on Windows (#2840) by Victor Stinner · 8 years ago
- 2b92cd3 bpo-30850: Use specialized assert methods in bsddb tests. (#2584) by Serhiy Storchaka · 8 years ago
- 8d496ad Issue #27171: Fix typos in documentation, code comments, and tests by Martin Panter · 9 years ago
- b1d867f Issue #27076: Doc, comment and test function name spelling fixes by Martin Panter · 9 years ago
- 169f195 Issue #22943: bsddb tests are locale independend now. by Serhiy Storchaka · 11 years ago
- 0cb0b30 disable tests that always fail on windows (#22943) by Benjamin Peterson · 11 years ago
- e0ed2d7 Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 12 years ago
- 7161075 Reindent files for: by doko@ubuntu.com · 12 years ago
- 4950a3b - Issue #17477: Update the bsddb module to pybsddb 5.3.0, supporting by doko@ubuntu.com · 12 years ago
- 2623a37 Merged revisions 86596 via svnmerge from by Ezio Melotti · 15 years ago
- 0ccc7bb stop CObject deprecation warnings in test___all__ by Benjamin Peterson · 15 years ago
- 674a9eb remove deprecation warnings silence attempting by Benjamin Peterson · 15 years ago
- 7beeeb5 silence PyCObject warnings in bsddb by Benjamin Peterson · 15 years ago
- 73c22e9 Missing testsuite files by Jesus Cea · 15 years ago
- 6557aac pybsddb 4.8.4 integration. Please, comment in issue #8156 by Jesus Cea · 15 years ago
- 54cc539 - Issue #6949: Allow the _bsddb extension to be built with db-4.8.x. by Matthias Klose · 15 years ago
- 651bc32 use proper shebang lines by Benjamin Peterson · 15 years ago
- e7901c5 #7808: Fix reference leaks in _bsddb and related tests. by Florent Xicluna · 15 years ago
- 343faca Issue 3892 again. The bsddb3 replication test still fails randomly. by R. David Murray · 15 years ago
- 48605be Issue 7975: in python 2.6 bsddb.dbshelve switched from DictMixin to by R. David Murray · 15 years ago
- 8d3f130 Fix idioms and a couple of py3k warnings. Patch by Florent Xicluna. by Ezio Melotti · 16 years ago
- 5d62cfe #7092: silence py3k warnings for bsddb. Patch by Florent Xicluna. by Ezio Melotti · 16 years ago
- aab2401 #7269: fix failures in test_bsddb3. Patch by Florent Xicluna. by Ezio Melotti · 16 years ago
- b9d4963 Issue #7092: Fix the DeprecationWarnings emitted by the standard library by Antoine Pitrou · 16 years ago
- ca020bb Turn the bsddb replication startup timeout test into a by R. David Murray · 16 years ago
- fdd5354 I got the relative magnitudes of the timeout increases reversed, so by R. David Murray · 16 years ago
- 2537e7a Increase the timeout in the bsddb3 replication test to allow by R. David Murray · 16 years ago
- 63b0cb2 Fix py3k warnings in bsddb by Antoine Pitrou · 16 years ago
- 3e4caeb Issue #5341: Fix a variety of spelling errors. by Mark Dickinson · 17 years ago
- c028abf Issue #5073: Fix occasional failure of bsddb/test/test_lock.py. Thanks by Mark Dickinson · 17 years ago
- 5cd5f12 Bugfix for issue3885 and 'DB.verify()' crash. by Jesus Cea · 17 years ago
- 9f381ec On Windows, temporarily disable the bsddb test referenced in bug 3892. by Mark Hammond · 17 years ago
- 672237d warnings.catch_warnings() now returns a list or None instead of the custom by Brett Cannon · 17 years ago
- 32476fc Deprecate bsddb for removal in Python 3.0. by Brett Cannon · 17 years ago
- 69acb43 Python3.0 bsddb testsuite compatibility improvements by Jesus Cea · 17 years ago
- 3b6be74 Improve compatibility with Python3.0 testsuite by Jesus Cea · 17 years ago
- 057dfdd In Python3.0, "test.test_support" is renamed to "test.support". by Jesus Cea · 17 years ago
- 4907d27 Update bsddb code to version 4.7.3pre2. This code should by Jesus Cea · 17 years ago
- 926779e Remove a dict.has_key() use to silence a warning raised under -3. by Brett Cannon · 17 years ago
- cde8cdd Be less strict with replication timeouts (the machine by Jesus Cea · 17 years ago
- a99363f Refinements in the bsddb testsuite by Jesus Cea · 17 years ago
- c5a11fa bsddb module updated to version 4.7.2devel9. by Jesus Cea · 17 years ago
- 6e7e137 Merged revisions 64368-64369 via svnmerge from by Trent Nelson · 17 years ago
- dbd2f6d Better integration between Python testing and bsddb3 by Jesus Cea · 17 years ago
- 9e6468b Fix issue2669: bsddb simple/legacy interface iteration silently fails by Gregory P. Smith · 17 years ago
- 8107290 * Give the test_bsddb3 tests a unique temporary directory to run their by Gregory P. Smith · 17 years ago
- f7cbfcf Use test_support to get network ports to bind to. by Gregory P. Smith · 17 years ago
- ca3939c bsddb module updated to version 4.7.0 by Jesus Cea · 17 years ago
- 958ee47 bsddb: Beware with sequence wrapping by Jesus Cea · 17 years ago
- 664782e issue2858: Fix potential memory corruption when bsddb.db.DBEnv.lock_get by Gregory P. Smith · 17 years ago
- 00ca01e disable the crashing test. I will also file a bug. This crash does by Gregory P. Smith · 17 years ago
- 18eb1fa Testsuite for bsddb module, version 4.6.4 by Jesus Cea · 17 years ago
- 5b63acd #2503 make singletons compared with "is" not == or != by Benjamin Peterson · 17 years ago
- 48581c5 Make sure that the warnings filter is not reset or changed beyond the current by Brett Cannon · 17 years ago
- 31e8893 Remove the files/dirs after closing the DB so the tests work on Windows. by Neal Norwitz · 17 years ago
- 4a50d26 Close the file before trying to remove the directory so it works on Windows. by Neal Norwitz · 17 years ago
- 492e2bf Modify import of test_support so that the code can also be used with a by Gregory P. Smith · 17 years ago
- 6057b2e Create a db_home directory with a unique name so multiple users can by Neal Norwitz · 17 years ago
- c5f05e4 Patch #2167 from calvin: Remove unused imports by Christian Heimes · 18 years ago
- 3d785e2 Consistently use tempfile.tempdir for the db_home directory. by Neal Norwitz · 18 years ago
- 960efe9 Fix exception in tearDown on ppc buildbot. If there's no directory, by Neal Norwitz · 18 years ago
- 80e95c1 * db->get_flags is only available in BerkeleyDB >= 4.2 by Gregory P. Smith · 18 years ago
- ac11e02 Add the bsddb.db.DBEnv.lock_id_free method. by Gregory P. Smith · 18 years ago
- ec10a4a Fixes bug 477182 on pybsddb.sf.net. DB objects now load the flags and by Gregory P. Smith · 18 years ago
- 6d331ca Undo revision 58533 58534 fixes. Those were a workaround for by Gregory P. Smith · 18 years ago
- aae141a Fix bug introduced in revision 58385. Database keys could no longer by Gregory P. Smith · 18 years ago
- 87fc9ad squelch the warning that this test is supposed to trigger. by Gregory P. Smith · 18 years ago
- 3ef21cb A cleaner fix than the one committed last night. Generate random rowids that by Gregory P. Smith · 18 years ago
- f8a2a0b Fix a weird bug in dbtables: if it chose a random rowid string that contained by Gregory P. Smith · 18 years ago
- afed3a4 cleanup test_dbtables to use mkdtemp. cleanup dbtables to pass txn as a by Gregory P. Smith · 18 years ago
- d29f1d2 Use unittest for assertions by Neal Norwitz · 18 years ago
- 3884690d Don't raise a string exception, they don't work anymore. by Neal Norwitz · 18 years ago
- 5d743fd Fix an uncollectable reference leak in bsddb.db.DBShelf.append by Gregory P. Smith · 18 years ago
- d40f126 Fixes http://bugs.python.org/issue1233 - bsddb.dbshelve.DBShelf.append by Gregory P. Smith · 18 years ago
- b7de61b Use the highest cPickle protocol in bsddb.dbshelve. This comes from by Gregory P. Smith · 18 years ago
- 10bed54 Fix a double free when positioning a database cursor to a non-existant by Gregory P. Smith · 18 years ago
- f805785 email address update by Gregory P. Smith · 18 years ago
- 161586c Apply the fix from Issue1112 to make this test more robust and keep by Gregory P. Smith · 18 years ago
- 1042a4d Fix bug 1725856. by Gregory P. Smith · 18 years ago
- ca4669c stop leaving log.0000001 __db.00* and xxx.db turds in developer by Gregory P. Smith · 18 years ago
- d410b32 Give some clue as to what happened if the test fails. by Neal Norwitz · 18 years ago
- 9c3a392 [Patch #1520904] Fix bsddb tests to write to the temp directory instead of the Lib/bsddb/test directory by Andrew M. Kuchling · 19 years ago
- 8b96a35 Support linking of the bsddb module against BerkeleyDB 4.5.x by Gregory P. Smith · 19 years ago
- 10cdb74 Oops, convert tabs to spaces by Neal Norwitz · 19 years ago
- 4fe4423 Bug #1599782: Fix segfault on bsddb.db.DB().type(). by Neal Norwitz · 19 years ago
- 919d5cc This was found by Guido AFAIK on p3yk (sic) branch. by Neal Norwitz · 19 years ago
- 641cddf - pybsddb Bug #1527939: bsddb module DBEnv dbremove and dbrename by Gregory P. Smith · 19 years ago
- 506f7b5 - bsddb: multithreaded DB access using the simple bsddb module interface by Gregory P. Smith · 19 years ago
- 6aaccc6 Fix errors found by pychecker by Neal Norwitz · 19 years ago
- 996710f pasted set_lk_detect line in wrong spot in previous commit. fixed. passes tests this time. by Gregory P. Smith · 19 years ago
- dda291c * Turn the deadlock situation described in SF bug #775414 into a by Gregory P. Smith · 19 years ago
- ff7d991 - bsddb: the bsddb.dbtables Modify method now raises the proper error and by Gregory P. Smith · 19 years ago
- c169e9f Add missing svn:eol-style property to text files. by Tim Peters · 19 years ago
- 372b583 * fix DBCursor.pget() bug with keyword argument names when no data= is by Gregory P. Smith · 19 years ago
- d6024d3 Whitespace normalization. by Tim Peters · 19 years ago
- 9d7a69c forgot to add this file in previous commit by Gregory P. Smith · 19 years ago
- f0547d0 * add support for DBSequence objects [patch #1466734] by Gregory P. Smith · 19 years ago
- db8a807 * support DBEnv.lsn_reset() method on BerkeleyDB >= 4.4 [patch #1494902] by Gregory P. Smith · 19 years ago
- 7140de0 Whitespace normalization. by Tim Peters · 19 years ago