- 09 May, 2004 15 commits
-
-
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 9 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
-
Fred Drake authored
- describe __getnewargs__() (closes SF bug #873246)
-
Fred Drake authored
are enough subtleties to pickling that we don't want misunderstanding to spread because we don't provide all the information twice. The reference to the pickle module for information will have to suffice; at least only one portion of the docs will be out of date. ;-(
-
Fred Drake authored
constants (closes SF bug #837929)
-
Greg Ward authored
mixer docs; trim \platform{}, add \versionadded{}.
-
- 04 May, 2004 1 commit
-
-
Nicholas Bastin authored
with the elimination of 'U' in modsupport.c on 2000/04/28 (replaced with 'u' and 'u#' per fdrake's comments).
-