summaryrefslogtreecommitdiffstats
path: root/Lib/bsddb/test/test_dbtables.py
Commit message (Expand)AuthorAgeFilesLines
* remove bsddbBenjamin Peterson2008-09-031-405/+0
* bsddb code updated to version 4.7.3pre2. This code is the same thanJesus Cea2008-08-311-133/+143
* Fix a failure in bsddb tests, following the changes in regular expression sem...Antoine Pitrou2008-08-191-2/+2
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1
* Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge...Benjamin Peterson2008-03-311-1/+1
* Merged revisions 61143-61144,61146-61147,61150-61151,61157,61165-61168,61170-...Christian Heimes2008-03-021-1/+4
* Merged revisions 61038,61042-61045,61047,61049-61053,61055-61057 via svnmerge...Christian Heimes2008-02-251-4/+8
* Get test_bsddb3 passingNeal Norwitz2007-08-291-1/+1
* some test suite cleanup, use tempfile.mkdtemp() in setUp andGregory P. Smith2007-08-281-12/+6
* Require strict bytes objects for all bsddb.db input values.Gregory P. Smith2007-08-231-53/+53
* Convert raise statements in bsddb.Collin Winter2007-08-221-1/+1
* Fix test_bsddb3.Martin v. Löwis2007-08-111-36/+36
* Fix dbshelve and much of dbtables.Martin v. Löwis2007-08-101-2/+6
* Getting rid of cPickle. Mmm, feels good!Guido van Rossum2007-07-201-5/+1
* Fix test_bsddb3 (along with something bsddb) to work with dict views.Brett Cannon2007-02-221-0/+10
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-4/+4
* Merged revisions 53005-53303 via svnmerge fromThomas Wouters2007-01-091-1/+2
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-181-1/+1
* Merge the rest of the trunk.Thomas Wouters2006-06-081-0/+10
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-1/+1
* 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/+6
* Port BerkeleyDB 4.1 support from the pybsddb project. bsddb is now atBarry Warsaw2002-12-301-38/+106
* Whitespace normalization.Tim Peters2002-11-241-1/+1
* Merge with bsddb3 2002.11.23.10.42.36Martin v. Löwis2002-11-231-0/+35
* Importing test suite from bsddb3 3.4.0 (with modifications).Martin v. Löwis2002-11-191-0/+265