- 12 May, 2004 7 kayıt (commit)
-
-
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 ].
-
- 09 May, 2004 10 kayıt (commit)
-
-
Barry Warsaw yazdı
documented semantics.
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
This Parser is now just a backward compatible front-end to the FeedParser.
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
need the _compat21 or _compat22 modules either.
-
Barry Warsaw yazdı
bunch of module globals that aren't used.
-
Barry Warsaw yazdı
bunch of module globals that aren't used. __maxheaderlen -> _maxheaderlen _handle_multipart(): This should be more RFC compliant now, and does match the updated/fixed semantics for preamble and epilogue.
-