summaryrefslogtreecommitdiffstats
path: root/Lib/bsddb/test/test_recno.py
Commit message (Expand)AuthorAgeFilesLines
* Fix most of the bsddb3 tests.Martin v. Löwis2007-08-081-8/+8
* Merged revisions 55407-55513 via svnmerge fromGuido van Rossum2007-05-221-1/+1
* Fix errors in bsddb3 tests due to removal of exception slicing.Guido van Rossum2007-03-281-3/+3
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-21/+21
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-6/+6
* Merged revisions 53005-53303 via svnmerge fromThomas Wouters2007-01-091-4/+4
* Killed the <> operator. You must now use !=.Guido van Rossum2006-08-241-1/+1
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-181-1/+1
* Tools/scripts/reindent.py _is_ your friendAnthony Baxter2005-06-081-23/+23
* pybsddb 4.3.2:Gregory P. Smith2005-06-041-5/+26
* SF patch / bug #967763Gregory P. Smith2004-06-271-0/+9
* Adds basic support for BerkeleyDB 4.2.x. Compiles and passes tests; newGregory P. Smith2003-09-211-3/+3
* Everything worked in both the distutils distro and in Python 2.3cvs,Barry Warsaw2003-01-281-1/+7
* Python 2.1's string module doesn't have ascii_letters, so let's justBarry Warsaw2003-01-101-13/+10
* Make two tests non-locale-dependentBarry Warsaw2002-12-311-2/+2
* Port BerkeleyDB 4.1 support from the pybsddb project. bsddb is now atBarry Warsaw2002-12-301-16/+22
* Whitespace normalization.Tim Peters2002-11-241-2/+0
* Importing test suite from bsddb3 3.4.0 (with modifications).Martin v. Löwis2002-11-191-0/+258