- 03 Apr, 1998 10 commits
-
-
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 23 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.
-
Fred Drake authored
-
Barry Warsaw authored
-
Fred Drake authored
-
Fred Drake authored
Added description of BastionClass, since it is referred to in the Bastion description as subclassable.
-
Fred Drake authored
-
Fred Drake authored
functions section.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
obvious when taking a quick look. Say "base64" instead of "base-64", since that seems to be how it's referred to in other RFCs.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
Fixed quoting in third paragraph of the findmatch() description.
-
Fred Drake authored
to create a single HTML file. Added --help.
-
Fred Drake authored
Fix indentation in code sample in PyArg_ParseTuple() section. Added one index entry. Fix include file reference in "Shared Libraries" to print <...> instead of the upside-down versions of ! and ?.
-
Fred Drake authored
Fix typo in a C code example: KeyError is spelled PyExc_KeyError in C; the "K" is upper case! Some index entries. On function signatures, always use parameter names. Make return types match what's in the header files. When the return type is a pointer, always omit the space between te type name and the "*"; leaving it in results in type * func(..) and having two spaces there just looks terrible.
-
Guido van Rossum authored
few things and adds docs for what happens to escapes in replacement strings.
-
- 01 Apr, 1998 5 commits
-
-
Fred Drake authored
mode for files under MacOS. Updated the traffic figure for c.l.p in the "What Now?" chapter; see comments.
-
Fred Drake authored
-
Fred Drake authored
-
Barry Warsaw authored
an open paren, do a better job of reindenting the line. For example: def foo(): print 'hello %s, %d' % ( a, b) Hit TAB on the line starting with `a'. Without this patch this line will never be reindented.
-
Barry Warsaw authored
(py-compute-indentation): int-to-char isn't defined in Emacs, but we don't really need it anyway, so just remove this conversion. XEmacs is happy either way. (py-parse-state): The Emacs branch (i.e. w/o buffer-syntactic-context) wasn't adjusting point correctly.
-
- 31 Mar, 1998 2 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-