- 03 Apr, 1998 34 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
guess the mime type of a local file. Change suggested by Sjoerd (with different implementation): when retrieve() creates a temporary file, preserve the suffix. Corrollary of the first change: also return the mime type of a local file in retrieve().
-
Fred Drake authored
-
Fred Drake authored
Logical markup.
-
Fred Drake authored
One more index entry. Be more specific about an exception raised by range().
-
Fred Drake authored
-
Fred Drake authored
Minor nits.
-
Fred Drake authored
-
Fred Drake authored
Describe UserDict and UserList individually so they aren't too hideous in the presentation.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
Consistency nits.
-
Fred Drake authored
ACKS file should be checked....).
-
Fred Drake authored
Add a manpage reference. Add an index entry.
-
Fred Drake authored
Add {excdesc} for zlib.error. Use {methoddesc} where appropriate.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
in the same module.
-
Fred Drake authored
Lots of index entries.
-
Fred Drake authored
Use math-mode pi instead of mixing forms. Use spaces around relational operators.
-
Fred Drake authored
Moved IGNORECASE & friends to "top level" definitions following compile(), since there is no other case of nesting in the manual. Use {memberdesc} and {methoddesc} as appropriate.
-
Fred Drake authored
Indent code sample to use 4-space indents.
-
Fred Drake authored
-
Fred Drake authored
Index entry.
-
Fred Drake authored
Moved stuff from "Recent Additions to 1.1" to "More on Defining Functions". This means there's now a short section on "Defining Functions" immediately followed by a long section "More on Defining Functions."
-
Fred Drake authored
-
Fred Drake authored
Add an index entry.
-
Fred Drake authored
-
Fred Drake authored
Document ArrayType. Use {memberdesc} and {methoddesc} environments, as appropriate. Minor nits.
-
- 02 Apr, 1998 6 commits
-
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
Added comments to various sections.
-
Fred Drake authored
Big fix: the module index for the Python Library Reference is once more in a separate file! Yeah!
-
Guido van Rossum authored
(Still no __setitem__, until I get a request to add it!)
-
Fred Drake authored
special markup for the first column of a table using {tableii} or {tableiii}. In LaTeX, this requires using "textrm" as the formatting function, and this is needed to remove the bogus "<textrm>" that gets generated otherwise. There should probably be a more general mapping of specified markup to useful markup, but that doesn't appear needed at the moment. do_env_tableii(), do_env_tableiii(): If the markup for the first column is \textrm, make it empty. do_cmd_lineii(), do_cmd_lineiii(): If the markup for the first column is empty, don't add markup around the text.
-