- 20 May, 1997 17 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
in methodobject.h) to 'func'. /bin/cc on SunOS 4.x didn't grok this.
-
Guido van Rossum authored
-
Guido van Rossum authored
(Correct version -- the previous checkin was a keyboard slip.)
-
Guido van Rossum authored
-
Guido van Rossum authored
Fixed two 'return NULL' that should be 'return -1'.
-
Guido van Rossum authored
-
Guido van Rossum authored
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 authored
-
Guido van Rossum authored
Also delay DECREF calls until after the structures have been updated (for reentrancy awareness).
-
Guido van Rossum authored
incorrect (Jack)
-
Guido van Rossum authored
(Sjoerd)
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 19 May, 1997 5 commits
-
-
Guido van Rossum authored
Noted that we have used VC 4.2 and that 5.x should be able to convert it.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 16 May, 1997 7 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
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 authored
-
Guido van Rossum authored
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 authored
-
Guido van Rossum authored
-
- 15 May, 1997 11 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
Removed extref.tex (which provided the starting point). Also removed qua.tex, which is out of date and no longer needed.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Barry Warsaw authored
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 authored
-
Guido van Rossum authored
-
cvs2svn authored
-
Guido van Rossum authored
-
Jack Jansen authored
-
Jack Jansen authored
them in comments, so we do that ourselves.
-