summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Logical markup.Fred Drake1998-03-102-24/+22
|
* Logical markup.Fred Drake1998-03-102-78/+72
| | | | Use {funcdesc} and {excdesc} to describe the module, not just running text.
* Logical markup. small nits.Fred Drake1998-03-102-72/+70
|
* Integrate with OptionsWindow... need to hook into Tab keyBarry Warsaw1998-03-101-5/+19
|
* Integrate with OptionsWindow... not sure it should be modalBarry Warsaw1998-03-101-6/+26
|
* CosmeticBarry Warsaw1998-03-101-7/+7
|
* Ok, remove dependency on the obsolete tools/modindex.py.Fred Drake1998-03-091-1/+1
|
* Remove \newif relating to index support; no longer needed. Index controlFred Drake1998-03-092-2/+0
| | | | is now shared and located solely in python.sty.
* Adjust the index inclusion for the new index support.Fred Drake1998-03-096-14/+18
|
* Obsolete.Fred Drake1998-03-092-84/+0
|
* Adjust index file resetting; just remove the files. The new index supportFred Drake1998-03-091-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 Drake1998-03-091-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 Drake1998-03-091-1/+1
|
* Markup adjustments.Fred Drake1998-03-082-46/+50
|
* Mark the journal title.Fred Drake1998-03-082-2/+2
|
* Correct spelling of emdash.Fred Drake1998-03-082-2/+2
|
* Moved solitary "see also" paragraph into a {seealso} environment, and toldFred Drake1998-03-082-12/+14
| | | | why the reader should see also.
* Cleaned up some remaining markup nits.Fred Drake1998-03-082-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 Drake1998-03-082-14/+16
|
* Some logical markup.Fred Drake1998-03-082-10/+10
|
* Small nits.Fred Drake1998-03-082-6/+8
| | | | Don't run into the right margin.
* Nits.Fred Drake1998-03-082-8/+16
|
* Logical markup.Fred Drake1998-03-082-84/+88
| | | | Spell emdash right.
* Spell emdash with three hyphens.Fred Drake1998-03-082-14/+10
| | | | Minor nits.
* Logical markup.Fred Drake1998-03-082-24/+24
| | | | Index entry.
* Some logical markup.Fred Drake1998-03-082-178/+46
| | | | | Combine function pairs: add() and __add__() go together. This way they share a single description and use less space.
* Logical markup.Fred Drake1998-03-082-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 Drake1998-03-082-24/+34
|
* Remove info targets from "world" and "tarballs".Fred Drake1998-03-071-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 Drake1998-03-071-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 Drake1998-03-072-6/+4
| | | | Remove a confusing article.
* Never, NEVER try to recover a screwed up file by carving a chunk out of anFred Drake1998-03-071-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 Rossum1998-03-071-5/+10
|
* Adapted to the new situation.Guido van Rossum1998-03-071-39/+71
|
* Rearrange some stuff so that the warning for unknown modules is alsoGuido van Rossum1998-03-071-17/+21
| | | | issued on Windows.
* When writing the Windows Makefile, don't forget to strip some filenamesGuido van Rossum1998-03-071-2/+3
| | | | of their output directory prefix.
* Oops; file copy error somewhere along the way....Fred Drake1998-03-061-86/+71
|
* Change the date to March 6, 1998.Guido van Rossum1998-03-0614-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 Drake1998-03-063-1146/+0
|
* Revised Makefile to handle the new directories correctly.Fred Drake1998-03-061-52/+52
|
* Utility to help create outline information for PDF.Fred Drake1998-03-061-0/+115
|
* Relocating file to Doc/tools.Fred Drake1998-03-061-2379/+0
|
* Add reference to the copy_reg module in the See Also: section.Fred Drake1998-03-062-0/+12
|
* Revise some of the PDF support to get at least preliminary outline support.Fred Drake1998-03-062-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 Drake1998-03-061-0/+1
|
* LaTeX class for Python HOWTO documents.Fred Drake1998-03-061-0/+88
|
* Relocating file to Doc/perl.Fred Drake1998-03-062-719/+0
|
* Misc. revisions to LaTeX2HTML support.Fred Drake1998-03-064-32/+20
|
* Relocated .latex2html-init to l2hinit.perl.Fred Drake1998-03-062-0/+417
| | | | howto.perl is new; supports LaTeX2HTML for HOWTO documents.
* Moved & renamed to perl/l2hinit.perlFred Drake1998-03-061-399/+0
|