- 10 May, 2004 4 kayıt (commit)
-
-
Barry Warsaw yazdı
SF #951088.
-
Barry Warsaw yazdı
-
Raymond Hettinger yazdı
-
Mark Hammond yazdı
implemented in patch [ 851736 ].
-
- 09 May, 2004 16 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.
-
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 5 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ı
-