- 09 May, 2004 13 kayıt (commit)
-
-
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.
-
Barry Warsaw yazdı
(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 yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
message's end boundary.
-
Barry Warsaw yazdı
-
Raymond Hettinger yazdı
-
- 08 May, 2004 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
Both cycle() and chain() were handling exceptions only when switching input sources. The patch makes the handle more immediate. Will backport.
-
Gustavo Niemeyer yazdı
-
- 07 May, 2004 3 kayıt (commit)
-
-
Martin v. Löwis yazdı
Backported to 2.3.
-
Martin v. Löwis yazdı
Backported to 2.3.
-
Raymond Hettinger yazdı
-
- 06 May, 2004 10 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Andrew M. Kuchling yazdı
-
Fred Drake yazdı
(closes SF bug #817742)
-
Fred Drake yazdı
(closes SF bug #881707)
-
Fred Drake yazdı
-
Martin v. Löwis yazdı
Backported to 2.3.
-
Martin v. Löwis yazdı
Backported to 2.3.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
Backported to 2.3.
-
Martin v. Löwis yazdı
Backported to 2.3.
-
- 05 May, 2004 9 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
[Bug #810879] Document that copyfile() can fail if you don't have permissions; also, fix a double negative.
-
Brett Cannon yazdı
-
Raymond Hettinger yazdı
- 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 yazdı
Re-use list object bodies. Saves calls to malloc() and free() for faster list instantiation and deallocation.
-
Fred Drake yazdı
-
Fred Drake yazdı
- describe __getnewargs__() (closes SF bug #873246)
-
Fred Drake yazdı
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 yazdı
constants (closes SF bug #837929)
-
Greg Ward yazdı
mixer docs; trim \platform{}, add \versionadded{}.
-
- 04 May, 2004 3 kayıt (commit)
-
-
Nicholas Bastin yazdı
with the elimination of 'U' in modsupport.c on 2000/04/28 (replaced with 'u' and 'u#' per fdrake's comments).
-
Phillip J. Eby yazdı
http://mail.python.org/pipermail/python-dev/2003-September/037922.html for background. It appears I forgot to ever submit a bug report or patch.
-
Guido van Rossum yazdı
-