summaryrefslogtreecommitdiff
path: root/Lib/bsddb/test/test_compare.py
Commit message (Expand)AuthorAgeFilesLines
* pybsddb 4.8.4 integration. Please, comment in issue #8156Jesus Cea2010-03-221-9/+29
* #7808: Fix reference leaks in _bsddb and related tests.Florent Xicluna2010-03-011-0/+1
* Fix idioms and a couple of py3k warnings. Patch by Florent Xicluna.Ezio Melotti2010-02-021-6/+1
* #7092: silence py3k warnings for bsddb. Patch by Florent Xicluna.Ezio Melotti2010-02-021-5/+5
* Update bsddb code to version 4.7.3pre2. This code shouldJesus Cea2008-08-311-12/+21
* bsddb module updated to version 4.7.2devel9.Jesus Cea2008-07-231-3/+2
* Testsuite for bsddb module, version 4.6.4Jesus Cea2008-05-131-13/+8
* Modify import of test_support so that the code can also be used with aGregory P. Smith2008-03-021-1/+5
* Create a db_home directory with a unique name so multiple users canNeal Norwitz2008-02-241-3/+3
* Consistently use tempfile.tempdir for the db_home directory.Neal Norwitz2008-01-261-1/+2
* fix import to work with either module name.Gregory P. Smith2005-06-091-1/+6
* Tools/scripts/reindent.py _is_ your friendAnthony Baxter2005-06-081-26/+26
* make the tests that expect uncatchable exceptions from a callback testGregory P. Smith2005-06-061-19/+48
* Whitespace normalization.Tim Peters2005-06-031-186/+186
* pybsddb 4.3.1, adds support for DB.set_bt_compare database btree comparisonGregory P. Smith2005-06-031-0/+215