Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Getting uglier. But it doesn't completely bomb except for some table stuff. | Fred Drake | 1997-12-29 | 2 | -80/+146 |
| | | | | I'll get to it when I can. | ||||
* | Lots of minor nits that allow this file to get processed without failures by | Fred Drake | 1997-12-29 | 2 | -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 Drake | 1997-12-29 | 1 | -0/+1 |
| | |||||
* | Reduce warning count from partparse.py. | Fred Drake | 1997-12-29 | 2 | -8/+2 |
| | | | | Removed BaseHTTPServer.py from list of undocumented modules. | ||||
* | Revised lib1.texi target to deal with some conversion nastiness. See comment. | Fred Drake | 1997-12-29 | 1 | -0/+7 |
| | |||||
* | Reduce warning count from partparse.py. | Fred Drake | 1997-12-29 | 2 | -4/+2 |
| | |||||
* | Ignore another intermediate file from the info generation. | Fred Drake | 1997-12-29 | 1 | -0/+1 |
| | |||||
* | Reduce warning count from partparse.py. | Fred Drake | 1997-12-29 | 2 | -2/+2 |
| | |||||
* | Added Greg Stein's docs for BaseHTTPServer.py. | Guido van Rossum | 1997-12-29 | 5 | -12/+447 |
| | | | | Moved docs for "re" to before docs for "regex". | ||||
* | Make "{" and "}" in code sample visible instead of a group (it's supposed to | Fred Drake | 1997-12-29 | 2 | -2/+2 |
| | | | | be a dictionary...). | ||||
* | Added missing "\" to "\var{address}, var{length}" in buffer_info() description. | Fred Drake | 1997-12-29 | 2 | -2/+2 |
| | |||||
* | Reduce warning count from partparse.py. | Fred Drake | 1997-12-29 | 2 | -4/+2 |
| | |||||
* | Use tableii environment for the table instead of tabular. This makes it | Fred Drake | 1997-12-29 | 2 | -38/+36 |
| | | | | consistent with other 2-column tables in the Python documentation. | ||||
* | Reduce warning count from partparse.py. | Fred Drake | 1997-12-29 | 4 | -32/+28 |
| | |||||
* | Nit adjustments to remove warnings when processed with partparse.py. | Fred Drake | 1997-12-29 | 2 | -4/+2 |
| | |||||
* | Normalized the word "Unix" to "\UNIX{}". | Fred Drake | 1997-12-29 | 2 | -6/+6 |
| | | | | Changed "{\tt crypt}" to "\sectcode{crypt}" in section heading. | ||||
* | A bunch of minor stuff. | Fred Drake | 1997-12-29 | 2 | -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 Drake | 1997-12-29 | 1 | -0/+26 |
| | | | | Does not conflict with any other targets. | ||||
* | Added missing "\" to "var{P}.\var{M}" in load_module() description. | Fred Drake | 1997-12-29 | 2 | -2/+2 |
| | |||||
* | Remove unneeded "{}" that confused makeinfo. | Fred Drake | 1997-12-29 | 2 | -2/+2 |
| | |||||
* | Change name of temporary file to avoid possible filesystem issues; matches | Fred Drake | 1997-12-29 | 2 | -2/+2 |
| | | | | similar renaming of the @buildno file elsewhere in the Python tree. | ||||
* | Changed all \verb\...\ markup to either \code{...} or \samp{...}. | Fred Drake | 1997-12-29 | 2 | -12/+12 |
| | |||||
* | Removed "-*-texinfo-*-" from first line; this can cause emacs/xemacs to stop | Fred Drake | 1997-12-29 | 2 | -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 be | Fred Drake | 1997-12-29 | 2 | -4/+4 |
| | | | | "\seetext{...}" instead of "\seetext ...". | ||||
* | Changed some \verb\...\ markup to the more common \code{...}. \verb\...\ is | Fred Drake | 1997-12-29 | 2 | -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, just | Fred Drake | 1997-12-28 | 1 | -2/+2 |
| | | | | like LaTeX does. There's no need to diverge on this. | ||||
* | Checking in fixed PS, with A4 capability. | Guido van Rossum | 1997-12-24 | 1 | -1/+1 |
| | |||||
* | Script to edit one line in the PS to allow A4 printing. | Guido van Rossum | 1997-12-24 | 1 | -0/+26 |
| | |||||
* | Convert a couple of three-column tables with an empty third column to | Fred Drake | 1997-12-23 | 2 | -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 no | Fred Drake | 1997-12-23 | 2 | -4/+0 |
| | | | | longer needed for printed output. | ||||
* | Removed unnecessary \small{} block; latex2html got it wrong and its no | Fred Drake | 1997-12-23 | 2 | -4/+0 |
| | | | | longer needed for printed output. | ||||
* | AMK's latest | Guido van Rossum | 1997-12-22 | 2 | -4/+30 |
| | |||||
* | do_env_tableii(), do_cmd_lineii(), | Fred Drake | 1997-12-22 | 1 | -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 a | Guido van Rossum | 1997-12-18 | 8 | -8/+8 |
| | | | | non-breaking space! | ||||
* | Change {\em ...} to \emph{...}; this seems to be the developing preference | Fred Drake | 1997-12-18 | 2 | -6/+6 |
| | | | | throughout the manuals, and seems easier to read. | ||||
* | img_tag(), top_navigation_panel(): Generate markup the same case as other | Fred Drake | 1997-12-18 | 1 | -7/+7 |
| | | | | functions in this file. | ||||
* | make_mod_index_entry(): Generate markup the same case as other functions in | Fred Drake | 1997-12-18 | 1 | -1/+1 |
| | | | | this file. | ||||
* | Make the word "Module" in the section header start with an upper-case "M". | Fred Drake | 1997-12-17 | 2 | -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 Drake | 1997-12-17 | 2 | -2/+4 |
| | | | | Added index entry for RFC 1014. | ||||
* | Make the word "Module" in the section header start with an upper-case "M" | Fred Drake | 1997-12-17 | 2 | -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 Drake | 1997-12-17 | 2 | -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 Drake | 1997-12-17 | 2 | -2/+2 |
| | |||||
* | Make the word "Module" in the section header start with an upper-case "M". | Fred Drake | 1997-12-17 | 2 | -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 Drake | 1997-12-17 | 2 | -2/+2 |
| | |||||
* | Make the word "Module" in the section header start with an upper-case "M" | Fred Drake | 1997-12-17 | 2 | -4/+4 |
| | | | | for both modules documented here. | ||||
* | Make the word "Module" in the section header start with an upper-case "M". | Fred Drake | 1997-12-17 | 2 | -2/+2 |
| | |||||
* | Make the word "Module" in the section header start with an upper-case "M". | Fred Drake | 1997-12-17 | 2 | -6/+6 |
| | | | | Minor grammatical nit. | ||||
* | Make the word "Module" in the section header start with an upper-case "M". | Fred Drake | 1997-12-17 | 2 | -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 Drake | 1997-12-17 | 2 | -4/+4 |
| | | | | for both modules documented here. | ||||
* | Make the word "Module" in the section header start with an upper-case "M" | Fred Drake | 1997-12-17 | 3 | -3/+3 |
| | | | | for both built-in and standard modules. They were different. |