Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pybsddb 4.8.4 integration. Please, comment in issue #8156 | Jesus Cea | 2010-03-22 | 1 | -11/+52 |
| | |||||
* | use proper shebang lines | Benjamin Peterson | 2010-03-11 | 1 | -1/+1 |
| | |||||
* | Issue 7975: in python 2.6 bsddb.dbshelve switched from DictMixin to | R. David Murray | 2010-02-24 | 1 | -15/+6 |
| | | | | | | | MutableMapping, and thereby lost functionality because the replacement functionality was implemented incorrectly or incompletely). Since bsddb isn't in py3k, this patch just goes back to using DictMixin in order to correct the regression. | ||||
* | Fix idioms and a couple of py3k warnings. Patch by Florent Xicluna. | Ezio Melotti | 2010-02-02 | 1 | -3/+3 |
| | |||||
* | Fix py3k warnings in bsddb | Antoine Pitrou | 2009-10-14 | 1 | -2/+2 |
| | |||||
* | Update bsddb code to version 4.7.3pre2. This code should | Jesus Cea | 2008-08-31 | 1 | -3/+12 |
| | | | | | | 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 | -7/+26 |
| | | | | | | | | | | | | | 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 | ||||
* | Testsuite for bsddb module, version 4.6.4 | Jesus Cea | 2008-05-13 | 1 | -5/+14 |
| | |||||
* | #2503 make singletons compared with "is" not == or != | Benjamin Peterson | 2008-03-29 | 1 | -3/+3 |
| | | | | Thanks to Wummel for the patch | ||||
* | Fix an uncollectable reference leak in bsddb.db.DBShelf.append | Gregory P. Smith | 2007-10-13 | 1 | -2/+19 |
| | |||||
* | Fixes http://bugs.python.org/issue1233 - bsddb.dbshelve.DBShelf.append | Gregory P. Smith | 2007-10-12 | 1 | -2/+5 |
| | | | | | was useless due to inverted logic. Also adds a test case for RECNO dbs to test_dbshelve. | ||||
* | Use the highest cPickle protocol in bsddb.dbshelve. This comes from | Gregory P. Smith | 2007-10-09 | 1 | -14/+28 |
| | | | | sourceforge pybsddb patch 1551443 by w_barnes. | ||||
* | * supply a more useful error message when append() is called on the | Gregory P. Smith | 2004-03-16 | 1 | -2/+8 |
| | | | | | wrong type of database in dbshelve. * fix a typo in the exception name when checking args | ||||
* | Adds basic support for BerkeleyDB 4.2.x. Compiles and passes tests; new | Gregory P. Smith | 2003-09-21 | 1 | -6/+1 |
| | | | | | | | | | | 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. | ||||
* | Whitespace normalization. | Tim Peters | 2003-04-24 | 1 | -3/+0 |
| | |||||
* | Fix compatibility for earlier versions of Python (than 2.3), which | Barry Warsaw | 2003-02-08 | 1 | -4/+9 |
| | | | | doesn't have UserDict.DictMixin. | ||||
* | SF patch #674396: Apply UserDict.DictMixin to expand dbshelve and dbojb | Raymond Hettinger | 2003-02-05 | 1 | -1/+2 |
| | | | | to have a full dictionary interface. | ||||
* | 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 | -5/+7 |
| | | | | version 4.1.1 and works with up to BerkeleyDB 4.1.25. | ||||
* | Whitespace normalization. | Tim Peters | 2002-11-24 | 1 | -3/+0 |
| | |||||
* | Replace bsddb3 and _db occurrences. | Martin v. Löwis | 2002-11-19 | 1 | -1/+1 |
| | |||||
* | Import PyBSDDB 3.4.0. Rename historical wrapper to bsddb185. | Martin v. Löwis | 2002-11-19 | 1 | -0/+291 |