Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added \label{} for logical addressing. | Fred Drake | 1998-02-18 | 14 | -0/+14 |
| | |||||
* | Added \label{} for logical addressing. | Fred Drake | 1998-02-18 | 4 | -10/+14 |
| | | | | Logical markup. | ||||
* | Added \label{} for logical addressing. | Fred Drake | 1998-02-18 | 8 | -6/+14 |
| | |||||
* | Added \label{} for logical addressing. | Fred Drake | 1998-02-18 | 6 | -112/+120 |
| | | | | Logical markup. | ||||
* | Added \label{} for logical addressing. | Fred Drake | 1998-02-18 | 12 | -2/+18 |
| | |||||
* | Added \label{} for logical addressing. | Fred Drake | 1998-02-18 | 4 | -24/+30 |
| | | | | Logical markup. | ||||
* | Don't make backups. | Fred Drake | 1998-02-18 | 2 | -6/+6 |
| | | | | Use "mv" instead of "ln -s" to install the new names. | ||||
* | \url{}: For pdflatex, make the link active & make it blue. If anyone figures | Fred Drake | 1998-02-18 | 1 | -7/+11 |
| | | | | out how to make the border go away completely, please let me know! | ||||
* | Add normpath(). Clarify normcase(). (Note -- this doc section | Guido van Rossum | 1998-02-18 | 2 | -6/+24 |
| | | | | | probably needs more work, describing new functions and the differences between unix/mac/win. | ||||
* | Patch HREFs in html files, replacing nodeXXX.html with label.html. | Jeremy Hylton | 1998-02-18 | 2 | -0/+76 |
| | |||||
* | Add mktime_tz(). Add () to a function reference in parsedate_tz(). | Guido van Rossum | 1998-02-18 | 2 | -2/+18 |
| | |||||
* | main(): Include a \label{modindex} in the output so latex won't let us re-use | Fred Drake | 1998-02-17 | 2 | -2/+4 |
| | | | | | the name elsewhere. This is useful for the logical filenames project, since the "modindex" label is hardcoded into .latex2html-init. | ||||
* | &do_cmd_textohtmlmoduleindex: Get the modindex key added to the label->node | Fred Drake | 1998-02-17 | 1 | -2/+2 |
| | | | | association. | ||||
* | Added \label{} for logical addressing. | Fred Drake | 1998-02-17 | 4 | -0/+4 |
| | |||||
* | Use \manpage{} markup for referencing a UNIX man page. | Fred Drake | 1998-02-17 | 2 | -10/+10 |
| | | | | Added index entry for DES cipher. | ||||
* | Added comment explaining the only warning produced by makeindex, since there | Fred Drake | 1998-02-17 | 2 | -0/+28 |
| | | | | doesn't appear to be a way to fix that's reasonable. | ||||
* | Remove Macintosh ligatures item. Solution: Update your Times fonts. | Fred Drake | 1998-02-17 | 1 | -2/+2 |
| | | | | Added native package semantics note. | ||||
* | Started a TODO list with the latest bug reports. | Fred Drake | 1998-02-17 | 1 | -0/+9 |
| | | | | In part prompted by questions from AMK. | ||||
* | Clarified comment about the PS generation when using the all-pdf target. | Fred Drake | 1998-02-17 | 1 | -3/+3 |
| | |||||
* | Add magic to make PDF generation use maximal compression. | Fred Drake | 1998-02-17 | 1 | -0/+3 |
| | |||||
* | Added all-formats target: use this to get both PDF and PS files; using the | Fred Drake | 1998-02-17 | 1 | -5/+11 |
| | | | | | | | | | | "alternate" rules for PDF generation doesn't ensure the PS files get generated since distiller isn't used. Switch to the "alternate" rules for PDF generation; this is starting to make more sense than the distiller-based rule, and requires only free software. I'm also confident it's working well (meaning I paged through all four pdflatex-generated PDF files). | ||||
* | Updated date for interim documentation release. | Fred Drake | 1998-02-17 | 2 | -2/+2 |
| | |||||
* | If generating PDF, include the author and title information in acroread's | Fred Drake | 1998-02-17 | 1 | -1/+12 |
| | | | | "File->General Info" dialog. | ||||
* | Massive changes. Fewer warnings from the Python Library Reference. Still | Fred Drake | 1998-02-17 | 2 | -186/+262 |
| | | | | | | | | messy, but the thing seems to be working without bombing completely today. Formatting lib.texi with TeX doesn't seem to do too badly, either! Info formatting isn't quite there; that might just have to disappear this time. | ||||
* | Update indexsubitem for file attributes correctly. | Fred Drake | 1998-02-17 | 2 | -2/+6 |
| | |||||
* | \nodename{} must appear immediately after \section{} for the info conversion. | Fred Drake | 1998-02-17 | 2 | -2/+2 |
| | |||||
* | Indent {verbatim} environments like in the printed version. | Fred Drake | 1998-02-16 | 1 | -0/+7 |
| | |||||
* | Move optional package inclusions to the top, to make them easier to find. | Fred Drake | 1998-02-16 | 1 | -5/+51 |
| | | | | | | | | | | | | | Code elsewhere in this file tests for the inclusion of the package and does not need to be uncommented. Comments explain what they do and how to disable them. Added support for the optional "fancyhdr" package. If used, page footers include chapter information on the left and section information on the right. Both optional packages, "fancyhdr" and "times", are enabled by default. We may want to disable them before shipping, but I'm not completely convinced. (How many installations format their own documentation?) | ||||
* | NNTP.xgtitle() description: Add a missing ")" from the response value | Fred Drake | 1998-02-16 | 2 | -4/+8 |
| | | | | | | description. NNTP.xover() description: Adjust some markup for consistency. | ||||
* | Made the area for wildcards in the description wider, so we don't invade the | Fred Drake | 1998-02-16 | 2 | -12/+14 |
| | | | | left margin. | ||||
* | Fixed formatting of the program name for crypt. | Fred Drake | 1998-02-16 | 2 | -2/+4 |
| | | | | Added another index entry. | ||||
* | In the example file name, use the current Python version, not a hardcoded | Fred Drake | 1998-02-16 | 2 | -14/+14 |
| | | | | | | value. Use logical markup. | ||||
* | For the lists which describe the regular expression syntax, increase the | Fred Drake | 1998-02-16 | 2 | -8/+14 |
| | | | | width available so we don't run into the left page margin. | ||||
* | Use \version to get the current Python version number, where possible. This | Fred Drake | 1998-02-16 | 2 | -12/+12 |
| | | | | can only be done in the running text, and not in {verbatim} environments. | ||||
* | Mark up filename extensions consistently. | Fred Drake | 1998-02-16 | 2 | -42/+42 |
| | | | | Logical markup. | ||||
* | Added rule to generate the PDF format using pdflatex. Commented out since | Fred Drake | 1998-02-16 | 1 | -0/+12 |
| | | | | this is still experimental software. See the comment. | ||||
* | Removed various "(New in 1.5a?!)" constructs. Other notes pertaining to | Fred Drake | 1998-02-16 | 2 | -44/+6 |
| | | | | versioning remain intact. | ||||
* | Break up some long lines in the generated header & footer. | Fred Drake | 1998-02-16 | 1 | -2/+2 |
| | |||||
* | "--" --> "---" in two places. | Fred Drake | 1998-02-16 | 2 | -4/+4 |
| | |||||
* | Place C typedef for Py_complex after brief description, to be more consistent | Fred Drake | 1998-02-16 | 2 | -64/+84 |
| | | | | | | with the other example of a structure description (struct _frozen). Added index entries for the modules referenced in the document. | ||||
* | Added index enties for the Python built-in functions, where appropriate. | Fred Drake | 1998-02-16 | 2 | -24/+30 |
| | |||||
* | Lots of nitty-gritty stuff: | Fred Drake | 1998-02-16 | 2 | -1268/+1368 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use \emph{} when referring to title of any of the Python manuals, like is done in the other manuals. In some places, use \emph{} or \dfn{} instead of ``...''. Use \samp{} instead of \code{} when marking identifier prefixes. Use logical markup wherever it made sense. Fixed a bunch of typos. In several places, use "---" instead of "--" to get the emdash. Start sentences with capital letters and end them with periods, as needed. "it's" --> "its" in many places: "it's" it *always* a contraction of "it is", and "its" should always be used for the possessive. "don't" --> "doesn't" "should discards any" --> "should discard any" In C function descriptions, use \var{} to mark parameters in the running text instead of \code{}. This matches usage in the other manauls better, and is more consistent with the formatting of the function signatures. Lots of little changes to implement this. Lots of fixups needed due to appearant heavy cut-&-paste in the orignal document. Mention that the exception objects may be either classes or strings, depending on the use of -X; they were unequivocally stated to be strings in the section "Standard Exceptions". "mkvalue()" --> "Py_BuildValue()" Description of PyNumber_Power() indicates that the third value is option, but not how to indicate that it was omitted. Clarified. Explain the behavior of PyString_FromStringAndSize() if the buffer is NULL. Explain the Py_complex structure a little (tell what it's used for) and use a {verbatim} environment for the structure definition itself. Fix explanation of PyFile_SoftSpace(). Update the example version string to 1.5. Combined the sections on defining new object types. | ||||
* | Make sure indexes begin on odd-numbered pages. | Fred Drake | 1998-02-16 | 1 | -0/+1 |
| | |||||
* | Normalization of markup. | Fred Drake | 1998-02-13 | 2 | -22/+22 |
| | |||||
* | Don't capitalize identifiers at the beginning of the sentence; re-write to | Fred Drake | 1998-02-13 | 2 | -14/+10 |
| | | | | place them elsewhere so they get the right capitalization. | ||||
* | Fix some markup so that the right characters are printed. | Fred Drake | 1998-02-13 | 2 | -10/+10 |
| | | | | "EOF" --> "\EOF{}" | ||||
* | Capitalize subsection title. | Fred Drake | 1998-02-13 | 2 | -2/+2 |
| | |||||
* | Make one paragraph wrap a little better. | Fred Drake | 1998-02-13 | 2 | -2/+2 |
| | |||||
* | Capitalize first word in sentences, use periods at end. | Fred Drake | 1998-02-13 | 2 | -6/+6 |
| | |||||
* | Change {datadesc} environments with empty descriptions to \dataline{}s; this | Fred Drake | 1998-02-13 | 2 | -48/+24 |
| | | | | | | removes extra vertical space from the list of names, and makes the display more similar to that used in the socket module, where several constants share a description. |