summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* New section header style.Fred Drake1998-08-10126-209/+364
| | | | Fix up a few synopses.
* do_cmd_moduleauthor(),Fred Drake1998-08-101-156/+180
| | | | do_cmd_sectionauthor(): Parallel the new macros.
* \moduleauthor,Fred Drake1998-08-101-0/+6
| | | | \sectionauthor: New macros to record attributions; no output.
* New style section headers.Fred Drake1998-08-1013-17/+33
|
* Some logical markup, some nits.Fred Drake1998-08-101-25/+26
|
* insert_index(): Take two additional parameters: $columns and $letters. CallFred Drake1998-08-071-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 Drake1998-08-071-5/+15
|
* By default, use a two-column index.Fred Drake1998-08-071-1/+4
|
* Allow multi-column indexes to be produced.Fred Drake1998-08-071-6/+60
|
* re is standard, not built-in.Fred Drake1998-08-072-4/+7
|
* Clarify that the Python interpreter lock need *not* be held byGuido van Rossum1998-08-071-3/+5
| | | | | PyInterpreterState_New() and PyThreadState_New() -- but that you may use it to serialize calls to them.
* Document gethostbyname_ex().Guido van Rossum1998-08-071-1/+12
|
* Updated list of Library Reference files.Fred Drake1998-08-071-8/+13
| | | | Added some dependencies to some of the HTML generation targets.
* Add warning that mutable argument defaults are evaluated only once;Guido van Rossum1998-08-071-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 Drake1998-08-071-1/+1
|
* Fix synopsis.Fred Drake1998-08-071-1/+1
|
* Clarify that quit() and close() render the instance useless.Guido van Rossum1998-08-071-2/+7
|
* Added file transfer to example.Fred Drake1998-08-071-0/+2
|
* Guido's white background.Fred Drake1998-08-071-0/+1
|
* Minor refilling of a paragraph...Barry Warsaw1998-08-071-2/+2
|
* im_function --> im_funcFred Drake1998-08-071-2/+2
|
* In the example, make sure all the imports are done.Fred Drake1998-08-071-3/+2
|
* Markup nits.Fred Drake1998-08-071-16/+21
|
* Clarify xdrlib synopsis.Fred Drake1998-08-071-8/+5
|
* Fix typo in binascii synopsis.Fred Drake1998-08-071-2/+2
|
* Removed obsolete chapter header.Fred Drake1998-08-071-15/+0
|
* New organization of internet modules into protocols/support and dataFred Drake1998-08-071-3/+5
| | | | chapters.
* New chapter headers for Internet Protocols and Internet Data chapters,Fred Drake1998-08-072-0/+20
| | | | which replace the existing internet chapter.
* Fix synopsis for multifile.Fred Drake1998-08-071-6/+6
|
* Shorten the module synopsis.Fred Drake1998-08-061-1/+1
|
* Shorten the module synopsis.Fred Drake1998-08-063-5/+5
|
* Variant of AMK's patch to produce text versions of HOWTO documents.Fred Drake1998-08-061-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 Drake1998-08-061-5/+4
|
* Markup nits.Fred Drake1998-08-061-15/+15
|
* Marked makedirs(), removedirs(), renames() as added in 1.5.2.Fred Drake1998-08-061-0/+3
|
* build_html(): Simplify, so there's only one version of the latex2htmlFred Drake1998-08-051-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 Drake1998-08-051-2/+0
|
* get_chapter_id(): Separate two aspects of string replacement to allow theFred Drake1998-08-041-1/+2
| | | | need for each to vary independently.
* Fixed wrapping on some long lines.Fred Drake1998-08-041-43/+50
|
* Ok, we'll try this again: update the release date. ;-(Fred Drake1998-08-041-1/+1
|
* Update the documentation release number in RELEASE.Fred Drake1998-08-041-1/+1
|
* Clarify the + and b mode characters for open() a bit.Guido van Rossum1998-07-291-6/+8
|
* Pass paper size to dvips explicitly.Fred Drake1998-07-291-1/+1
|
* Update.Fred Drake1998-07-291-16/+1
|
* tohtml(): Use a table instead of a definition list for module synopses.Fred Drake1998-07-291-4/+5
|
* Fix two remaining references to all-pdf and all-ps to only use pdf and ps.Fred Drake1998-07-291-2/+2
|
* Update to use a separate page for front matter.Fred Drake1998-07-286-0/+24
|
* Update the HOWTO template to use a separate page for front matter, withFred Drake1998-07-282-0/+20
| | | | comments.
* do_cmd_maketitle(): No <hr> at the end of the "title page".Fred Drake1998-07-281-1/+1
|
* Define stuff to allow simple HTML-only selection using TeX's \if<foo>...\fiFred Drake1998-07-281-0/+5
| | | | stuff. \ifhtml ...\fi for HTML only.