Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed typo and font-control problem reported by Detlef Lannert | Fred Drake | 1999-04-23 | 1 | -2/+2 |
| | | | | <lannert@lannert.rz.uni-duesseldorf.de>. | ||||
* | Shorten a few section titles. | Fred Drake | 1999-02-20 | 1 | -2/+2 |
| | |||||
* | 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 |
| | |||||
* | Don't assume that \version expands to the 3-character major.minor number; it | Fred Drake | 1998-04-09 | 1 | -2/+4 |
| | | | | is the full release version name ("1.5.1beta1", for instance). | ||||
* | Remove all uses of \sectcode; we can now use logical markup everywhere. | Fred Drake | 1998-04-04 | 1 | -1/+1 |
| | |||||
* | Some logical markup. | Fred Drake | 1998-03-08 | 1 | -5/+5 |
| | |||||
* | Jeff Kunce writes (and he is right): | Guido van Rossum | 1998-02-19 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | Also, I just ran across a [possible] minor glitch in the library documentation for site.py. It says: "For example, suppose sys.prefix and sys.exec_prefix are set to `/usr/local'. The Python 1.5 library is then installed in `/usr/local/lib/python1.5'. Suppose this has a subdirectory `/usr/local/python1.5/site-packages' with three subsubdirectories, `foo', `bar' and `spam'..." I think it should be: "...Suppose this has a subdirectory `/usr/local/lib/python1.5/site-packages' with..." ^^^^ | ||||
* | Use \version to get the current Python version number, where possible. This | Fred Drake | 1998-02-16 | 1 | -6/+6 |
| | | | | can only be done in the running text, and not in {verbatim} environments. | ||||
* | Remove all \bcode / \ecode cruft; this is no longer needed. See previous | Fred Drake | 1998-02-13 | 1 | -7/+7 |
| | | | | | | | | | checkin of myformat.sty. Change "\renewcommand{\indexsubitem}{(...)}" to "\setindexsubitem{(...)}" everywhere. Some other minor nits that I happened to come across. | ||||
* | Removed obsolete \kwindex{} calls. | Fred Drake | 1998-01-13 | 1 | -15/+13 |
| | | | | | | Added "module search path" to the index. "Unix" ==> "\UNIX{}" | ||||
* | Fixed index references to modules. | Fred Drake | 1997-12-15 | 1 | -1/+1 |
| | |||||
* | Change packages to site-packages (so it's clearly not a package itself). | Guido van Rossum | 1997-09-08 | 1 | -5/+5 |
| | |||||
* | Give in to Mike Meyer -- add *both* lib/python1.5/packages and | Guido van Rossum | 1997-09-03 | 1 | -9/+20 |
| | | | | | lib/site-python to the path (if they exist). This is a reasonable compromise. | ||||
* | Document newly revamped site configuration mechanism. | Guido van Rossum | 1997-08-30 | 1 | -19/+63 |
| | | | | Damn the criticism in c.l.p! | ||||
* | AMK's megapatch: | Guido van Rossum | 1997-07-17 | 1 | -0/+1 |
| | | | | | | | * \bcode, \ecode added everywhere * \label{module-foo} added everywhere * A few \seealso sections added. * Indentation fixed inside verbatim in lib*tex files | ||||
* | New stuff by AMK. | Guido van Rossum | 1997-04-03 | 1 | -0/+29 |