Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update. | Fred Drake | 1998-07-29 | 1 | -16/+1 |
| | |||||
* | tohtml(): Use a table instead of a definition list for module synopses. | Fred Drake | 1998-07-29 | 1 | -4/+5 |
| | |||||
* | Fix two remaining references to all-pdf and all-ps to only use pdf and ps. | Fred Drake | 1998-07-29 | 1 | -2/+2 |
| | |||||
* | Update to use a separate page for front matter. | Fred Drake | 1998-07-28 | 6 | -0/+24 |
| | |||||
* | Update the HOWTO template to use a separate page for front matter, with | Fred Drake | 1998-07-28 | 2 | -0/+20 |
| | | | | comments. | ||||
* | do_cmd_maketitle(): No <hr> at the end of the "title page". | Fred Drake | 1998-07-28 | 1 | -1/+1 |
| | |||||
* | Define stuff to allow simple HTML-only selection using TeX's \if<foo>...\fi | Fred Drake | 1998-07-28 | 1 | -0/+5 |
| | | | | stuff. \ifhtml ...\fi for HTML only. | ||||
* | Added ref/ref.tex to REFFILES. | Fred Drake | 1998-07-28 | 1 | -7/+9 |
| | | | | | | Fixed up some comments. Removed info-related targets from the really big combined targets. | ||||
* | Make sure all chapters, sections, and subsections have a \label to give them | Fred Drake | 1998-07-28 | 7 | -63/+64 |
| | | | | semantic file names in the HTML. No more node#.html files! | ||||
* | Make sure chapters, sections, and subsections all have a \label to give them | Fred Drake | 1998-07-28 | 1 | -23/+25 |
| | | | | | | semantic file names in the HTML version; no more node#.html files. Fix one section heading. | ||||
* | Fixed the gzip synopsis. | Fred Drake | 1998-07-27 | 1 | -1/+2 |
| | |||||
* | Added the popen2 synopsis. | Fred Drake | 1998-07-27 | 1 | -1/+1 |
| | |||||
* | Added the calendar synopsis. | Fred Drake | 1998-07-27 | 1 | -2/+2 |
| | |||||
* | Added the bisect synopsis. | Fred Drake | 1998-07-27 | 1 | -1/+1 |
| | |||||
* | Added the dumbdbm synopsis. | Fred Drake | 1998-07-27 | 1 | -1/+1 |
| | |||||
* | Added a synopsis. | Fred Drake | 1998-07-27 | 1 | -2/+3 |
| | |||||
* | Fix the synopsis. | Fred Drake | 1998-07-27 | 1 | -5/+4 |
| | | | | Change one \code{} to \samp{}. | ||||
* | Mark the new & changed items. | Fred Drake | 1998-07-27 | 2 | -10/+19 |
| | |||||
* | Update the release date. | Fred Drake | 1998-07-27 | 1 | -1/+1 |
| | |||||
* | do_cmd_localmoduletable(): Cause the child links table to be dropped when | Fred Drake | 1998-07-27 | 1 | -1/+1 |
| | | | | there's a local module list. | ||||
* | do_cmd_versionadded(), | Fred Drake | 1998-07-27 | 1 | -0/+14 |
| | | | | do_cmd_versionchanged(): Support for new macros. | ||||
* | \versionadded, | Fred Drake | 1998-07-27 | 1 | -2/+17 |
| | | | | \versionchanged: New macros. | ||||
* | Convert operator precedence table to the new style markup. | Fred Drake | 1998-07-27 | 1 | -45/+45 |
| | | | | | | | Added lambda to the table. Call "**" exponentiation instead of power. {\em ...} --> \emph{...} | ||||
* | Minor tidy. | Fred Drake | 1998-07-27 | 2 | -3/+3 |
| | |||||
* | Fix up the synopsis table stuff so it gets things right at each chapter, | Fred Drake | 1998-07-25 | 1 | -11/+17 |
| | | | | | | instead of stringing it all together. Yay! | ||||
* | Update @INC so we can 'require' modules in Doc/perl/. | Fred Drake | 1998-07-24 | 1 | -2/+4 |
| | | | | | Call the localmoduletable handling once the document is complete & synopses have been collected. | ||||
* | Added module synopsis support with one (big) caveat: All the modules are | Fred Drake | 1998-07-24 | 1 | -30/+142 |
| | | | | | listed in each chapter that has a \localmoduletable. This will be fixed, and everything else seems to be working fine. | ||||
* | tohtml(): Make module names anchors. | Fred Drake | 1998-07-24 | 1 | -1/+2 |
| | |||||
* | Converted some {tabular}s to use {tablei*} environments. | Fred Drake | 1998-07-24 | 2 | -69/+64 |
| | |||||
* | {tableiv} environment: Four-column table. | Fred Drake | 1998-07-24 | 1 | -0/+10 |
| | | | | \lineiv: Row for {tableiv}. | ||||
* | Removing all references to FrameMaker | Guido van Rossum | 1998-07-24 | 17 | -34008/+0 |
| | |||||
* | checkpoint before I throw this away | Guido van Rossum | 1998-07-24 | 3 | -0/+0 |
| | |||||
* | Checking in uninteresting changes (mostly window resizes :-) | Guido van Rossum | 1998-07-24 | 6 | -0/+0 |
| | | | | before I remove all this cruft. | ||||
* | Document getsize(), getmtime(), getatime(). | Guido van Rossum | 1998-07-24 | 1 | -0/+19 |
| | |||||
* | Document makedirs(), removedirs(), renames() -- ESR-inspired super-versions | Guido van Rossum | 1998-07-24 | 1 | -1/+30 |
| | | | | | of mkdir(), rmdir() and rename() that make or remove intermediate directories as well. | ||||
* | My first Perl object. ;-) | Fred Drake | 1998-07-24 | 1 | -0/+72 |
| | | | | | SynopsisTable objects are used to store the table of module synopses for a single chapter it the manual. | ||||
* | Fix markup of an \indexiii --> only two parameters were given. | Fred Drake | 1998-07-24 | 1 | -1/+1 |
| | |||||
* | Changes copied from the FrameMaker version. Hardly anything (but then | Guido van Rossum | 1998-07-24 | 1 | -6/+5 |
| | | | | | | this is the shortest chapter.) Hurray, I'm done with this! | ||||
* | Changes copied from the FrameMaker version. Not too much. | Guido van Rossum | 1998-07-24 | 1 | -108/+112 |
| | |||||
* | Changes copied from the FrameMaker version. Also documented some | Guido van Rossum | 1998-07-24 | 1 | -83/+141 |
| | | | | | | | previously undocumented features. Packages and the import mechanism in general are still left undocumented. | ||||
* | Remove all-<format> targets in favor of just <format>. | Fred Drake | 1998-07-24 | 1 | -11/+13 |
| | | | | | | Fix some comments. For lib.pdf, run tools/toc2bkm.py to get "bookmarks" in acroread. | ||||
* | e.g. -> e.g., | Guido van Rossum | 1998-07-24 | 5 | -15/+16 |
| | |||||
* | Remove use of the avant package; Helvetica isn't as pretty, but works for | Fred Drake | 1998-07-24 | 1 | -1/+0 |
| | | | | | acroread. The problem this solves is likely dependent on font availability, so keeping things simple is a good solution. | ||||
* | Document Ellipsis (not much of a documentation snippet, but at least | Guido van Rossum | 1998-07-24 | 1 | -0/+9 |
| | | | | it's mentioned. | ||||
* | Added 3 missing types: ComplexType, SliceType, EllipsisType. | Guido van Rossum | 1998-07-24 | 1 | -0/+13 |
| | |||||
* | Move files around in a different way, so CVS picks up all the changes. ;-) | Fred Drake | 1998-07-24 | 1 | -861/+119 |
| | |||||
* | Reflect file renamings for the Python Library Reference. | Fred Drake | 1998-07-24 | 1 | -17/+41 |
| | | | | Fix style dependencies for HOWTO documents. | ||||
* | Move files around to get the names to match the module names except for | Fred Drake | 1998-07-24 | 5 | -133/+875 |
| | | | | | case. Two modules (SocketServer, BaseHTTPServer) still don't match; those names are just too long! | ||||
* | Reduce the number of levels in the Table of Contents by one, mostly for the | Fred Drake | 1998-07-24 | 1 | -0/+1 |
| | | | | | | Python Library Reference. The other manuals do not suffer. This does not affect HOWTO documents. | ||||
* | Remove item about one section === one module; done. | Fred Drake | 1998-07-24 | 1 | -2/+4 |
| | | | | | Add item about howto docs that use \localmoduletable problem for howto documents. |