Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Logical markup. | Fred Drake | 1998-03-10 | 2 | -24/+22 |
| | |||||
* | Logical markup. | Fred Drake | 1998-03-10 | 2 | -78/+72 |
| | | | | Use {funcdesc} and {excdesc} to describe the module, not just running text. | ||||
* | Logical markup. small nits. | Fred Drake | 1998-03-10 | 2 | -72/+70 |
| | |||||
* | Integrate with OptionsWindow... need to hook into Tab key | Barry Warsaw | 1998-03-10 | 1 | -5/+19 |
| | |||||
* | Integrate with OptionsWindow... not sure it should be modal | Barry Warsaw | 1998-03-10 | 1 | -6/+26 |
| | |||||
* | Cosmetic | Barry Warsaw | 1998-03-10 | 1 | -7/+7 |
| | |||||
* | Ok, remove dependency on the obsolete tools/modindex.py. | Fred Drake | 1998-03-09 | 1 | -1/+1 |
| | |||||
* | Remove \newif relating to index support; no longer needed. Index control | Fred Drake | 1998-03-09 | 2 | -2/+0 |
| | | | | is now shared and located solely in python.sty. | ||||
* | Adjust the index inclusion for the new index support. | Fred Drake | 1998-03-09 | 6 | -14/+18 |
| | |||||
* | Obsolete. | Fred Drake | 1998-03-09 | 2 | -84/+0 |
| | |||||
* | Adjust index file resetting; just remove the files. The new index support | Fred Drake | 1998-03-09 | 1 | -4/+3 |
| | | | | | | doesn't fail if the files don't exist. Use makeindex for the module index. | ||||
* | Adjust the index support a bit to make it easier to deal with module index. | Fred Drake | 1998-03-09 | 1 | -23/+38 |
| | | | | | | | | Don't generate the mod???.idx file if it wasn't requested with the new command \makemodindex. Change the format of mod???.idx to match that of "normal" .idx files. This lets us use makeindex for it and not need a special script. | ||||
* | Don't generate a \label{} here. | Fred Drake | 1998-03-09 | 1 | -1/+1 |
| | |||||
* | Markup adjustments. | Fred Drake | 1998-03-08 | 2 | -46/+50 |
| | |||||
* | Mark the journal title. | Fred Drake | 1998-03-08 | 2 | -2/+2 |
| | |||||
* | Correct spelling of emdash. | Fred Drake | 1998-03-08 | 2 | -2/+2 |
| | |||||
* | Moved solitary "see also" paragraph into a {seealso} environment, and told | Fred Drake | 1998-03-08 | 2 | -12/+14 |
| | | | | why the reader should see also. | ||||
* | Cleaned up some remaining markup nits. | Fred Drake | 1998-03-08 | 2 | -86/+74 |
| | | | | | Andrew: In description of (?iLmsx), you say it matches the empty string and sets the corresponding flag. Is this correct? Or does it only set the flag? | ||||
* | Logical markup. | Fred Drake | 1998-03-08 | 2 | -14/+16 |
| | |||||
* | Some logical markup. | Fred Drake | 1998-03-08 | 2 | -10/+10 |
| | |||||
* | Small nits. | Fred Drake | 1998-03-08 | 2 | -6/+8 |
| | | | | Don't run into the right margin. | ||||
* | Nits. | Fred Drake | 1998-03-08 | 2 | -8/+16 |
| | |||||
* | Logical markup. | Fred Drake | 1998-03-08 | 2 | -84/+88 |
| | | | | Spell emdash right. | ||||
* | Spell emdash with three hyphens. | Fred Drake | 1998-03-08 | 2 | -14/+10 |
| | | | | Minor nits. | ||||
* | Logical markup. | Fred Drake | 1998-03-08 | 2 | -24/+24 |
| | | | | Index entry. | ||||
* | Some logical markup. | Fred Drake | 1998-03-08 | 2 | -178/+46 |
| | | | | | Combine function pairs: add() and __add__() go together. This way they share a single description and use less space. | ||||
* | Logical markup. | Fred Drake | 1998-03-08 | 2 | -104/+116 |
| | | | | | | | Don't prepend the module name when referring to functions or data in the same module. Correct the description of "modules". | ||||
* | Logical markup, a couple of index entries. | Fred Drake | 1998-03-08 | 2 | -24/+34 |
| | |||||
* | Remove info targets from "world" and "tarballs". | Fred Drake | 1998-03-07 | 1 | -2/+2 |
| | | | | | This is because it's not working again; the optional arg. for \seemodule{} is not yet supported. | ||||
* | Allow the user to specify the "biggest" section type from the command line; | Fred Drake | 1998-03-07 | 1 | -6/+15 |
| | | | | | default is "chapter". Use 'python toc2bkm.py -c section' to use with Python HOWTO documents. | ||||
* | Remove unnecessary blank line in long code sample. | Fred Drake | 1998-03-07 | 2 | -6/+4 |
| | | | | Remove a confusing article. | ||||
* | Never, NEVER try to recover a screwed up file by carving a chunk out of an | Fred Drake | 1998-03-07 | 1 | -70/+70 |
| | | | | | | | | | | RCS ,v archive! And certainly don't check it back in without testing it. ;-( "@" becomes "@@" everywhere. This one *is* tested! | ||||
* | Add quotes around some variable definitions; add a "clean" target. | Guido van Rossum | 1998-03-07 | 1 | -5/+10 |
| | |||||
* | Adapted to the new situation. | Guido van Rossum | 1998-03-07 | 1 | -39/+71 |
| | |||||
* | Rearrange some stuff so that the warning for unknown modules is also | Guido van Rossum | 1998-03-07 | 1 | -17/+21 |
| | | | | issued on Windows. | ||||
* | When writing the Windows Makefile, don't forget to strip some filenames | Guido van Rossum | 1998-03-07 | 1 | -2/+3 |
| | | | | of their output directory prefix. | ||||
* | Oops; file copy error somewhere along the way.... | Fred Drake | 1998-03-06 | 1 | -86/+71 |
| | |||||
* | Change the date to March 6, 1998. | Guido van Rossum | 1998-03-06 | 14 | -8931/+25896 |
| | | | | | | | | | | | Migration to Frame 5.5. Checking in the PDF file. (This is questionable -- but we check in the Postscript as well. Perhaps *both* should be removed from the CVS tree, now everything is unbundled and we're distributing PS and PDF tarballs?) Note -- the HTML generation using webmaker is currently broken. I'll have to look into generating HTML from Frame... | ||||
* | Relocating file to Doc/texinputs. | Fred Drake | 1998-03-06 | 3 | -1146/+0 |
| | |||||
* | Revised Makefile to handle the new directories correctly. | Fred Drake | 1998-03-06 | 1 | -52/+52 |
| | |||||
* | Utility to help create outline information for PDF. | Fred Drake | 1998-03-06 | 1 | -0/+115 |
| | |||||
* | Relocating file to Doc/tools. | Fred Drake | 1998-03-06 | 1 | -2379/+0 |
| | |||||
* | Add reference to the copy_reg module in the See Also: section. | Fred Drake | 1998-03-06 | 2 | -0/+12 |
| | |||||
* | Revise some of the PDF support to get at least preliminary outline support. | Fred Drake | 1998-03-06 | 2 | -12/+102 |
| | | | | | Rewrite \seemodule (again) to allow an optional argument to support modules which include an underscore in the names. See example in comments. | ||||
* | Ignore *.bkm files. | Fred Drake | 1998-03-06 | 1 | -0/+1 |
| | |||||
* | LaTeX class for Python HOWTO documents. | Fred Drake | 1998-03-06 | 1 | -0/+88 |
| | |||||
* | Relocating file to Doc/perl. | Fred Drake | 1998-03-06 | 2 | -719/+0 |
| | |||||
* | Misc. revisions to LaTeX2HTML support. | Fred Drake | 1998-03-06 | 4 | -32/+20 |
| | |||||
* | Relocated .latex2html-init to l2hinit.perl. | Fred Drake | 1998-03-06 | 2 | -0/+417 |
| | | | | howto.perl is new; supports LaTeX2HTML for HOWTO documents. | ||||
* | Moved & renamed to perl/l2hinit.perl | Fred Drake | 1998-03-06 | 1 | -399/+0 |
| |