- 19 Jan, 1999 4 commits
-
-
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 25 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.
-
Guido van Rossum authored
1.5. Omit the second part.
-
Guido van Rossum authored
ints. (In theory, other variables should be widened to long as well, but this won't ever be needed, since the len of a list is still an int.)
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
conversion.
-
Fred Drake authored
used to deal with the table headings and entries. An additional flag in the element table is used to indicate elements which have no "general" content, but which do have subelement content. These must be flagged distinctly from empty elements. Currently used for \lineii, \lineiii, and \lineiv.
-
Fred Drake authored
-
Fred Drake authored
-
Guido van Rossum authored
empty. Make sure there is a space when there are options.
-
Guido van Rossum authored
This doesn't make a bit of difference on Unix, but apparently on Windows NT you need write permission before you can set the utime...
-
- 13 Jan, 1999 2 commits
-
-
Jack Jansen authored
-
Fred Drake authored
-