summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Relocating file to Doc/tools.Fred Drake1998-03-0613-2005/+0
|
* Got rid of the last tab character in this file.Guido van Rossum1998-03-061-1/+1
|
* Always set the __file__ attribute, so dynamic link modules are indicated.Guido van Rossum1998-03-061-1/+1
|
* Fix typo -- -e takes a flag, -h doesn't. Somehow the colon and the hGuido van Rossum1998-03-061-1/+1
| | | | got transposed.
* Check for HAVE_MKTIME (if you don't have it, some tests will fail, butGuido van Rossum1998-03-061-0/+9
| | | | at least the build will now succeed). For Sony NEWS-OS, BSD 4.3 based.
* Added mktime to checked functionsGuido van Rossum1998-03-063-3/+6
|
* When we have no setvbuf(), make the file totally unbuffered usingGuido van Rossum1998-03-061-1/+4
| | | | setbuf() if a buffer size of 0 or 1 byte is requested.
* Don't use setvbuf unless HAVE_SETVBUF is defined.Guido van Rossum1998-03-061-4/+12
|
* Fix the URL for the regex-to-re HOWTO.Fred Drake1998-03-064-4/+4
|
* Clear class_map in constructor so that when it later detects an errorGuido van Rossum1998-03-061-1/+2
| | | | and the destructor is called early, it doesn't DECREF garbage.
* Use a better way to bind the checkext instance variable to a checkGuido van Rossum1998-03-051-9/+8
| | | | | button widget, not involving a __getattr__() method but a callback on the widget.
* Oops, I *thoughT* I had seen a better address for Andrew....Fred Drake1998-03-052-2/+2
|
* Updated URL & email addresses related to the PCT.Fred Drake1998-03-052-4/+4
| | | | | Andrew, plase check to make sure these are the ones you want used and get back to me; this stuff will be "published" in the near future.
* Corrected citation markup in first paragraph.Fred Drake1998-03-052-6/+6
|
* Update documentation release date.Fred Drake1998-03-052-2/+2
|