| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | pybsddb 4.8.4 integration. Please, comment in issue #8156 | Jesus Cea | 2010-03-22 | 1 | -9/+29 |
| | | |||||
| * | #7808: Fix reference leaks in _bsddb and related tests. | Florent Xicluna | 2010-03-01 | 1 | -0/+1 |
| | | |||||
| * | Fix idioms and a couple of py3k warnings. Patch by Florent Xicluna. | Ezio Melotti | 2010-02-02 | 1 | -6/+1 |
| | | |||||
| * | #7092: silence py3k warnings for bsddb. Patch by Florent Xicluna. | Ezio Melotti | 2010-02-02 | 1 | -5/+5 |
| | | |||||
| * | Update bsddb code to version 4.7.3pre2. This code should | Jesus Cea | 2008-08-31 | 1 | -12/+21 |
| | | | | | | | 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 | -3/+2 |
| | | | | | | | | | | | | | | 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 | -13/+8 |
| | | |||||
| * | Modify import of test_support so that the code can also be used with a | Gregory P. Smith | 2008-03-02 | 1 | -1/+5 |
| | | | | | | stand alone distribution of bsddb that includes its own small copy of test_support for the needed functionality on older pythons. | ||||
| * | Create a db_home directory with a unique name so multiple users can | Neal Norwitz | 2008-02-24 | 1 | -3/+3 |
| | | | | | | | | | | | | | run the test simultaneously. The simplest thing I found that worked on both Windows and Unix was to use the PID. It's unique so should be sufficient. This should prevent many of the spurious failures of the automated tests since they run as different users. Also cleanup the directory consistenly in the tearDown methods. It would be nice if someone ensured that the directories are always created with a consistent name. | ||||
| * | Consistently use tempfile.tempdir for the db_home directory. | Neal Norwitz | 2008-01-26 | 1 | -1/+2 |
| | | |||||
| * | fix import to work with either module name. | Gregory P. Smith | 2005-06-09 | 1 | -1/+6 |
| | | |||||
| * | Tools/scripts/reindent.py _is_ your friend | Anthony Baxter | 2005-06-08 | 1 | -26/+26 |
| | | |||||
| * | make the tests that expect uncatchable exceptions from a callback test | Gregory P. Smith | 2005-06-06 | 1 | -19/+48 |
| | | | | | | | for them in a roundabout way (catching and parsing stderr) keeps test output clean. | ||||
| * | Whitespace normalization. | Tim Peters | 2005-06-03 | 1 | -186/+186 |
| | | |||||
| * | pybsddb 4.3.1, adds support for DB.set_bt_compare database btree comparison | Gregory P. Smith | 2005-06-03 | 1 | -0/+215 |
| functions written in python. contributed by <frederic.gobry@epfl.ch> | |||||
