summaryrefslogtreecommitdiffstats
path: root/Lib/bsddb/test/test_compare.py
Commit message (Expand)AuthorAgeFilesLines
* remove bsddbBenjamin Peterson2008-09-031-257/+0
* bsddb code updated to version 4.7.3pre2. This code is the same thanJesus Cea2008-08-311-56/+45
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1
* Merged revisions 61143-61144,61146-61147,61150-61151,61157,61165-61168,61170-...Christian Heimes2008-03-021-1/+5
* Merged revisions 61038,61042-61045,61047,61049-61053,61055-61057 via svnmerge...Christian Heimes2008-02-251-2/+3
* Convert some custom sort comparison functions to equivalent key functions.Raymond Hettinger2008-01-301-1/+11
* Fixed two bugs in the bsddb tests. One was reported as #1956Christian Heimes2008-01-281-1/+1
* Merged revisions 60284-60349 via svnmerge fromChristian Heimes2008-01-271-1/+7
* fix test, use bytes not unicode and let the test raise its internal exceptionGregory P. Smith2007-09-031-5/+5
* strings vs bytes, bytes wins againGregory P. Smith2007-08-291-4/+4
* some test suite cleanup, use tempfile.mkdtemp() in setUp andGregory P. Smith2007-08-281-18/+15
* Convert raise statements in bsddb.Collin Winter2007-08-221-1/+1
* SF patch# 1770008 by Christian Heimes (plus some extras).Guido van Rossum2007-08-091-1/+1
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+1
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-181-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