summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Collapse)AuthorAgeFilesLines
* Do the right magic to make \ABC{} get sorted correctly in the index.Fred Drake1998-02-091-1/+1
|
* Do the right magic to make \UNIX{} get sorted correctly in the index.Fred Drake1998-02-091-2/+2
|
* Use the new RFC macros wherever RFCs are referenced by number. No otherFred Drake1998-02-0912-29/+28
| | | | changes.
* Add a note about rounding up of readlines()' sizehint to 8K.Guido van Rossum1998-02-081-1/+2
|
* Document getrefcount().Guido van Rossum1998-02-071-0/+6
|
* Remove commented-out \itembreak.Fred Drake1998-02-061-1/+0
|
* Update two of the \indexsubitem values to use singular rather than plural formFred Drake1998-02-061-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 Rossum1998-02-061-1/+3
|
* Add ref to errno module.Guido van Rossum1998-02-061-0/+2
|
* Added missing "{" for "\code <?stuff?>}".Fred Drake1998-02-031-1/+1
|
* Clarify that capwords() removes leading/trailing whitespace.Guido van Rossum1998-02-021-5/+1
| | | | Remove references to regsub, which is obsolescent.
* Add S_ISBLK().Guido van Rossum1998-01-291-1/+5
|
* New version of xmllib from Sjoerd.Guido van Rossum1998-01-291-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 negativeGuido van Rossum1998-01-271-1/+5
| | | | | number is the same as multiplying it with zero, and yields an empty sequence.
* Use \url{} to mark a URL.Fred Drake1998-01-222-5/+5
|
* Use \url{} to mark URLs, \email{} to mark an email address.Fred Drake1998-01-221-2/+2
|
* Added descriptions for log() and log10().Fred Drake1998-01-221-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, moreFred Drake1998-01-221-16/+17
| | | | importantly, \url{}.
* Converted to use semantic markup. This is an example of how many of the newFred Drake1998-01-221-36/+39
| | | | constructs should be used.
* Add entry for copy_reg module.Fred Drake1998-01-211-0/+3
|
* Removed entry for copy_reg module.Fred Drake1998-01-211-2/+0
|
* Add entry for copy_reg module.Fred Drake1998-01-211-0/+1
|
* Simple documentation of the copy_reg module.Fred Drake1998-01-211-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 Drake1998-01-211-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 Drake1998-01-201-4/+11
| | | | Use trailing "()" on function names in running text.
* Added index entry and \label{} for exceptions module. This isn't in theFred Drake1998-01-201-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 theFred Drake1998-01-201-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 Drake1998-01-201-2/+1
| | | | | Marked title of the Python Reference Manual as \emph{}, like other Python manual titles.
* Consistency: "{\it ...}" ==> "\emph{...}"Fred Drake1998-01-201-2/+2
|
* The soundex module is built-in, not standard.Fred Drake1998-01-201-3/+3
| | | | "--" ==> "---"
* Consistency: {\it ...} ==> \emph{...}Fred Drake1998-01-201-1/+1
|
* ni is a standard module, not a built-in module. The only other reference toFred Drake1998-01-201-2/+2
| | | | it already got it right.
* Consistency: (Yes, I know this section is not formatted by default, andFred Drake1998-01-201-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 Rossum1998-01-191-11/+15
| | | | Also documented that groups() now always returns a tuple.
* Consistency: Replaced 4 {\it ...} with \emph{...}.Fred Drake1998-01-191-2/+2
|
* Consistency: Replaced one {\tt ...} with \code{...}.Fred Drake1998-01-191-1/+1
|
* Consistency: In two places, change {\it ...} to \emph{...}.Fred Drake1998-01-191-2/+2
|
* Use \emph{} for all references to the other documents, not just some of them.Fred Drake1998-01-161-4/+4
|
* Ouch: "accounces" ==> "announces"Fred Drake1998-01-151-1/+1
| | | | (In description of AbstractWriter class.)
* Consistency: "{\bf ...}" ==> "\strong{...}"Fred Drake1998-01-1414-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 Drake1998-01-141-0/+2
|
* Consistency: "Unix" ==> "\UNIX{}"Fred Drake1998-01-131-2/+2
| | | | Always include the comma *inside* the \optional{} markup!
* Removed \mytableofcontents; just use \tableofcontents.Fred Drake1998-01-131-1/+1
|
* Consistency: "Unix" ==> "\UNIX{}"Fred Drake1998-01-133-5/+5
|
* Consistency: "unix" ==> "\UNIX{}"Fred Drake1998-01-132-3/+2
|
* Consistency: "unix" ==> "\UNIX{}"Fred Drake1998-01-131-1/+2
| | | | Added \label{} for referring to the module.
* Consistency:Fred Drake1998-01-133-7/+7
| | | | "Unix" ==> "\UNIX{}"
* Removed obsolete \kwindex{} call.Fred Drake1998-01-131-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 Drake1998-01-131-0/+1
|
* Removed obsolete \kwindex{} calls.Fred Drake1998-01-131-15/+13
| | | | | | Added "module search path" to the index. "Unix" ==> "\UNIX{}"