Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New section header style. | Fred Drake | 1998-08-10 | 126 | -209/+364 |
| | | | | Fix up a few synopses. | ||||
* | do_cmd_moduleauthor(), | Fred Drake | 1998-08-10 | 1 | -156/+180 |
| | | | | do_cmd_sectionauthor(): Parallel the new macros. | ||||
* | \moduleauthor, | Fred Drake | 1998-08-10 | 1 | -0/+6 |
| | | | | \sectionauthor: New macros to record attributions; no output. | ||||
* | New style section headers. | Fred Drake | 1998-08-10 | 13 | -17/+33 |
| | |||||
* | Some logical markup, some nits. | Fred Drake | 1998-08-10 | 1 | -25/+26 |
| | |||||
* | insert_index(): Take two additional parameters: $columns and $letters. Call | Fred Drake | 1998-08-07 | 1 | -5/+13 |
| | | | | | | | | buildindex.py appropriately. add_idx(), add_module_idx(): Add the appropriate parameters to the calls to insert_index(). | ||||
* | The letter headings must be requested explicitly with --letters. | Fred Drake | 1998-08-07 | 1 | -5/+15 |
| | |||||
* | By default, use a two-column index. | Fred Drake | 1998-08-07 | 1 | -1/+4 |
| | |||||
* | Allow multi-column indexes to be produced. | Fred Drake | 1998-08-07 | 1 | -6/+60 |
| | |||||
* | re is standard, not built-in. | Fred Drake | 1998-08-07 | 2 | -4/+7 |
| | |||||
* | Clarify that the Python interpreter lock need *not* be held by | Guido van Rossum | 1998-08-07 | 1 | -3/+5 |
| | | | | | PyInterpreterState_New() and PyThreadState_New() -- but that you may use it to serialize calls to them. | ||||
* | Document gethostbyname_ex(). | Guido van Rossum | 1998-08-07 | 1 | -1/+12 |
| | |||||
* | Updated list of Library Reference files. | Fred Drake | 1998-08-07 | 1 | -8/+13 |
| | | | | Added some dependencies to some of the HTML generation targets. | ||||
* | Add warning that mutable argument defaults are evaluated only once; | Guido van Rossum | 1998-08-07 | 1 | -0/+39 |
| | | | | | | | | | with examples and workaround. This keeps coming up, and I believe that this section in the tutorial may have been (in part) the source of the confusion. While it didn't show examples with [] for a default, it also didn't emphasize enough why that would be a bad idea, and while it did say that defaults are evaluated at the point of function definition, the example was not relevant for this issue. | ||||
* | At least mark the URL to the Packages essay using \url. | Fred Drake | 1998-08-07 | 1 | -1/+1 |
| | |||||
* | Fix synopsis. | Fred Drake | 1998-08-07 | 1 | -1/+1 |
| | |||||
* | Clarify that quit() and close() render the instance useless. | Guido van Rossum | 1998-08-07 | 1 | -2/+7 |
| | |||||
* | Added file transfer to example. | Fred Drake | 1998-08-07 | 1 | -0/+2 |
| | |||||
* | Guido's white background. | Fred Drake | 1998-08-07 | 1 | -0/+1 |
| | |||||
* | Minor refilling of a paragraph... | Barry Warsaw | 1998-08-07 | 1 | -2/+2 |
| | |||||
* | im_function --> im_func | Fred Drake | 1998-08-07 | 1 | -2/+2 |
| | |||||
* | In the example, make sure all the imports are done. | Fred Drake | 1998-08-07 | 1 | -3/+2 |
| | |||||
* | Markup nits. | Fred Drake | 1998-08-07 | 1 | -16/+21 |
| | |||||
* | Clarify xdrlib synopsis. | Fred Drake | 1998-08-07 | 1 | -8/+5 |
| | |||||
* | Fix typo in binascii synopsis. | Fred Drake | 1998-08-07 | 1 | -2/+2 |
| | |||||
* | Removed obsolete chapter header. | Fred Drake | 1998-08-07 | 1 | -15/+0 |
| | |||||
* | New organization of internet modules into protocols/support and data | Fred Drake | 1998-08-07 | 1 | -3/+5 |
| | | | | chapters. | ||||
* | New chapter headers for Internet Protocols and Internet Data chapters, | Fred Drake | 1998-08-07 | 2 | -0/+20 |
| | | | | which replace the existing internet chapter. | ||||
* | Fix synopsis for multifile. | Fred Drake | 1998-08-07 | 1 | -6/+6 |
| | |||||
* | Shorten the module synopsis. | Fred Drake | 1998-08-06 | 1 | -1/+1 |
| | |||||
* | Shorten the module synopsis. | Fred Drake | 1998-08-06 | 3 | -5/+5 |
| | |||||
* | Variant of AMK's patch to produce text versions of HOWTO documents. | Fred Drake | 1998-08-06 | 1 | -9/+48 |
| | | | | | | This ensures that the text version uses latex2html's -split 1 option, without affecting HTML produced in the same run, and also minimizes the number of l2h runs needed if --split 1 was used for an HTML run. | ||||
* | Markup nit. | Fred Drake | 1998-08-06 | 1 | -5/+4 |
| | |||||
* | Markup nits. | Fred Drake | 1998-08-06 | 1 | -15/+15 |
| | |||||
* | Marked makedirs(), removedirs(), renames() as added in 1.5.2. | Fred Drake | 1998-08-06 | 1 | -0/+3 |
| | |||||
* | build_html(): Simplify, so there's only one version of the latex2html | Fred Drake | 1998-08-05 | 1 | -14/+30 |
| | | | | | | | | | | | | | command line. l2hoption(): Convenience function, to write out an option to the aux. init. file only if set. Added --iconserver option to set the $ICONSERVER variable in latex2html; this requires the use of an auxillary init. file since this can't be initialized using a standard latex2html command-line option. So the aux. init. file is used for just about all the special options since it has to be written anyway when $ICONSERVER needs to be set. | ||||
* | Remove modified setting of $ICONSERVER; this isn't the right way to do it. | Fred Drake | 1998-08-05 | 1 | -2/+0 |
| | |||||
* | get_chapter_id(): Separate two aspects of string replacement to allow the | Fred Drake | 1998-08-04 | 1 | -1/+2 |
| | | | | need for each to vary independently. | ||||
* | Fixed wrapping on some long lines. | Fred Drake | 1998-08-04 | 1 | -43/+50 |
| | |||||
* | Ok, we'll try this again: update the release date. ;-( | Fred Drake | 1998-08-04 | 1 | -1/+1 |
| | |||||
* | Update the documentation release number in RELEASE. | Fred Drake | 1998-08-04 | 1 | -1/+1 |
| | |||||
* | Clarify the + and b mode characters for open() a bit. | Guido van Rossum | 1998-07-29 | 1 | -6/+8 |
| | |||||
* | Pass paper size to dvips explicitly. | Fred Drake | 1998-07-29 | 1 | -1/+1 |
| | |||||
* | 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. |