- 07 Agu, 2002 22 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
empty heap, since heap[0] raises the appropriate IndexError already.
-
Guido van Rossum yazdı
is empty.
-
Raymond Hettinger yazdı
-
Martin v. Löwis yazdı
-
Raymond Hettinger yazdı
the weakreflist to NULL in the constructor and to fill the tp_flags slot with Py_TPFLAGS_HAVE_WEAKREFS. Closes SF bug 586583.
-
Raymond Hettinger yazdı
-
Guido van Rossum yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
the classes' attribute list.
-
Raymond Hettinger yazdı
-
Guido van Rossum yazdı
and this broke a Zope "pipelining" test which read multiple responses from the same connection (this attaches a new file object to the socket for each response). Added a test for this too. (I want to do some code cleanup too, but I thought I'd first fix the problem with as little code as possible, and add a unit test for this case. So that's what this checkin is about.)
-
Jack Jansen yazdı
in stead of prepending it, which messes up "import * from". - A few ascii()s added again. - Changed the getbaseclasses a little, but it still isn't perfect.
-
Fred Drake yazdı
__nonzero__(), in response to SF bug #579991.
-
Martin v. Löwis yazdı
-
Jack Jansen yazdı
the result passes through backticks.
-
Jack Jansen yazdı
This patch makes inheritance for OSA classes work. The implementation is a bit convoluted, but I don't immedeately see a simpler way of doing it. I added calls to ascii() everywhere we output strings that may contain non-ascii characters (Python has gotten very picky since the encoding patch:-). I also removed Donovan's different way of opening resource files: I don't seem to need it.
-
Jack Jansen yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
sample code, and the note was marked as a logical thing.
-
Martin v. Löwis yazdı
-
Steve Holden yazdı
-
- 06 Agu, 2002 18 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Tim Peters yazdı
WSAEWOULDBLOCK, the second connect() attempt appears to yield WSAEISCONN on Win98 but WSAEINVAL on Win2K. So accept either as meaning "yawn, fine". This allows test_socket to succeed on my Win2K box (which it already did on my Win98SE box).
-
Jack Jansen yazdı
file in unix-Python.
-
Jack Jansen yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Guido van Rossum yazdı
This is inspired by SF patch 581742 (by Jonathan Hogg, who also submitted the bug report, and two other suggested patches), but separates the non-GC case from the GC case to avoid testing for GC several times. Had to fix an assert() from call_finalizer() that asserted that the object wasn't untracked, because it's possible that the object isn't GC'ed!
-
Fred Drake yazdı
-
Guido van Rossum yazdı
Fix forthcoming.
-
Fred Drake yazdı
Closes SF bug #586937.
-
Barry Warsaw yazdı
Py_UNICODE.
-
Barry Warsaw yazdı
width of Py_UNICODE. Good catch, MAL.
-
Skip Montanaro yazdı
same idea as getting rid of GETCONST & GETNAME (see patch #506436)
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
version to 1.1.4 (because of the 1.1.3 security problem). Also replace a funny use of line.find() with line.startswith().
-
Guido van Rossum yazdı
machine -- that feels just right.
-
Guido van Rossum yazdı
is no longer unused in type objects.
-