Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for gdbm2 open flags ('s' and 'u'). Add module constant | Neil Schemenauer | 2000-12-17 | 1 | -6/+15 |
| | | | | | open_flags which contains the flags supported by gdbm. Closes patch #102802. | ||||
* | Removed old comments. | Fred Drake | 1999-05-13 | 1 | -14/+0 |
| | |||||
* | Added more "See also" entries, + 1 inline hyperlink. | Fred Drake | 1999-04-05 | 1 | -1/+7 |
| | |||||
* | "\platform{UNIX}" should really be spelled "\platform{Unix}". | Fred Drake | 1999-03-02 | 1 | -1/+1 |
| | |||||
* | Added \platform annotations. | Fred Drake | 1999-03-02 | 1 | -0/+1 |
| | |||||
* | Shorten a few section titles. | Fred Drake | 1999-02-20 | 1 | -27/+29 |
| | |||||
* | New section header style. | Fred Drake | 1998-08-10 | 1 | -1/+2 |
| | | | | Fix up a few synopses. | ||||
* | Adjusted to use the new module synopsis support macros. | Fred Drake | 1998-07-23 | 1 | -2/+4 |
| | |||||
* | Remove all uses of \sectcode; we can now use logical markup everywhere. | Fred Drake | 1998-04-04 | 1 | -1/+1 |
| | |||||
* | Remove obsolete lines like this: | Fred Drake | 1998-04-04 | 1 | -1/+0 |
| | | | | | | | | \setindexsubitem{(in module frobnitz)} These are no longer needed when present before any other \setindexsubitem{} in the module section. The indexsubitem is now set by \bimodindex and \stmodindex. | ||||
* | 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 comment explaining the only warning produced by makeindex, since there | Fred Drake | 1998-02-17 | 1 | -0/+14 |
| | | | | doesn't appear to be a way to fix that's reasonable. | ||||
* | Remove all \bcode / \ecode cruft; this is no longer needed. See previous | Fred Drake | 1998-02-13 | 1 | -3/+3 |
| | | | | | | | | | checkin of myformat.sty. Change "\renewcommand{\indexsubitem}{(...)}" to "\setindexsubitem{(...)}" everywhere. Some other minor nits that I happened to come across. | ||||
* | Fixed index module reference. | Fred Drake | 1997-12-16 | 1 | -1/+1 |
| | |||||
* | Changed {\sc gdbm} to \code{gdbm} everywhere. | Fred Drake | 1997-12-04 | 1 | -13/+12 |
| | | | | | | Fixed \indexsubitem to gdbm instead of dbm. Changed dbm to \code{dbm} everywhere. | ||||
* | Extensive changes by AMK. | Guido van Rossum | 1997-07-17 | 1 | -4/+77 |
| | |||||
* | documented default flag, mode; changed gdbm into a pointer to dbm | Guido van Rossum | 1995-07-07 | 1 | -27/+4 |
| | |||||
* | typos, layout and other small things | Guido van Rossum | 1995-04-10 | 1 | -6/+7 |
| | |||||
* | small changes by Soren Larsen | Guido van Rossum | 1995-03-13 | 1 | -3/+3 |
| | |||||
* | Added gdbm docs | Guido van Rossum | 1994-08-08 | 1 | -0/+30 |