summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* Getting uglier. But it doesn't completely bomb except for some table stuff.Fred Drake1997-12-292-80/+146
| | | | I'll get to it when I can.
* Lots of minor nits that allow this file to get processed without failures byFred Drake1997-12-292-50/+54
| | | | | | | | | the info generation phases. Most of the errors had occurred in the makeinfo step. Commented out the warning at the top; this should still really be removed before 1.5, but that's not my call. It generated problems for the info conversion as well.
* Ignore generated info files.Fred Drake1997-12-291-0/+1
|
* Reduce warning count from partparse.py.Fred Drake1997-12-292-8/+2
| | | | Removed BaseHTTPServer.py from list of undocumented modules.
* Revised lib1.texi target to deal with some conversion nastiness. See comment.Fred Drake1997-12-291-0/+7
|
* Reduce warning count from partparse.py.Fred Drake1997-12-292-4/+2
|
* Ignore another intermediate file from the info generation.Fred Drake1997-12-291-0/+1
|
* Reduce warning count from partparse.py.Fred Drake1997-12-292-2/+2
|
* Added Greg Stein's docs for BaseHTTPServer.py.Guido van Rossum1997-12-295-12/+447
| | | | Moved docs for "re" to before docs for "regex".
* Make "{" and "}" in code sample visible instead of a group (it's supposed toFred Drake1997-12-292-2/+2
| | | | be a dictionary...).
* Added missing "\" to "\var{address}, var{length}" in buffer_info() description.Fred Drake1997-12-292-2/+2
|
* Reduce warning count from partparse.py.Fred Drake1997-12-292-4/+2
|
* Use tableii environment for the table instead of tabular. This makes itFred Drake1997-12-292-38/+36
| | | | consistent with other 2-column tables in the Python documentation.
* Reduce warning count from partparse.py.Fred Drake1997-12-294-32/+28
|
* Nit adjustments to remove warnings when processed with partparse.py.Fred Drake1997-12-292-4/+2
|
* Normalized the word "Unix" to "\UNIX{}".Fred Drake1997-12-292-6/+6
| | | | Changed "{\tt crypt}" to "\sectcode{crypt}" in section heading.
* A bunch of minor stuff.Fred Drake1997-12-292-18/+230
| | | | | | Lots of support for new macros defined in myformat.sty; including the new indexing macros, seealso environment & friends, and the byte code instruction support.
* Added back info generation. Still buggy in the final phase (makeinfo run).Fred Drake1997-12-291-0/+26
| | | | Does not conflict with any other targets.
* Added missing "\" to "var{P}.\var{M}" in load_module() description.Fred Drake1997-12-292-2/+2
|
* Remove unneeded "{}" that confused makeinfo.Fred Drake1997-12-292-2/+2
|
* Change name of temporary file to avoid possible filesystem issues; matchesFred Drake1997-12-292-2/+2
| | | | similar renaming of the @buildno file elsewhere in the Python tree.
* Changed all \verb\...\ markup to either \code{...} or \samp{...}.Fred Drake1997-12-292-12/+12
|
* Removed "-*-texinfo-*-" from first line; this can cause emacs/xemacs to stopFred Drake1997-12-292-4/+4
| | | | | | | | and ask the user for permission to set buffer-local variables depending on the user's configuration. Not really needed since this doesn't get edited often. Bumped the version number to 1.5; date still needs to be set.
* Normalized the \seetext markup to match the only other instance: should beFred Drake1997-12-292-4/+4
| | | | "\seetext{...}" instead of "\seetext ...".
* Changed some \verb\...\ markup to the more common \code{...}. \verb\...\ isFred Drake1997-12-292-4/+4
| | | | | rarely needed and should be avoided where possible since it doesn't behave well with some processing tools (like partparse.py).
* do_env_tableii(), do_env_tableiii(): Align the table in the center, justFred Drake1997-12-281-2/+2
| | | | like LaTeX does. There's no need to diverge on this.
* Checking in fixed PS, with A4 capability.Guido van Rossum1997-12-241-1/+1
|
* Script to edit one line in the PS to allow A4 printing.Guido van Rossum1997-12-241-0/+26
|
* Convert a couple of three-column tables with an empty third column toFred Drake1997-12-232-22/+22
| | | | | two-column tables. This improves the rendering of the HTML version on (at least) some browsers.
* Removed unnecessary \small{} block; latex2html got it wrong and its noFred Drake1997-12-232-4/+0
| | | | longer needed for printed output.
* Removed unnecessary \small{} block; latex2html got it wrong and its noFred Drake1997-12-232-4/+0
| | | | longer needed for printed output.
* AMK's latestGuido van Rossum1997-12-222-4/+30
|
* do_env_tableii(), do_cmd_lineii(),Fred Drake1997-12-221-6/+86
| | | | | | | | do_env_tableiii(), do_cmd_lineiii(): New functions to handle tableii and tableiii environments. Small changes to not add a superfluous space between a function name and the comma in the index.
* Replace unprotected tilders by \~ -- an unprotected tilde is aGuido van Rossum1997-12-188-8/+8
| | | | non-breaking space!
* Change {\em ...} to \emph{...}; this seems to be the developing preferenceFred Drake1997-12-182-6/+6
| | | | throughout the manuals, and seems easier to read.
* img_tag(), top_navigation_panel(): Generate markup the same case as otherFred Drake1997-12-181-7/+7
| | | | functions in this file.
* make_mod_index_entry(): Generate markup the same case as other functions inFred Drake1997-12-181-1/+1
| | | | this file.
* Make the word "Module" in the section header start with an upper-case "M".Fred Drake1997-12-172-52/+58
| | | | | | | | Include "()" when naming functions in the text. Fixed reference to the built-in str() function. Format constant names using \code{}.
* Make the word "Module" in the section header start with an upper-case "M".Fred Drake1997-12-172-2/+4
| | | | Added index entry for RFC 1014.
* Make the word "Module" in the section header start with an upper-case "M"Fred Drake1997-12-172-6/+10
| | | | | | for all three modules described here. Added a \label{} for each of the two modules missing it.
* Make the word "Module" in the section header start with an upper-case "M".Fred Drake1997-12-172-10/+12
| | | | | | | | | Added a \label{} for the module. Fixed one minor grammatical nit: use plural pronoun to refer to a pair of referents. Include "()" when naming functions in the text.
* Make the word "Module" in the section header start with an upper-case "M".Fred Drake1997-12-172-2/+2
|
* Make the word "Module" in the section header start with an upper-case "M".Fred Drake1997-12-172-4/+6
| | | | | | Added a \label{} for the module. Changed one \code{} to a \samp{}.
* Make the word "Module" in the section header start with an upper-case "M".Fred Drake1997-12-172-2/+2
|
* Make the word "Module" in the section header start with an upper-case "M"Fred Drake1997-12-172-4/+4
| | | | for both modules documented here.
* Make the word "Module" in the section header start with an upper-case "M".Fred Drake1997-12-172-2/+2
|
* Make the word "Module" in the section header start with an upper-case "M".Fred Drake1997-12-172-6/+6
| | | | Minor grammatical nit.
* Make the word "Module" in the section header start with an upper-case "M".Fred Drake1997-12-172-6/+2
| | | | | Remove the leading comment declaring this to be a template for module documentation.
* Make the word "Module" in the section header start with an upper-case "M"Fred Drake1997-12-172-4/+4
| | | | for both modules documented here.
* Make the word "Module" in the section header start with an upper-case "M"Fred Drake1997-12-173-3/+3
| | | | for both built-in and standard modules. They were different.