- 13 May, 2004 9 kayıt (commit)
-
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
still 7-bit.
-
Barry Warsaw yazdı
parser must recognize outer boundaries in inner parts. So cruise through the EOF stack backwards testing each predicate against the current line. There's still some discussion about whether this is (always) the best thing to do. Anthony would rather parse these messages as if the outer boundaries were ignored. I think that's counter to the RFC, but might be practically more useful. Can you say behavior flag? (ug).
-
Barry Warsaw yazdı
Two evil samples from Anthony's MIME torture tests.
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
same boundary as the outer part.
-
Barry Warsaw yazdı
separating boundary for an outer part inside an inner part.
-
Anthony Baxter yazdı
-
Greg Ward yazdı
optimization for short input; beef up tests for fix_sentence_endings feature.
-
- 12 May, 2004 8 kayıt (commit)
-
-
Raymond Hettinger yazdı
Minor wording fix.
-
Raymond Hettinger yazdı
same method that implements __setitem__ also implements __delitem__. Also, there were several good use cases (removing items from a queue and implementing Forth style stack ops).
-
Thomas Heller yazdı
-
Fred Drake yazdı
(closes SF patch #870287)
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
(closes SF patch #952047)
-
Fred Drake yazdı
(closes SF bug #952212)
-
- 11 May, 2004 16 kayıt (commit)
-
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
message/delivery-status clause, and genericize it to handle all (other) message/* content types. This lets us correctly parse 2 more of Anthony's MIME torture tests (specifically, the message/external-body examples).
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
copyright years.
-
Barry Warsaw yazdı
-
Thomas Heller yazdı
Already backported to release23-maint.
-
Fred Drake yazdı
sources
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Barry Warsaw yazdı
binascii_a2b_qp() and binascii_b2a_qp() with calls to PyMem_Malloc() and PyMem_Free(). These won't return NULL unless the allocations actually fail, so it won't trigger a bogus memory error on some platforms <cough>AIX</cough> when passed a length of zero.
-
Greg Ward yazdı
_EXPORT_INT calls in #ifdef's, to avoid breaking the build on MkLinux (Linux 2.0).
-
- 10 May, 2004 7 kayıt (commit)
-
-
Barry Warsaw yazdı
Windows. Closes SF # 586899.
-
Skip Montanaro yazdı
used to parse the hour.
-
Fred Drake yazdı
-
Barry Warsaw yazdı
SF #951088.
-
Barry Warsaw yazdı
-
Raymond Hettinger yazdı
-
Mark Hammond yazdı
implemented in patch [ 851736 ].
-