Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update explanation of the set_location() method to indicate that in | Fred Drake | 2001-01-05 | 1 | -1/+7 |
| | | | | | | | BTree databases, the key need not be in the database. Also, tell about the exception if the key is not in the DB for other DB types. This closes SF bug #127377. | ||||
* | Update comments in the second paragraph, discussing versioning issues | Fred Drake | 2000-09-15 | 1 | -8/+9 |
| | | | | | related to the BSD DB library. Based on comments from Mark Summerfield <summer@netcraft.com>. | ||||
* | Merged changes from the 1.5.2p2 release. | Fred Drake | 2000-04-03 | 1 | -40/+52 |
| | | | | (Very rough.) | ||||
* | Clarifications on the first(), next(), and previous() functions, based | Fred Drake | 1999-04-23 | 1 | -4/+5 |
| | | | | on comments from Detlef Lannert <lannert@lannert.rz.uni-duesseldorf.de>. | ||||
* | Add warning that last() and previous() don't work for hashtable | Fred Drake | 1999-04-22 | 1 | -4/+6 |
| | | | | | databases (opened using hashopen()), as noted by Skip Montanaro on comp.lang.python. | ||||
* | bsddb docs from Skip Montanaro; added interesting links. | Fred Drake | 1999-04-19 | 1 | -0/+143 |