- 20 May, 1997 17 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
in methodobject.h) to 'func'. /bin/cc on SunOS 4.x didn't grok this.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
(Correct version -- the previous checkin was a keyboard slip.)
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Fixed two 'return NULL' that should be 'return -1'.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Assume that errno usage is thread-safe -- most vendors do this by making in a macro that refers to a per-thread storage area.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Also delay DECREF calls until after the structures have been updated (for reentrancy awareness).
-
Guido van Rossum yazdı
incorrect (Jack)
-
Guido van Rossum yazdı
(Sjoerd)
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 19 May, 1997 5 kayıt (commit)
-
-
Guido van Rossum yazdı
Noted that we have used VC 4.2 and that 5.x should be able to convert it.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 16 May, 1997 7 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Ahlstrom: Arraymodule.c has static functions H_getitem and h_getitem, and a few others which differ only in case. These are a problem on Windows 3.1, since a case-sensitive link causes Winsock to fail (hey, it's not my fault). Please convert H_etc to HH_etc etc.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
complexity saved much any more. A simple benchmark (grail) showed that there were 3 times as many misses as hits, and the same number of times again the code was bypassed altogether due to the existence of setattro/getattro.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 15 May, 1997 11 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Removed extref.tex (which provided the starting point). Also removed qua.tex, which is out of date and no longer needed.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Barry Warsaw yazdı
problem where Python is configured with the nismodule but NIS isn't installed, or the map names don't correspond to those hardcoded in nismodule.c (which is bogus in and of itself).
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
cvs2svn yazdı
-
Guido van Rossum yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
them in comments, so we do that ourselves.
-