- 11 May, 2004 3 commits
-
-
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 16 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.
-
Barry Warsaw authored
-
Barry Warsaw authored
need the _compat21 or _compat22 modules either.
-
Barry Warsaw authored
bunch of module globals that aren't used.
-
Barry Warsaw authored
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.
-
Barry Warsaw authored
(standard) tests, and doesn't throw parse errors. I still need throw Anthony's torture test at it, but I wanted to get this checked in and off my disk.
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
message's end boundary.
-
Barry Warsaw authored
-
Raymond Hettinger authored
-
- 08 May, 2004 2 commits
-
-
Raymond Hettinger authored
Both cycle() and chain() were handling exceptions only when switching input sources. The patch makes the handle more immediate. Will backport.
-
Gustavo Niemeyer authored
-
- 07 May, 2004 3 commits
-
-
Martin v. Löwis authored
Backported to 2.3.
-
Martin v. Löwis authored
Backported to 2.3.
-
Raymond Hettinger authored
-
- 06 May, 2004 9 commits
-
-
Raymond Hettinger authored
-
Andrew M. Kuchling authored
-
Fred Drake authored
(closes SF bug #817742)
-
Fred Drake authored
(closes SF bug #881707)
-
Fred Drake authored
-
Martin v. Löwis authored
Backported to 2.3.
-
Martin v. Löwis authored
Backported to 2.3.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
Backported to 2.3.
-