- 20 Aug, 1997 6 commits
-
-
Guido van Rossum authored
in GNU libc on some platforms.
-
Guido van Rossum authored
Windows/Mac).
-
Guido van Rossum authored
-
Guido van Rossum authored
to Py_Initialize will be undone by n calls to Py_Uninitialize.
-
Guido van Rossum authored
the memo) to avoid a certain kind of nasty crash. (Not easily reproducable because it requires a later call to __getinitargs__() to return a tuple that happens to be allocated at the same address.)
-
Guido van Rossum authored
doesn't seem to grok @buildno.
-
- 19 Aug, 1997 9 commits
-
-
Guido van Rossum authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
got binhexed again)
-
Jack Jansen authored
unfortunately, this turned out to be too difficult. Plugins.prj now builds all plugin modules, and all the interdependencies between the projects are correct. One exception: plugins don't attempt to build PythonCore (PythonFAT and PythonApplet do).
-
Guido van Rossum authored
-
Guido van Rossum authored
figure out how to do this right.
-
- 18 Aug, 1997 20 commits
-
-
Guido van Rossum authored
improvement of pystone. Vladimir Marangozov.
-
Guido van Rossum authored
about halfways.
-
Guido van Rossum authored
-
Guido van Rossum authored
Per Mark Hammond's suggestion, add it to the extra libs in Settings instead of to the project's source files.
-
Guido van Rossum authored
-
Guido van Rossum authored
default and -v. In default mode, the name of each test is printed. -v is the same as the old -vv. -q is more quiet than the old default mode; that's fine I think.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
Tk 8.0; this was a mistake.
-
Guido van Rossum authored
libmacfs.tex Document NewAliasMinimalFromFullPath libmacos.tex Document SetEventHandler and SchedParams libmacui.tex Document asynchronous event handling libmailbox.tex Removed mime-turds that somehow got in here
-
Guido van Rossum authored
-
Guido van Rossum authored
from the toplevel Makefile. (For AIX, but doesn't hurt elsewhere.)
-
Guido van Rossum authored
after the main interpreter. Needed for AIX.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 17 Aug, 1997 4 commits
-
-
Guido van Rossum authored
__GNU_MP__ as empty: #if __GNU_MP__ + 0 == 2 (Untested.)
-
Guido van Rossum authored
introductory text for reference counts and error handling, with good examples.
-
Guido van Rossum authored
-
Guido van Rossum authored
getpagesize() -- #ifdef doesn't work, Linux has conflicting decls in its headers. Choice: only declare the return type, not the argument prototype, and not on Linux.
-
- 16 Aug, 1997 1 commit
-
-
Guido van Rossum authored
-