- 21 Mar, 2002 1 kayıt (commit)
-
-
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 26 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.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Guido van Rossum yazdı
The proper fix is not quite what was submitted; it's really better to take the class of the object passed rather than calling PyMethod_New with NULL pointer args, because that can then cause other core dumps later. I also added a testcase for the fix to classmethods() in test_descr.py. I've already applied this to the 2.2 branch.
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
Steven M. Gava yazdı
keybindings
-
Paul Prescod yazdı
(as it is often not on Windows). The code was always designed so that it would raise an IOError if there was no .netrc. But if there was no $HOME it would return a KeyError which would be somewhat unexpected for code that didn't know the algorithm it used to find .netrc. The particular code that triggered this problem for me was ftpmirror.py which handled the IOError gracefully, but not the KeyError.
-
- 17 Mar, 2002 1 kayıt (commit)
-
-
Skip Montanaro yazdı
builtin types
-