Files
cpython/Lib
Barry Warsaw f6caeba03a Anthony Baxter's patch for non-strict parsing. This adds a `strict'
argument to the constructor -- defaulting to true -- which is
different than Anthony's approach of using global state.

parse(), parsestr(): Grow a `headersonly' argument which stops parsing
once the header block has been seen, i.e. it does /not/ parse or even
read the body of the message.  This is used for parsing message/rfc822
type messages.

We need test cases for the non-strict parsing.  Anthony will supply
these.

_parsebody(): We can get rid of the isdigest end-of-line kludges,
although we still need to know if we're parsing a multipart/digest so
we can set the default type accordingly.
2002-07-09 02:50:02 +00:00
..
2002-05-29 19:40:36 +00:00
2002-06-11 06:22:31 +00:00
2002-03-17 21:49:20 +00:00
2001-12-22 15:23:50 +00:00
2001-08-09 12:33:32 +00:00
2002-02-11 17:56:27 +00:00
2002-06-13 17:59:51 +00:00
2002-06-01 01:29:16 +00:00
2001-06-19 00:26:25 +00:00
2001-07-04 10:15:58 +00:00
2002-06-01 16:07:16 +00:00
2001-08-02 07:15:29 +00:00
2002-06-01 16:07:16 +00:00
2001-05-29 06:06:54 +00:00
2002-05-23 23:58:17 +00:00
2002-04-16 01:38:40 +00:00
2002-06-05 19:07:39 +00:00
2002-06-02 00:40:05 +00:00
2002-06-02 00:40:05 +00:00
2002-06-13 22:18:39 +00:00
2001-10-28 20:15:40 +00:00
2002-02-08 20:41:34 +00:00
2002-05-23 15:15:30 +00:00
2002-05-31 14:15:11 +00:00
2002-03-18 13:06:00 +00:00
2002-04-13 14:03:38 +00:00
2002-05-20 14:48:16 +00:00
2002-06-10 20:00:52 +00:00
2001-10-24 20:42:55 +00:00