summaryrefslogtreecommitdiffstats
path: root/Lib/bsddb
Commit message (Expand)AuthorAgeFilesLines
* Cleanup test_thread. CDB (Concurrent Database) support in BerkeleyDB is onlyGregory P. Smith2007-09-081-28/+26
* merge r58023 to fix issue1112 on windows. make this test more robustGregory P. Smith2007-09-061-10/+22
* fix test, use bytes not unicode and let the test raise its internal exceptionGregory P. Smith2007-09-031-5/+5
* Get test_bsddb3 passingNeal Norwitz2007-08-293-6/+6
* strings vs bytes, bytes wins againGregory P. Smith2007-08-291-4/+4
* some test suite cleanup, use tempfile.mkdtemp() in setUp andGregory P. Smith2007-08-2821-221/+169
* Remove unneeded imports from bsddb's test_dbshelve.Collin Winter2007-08-281-3/+1
* reapply of r57378 to fix bug 1725856Gregory P. Smith2007-08-241-0/+4
* Require strict bytes objects for all bsddb.db input values.Gregory P. Smith2007-08-234-74/+74
* docstring cut n paste correctionGregory P. Smith2007-08-231-1/+1
* Convert raise statements in bsddb.Collin Winter2007-08-229-33/+33
* stop leaving log.0000001 __db.00* and xxx.db turds in developerGregory P. Smith2007-08-221-2/+11
* Eat some low hanging fruit... let the test suite run.Gregory P. Smith2007-08-224-7/+12
* Fix test_bsddb3.Martin v. Löwis2007-08-112-60/+63
* Fix dbshelve and much of dbtables.Martin v. Löwis2007-08-103-38/+51
* Wrap set_location.Martin v. Löwis2007-08-101-0/+8
* SF patch# 1770008 by Christian Heimes (plus some extras).Guido van Rossum2007-08-091-1/+1
* Fix most of the bsddb3 tests.Martin v. Löwis2007-08-0813-260/+244
* Make bsddb use bytes as keys and values. Add StringKeysMartin v. Löwis2007-08-051-14/+136
* Getting rid of cPickle. Mmm, feels good!Guido van Rossum2007-07-203-14/+2
* Merged revisions 56154-56264 via svnmerge fromGuido van Rossum2007-07-111-2/+2
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-137-15/+15
* Merged revisions 55795-55816 via svnmerge fromGuido van Rossum2007-06-071-4/+3
* Merged revisions 55631-55794 via svnmerge fromGuido van Rossum2007-06-061-6/+0
* Merged revisions 55407-55513 via svnmerge fromGuido van Rossum2007-05-221-1/+1
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-3/+3
* Remove functions in string module that are also string methods. Also remove:Neal Norwitz2007-04-177-17/+16
* More fixes related to removal of exception slicing.Guido van Rossum2007-03-281-9/+9
* Fix errors in bsddb3 tests due to removal of exception slicing.Guido van Rossum2007-03-282-11/+11
* Fix test_bsddb3 (along with something bsddb) to work with dict views.Brett Cannon2007-02-222-2/+12
* Kill off softspace completely (except in formatter.py which seems to haveGuido van Rossum2007-02-091-1/+0
* Fix most trivially-findable print statements.Guido van Rossum2007-02-0912-219/+219
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-106-35/+35
* Merged revisions 53005-53303 via svnmerge fromThomas Wouters2007-01-0913-17/+21
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-0/+4
* Patch #1550800: make exec a function.Georg Brandl2006-09-061-2/+2
* Fix the bsddb3 unit tests.Guido van Rossum2006-08-242-7/+19
* Killed the <> operator. You must now use !=.Guido van Rossum2006-08-244-4/+4
* Fixed to the point that all unit tests pass again. (However, I get 4Guido van Rossum2006-08-215-18/+17
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-1819-19/+32
* Get rid of the apply() calls here, to make the unit test pass.Guido van Rossum2006-08-181-17/+17
* Delete merge turd.Guido van Rossum2006-08-181-1/+0
* Fix another relative import.Guido van Rossum2006-08-171-1/+1
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-115-40/+79
* Merge the rest of the trunk.Thomas Wouters2006-06-088-24/+275
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-0/+6
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-213-8/+86
* Remove apply()Neal Norwitz2006-03-175-85/+85
* Plug the last 657 referenceleaks in test_bsddb3: a circular referenceThomas Wouters2006-03-121-0/+5
* Whitespace normalization.Tim Peters2006-02-201-1/+1