Fred Drake
3dc3f09ce5
Fix broken HTML in the head; this was reported by a user as causing Opera 6.01
...
to crash. The user has reported the problem to Opera, but we still should
generate something that passes for HTML.
2002-03-22 17:23:03 +00:00
Barry Warsaw
984d22005a
I was just testing you. Neil Norwitz gets the prize. (Fixed a typo
...
in the description of the email package patch.)
2002-03-22 16:41:18 +00:00
Barry Warsaw
2106a4d636
Added a NEWS item for the fix of SF bug #531966 in the email package.
...
Also, added a header for 2.2.1c2 (if there isn't a c2, change this to
2.2.1 final).
2002-03-22 16:25:54 +00:00
Barry Warsaw
5516c7b319
_handle_multipart(): Fixes for SF bug #531966 . Specifically two
...
situations are handled now: a multipart/* containing no payload
(i.e. never set), and a multipart/* containing a scalar payload
(i.e. Message.add_payload() having been called exactly once, not
passing in a sequence object).
_make_boundary(): Fixed bogus cut-n-paste error (self as first arg).
I will merge these changes into the standalone email package and
Python 2.3 separately.
2002-03-22 16:21:56 +00:00
Barry Warsaw
25cf603523
test_no_parts_in_a_multipart(): A test for the layout of a
...
multipart/mixed message with no attachments.
test_one_part_in_a_multipart(): A test for the layout of a
multipart/mixed message with a single attachment.
test_seq_parts_in_a_multipart(): A test for the layout of a
multipart/mixed message with a single attachment that happens to be a
sequence of length one.
These tests ensure no regressions on the fix for SF bug #531966 .
I will merge these into the standalone email package and Python 2.3
trunk separately.
2002-03-22 16:19:30 +00:00
Jack Jansen
dba657f2d7
Backport of _Resmodule.c 1.10 and ressupport.py 1.21:
...
Generate with weaklink stubs, so missing routines (on MacOS 8.6 and earlier)
don't cause import failure.
Fixes 531398, 2.2.1 candidate.
2002-03-22 15:48:44 +00:00
Michael W. Hudson
d963214c64
I forgot to regenerate this. Oops.
2002-03-22 11:22:24 +00:00
Jack Jansen
9247056910
Merge of 1.13: checked in to convert from BinHex to AppleSingle.
2002-03-21 20:19:30 +00:00
Jack Jansen
3500f4e82b
Merge rev. 1.5: Updated to new Universal Headers.
...
Also, this checkin should make the file MacBinary again.
2002-03-21 14:56:48 +00:00
Neal Norwitz
5f9c705814
SF# 522426, add doc for common parameter for filecmp.cmpfiles()
2002-03-20 18:54:03 +00:00
Fred Drake
50d20ca6db
Adjust some poor wording in the text that explains what events are used
...
for (reported by Keith Briggs).
Wrap some very long lines.
2002-03-19 14:37:14 +00:00
Jack Jansen
3f855edbf1
sync() has different return values depending on whether we build with GUSI or not.
2002-03-19 11:01:20 +00:00
Jack Jansen
8a2ca2bf51
Files used for 2.2.1c1 distribution.
2002-03-19 10:59:38 +00:00
Jack Jansen
a583cf76f5
char/unsigned char mixup.
2002-03-19 10:59:26 +00:00
Fred Drake
1d1b476731
Clarify that copy_reg.pickle() is not intended for use with "classic" classes.
...
This was stated before, but a minor grammatical error made it difficult to be
sure of the meaning.
This closes SF bug #530143 .
2002-03-19 03:33:14 +00:00
Tim Peters
1dbb67980e
Record 2.2.1c1 release date.
2002-03-19 02:13:47 +00:00
Andrew M. Kuchling
84b5f1ab80
To make 'urllib.py -t' run again, change FTP URL to a file that actually
...
exists.
2002-03-18 22:19:24 +00:00
cvs2svn
0832165c43
This commit was manufactured by cvs2svn to create tag 'r221c1'.
v2.2.1c1
2002-03-18 16:47:35 +00:00
Fred Drake
0c3ea5d7a5
Fix up unescaped tilde; reported by several people.
2002-03-18 16:47:35 +00:00
Fred Drake
8f3f845164
Remove extra verb; reported by Detlef Lannert.
2002-03-18 16:44:46 +00:00
Jack Jansen
868c4f09ec
Backport of _CFmodule.c 1.11 and _Winmodule 1.8:
...
Lurking bug found by patch for 531291: FSSpecs should be passed to
Py_BuildValue by address, not by value.
2002-03-18 15:54:29 +00:00
Jack Jansen
45465f2295
Backport of _Resmodule.c 1.10 and ressupport.py 1.20:
...
Some of the newer routines return an OSErr, like most toolbox calls,
in stead of depending on ResError(). Second half of fix for #531291 .
2002-03-18 15:38:24 +00:00
Michael W. Hudson
d11f1fac66
Make StringIO work in non-unicode builds.
...
Lots of tests fail in non-unicode builds, but I think most of these are
"bugs" in the tests. I hope so, anyway.
2002-03-18 13:31:31 +00:00
Michael W. Hudson
fca4ed6a09
backport jackjansen's checkin of
...
revision 1.2 of ERRNO.py
revision 1.2 of FILE.py
revision 1.2 of IN.py
Regenerated for Irix 6.5.
2002-03-18 13:10:41 +00:00
Michael W. Hudson
c981082410
backport jackjansen's checkin of
...
revision 1.3 of regen
Patch by Michael Pruett: make regen work on Irix 6.0 and 6.5.
2002-03-18 13:10:13 +00:00