Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rob W. W. Hooft's spelling fixes for the Library Reference. I hope | Thomas Wouters | 2000-07-16 | 1 | -1/+1 |
| | | | | | | | | | SourceForge doesn't choke on this batch :-) I'm not entirely sure this is 100% correct. The patch changes an \index{persistency} to \index{presistence}, and I don't know what \index{} does. But it seems to do so persi--er, consistently, so I hope it isn't a problem. | ||||
* | Shorten a few section titles. | Fred Drake | 1999-02-20 | 1 | -2/+3 |
| | |||||
* | Fix an amazing number of typos & malformed sentences reported by Detlef | Fred Drake | 1999-02-19 | 1 | -1/+1 |
| | | | | Lannert <lannert@uni-duesseldorf.de>. | ||||
* | 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 |
| | |||||
* | Use \envvar{FOO} instead of \code{\$FOO}. | Fred Drake | 1998-03-12 | 1 | -2/+3 |
| | |||||
* | Logical markup. | Fred Drake | 1998-03-08 | 1 | -7/+8 |
| | |||||
* | Remove all \bcode / \ecode cruft; this is no longer needed. See previous | Fred Drake | 1998-02-13 | 1 | -2/+2 |
| | | | | | | | | | checkin of myformat.sty. Change "\renewcommand{\indexsubitem}{(...)}" to "\setindexsubitem{(...)}" everywhere. Some other minor nits that I happened to come across. | ||||
* | Removed obsolete \kwindex{} call. | Fred Drake | 1998-01-13 | 1 | -2/+5 |
| | | | | | | Added "user configuration file", ".pythonrc.py file" to the index. Made reference to site module a {seealso} environment. | ||||
* | Simplify markup. | Fred Drake | 1998-01-09 | 1 | -2/+2 |
| | |||||
* | Oops, ".pythonrc.py" should *always* be marked with \file{}; one occurrance | Fred Drake | 1997-12-16 | 1 | -1/+1 |
| | | | | escaped with \var{}. | ||||
* | Module names should be in \code{}. | Fred Drake | 1997-12-16 | 1 | -2/+3 |
| | | | | Added index reference to site module. | ||||
* | Reference to PYTHONPATH should be PYTHONSTARTUP. | Guido van Rossum | 1997-12-09 | 1 | -1/+1 |
| | |||||
* | Added docs for 'user' customization module. Renamed libuser.tex | Guido van Rossum | 1997-08-30 | 1 | -0/+60 |
(which had UserDict/UserList) to libuserdict.tex. |