- 05 Dec, 2004 10 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Fred Drake authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Barry Warsaw authored
caused by a self._input.readline() call that wasn't checking for the NeedsMoreData marker. msg_43.txt contains a message that illustrates the problem, when email.message_from_*() is called. That interface uses the Parser API, which splits reads into 8192 byte chunks. It so happens that for the test message, the 8192 chunk falls inside a message/delivery-status, which is where in the FeedParser the readline() call was that didn't check for NeedsMoreData. I also added an assert to unreadline() so it'll be more evident if an attempt to push back NeedsMoreData ever happens again. Bump the email package version number.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 04 Dec, 2004 3 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 03 Dec, 2004 7 commits
-
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
(First draft of patch contributed by Steven Bethard.)
-
- 02 Dec, 2004 8 commits
-
-
Vinay Sajip authored
-
Marc-André Lemburg authored
-
Gustavo Niemeyer authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
(Submitted by some anonymous person with an amazing eye for grammer nits.)
-
- 01 Dec, 2004 12 commits
-
-
Martin v. Löwis authored
-
Thomas Heller authored
-
Thomas Heller authored
Will backport.
-
Thomas Heller authored
-
Thomas Heller authored
-
Andrew M. Kuchling authored
-
Thomas Heller authored
Python was installed with the 'only for me' option. The registry key had a hardcoded '2.3' in it where the python version chosen for installation should be used instead. Will backport myself.
-
Fred Drake authored
the beginning of a paragraph do not generate errors; this affected things like \refmodule when it came first in a paragraph - clean up the .sty file to separate out the treatment of the start of a new paragraph
-
Fred Drake authored
- don't create .tgz version of doc source package, since we're not generating that for the other formats either
-
Fred Drake authored
so the docs can be built.
-
Raymond Hettinger authored
-
Andrew M. Kuchling authored
-