- 21 Jan, 1999 6 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
places) which isn't worth bgenning.
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
them, so the warning is obsolete).
-
- 20 Jan, 1999 4 commits
-
-
Fred Drake authored
general identifiers for which closing tags will be omitted when SGML is generated. This can be used to tell the markup generator to drop stuff like </para>. Note that it needs to be possible for the closing tag to *always* be omitted for it to be included in "autoclose". main(): Added command-line option "-a" / "--autoclose" to set the list of general identifiers passed to the convert() function as the "autoclose" parameter. The list may only be specified once (not additive) and GIs should be comma-separated. The default list includes only "para".
-
Fred Drake authored
any subdirectory; don't continue with remaining subdirs. Added "api", "ext", "lib", "mac", "ref", and "tut" targets to only do submakes in those directories. This is just a lot easier to use than to cd into the subdir and use make.rules directly.
-
Fred Drake authored
IRIX systems.
-
Fred Drake authored
module available on IRIX.
-
- 19 Jan, 1999 10 commits
-
-
Fred Drake authored
<author> inside the <moduleinfo> element. Fix problems with paragraph identification.
-
Fred Drake authored
entire attribute value. Add ability to save list of "empty" elements to a file -- enabled by constant in the code.
-
Fred Drake authored
than one "root" that prevented all the <label id=...> items from being promoted to id attributes on the enclosing chapter/ section/... properly.
-
Fred Drake authored
Removed "New" from module synopsis.
-
Fred Drake authored
introductory text).
-
Fred Drake authored
to <module link>.
-
Fred Drake authored
-
Fred Drake authored
Change the message printed before running buildindex.py; "Doing the index..." wasn't clear and could be misinterpreted with an inappropriate mindset. ;-)
-
Fred Drake authored
import isfile" and "import os.path".
-
Barry Warsaw authored
py-newline-and-indent. These ought to get picked up by the mapcar that follows; any existing binding to newline-and-indent gets shadowed to py-newline-and-indent. This will break some people who, e.g. bind C-m or C-j to newline but still want these bound to py-newline-and-indent in Python mode. On the other hand, the forced binding pisses off Emacs diehards. So consider this experimental and see if any tall Dutch guys complain :-)
-
- 18 Jan, 1999 6 commits
-
-
Barry Warsaw authored
standard narrow-to-defun but works with Python classes and methods. With no arg, narrows to most enclosing def/method. With C-u arg, narrows to most enclosing class.
-
Greg Ward authored
-
Fred Drake authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Jack Jansen authored
-
- 15 Jan, 1999 3 commits
-
-
Guido van Rossum authored
Contributed by Blake Winton, but considerably edited.
-
Guido van Rossum authored
Take opportunity to add more explanatory messages to exceptions.
-
Barry Warsaw authored
for delete forwardness.
-
- 14 Jan, 1999 11 commits
-
-
Guido van Rossum authored
last patch to this file: use pathLen, not bufSize, as the initializer.
-
Fred Drake authored
-
Fred Drake authored
names. These are too much of a pain for occaissional authors.
-
Barry Warsaw authored
headers and their continuation lines are parsed.
-
Fred Drake authored
-
Fred Drake authored
currently generated by the LaTeX and LaTeX2HTML processes is generated here as well, making it more flexible in the SGML version. Reduce the <args> element so that <optional> goes away; just use square brackets to indicate what's optional. This makes it easier to read than the LaTeX, and the processor can do any checking it needs to in order to make sure it's legit. Possible shortcoming: DSSSL processors may need more explicit markup. Can probably hack around it for this case, but we'll see.
-
Barry Warsaw authored
troublesome ones encountered on the c.l.py list.
-
Barry Warsaw authored
named header, so that if a message has, e.g. multiple CC: lines, all will get returned by the call to getaddrlist(). It also correctly handles addresses which show up in continuation lines. AdderlistClass.__init__(): Added \n to self.CR which fixes a bug that sometimes, an address would contain a bogus trailing newline. Message.getaddress(): In final else clause, added a test for the character we're at being in self.specials. Without this, such characters never get consumed and we infloop. Case in point (as posted to c.l.py): To: <[smtp:dd47@mail.xxx.edu]_at_hmhq@hdq-mdm1-imgout.companay.com> ----------------------------^ otherwise we'd infloop here
-
Fred Drake authored
conformant with the OASIS Exchange model. There's a little more massage left to do, but not much.
-
Guido van Rossum authored
header file (yet :-).
-
Guido van Rossum authored
Break it up.
-