summaryrefslogtreecommitdiffstats
path: root/Lib/bsddb/test/test_basics.py
Commit message (Expand)AuthorAgeFilesLines
* Reindent files for:doko@ubuntu.com2013-03-191-7/+7
* - Issue #17477: Update the bsddb module to pybsddb 5.3.0, supportingdoko@ubuntu.com2013-03-191-35/+1
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-6/+6
* pybsddb 4.8.4 integration. Please, comment in issue #8156Jesus Cea2010-03-221-33/+183
* - Issue #6949: Allow the _bsddb extension to be built with db-4.8.x.Matthias Klose2010-03-151-5/+6
* Fix idioms and a couple of py3k warnings. Patch by Florent Xicluna.Ezio Melotti2010-02-021-2/+2
* #7092: silence py3k warnings for bsddb. Patch by Florent Xicluna.Ezio Melotti2010-02-021-45/+13
* Issue #5341: Fix a variety of spelling errors.Mark Dickinson2009-02-211-1/+1
* Bugfix for issue3885 and 'DB.verify()' crash.Jesus Cea2008-09-231-16/+36
* Update bsddb code to version 4.7.3pre2. This code shouldJesus Cea2008-08-311-26/+49
* bsddb module updated to version 4.7.2devel9.Jesus Cea2008-07-231-16/+59
* Testsuite for bsddb module, version 4.6.4Jesus Cea2008-05-131-118/+116
* #2503 make singletons compared with "is" not == or !=Benjamin Peterson2008-03-291-2/+2
* Close the file before trying to remove the directory so it works on Windows.Neal Norwitz2008-03-041-1/+2
* Modify import of test_support so that the code can also be used with aGregory P. Smith2008-03-021-1/+5
* Create a db_home directory with a unique name so multiple users canNeal Norwitz2008-02-241-9/+5
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+0
* [Patch #1520904] Fix bsddb tests to write to the temp directory instead of th...Andrew M. Kuchling2007-01-051-1/+1
* This was found by Guido AFAIK on p3yk (sic) branch.Neal Norwitz2006-09-051-1/+1
* - pybsddb Bug #1527939: bsddb module DBEnv dbremove and dbrenameGregory P. Smith2006-07-281-6/+31
* * support DBEnv.log_stat() method on BerkeleyDB >= 4.0 [patch #1494885]Gregory P. Smith2006-06-051-0/+7
* bugfix: when log_archive was called with the DB_ARCH_REMOVE flag presentGregory P. Smith2006-06-051-0/+3
* Add wrapper for DBEnv.set_tx_timeout method to allow time based DB_RECOVERGregory P. Smith2006-01-271-0/+3
* Tools/scripts/reindent.py _is_ your friendAnthony Baxter2005-06-081-7/+7
* pybsddb 4.3.2:Gregory P. Smith2005-06-041-4/+7
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-3/+3
* Fixes SF bug # 778421Gregory P. Smith2004-02-261-1/+6
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-4/+4
* __init__.py: keep it compatible with older python (True and False == 1 and 0)Gregory P. Smith2004-01-131-4/+15
* bsddb3 4.2.2, adds DBCursor.get_current_size() method to return the lengthGregory P. Smith2003-10-011-36/+36
* Adds basic support for BerkeleyDB 4.2.x. Compiles and passes tests; newGregory P. Smith2003-09-211-3/+3
* bsddb 4.1.6:Gregory P. Smith2003-07-091-9/+54
* Everything worked in both the distutils distro and in Python 2.3cvs,Barry Warsaw2003-01-281-1/+6
* bugfix: do not double-close DB cursor during deallocation when theGregory P. Smith2003-01-171-0/+12
* bugfix: disallow use of DB_TXN after commit() or abort(), prevents aGregory P. Smith2003-01-171-0/+20
* Port BerkeleyDB 4.1 support from the pybsddb project. bsddb is now atBarry Warsaw2002-12-301-58/+95
* Whitespace normalization.Tim Peters2002-11-241-1/+0
* Importing test suite from bsddb3 3.4.0 (with modifications).Martin v. Löwis2002-11-191-0/+814