Barry Warsaw
e75888eb85
Test the rfc822.py module. Contains just a few simple cases, and some
...
troublesome ones encountered on the c.l.py list.
1999-01-14 20:00:58 +00:00
Barry Warsaw
8a578436f4
Message.getaddrlist(): This now handles multiple occurances of the
...
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
1999-01-14 19:59:58 +00:00
Fred Drake
f8ebb5521d
Several new functions to re-write tables to be at least partly
...
conformant with the OASIS Exchange model. There's a little more
massage left to do, but not much.
1999-01-14 19:45:38 +00:00
Guido van Rossum
ca6954a979
Should include "Python.h", not <Python.h> -- it's not a standard
...
header file (yet :-).
1999-01-14 19:31:42 +00:00
Guido van Rossum
11a5071ed6
Jim Ahlstrom patch: Watcom chokes on a long expression in c_asinh().
...
Break it up.
1999-01-14 19:11:11 +00:00
Guido van Rossum
a71b5f4e1d
Jim Ahlstrom patch: the module doc string is too long for 16-bit VC
...
1.5. Omit the second part.
1999-01-14 19:07:00 +00:00
Guido van Rossum
3aa23fdd47
Jim Ahlstrom patch: cutoff should be a long for machines with 16-bit
...
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.)
1999-01-14 19:01:53 +00:00
Guido van Rossum
3c25904a98
Jim Ahlstrom patch: BIGCHUNK is too large for 16-bit int.
1999-01-14 19:00:14 +00:00
Guido van Rossum
3d37f43293
Jim Ahlstrom added some SIZEOF defs for VC and WATCOM (only).
1999-01-14 18:51:53 +00:00
Fred Drake
a50a1df588
Added clean and clobber targets.
1999-01-14 18:26:23 +00:00
Fred Drake
54bad44f25
Update to the latest version of Michael Ernst's script.
1999-01-14 18:17:07 +00:00
Fred Drake
3a7a3d745d
"Driver" makefile to convert all documents to SGML or XML at once.
1999-01-14 18:13:59 +00:00
Fred Drake
7727416686
Add usage of the "driver" Makefile.
1999-01-14 18:12:33 +00:00
Fred Drake
9d1c3b565f
Elaborate a comment on the format of the table that drives the
...
conversion.
1999-01-14 18:10:09 +00:00
Fred Drake
d7acf02290
Adjustments to allow elements with subelements as parameters. This is
...
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.
1999-01-14 17:38:12 +00:00
Fred Drake
79cbadc194
Added fixinfo.el to the list of dependencies.
1999-01-14 17:13:03 +00:00
Fred Drake
79ad1f19dc
Escape special characters on output.
1999-01-14 17:06:09 +00:00
Guido van Rossum
348fd06890
In rcpt(), avoid a space after the TO: address when the option list is
...
empty. Make sure there is a space when there are options.
1999-01-14 04:18:46 +00:00
Guido van Rossum
e1bf7e8c1d
Change the order of the utime() and the chmod() call in copystat().
...
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...
1999-01-14 00:42:00 +00:00
Jack Jansen
9481821123
Updated for 1.5.2b1
1999-01-13 23:04:01 +00:00
Fred Drake
da71e315bb
Update the comments on info files.
1999-01-13 23:02:38 +00:00
Fred Drake
e36e4e6778
Use \refmodule when we say "use the XXX module instead".
...
For the whatsound module, point to sndhdr.
1999-01-13 17:11:52 +00:00
Fred Drake
da94374a86
\seemodule: Fix so that each \seemodule entry gets its own paragraph,
...
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.
1999-01-13 17:09:06 +00:00
Fred Drake
2581704dfa
do_cmd_refmodule(): New function to support new \refmodule macro.
1999-01-13 17:06:34 +00:00
Jack Jansen
b5600e7cb9
Hand't been committed yet (minor changes)
1999-01-13 16:58:53 +00:00
Jack Jansen
50ff95475b
CW Projects for 1.5.2b1
1999-01-13 16:54:34 +00:00
Jack Jansen
e9a4aaf1aa
Distribution databases for 1.5.2b1
1999-01-13 16:52:12 +00:00
Jack Jansen
08cae08a6a
Removed USE_MALLOC_DEBUG that shoulnd't be in the production version.
1999-01-13 16:51:35 +00:00
Greg Ward
d1dc47558c
Added: mems.lib.text_file: provides TextFile class for parsing text
...
files with (optional) comment stripping, blank line skipping, whitespace
removal, and line joining with trailing backslashes.
1999-01-13 16:12:04 +00:00
Guido van Rossum
894ee6f668
Renamed test.py to testcode.py so one can import Python's
...
test package from inside IDLE. (Suggested by Jack Jansen.)
1999-01-12 22:14:34 +00:00
Guido van Rossum
5051f4f80d
Hack to close a window that is colorizing.
1999-01-12 22:09:57 +00:00
Guido van Rossum
5cc3129260
Vladimir Marangozov's patch:
...
The separator dances too much and seems to jump by arbitrary amounts
in arbitrary directions when I try to move it for resizing the frames.
This patch makes it more quiet.
1999-01-12 22:09:18 +00:00
Fred Drake
8d43a2937b
Added a few items.
1999-01-12 21:31:16 +00:00
Fred Drake
fcb7adb6aa
Fix the HTML tarball target to generate the HTML if needed instead of
...
bombing.
1999-01-12 20:32:39 +00:00
Guido van Rossum
7a5f420e67
Chris Herborth's first pass at making config and install
...
for BeOS better.
1999-01-12 20:30:23 +00:00
Guido van Rossum
0039d7b4e6
A gift from Sam Rushing - modules asyncore and asynchat for the
...
standard Python library. (Async socket support.)
1999-01-12 20:19:27 +00:00
Fred Drake
dd7610cac9
Bump the date. Seems like fun. ;-)
1999-01-12 19:51:03 +00:00
Fred Drake
701f10fbea
Simplify command that extracts the number of pages from a PostScript
...
file; use "grep -c" instead of "grep | wc -l | cut ... | tr ...".
1999-01-12 19:28:41 +00:00
Fred Drake
39cddb7439
Added \modulesynopsis.
1999-01-12 19:22:11 +00:00
Fred Drake
03dd3efd5a
<writer>.send_paragraph(): Clarify what needs to be done by this
...
method and what it should not do. (Specifically: handling
breaking of last line of preceeding paragraph.)
1999-01-12 18:33:47 +00:00
Fred Drake
f4bb656a4f
DumbWriter.send_paragraph(): Fix problem with DumbWriter reported to
...
the newsgroup by Raymond Tong Leng Ng <rntl@yahoo.com>.
1999-01-12 18:13:27 +00:00
Guido van Rossum
e23cde2f8d
Avoid overflow if possible in calculations for range(); report
...
unavoidable overflow as OverflowError.
1999-01-12 05:07:47 +00:00
Fred Drake
5a0ca4e55c
do_cmd_methodline(): Fixed reference to method name when generating
...
the output HTML.
1999-01-12 04:16:51 +00:00
Fred Drake
4856d01797
Removed a lot of unnecessary comment markers which cause unexplained
...
numbers to appear in the HTML version of the manual.
1999-01-12 04:15:20 +00:00
Fred Drake
8e2c9457a2
output_body(): For <address> elements, just skip, since they're
...
always part of the page trailer.
1999-01-11 22:30:34 +00:00
Fred Drake
bb3b0028ba
Patches describing the statvfs() and fstatvfs() functions. Additional
...
text about large file support.
All new text by Steve Clift <clift@mail.anacapa.net>, with only minor
revision / addition of markup.
1999-01-11 18:36:23 +00:00
Guido van Rossum
583b019de4
Addition to previous note -- comfigure --without-gcc also works.
1999-01-11 16:47:30 +00:00
Guido van Rossum
f5ade40375
Add note about gcc-2.8.1 setting sys.maxint to -1 on 64-bit IRIX.
1999-01-11 16:45:44 +00:00
Fred Drake
6a1b53c165
get_config_h_filename(): Fix to work with current Python
...
installations; it was picking up a stale config.h from an
overwritten installation.
1999-01-11 15:34:55 +00:00
Guido van Rossum
c66e860418
Some requests have been fulfilled.
1999-01-11 14:52:40 +00:00