summaryrefslogtreecommitdiffstats
path: root/Lib/bsddb/test/test_associate.py
Commit message (Expand)AuthorAgeFilesLines
* 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-4/+12
* Merged revisions 60284-60349 via svnmerge fromChristian Heimes2008-01-271-1/+9
* some test suite cleanup, use tempfile.mkdtemp() in setUp andGregory P. Smith2007-08-281-29/+8
* Fix most of the bsddb3 tests.Martin v. Löwis2007-08-081-22/+23
* Remove functions in string module that are also string methods. Also remove:Neal Norwitz2007-04-171-6/+6
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-18/+18
* Merged revisions 53005-53303 via svnmerge fromThomas Wouters2007-01-091-1/+1
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-181-1/+1
* Plug the last 657 referenceleaks in test_bsddb3: a circular referenceThomas Wouters2006-03-121-0/+5
* Tools/scripts/reindent.py _is_ your friendAnthony Baxter2005-06-081-60/+60
* fix more Errors (not Failures) when run using BerkeleyDB <= 4.0Gregory P. Smith2005-06-061-4/+13
* fix Errors (not Failures) in test cases when running with BerkeleyDB<4.2Gregory P. Smith2005-06-061-32/+61
* test case for pybsddb SF bug id 1215432Gregory P. Smith2005-06-061-0/+50
* test DB.associate using transactions. somewhat related to SF pybsddbGregory P. Smith2005-06-061-12/+46
* Adds support for DB.pget and DBCursor.pget methods.Gregory P. Smith2004-06-281-0/+25
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-2/+2
* 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-1/+1
* Everything worked in both the distutils distro and in Python 2.3cvs,Barry Warsaw2003-01-281-1/+6
* Port BerkeleyDB 4.1 support from the pybsddb project. bsddb is now atBarry Warsaw2002-12-301-28/+26
* Whitespace normalization.Tim Peters2002-11-241-4/+4
* Importing test suite from bsddb3 3.4.0 (with modifications).Martin v. Löwis2002-11-191-0/+323