summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libanydbm.tex
Commit message (Collapse)AuthorAgeFilesLines
* Revise description of dumbdbm.open() to reflect that the flag argument isFred Drake2001-12-071-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 Drake2001-07-231-1/+0
| | | | This closes SF patch #443788.
* bsddb docs from Skip Montanaro; added interesting links.Fred Drake1999-04-191-1/+1
|
* Document the dbhash module, and link to it from appropriate places.Fred Drake1999-04-151-2/+3
|
* Added more "See also" entries, + 1 inline hyperlink.Fred Drake1999-04-051-0/+7
|
* Added a few items to the "See also" sections at Guido's prompting. MadeFred Drake1999-04-051-6/+18
| | | | | more references to other modules in the text hyperlinks for the HTML and PDF versions.
* Shorten a few section titles.Fred Drake1999-02-201-4/+4
|
* New section header style.Fred Drake1998-08-101-2/+4
| | | | Fix up a few synopses.
* Added the dumbdbm synopsis.Fred Drake1998-07-271-1/+1
|
* Adjusted to use the new module synopsis support macros.Fred Drake1998-07-231-4/+8
|
* Document changed semantics -- open() now guesses the db type and errorGuido van Rossum1998-04-281-2/+10
| | | | is now a tuple of various and sundry exceptions.
* Separate sections on anydbm and dumbdbm.Fred Drake1998-04-071-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 Drake1998-04-041-1/+1
|
* Change "\," to just "," in function signatures. This is easier to maintain,Fred Drake1998-03-171-1/+1
| | | | | works better with LaTeX2HTML, and allows some simplification of the python.sty macros.
* Added \label{} for logical addressing.Fred Drake1998-02-181-10/+12
| | | | Logical markup.
* Remove all \bcode / \ecode cruft; this is no longer needed. See previousFred Drake1998-02-131-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 Rossum1998-02-111-1/+1
|
* Added \indexsubitem definition. Non-optimal, but two modules are sharingFred Drake1997-11-301-0/+4
| | | | the documentation here.
* Added docs for dumbdbm (AMK), and misc small fixes.Guido van Rossum1997-05-091-7/+11
|
* New stuff by AMK.Guido van Rossum1997-04-031-0/+29