- 21 Mar, 2002 9 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
(Someone should check the other commands for this same error.) Bugfix candidate.
-
Jack Jansen yazdı
possibly converting from AppleSingle.
-
Jack Jansen yazdı
in MachoPython. As we don't have MacOS.HandleEvent() we drop these on the floor (with a print).
-
Jack Jansen yazdı
we have GUSI's void sync().
-
Jack Jansen yazdı
-
Martin v. Löwis yazdı
-
Neal Norwitz yazdı
-
Walter Dörwald yazdı
This patch makes it possible to pass Warning instances as the first argument to warnings.warn. In this case the category argument will be ignored. The message text used will be str(warninginstance).
-
Martin v. Löwis yazdı
is "ignore". Fixes #529104.
-
- 20 Mar, 2002 7 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
Add iterator support to pulldom.DOMEventStream New feature, so not a bugfix candidate (though it should be safe for inclusion)
-
Neal Norwitz yazdı
Can go into 2.2.x, but not necessary.
-
Tim Peters yazdı
Bugfix candidate? Don't know -- never bothered me, but it's minor either way.
-
Neal Norwitz yazdı
-
Neil Schemenauer yazdı
-
Tim Peters yazdı
Windows some modules are considered (by me, and I don't care what anyone else thinks about this <wink>) to be part of "the core" despite that they happen to be compiled into separate DLLs (the "to DLL or not to DLL?" question on Windows is nearly arbitrary). Making the pymalloc entry points available to them allows the Windows build to complete without incident when WITH_PYMALLOC is #define'd. Note that this isn't unprecedented. Other "private API" functions we export include _PySequence_IterSearch, _PyEval_SliceIndex, _PyCodec_Lookup, _Py_ZeroStruct, _Py_TrueStruct, _PyLong_New and _PyModule_Clear.
-
Andrew M. Kuchling yazdı
last Medusa release) Should be safe as a bugfix candidate, though it's not fixing a bug.
-
- 19 Mar, 2002 5 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
prototypes remain. Noted by Yakov Markovitch. Bugfix candidate.
-
Martin v. Löwis yazdı
-
Fred Drake yazdı
for (reported by Keith Briggs). Wrap some very long lines.
-
Fred Drake yazdı
This was stated before, but a minor grammatical error made it difficult to be sure of the meaning. This closes SF bug #530143.
-
Tim Peters yazdı
-
- 18 Mar, 2002 19 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
FakeSocket class. Without it, the sendall() call got the method on the underlying socket object, and that messed up SSL. Does httplib use other methods of sockets that FakeSocket doesn't support? Someone should take a look... (I'll try to give it a once-over.) 2.2.1 bugfix candidate.
-
Andrew M. Kuchling yazdı
exists.
-
Fredrik Lundh yazdı
the time...)
-
Neil Schemenauer yazdı
-
Neil Schemenauer yazdı
-
Neil Schemenauer yazdı
-
Neil Schemenauer yazdı
-
Barry Warsaw yazdı
searches. This is added after /tmp. Closes SF bug #505488, except that /var/tmp comes after /tmp instead of the patch's suggestion of putting it before /usr/tmp.
-
Neal Norwitz yazdı
[ 530285 ] redefining SRE_CODE in Modules/sre.h
-
Neil Schemenauer yazdı
malloc() and free() don't change.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Jack Jansen yazdı
Py_BuildValue by address, not by value. 2.2.1 candidate.
-
Jack Jansen yazdı
Some of the newer routines return an OSErr, like most toolbox calls, in stead of depending on ResError(). Second half of fix for #531291. 2.2.1 candidate.
-
Jack Jansen yazdı
notably FSSpec and FSRef objects. First half of fix for #531291. 2.2.1 candidate.
-
Michael W. Hudson yazdı
[ 516299 ] urlparse can get fragments wrong
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
unnecessary redirection limit code which is already in FancyURLopener.
-