Guido van Rossum
1c974db134
Split UserDict and UserList on two separate lines; added entries for
...
modules symbol and token.
1998-02-11 22:36:17 +00:00
Guido van Rossum
ee833cca7b
Don't break a long line at an unpleasant point.
1998-02-11 22:34:51 +00:00
Guido van Rossum
8b0927eddc
Added missing entry for cmath.
1998-02-11 22:33:57 +00:00
Guido van Rossum
c57aff20e3
Replace $math$ with \code{}.
1998-02-11 22:33:28 +00:00
Guido van Rossum
c4452fd08f
Swap ni and imp (so they are in the same order as their sections are).
1998-02-11 22:32:23 +00:00
Guido van Rossum
34122fa99c
Remove a spurious space from the title.
1998-02-11 22:31:54 +00:00
Fred Drake
526467ce0a
Removed all references to the \rfcindex{} macro; now only \rfc{} is used.
1998-02-10 21:42:27 +00:00
Fred Drake
1624a507e6
Oops, missed a \POSIX{} in an index entry.
1998-02-09 22:12:28 +00:00
Fred Drake
88223904c8
Add some index entries; switch to logical markup.
1998-02-09 20:52:48 +00:00
Fred Drake
65b32f7f74
Consistently use \POSIX{} to denote POSIX. There were at least two different
...
ways to do it previously (not counting module names).
1998-02-09 20:27:12 +00:00
Fred Drake
41785fb864
Do the right magic to make \ABC{} get sorted correctly in the index.
1998-02-09 20:16:46 +00:00
Fred Drake
19b97b13fa
Do the right magic to make \UNIX{} get sorted correctly in the index.
1998-02-09 20:16:18 +00:00
Fred Drake
c58912426e
Use the new RFC macros wherever RFCs are referenced by number. No other
...
changes.
1998-02-09 19:16:20 +00:00
Guido van Rossum
8083c176a3
Add a note about rounding up of readlines()' sizehint to 8K.
1998-02-08 22:51:09 +00:00
Guido van Rossum
6e91c6a344
Document getrefcount().
1998-02-07 21:17:05 +00:00
Fred Drake
31c4ed75fc
Remove commented-out \itembreak.
1998-02-06 22:26:04 +00:00
Fred Drake
c660233cfb
Update two of the \indexsubitem values to use singular rather than plural form
...
of "variable": each individual variable should be identified as a single
variable and not a collection in the index.
1998-02-06 22:19:23 +00:00
Guido van Rossum
8e1e68de49
Add ref to errno module, and change ref to posix.error to os.error.
1998-02-06 15:18:25 +00:00
Guido van Rossum
f499e09f94
Add ref to errno module.
1998-02-06 15:18:05 +00:00
Fred Drake
8aad4c80b3
Added missing "{" for "\code <?stuff?>}".
1998-02-03 23:12:13 +00:00
Guido van Rossum
ad37e9e77d
Clarify that capwords() removes leading/trailing whitespace.
...
Remove references to regsub, which is obsolescent.
1998-02-02 03:01:10 +00:00
Guido van Rossum
c45c2f3dc1
Add S_ISBLK().
1998-01-29 22:03:41 +00:00
Guido van Rossum
02505e4850
New version of xmllib from Sjoerd.
...
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.
1998-01-29 14:55:24 +00:00
Guido van Rossum
7570669a08
Add a note explaining that multiplying a sequence with a negative
...
number is the same as multiplying it with zero, and yields an empty
sequence.
1998-01-27 19:09:43 +00:00
Fred Drake
16f88454f1
Use \url{} to mark a URL.
1998-01-22 20:47:26 +00:00
Fred Drake
ff3f0d0a5c
Use \url{} to mark URLs, \email{} to mark an email address.
1998-01-22 20:45:31 +00:00
Fred Drake
7c418ed89c
Added descriptions for log() and log10().
...
Clarified that floor() and ceil() return reals. Same for the integer part
returned by modf().
Some markup consistency changes.
1998-01-22 17:37:50 +00:00
Fred Drake
ed79783bb2
Converted to use new macros. This example demonstrate \method{} and, more
...
importantly, \url{}.
1998-01-22 16:11:18 +00:00
Fred Drake
55f4492859
Converted to use semantic markup. This is an example of how many of the new
...
constructs should be used.
1998-01-22 15:56:41 +00:00
Fred Drake
0f35495563
Add entry for copy_reg module.
1998-01-21 05:04:52 +00:00
Fred Drake
6eb9f10063
Removed entry for copy_reg module.
1998-01-21 05:00:28 +00:00
Fred Drake
2d754437d4
Add entry for copy_reg module.
1998-01-21 04:58:39 +00:00
Fred Drake
1abf0df5b4
Simple documentation of the copy_reg module.
...
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.
1998-01-21 04:58:10 +00:00
Fred Drake
d1cc9c2b92
Update comment about relative URL internet draft to reflect current RFC status;
...
index references the appropriate RFCs.
Consistency: Always use trailing "()" on function names in running text.
1998-01-21 04:55:02 +00:00
Fred Drake
61b0452626
Added a bunch of "concept" index entries.
...
Use trailing "()" on function names in running text.
1998-01-20 05:52:23 +00:00
Fred Drake
a46f84d293
Added index entry and \label{} for exceptions module. This isn't in the
...
normal modules portion of the manual, but that's the basic effect of this
section with the 1.5 change in exception support.
1998-01-20 05:26:12 +00:00
Fred Drake
73a973bf8d
Always mark variables in the "Notes" following a table the same way as in the
...
tables: \var{}
Add a couple of index entries to the File Objects section.
1998-01-20 05:20:39 +00:00
Fred Drake
cbe50f4829
Removed bogus index entry for the type() built-in.
...
Marked title of the Python Reference Manual as \emph{}, like other Python
manual titles.
1998-01-20 05:12:36 +00:00
Fred Drake
9eb5e5097e
Consistency: "{\it ...}" ==> "\emph{...}"
1998-01-20 04:54:23 +00:00
Fred Drake
c520b695fe
The soundex module is built-in, not standard.
...
"--" ==> "---"
1998-01-20 04:45:44 +00:00
Fred Drake
ca12b9df7b
Consistency: {\it ...} ==> \emph{...}
1998-01-20 04:43:29 +00:00
Fred Drake
dd17d1ce62
ni is a standard module, not a built-in module. The only other reference to
...
it already got it right.
1998-01-20 04:40:41 +00:00
Fred Drake
bac354cd80
Consistency: (Yes, I know this section is not formatted by default, and
...
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.
1998-01-20 04:32:09 +00:00
Guido van Rossum
46503922a0
Various updates to the effect that the group argument is always optional.
...
Also documented that groups() now always returns a tuple.
1998-01-19 23:14:17 +00:00
Fred Drake
8095ebfc4a
Consistency: Replaced 4 {\it ...} with \emph{...}.
1998-01-19 04:02:41 +00:00
Fred Drake
94e8f690dd
Consistency: Replaced one {\tt ...} with \code{...}.
1998-01-19 02:55:11 +00:00
Fred Drake
b6ce6427e8
Consistency: In two places, change {\it ...} to \emph{...}.
1998-01-19 02:51:02 +00:00
Fred Drake
b660b63edf
Use \emph{} for all references to the other documents, not just some of them.
1998-01-16 16:34:34 +00:00
Fred Drake
5081b227f1
Ouch: "accounces" ==> "announces"
...
(In description of AbstractWriter class.)
1998-01-15 05:49:00 +00:00
Fred Drake
af8a015c93
Consistency: "{\bf ...}" ==> "\strong{...}"
...
"{\em ...}" ==> "\emph{...}"
Not at all sure what to do with "{\rm ...}".
Leaving it for now.
1998-01-14 14:51:31 +00:00