Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Delete the LaTeX doc tree. | Georg Brandl | 2007-08-15 | 1 | -88/+0 |
| | |||||
* | Its time to stop listing (Unix, Windows) when we really mean "everything but ↵ | Gregory P. Smith | 2007-03-14 | 1 | -1/+0 |
| | | | | | | | | Mac OS 9" now that nobody is likely to use Python on Mac OS 9 and most of the (Mac) platform items are all OS X special API specific since OS X is unixy enough for these modules to be available out of the box. | ||||
* | Minor fixups | Raymond Hettinger | 2003-09-16 | 1 | -1/+1 |
| | |||||
* | SF #662923 | Raymond Hettinger | 2003-09-12 | 1 | -7/+7 |
| | | | | | | Add support for the iterator and mapping protocols. For Py2.3, this was done for shelve, dumbdbm and other mapping objects, but not for bsddb and dbhash which were inadvertently missed. | ||||
* | SF bug #802302: Invalid documentation for dbhash. | Raymond Hettinger | 2003-09-10 | 1 | -10/+9 |
| | | | | The documentation severely departed for the actual implementation. | ||||
* | Remove duplicate ', ' in dbhash.open()'s argument list. | Thomas Wouters | 2001-06-27 | 1 | -1/+1 |
| | |||||
* | Fix bug #422702: Make flag argument to open optional, and document it that way. | Martin v. Löwis | 2001-06-05 | 1 | -1/+1 |
| | |||||
* | bsddb docs from Skip Montanaro; added interesting links. | Fred Drake | 1999-04-19 | 1 | -1/+2 |
| | |||||
* | Minor nits, include author info. | Fred Drake | 1999-04-16 | 1 | -2/+2 |
| | |||||
* | Document the dbhash module, and link to it from appropriate places. | Fred Drake | 1999-04-15 | 1 | -0/+89 |