summaryrefslogtreecommitdiffstats
path: root/Lib/bsddb/test/test_recno.py
Commit message (Expand)AuthorAgeFilesLines
* remove bsddbBenjamin Peterson2008-09-031-300/+0
* bsddb code updated to version 4.7.3pre2. This code is the same thanJesus Cea2008-08-311-61/+59
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1
* Merged revisions 61143-61144,61146-61147,61150-61151,61157,61165-61168,61170-...Christian Heimes2008-03-021-1/+5
* Merged revisions 61038,61042-61045,61047,61049-61053,61055-61057 via svnmerge...Christian Heimes2008-02-251-7/+10
* Get test_bsddb3 passingNeal Norwitz2007-08-291-3/+3
* some test suite cleanup, use tempfile.mkdtemp() in setUp andGregory P. Smith2007-08-281-5/+5
* Require strict bytes objects for all bsddb.db input values.Gregory P. Smith2007-08-231-7/+7
* 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