Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge the old dumbdbm documetation into the new docs that have been added. | Fred Drake | 2003-07-21 | 1 | -37/+0 |
| | | | | Make some module references hyperlinks. | ||||
* | Revise description of dumbdbm.open() to reflect that the flag argument is | Fred Drake | 2001-12-07 | 1 | -7/+7 |
| | | | | | ignored and that mode was ignored before Python 2.2. This closes SF bug #490098. | ||||
* | Remove self-reference from the anydbm module. | Fred Drake | 2001-07-23 | 1 | -1/+0 |
| | | | | This closes SF patch #443788. | ||||
* | bsddb docs from Skip Montanaro; added interesting links. | Fred Drake | 1999-04-19 | 1 | -1/+1 |
| | |||||
* | Document the dbhash module, and link to it from appropriate places. | Fred Drake | 1999-04-15 | 1 | -2/+3 |
| | |||||
* | Added more "See also" entries, + 1 inline hyperlink. | Fred Drake | 1999-04-05 | 1 | -0/+7 |
| | |||||
* | Added a few items to the "See also" sections at Guido's prompting. Made | Fred Drake | 1999-04-05 | 1 | -6/+18 |
| | | | | | more references to other modules in the text hyperlinks for the HTML and PDF versions. | ||||
* | Shorten a few section titles. | Fred Drake | 1999-02-20 | 1 | -4/+4 |
| | |||||
* | New section header style. | Fred Drake | 1998-08-10 | 1 | -2/+4 |
| | | | | Fix up a few synopses. | ||||
* | Added the dumbdbm synopsis. | Fred Drake | 1998-07-27 | 1 | -1/+1 |
| | |||||
* | Adjusted to use the new module synopsis support macros. | Fred Drake | 1998-07-23 | 1 | -4/+8 |
| | |||||
* | Document changed semantics -- open() now guesses the db type and error | Guido van Rossum | 1998-04-28 | 1 | -2/+10 |
| | | | | is now a tuple of various and sundry exceptions. | ||||
* | Separate sections on anydbm and dumbdbm. | Fred Drake | 1998-04-07 | 1 | -15/+39 |
| | | | | | This is the last separation; each module now gets its own section. This will be useful in performing conversions. | ||||
* | Remove all uses of \sectcode; we can now use logical markup everywhere. | Fred Drake | 1998-04-04 | 1 | -1/+1 |
| | |||||
* | Change "\," to just "," in function signatures. This is easier to maintain, | Fred Drake | 1998-03-17 | 1 | -1/+1 |
| | | | | | works better with LaTeX2HTML, and allows some simplification of the python.sty macros. | ||||
* | Added \label{} for logical addressing. | Fred Drake | 1998-02-18 | 1 | -10/+12 |
| | | | | Logical markup. | ||||
* | Remove all \bcode / \ecode cruft; this is no longer needed. See previous | Fred Drake | 1998-02-13 | 1 | -1/+1 |
| | | | | | | | | | checkin of myformat.sty. Change "\renewcommand{\indexsubitem}{(...)}" to "\setindexsubitem{(...)}" everywhere. Some other minor nits that I happened to come across. | ||||
* | Remove a spurious space from the title. | Guido van Rossum | 1998-02-11 | 1 | -1/+1 |
| | |||||
* | Added \indexsubitem definition. Non-optimal, but two modules are sharing | Fred Drake | 1997-11-30 | 1 | -0/+4 |
| | | | | the documentation here. | ||||
* | Added docs for dumbdbm (AMK), and misc small fixes. | Guido van Rossum | 1997-05-09 | 1 | -7/+11 |
| | |||||
* | New stuff by AMK. | Guido van Rossum | 1997-04-03 | 1 | -0/+29 |