- 10 May, 2004 4 commits
-
-
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 10 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.
-
Martin v. Löwis authored
Backported to 2.3.
-
- 05 May, 2004 5 commits
-
-
Andrew M. Kuchling authored
[Bug #810879] Document that copyfile() can fail if you don't have permissions; also, fix a double negative.
-
Brett Cannon authored
-
Raymond Hettinger authored
- Neatened the braces in PyList_New(). - Made sure "indexerr" was initialized to NULL. - Factored if blocks in PyList_Append(). - Made sure "allocated" is initialized in list_init().
-
Raymond Hettinger authored
Re-use list object bodies. Saves calls to malloc() and free() for faster list instantiation and deallocation.
-
Fred Drake authored
-