Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pybsddb 4.8.4 integration. Please, comment in issue #8156 | Jesus Cea | 2010-03-22 | 1 | -15/+112 |
| | |||||
* | Fix idioms and a couple of py3k warnings. Patch by Florent Xicluna. | Ezio Melotti | 2010-02-02 | 1 | -9/+9 |
| | |||||
* | Python3.0 bsddb testsuite compatibility improvements | Jesus Cea | 2008-09-03 | 1 | -0/+4 |
| | |||||
* | Improve compatibility with Python3.0 testsuite | Jesus Cea | 2008-09-02 | 1 | -0/+2 |
| | |||||
* | In Python3.0, "test.test_support" is renamed to "test.support". | Jesus Cea | 2008-09-01 | 1 | -1/+4 |
| | |||||
* | Update bsddb code to version 4.7.3pre2. This code should | Jesus Cea | 2008-08-31 | 1 | -4/+349 |
| | | | | | | be compatible with Python 3.0, also. http://www.jcea.es/programacion/pybsddb.htm#bsddb3-4.7.3 | ||||
* | bsddb module updated to version 4.7.2devel9. | Jesus Cea | 2008-07-23 | 1 | -4/+19 |
| | | | | | | | | | | | | | This patch publishes the work done until now for Python 3.0 compatibility. Still a lot to be done. When possible, we use 3.0 features in Python 2.6, easing development and testing, and exposing internal changes to a wider audience, for better test coverage. Some mode details: http://www.jcea.es/programacion/pybsddb.htm#bsddb3-4.7.2 | ||||
* | Better integration between Python testing and bsddb3 | Jesus Cea | 2008-05-27 | 1 | -9/+12 |
| | |||||
* | * Give the test_bsddb3 tests a unique temporary directory to run their | Gregory P. Smith | 2008-05-25 | 1 | -7/+15 |
| | | | | | | | | stuff in and clean it up afterwards regardless of the result. * Get rid of duplicate list of test modules to run, they're maintained within test_all now. * Print the BerkeleyDB version to stderr when running test_bsddb3 to help buildbot problem diagnosis. | ||||
* | Testsuite for bsddb module, version 4.6.4 | Jesus Cea | 2008-05-13 | 1 | -1/+55 |
| | |||||
* | * fix DBCursor.pget() bug with keyword argument names when no data= is | Gregory P. Smith | 2006-06-05 | 1 | -0/+1 |
| | | | | supplied [SF pybsddb bug #1477863] | ||||
* | * add support for DBSequence objects [patch #1466734] | Gregory P. Smith | 2006-06-05 | 1 | -6/+7 |
| | |||||
* | Fix bsddb.db.DBError derived exceptions so they can be unpickled. | Gregory P. Smith | 2006-04-08 | 1 | -0/+1 |
| | | | | | Also adds some backwards compatibility when compiling _bsddb.c on earlier python versions (needed for pybsddb). | ||||
* | Fix bug #1413192, fix seg fault in bsddb if a txn was deleted before the env. | Neal Norwitz | 2006-01-25 | 1 | -0/+6 |
| | | | | Will backport. | ||||
* | pybsddb 4.3.1, adds support for DB.set_bt_compare database btree comparison | Gregory P. Smith | 2005-06-03 | 1 | -0/+1 |
| | | | | | | functions written in python. contributed by <frederic.gobry@epfl.ch> | ||||
* | bugfix for people executing test_all to run the test suite. (call the | Gregory P. Smith | 2004-03-16 | 1 | -1/+1 |
| | | | | correct function) | ||||
* | Adds basic support for BerkeleyDB 4.2.x. Compiles and passes tests; new | Gregory P. Smith | 2003-09-21 | 1 | -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 Warsaw | 2003-01-28 | 1 | -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 at | Barry Warsaw | 2002-12-30 | 1 | -0/+76 |
version 4.1.1 and works with up to BerkeleyDB 4.1.25. |