| Commit message (Expand) | Author | Age | Files | Lines |
* | Added missing "{" for "\code <?stuff?>}". | Fred Drake | 1998-02-03 | 1 | -1/+1 |
|
|
* | Clarify that capwords() removes leading/trailing whitespace. | Guido van Rossum | 1998-02-02 | 1 | -5/+1 |
|
|
* | Add S_ISBLK(). | Guido van Rossum | 1998-01-29 | 1 | -1/+5 |
|
|
* | New version of xmllib from Sjoerd. | Guido van Rossum | 1998-01-29 | 1 | -12/+48 |
|
|
* | Add a note explaining that multiplying a sequence with a negative | Guido van Rossum | 1998-01-27 | 1 | -1/+5 |
|
|
* | Use \url{} to mark a URL. | Fred Drake | 1998-01-22 | 2 | -5/+5 |
|
|
* | Use \url{} to mark URLs, \email{} to mark an email address. | Fred Drake | 1998-01-22 | 1 | -2/+2 |
|
|
* | Added descriptions for log() and log10(). | Fred Drake | 1998-01-22 | 1 | -8/+17 |
|
|
* | Converted to use new macros. This example demonstrate \method{} and, more | Fred Drake | 1998-01-22 | 1 | -16/+17 |
|
|
* | Converted to use semantic markup. This is an example of how many of the new | Fred Drake | 1998-01-22 | 1 | -36/+39 |
|
|
* | Add entry for copy_reg module. | Fred Drake | 1998-01-21 | 1 | -0/+3 |
|
|
* | Removed entry for copy_reg module. | Fred Drake | 1998-01-21 | 1 | -2/+0 |
|
|
* | Add entry for copy_reg module. | Fred Drake | 1998-01-21 | 1 | -0/+1 |
|
|
* | Simple documentation of the copy_reg module. | Fred Drake | 1998-01-21 | 1 | -0/+28 |
|
|
* | Update comment about relative URL internet draft to reflect current RFC status; | Fred Drake | 1998-01-21 | 1 | -5/+7 |
|
|
* | Added a bunch of "concept" index entries. | Fred Drake | 1998-01-20 | 1 | -4/+11 |
|
|
* | Added index entry and \label{} for exceptions module. This isn't in the | Fred Drake | 1998-01-20 | 1 | -0/+2 |
|
|
* | Always mark variables in the "Notes" following a table the same way as in the | Fred Drake | 1998-01-20 | 1 | -1/+3 |
|
|
* | Removed bogus index entry for the type() built-in. | Fred Drake | 1998-01-20 | 1 | -2/+1 |
|
|
* | Consistency: "{\it ...}" ==> "\emph{...}" | Fred Drake | 1998-01-20 | 1 | -2/+2 |
|
|
* | The soundex module is built-in, not standard. | Fred Drake | 1998-01-20 | 1 | -3/+3 |
|
|
* | Consistency: {\it ...} ==> \emph{...} | Fred Drake | 1998-01-20 | 1 | -1/+1 |
|
|
* | ni is a standard module, not a built-in module. The only other reference to | Fred Drake | 1998-01-20 | 1 | -2/+2 |
|
|
* | Consistency: (Yes, I know this section is not formatted by default, and | Fred Drake | 1998-01-20 | 1 | -8/+10 |
|
|
* | Various updates to the effect that the group argument is always optional. | Guido van Rossum | 1998-01-19 | 1 | -11/+15 |
|
|
* | Consistency: Replaced 4 {\it ...} with \emph{...}. | Fred Drake | 1998-01-19 | 1 | -2/+2 |
|
|
* | Consistency: Replaced one {\tt ...} with \code{...}. | Fred Drake | 1998-01-19 | 1 | -1/+1 |
|
|
* | Consistency: In two places, change {\it ...} to \emph{...}. | Fred Drake | 1998-01-19 | 1 | -2/+2 |
|
|
* | Use \emph{} for all references to the other documents, not just some of them. | Fred Drake | 1998-01-16 | 1 | -4/+4 |
|
|
* | Ouch: "accounces" ==> "announces" | Fred Drake | 1998-01-15 | 1 | -1/+1 |
|
|
* | Consistency: "{\bf ...}" ==> "\strong{...}" | Fred Drake | 1998-01-14 | 14 | -24/+24 |
|
|
* | Added the standard \label{module-*} for the two supporting modules. | Fred Drake | 1998-01-14 | 1 | -0/+2 |
|
|
* | Consistency: "Unix" ==> "\UNIX{}" | Fred Drake | 1998-01-13 | 1 | -2/+2 |
|
|
* | Removed \mytableofcontents; just use \tableofcontents. | Fred Drake | 1998-01-13 | 1 | -1/+1 |
|
|
* | Consistency: "Unix" ==> "\UNIX{}" | Fred Drake | 1998-01-13 | 3 | -5/+5 |
|
|
* | Consistency: "unix" ==> "\UNIX{}" | Fred Drake | 1998-01-13 | 2 | -3/+2 |
|
|
* | Consistency: "unix" ==> "\UNIX{}" | Fred Drake | 1998-01-13 | 1 | -1/+2 |
|
|
* | Consistency: | Fred Drake | 1998-01-13 | 3 | -7/+7 |
|
|
* | Removed obsolete \kwindex{} call. | Fred Drake | 1998-01-13 | 1 | -2/+5 |
|
|
* | Added "module search path" to the index. | Fred Drake | 1998-01-13 | 1 | -0/+1 |
|
|
* | Removed obsolete \kwindex{} calls. | Fred Drake | 1998-01-13 | 1 | -15/+13 |
|
|
* | Added openright option the the \documentclass{} for each of the manuals. | Fred Drake | 1998-01-13 | 1 | -1/+1 |
|
|
* | Lots of minor markup nits, all consistency related. | Fred Drake | 1998-01-12 | 1 | -75/+88 |
|
|
* | Document maxsplit arg for split(), with incompatibility note about 1.5 | Guido van Rossum | 1998-01-12 | 1 | -3/+12 |
|
|
* | Wrapped some long lines. | Fred Drake | 1998-01-12 | 1 | -43/+45 |
|
|
* | Modify command descriptions to use \optional{} instead of ad-hoc markup. | Fred Drake | 1998-01-12 | 1 | -16/+16 |
|
|
* | Sigh. Apply a similar patch to the *other* occurrence of [^...]. | Guido van Rossum | 1998-01-12 | 1 | -1/+1 |
|
|
* | Follow current recommended practice in an example: Use isinstance() to | Fred Drake | 1998-01-11 | 1 | -1/+1 |
|
|
* | "Unix" --> "\UNIX{}" | Fred Drake | 1998-01-11 | 1 | -17/+13 |
|
|
* | Grammatical nit. | Fred Drake | 1998-01-09 | 1 | -1/+1 |
|
|