- 13 May, 2004 3 commits
-
-
Barry Warsaw authored
separating boundary for an outer part inside an inner part.
-
Anthony Baxter authored
-
Greg Ward authored
optimization for short input; beef up tests for fix_sentence_endings feature.
-
- 12 May, 2004 8 commits
-
-
Raymond Hettinger authored
Minor wording fix.
-
Raymond Hettinger authored
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 authored
-
Fred Drake authored
(closes SF patch #870287)
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
(closes SF patch #952047)
-
Fred Drake authored
(closes SF bug #952212)
-
- 11 May, 2004 16 commits
-
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
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 authored
-
Tim Peters authored
-
Tim Peters authored
copyright years.
-
Barry Warsaw authored
-
Thomas Heller authored
Already backported to release23-maint.
-
Fred Drake authored
sources
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Barry Warsaw authored
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 authored
_EXPORT_INT calls in #ifdef's, to avoid breaking the build on MkLinux (Linux 2.0).
-
- 10 May, 2004 7 commits
-
-
Barry Warsaw authored
Windows. Closes SF # 586899.
-
Skip Montanaro authored
used to parse the hour.
-
Fred Drake authored
-
Barry Warsaw authored
SF #951088.
-
Barry Warsaw authored
-
Raymond Hettinger authored
-
Mark Hammond authored
implemented in patch [ 851736 ].
-
- 09 May, 2004 6 commits
-
-
Barry Warsaw authored
documented semantics.
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
This Parser is now just a backward compatible front-end to the FeedParser.
-