summaryrefslogtreecommitdiffstats
path: root/Lib/bsddb/test/test_get_none.py
Commit message (Collapse)AuthorAgeFilesLines
* remove bsddbBenjamin Peterson2008-09-031-92/+0
|
* bsddb code updated to version 4.7.3pre2. This code is the same thanJesus Cea2008-08-311-27/+20
| | | | | | | | | Python 2.6 one, since the intention is to keep an unified 2.x/3.x codebase. The Python code is automatically translated using "2to3". Please, do not update this code in Python 3.0 by hand. Update the 2.6 one and then do "2to3".
* some test suite cleanup, use tempfile.mkdtemp() in setUp andGregory P. Smith2007-08-281-1/+1
| | | | | shutil.rmtree() in tearDown(). add missing tests to the list in the test_bsddb3 suite.
* Eat some low hanging fruit... let the test suite run.Gregory P. Smith2007-08-221-2/+3
|
* Fix most of the bsddb3 tests.Martin v. Löwis2007-08-081-13/+10
|
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-181-1/+1
| | | | | | Not all code has been fixed yet; this is just a checkpoint... The C API still has PyDict_HasKey() and _HasKeyString(); not sure if I want to change those just yet.
* Adds basic support for BerkeleyDB 4.2.x. Compiles and passes tests; newGregory P. Smith2003-09-211-3/+3
| | | | | | | | | | features in BerkeleyDB not exposed. notably: the DB_MPOOLFILE interface has not yet been wrapped in an object. Adds support for building and installing bsddb3 in python2.3 that has an older version of this module installed as bsddb without conflicts. The pybsddb.sf.net build/packaged version of the module uses a dynamicly loadable module called _pybsddb rather than _bsddb.
* Everything worked in both the distutils distro and in Python 2.3cvs,Barry Warsaw2003-01-281-1/+6
| | | | so merge from the bsddb-bsddb3-schizo-branch back to the trunk.
* Port BerkeleyDB 4.1 support from the pybsddb project. bsddb is now atBarry Warsaw2002-12-301-3/+3
| | | | version 4.1.1 and works with up to BerkeleyDB 4.1.25.
* 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/+98