summaryrefslogtreecommitdiff
path: root/Lib/bsddb/test/test_queue.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #22943: bsddb tests are locale independend now.Serhiy Storchaka2014-12-011-7/+6
| | | | This fixes tests on 8-bit locales (in particular on Windows).
* disable tests that always fail on windows (#22943)Benjamin Peterson2014-11-251-0/+1
|
* - Issue #17477: Update the bsddb module to pybsddb 5.3.0, supportingdoko@ubuntu.com2013-03-191-5/+0
| | | | db-5.x, and dropping support for db-4.1 and db-4.2.
* Update bsddb code to version 4.7.3pre2. This code shouldJesus Cea2008-08-311-14/+10
| | | | | | be compatible with Python 3.0, also. http://www.jcea.es/programacion/pybsddb.htm#bsddb3-4.7.3
* Testsuite for bsddb module, version 4.6.4Jesus Cea2008-05-131-9/+8
|
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+1
|
* 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-5/+5
| | | | version 4.1.1 and works with up to BerkeleyDB 4.1.25.
* Importing test suite from bsddb3 3.4.0 (with modifications).Martin v. Löwis2002-11-191-0/+168