Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do the right magic to make \ABC{} get sorted correctly in the index. | Fred Drake | 1998-02-09 | 1 | -1/+1 |
| | |||||
* | Do the right magic to make \UNIX{} get sorted correctly in the index. | Fred Drake | 1998-02-09 | 1 | -2/+2 |
| | |||||
* | Use the new RFC macros wherever RFCs are referenced by number. No other | Fred Drake | 1998-02-09 | 12 | -29/+28 |
| | | | | changes. | ||||
* | Add a note about rounding up of readlines()' sizehint to 8K. | Guido van Rossum | 1998-02-08 | 1 | -1/+2 |
| | |||||
* | Document getrefcount(). | Guido van Rossum | 1998-02-07 | 1 | -0/+6 |
| | |||||
* | Remove commented-out \itembreak. | Fred Drake | 1998-02-06 | 1 | -1/+0 |
| | |||||
* | Update two of the \indexsubitem values to use singular rather than plural form | Fred Drake | 1998-02-06 | 1 | -2/+2 |
| | | | | | of "variable": each individual variable should be identified as a single variable and not a collection in the index. | ||||
* | Add ref to errno module, and change ref to posix.error to os.error. | Guido van Rossum | 1998-02-06 | 1 | -1/+3 |
| | |||||
* | Add ref to errno module. | Guido van Rossum | 1998-02-06 | 1 | -0/+2 |
| | |||||
* | 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 |
| | | | | Remove references to regsub, which is obsolescent. | ||||
* | 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 |
| | | | | | | | | | | | | | The main incompatibility is that the error reporting method is now called as parser.syntax_error(msg) instead of parser.syntax_error(lineno, msg) This new version also has some code to deal with the <?xml?> and <!DOCTYPE> tags at the start of an XML document. The documentation has been updated, and a small test module has been created. | ||||
* | Add a note explaining that multiplying a sequence with a negative | Guido van Rossum | 1998-01-27 | 1 | -1/+5 |
| | | | | | number is the same as multiplying it with zero, and yields an empty sequence. | ||||
* | 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 |
| | | | | | | | Clarified that floor() and ceil() return reals. Same for the integer part returned by modf(). Some markup consistency changes. | ||||
* | Converted to use new macros. This example demonstrate \method{} and, more | Fred Drake | 1998-01-22 | 1 | -16/+17 |
| | | | | importantly, \url{}. | ||||
* | Converted to use semantic markup. This is an example of how many of the new | Fred Drake | 1998-01-22 | 1 | -36/+39 |
| | | | | constructs should be used. | ||||
* | 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 |
| | | | | | | Guido, you should probably look at this. The pickle documentation is out of date; I don't see anything about the __reduce__() stuff or the __safe_for_unpickling__ attribute. | ||||
* | Update comment about relative URL internet draft to reflect current RFC status; | Fred Drake | 1998-01-21 | 1 | -5/+7 |
| | | | | | | index references the appropriate RFCs. Consistency: Always use trailing "()" on function names in running text. | ||||
* | Added a bunch of "concept" index entries. | Fred Drake | 1998-01-20 | 1 | -4/+11 |
| | | | | Use trailing "()" on function names in running text. | ||||
* | Added index entry and \label{} for exceptions module. This isn't in the | Fred Drake | 1998-01-20 | 1 | -0/+2 |
| | | | | | normal modules portion of the manual, but that's the basic effect of this section with the 1.5 change in exception support. | ||||
* | Always mark variables in the "Notes" following a table the same way as in the | Fred Drake | 1998-01-20 | 1 | -1/+3 |
| | | | | | | tables: \var{} Add a couple of index entries to the File Objects section. | ||||
* | Removed bogus index entry for the type() built-in. | Fred Drake | 1998-01-20 | 1 | -2/+1 |
| | | | | | Marked title of the Python Reference Manual as \emph{}, like other Python manual titles. | ||||
* | 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 |
| | | | | it already got it right. | ||||
* | Consistency: (Yes, I know this section is not formatted by default, and | Fred Drake | 1998-01-20 | 1 | -8/+10 |
| | | | | | | | | | | isn't likely to be of much interest these days....) {\tt ...} ==> \code{...} Added \label{module-blat} for the two supporting modules. Added index entries for referred-to modules. | ||||
* | Various updates to the effect that the group argument is always optional. | Guido van Rossum | 1998-01-19 | 1 | -11/+15 |
| | | | | Also documented that groups() now always returns a tuple. | ||||
* | 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 |
| | | | | (In description of AbstractWriter class.) | ||||
* | Consistency: "{\bf ...}" ==> "\strong{...}" | Fred Drake | 1998-01-14 | 14 | -24/+24 |
| | | | | | | | "{\em ...}" ==> "\emph{...}" Not at all sure what to do with "{\rm ...}". Leaving it for now. | ||||
* | 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 |
| | | | | Always include the comma *inside* the \optional{} markup! | ||||
* | 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 |
| | | | | Added \label{} for referring to the module. | ||||
* | Consistency: | Fred Drake | 1998-01-13 | 3 | -7/+7 |
| | | | | "Unix" ==> "\UNIX{}" | ||||
* | Removed obsolete \kwindex{} call. | Fred Drake | 1998-01-13 | 1 | -2/+5 |
| | | | | | | Added "user configuration file", ".pythonrc.py file" to the index. Made reference to site module a {seealso} environment. | ||||
* | 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 "module search path" to the index. "Unix" ==> "\UNIX{}" |