- 19 Ock, 1999 2 kayıt (commit)
-
-
Fred Drake yazdı
import isfile" and "import os.path".
-
Barry Warsaw yazdı
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 Ock, 1999 6 kayıt (commit)
-
-
Barry Warsaw yazdı
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 yazdı
-
Fred Drake yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Jack Jansen yazdı
-
- 15 Ock, 1999 3 kayıt (commit)
-
-
Guido van Rossum yazdı
Contributed by Blake Winton, but considerably edited.
-
Guido van Rossum yazdı
Take opportunity to add more explanatory messages to exceptions.
-
Barry Warsaw yazdı
for delete forwardness.
-
- 14 Ock, 1999 25 kayıt (commit)
-
-
Guido van Rossum yazdı
last patch to this file: use pathLen, not bufSize, as the initializer.
-
Fred Drake yazdı
-
Fred Drake yazdı
names. These are too much of a pain for occaissional authors.
-
Barry Warsaw yazdı
headers and their continuation lines are parsed.
-
Fred Drake yazdı
-
Fred Drake yazdı
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 yazdı
troublesome ones encountered on the c.l.py list.
-
Barry Warsaw yazdı
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 yazdı
conformant with the OASIS Exchange model. There's a little more massage left to do, but not much.
-
Guido van Rossum yazdı
header file (yet :-).
-
Guido van Rossum yazdı
Break it up.
-
Guido van Rossum yazdı
1.5. Omit the second part.
-
Guido van Rossum yazdı
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 yazdı
-
Guido van Rossum yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
conversion.
-
Fred Drake yazdı
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 yazdı
-
Fred Drake yazdı
-
Guido van Rossum yazdı
empty. Make sure there is a space when there are options.
-
Guido van Rossum yazdı
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 Ock, 1999 4 kayıt (commit)
-
-
Jack Jansen yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
For the whatsound module, point to sndhdr.
-
Fred Drake yazdı
so they don't get run together when there's no blank line between them in the source. The HTML conversion already did the right thing. \refmodule: Refer to a module, using a hyperlink in the PDF version. Visually the same as \module.
-