Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bsddb4.7.3pre9 renamed to 4.7.3 | Jesus Cea | 2008-09-28 | 1 | -1/+1 |
| | |||||
* | Bugfix for issue3885 and 'DB.verify()' crash. | Jesus Cea | 2008-09-23 | 1 | -1/+1 |
| | | | | Reviewed by Nick Coghlan. | ||||
* | Python3.0 bsddb testsuite compatibility improvements | Jesus Cea | 2008-09-03 | 1 | -1/+1 |
| | |||||
* | Fix some leaks - Neal Norwitz | Jesus Cea | 2008-09-03 | 1 | -1/+1 |
| | |||||
* | Improve compatibility with Python3.0 testsuite | Jesus Cea | 2008-09-02 | 1 | -1/+1 |
| | |||||
* | Update bsddb code to version 4.7.3pre2. This code should | Jesus Cea | 2008-08-31 | 1 | -3/+3 |
| | | | | | | 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 | -5/+4 |
| | | | | | | | | | | | | | 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 | ||||
* | bsddb module updated to version 4.7.0 | Jesus Cea | 2008-05-22 | 1 | -1/+1 |
| | |||||
* | bsddb module updated to version 4.6.4 | Jesus Cea | 2008-05-13 | 1 | -9/+45 |
| | |||||
* | Fixed a warning in _codecs_iso2022.c and some non C89 conform // comments. | Christian Heimes | 2007-12-14 | 1 | -2/+2 |
| | |||||
* | Splits Modules/_bsddb.c up into bsddb.h and _bsddb.c and adds a C API | Gregory P. Smith | 2007-10-09 | 1 | -0/+238 |
object available as bsddb.db.api. This is based on the patch submitted by Duncan Grisby here: http://sourceforge.net/tracker/index.php?func=detail&aid=1551895&group_id=13900&atid=313900 See this thread for additional info: http://sourceforge.net/mailarchive/forum.php?thread_name=E1GAVDK-0002rk-Iw%40apasphere.com&forum_name=pybsddb-users It also cleans up the code a little by removing some ifdef/endifs for python prior to 2.1 and for unsupported Berkeley DB <= 3.2. |