summaryrefslogtreecommitdiffstats
path: root/Lib/bsddb/dbtables.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 58742-58816 via svnmerge fromGuido van Rossum2007-11-021-1/+1
* Fixes issue1371 and reenables those tests.Gregory P. Smith2007-11-011-3/+2
* Merge 58532, 58533, 58534: bsddb.dbtables bug fixes - don't allow null bytesGregory P. Smith2007-10-181-13/+14
* some test suite cleanup, use tempfile.mkdtemp() in setUp andGregory P. Smith2007-08-281-1/+1
* Convert raise statements in bsddb.Collin Winter2007-08-221-14/+14
* Fix test_bsddb3.Martin v. Löwis2007-08-111-24/+27
* Fix dbshelve and much of dbtables.Martin v. Löwis2007-08-101-24/+30
* Fix most of the bsddb3 tests.Martin v. Löwis2007-08-081-2/+2
* Getting rid of cPickle. Mmm, feels good!Guido van Rossum2007-07-201-1/+1
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-3/+3
* Merged revisions 55795-55816 via svnmerge fromGuido van Rossum2007-06-071-4/+3
* More fixes related to removal of exception slicing.Guido van Rossum2007-03-281-9/+9
* Fix test_bsddb3 (along with something bsddb) to work with dict views.Brett Cannon2007-02-221-2/+2
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-2/+2
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-10/+10
* Killed the <> operator. You must now use !=.Guido van Rossum2006-08-241-1/+1
* Fixed to the point that all unit tests pass again. (However, I get 4Guido van Rossum2006-08-211-9/+9
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-0/+6
* Merge the rest of the trunk.Thomas Wouters2006-06-081-18/+25
* Purged Berkeley code of references to the long-obsolete whrandom.Tim Peters2004-08-081-3/+3
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-5/+5
* 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-0/+3
* Everything worked in both the distutils distro and in Python 2.3cvs,Barry Warsaw2003-01-281-84/+96
* Port BerkeleyDB 4.1 support from the pybsddb project. bsddb is now atBarry Warsaw2002-12-301-56/+100
* In class bsdTableDB, add class variables db and env (set to None) toGuido van Rossum2002-12-021-0/+5
* Whitespace normalization.Tim Peters2002-11-241-1/+0
* Merge with bsddb3 2002.11.23.10.42.36Martin v. Löwis2002-11-231-11/+12
* Replace bsddb3 and _db occurrences.Martin v. Löwis2002-11-191-1/+1
* Import PyBSDDB 3.4.0. Rename historical wrapper to bsddb185.Martin v. Löwis2002-11-191-0/+629