- 07 May, 1997 11 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
"don't close window on exit" feature to work.
-
Jack Jansen authored
- a dummy main program was added, so we can use the standard MW MSL runtime library for main programs (in stead of rolling our own, as we did previously).
-
Jack Jansen authored
- c2pstr has moved to a different include file
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Guido van Rossum authored
-
- 06 May, 1997 10 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
- uses abstract interface where possible - uses __members__ and __methods__ - returns [] when an object has no info available
-
Jack Jansen authored
- Turned the 10 or so yes/no questions into a single dialog
-
Jack Jansen authored
and shared libraries).
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
not to use kill().
-
Guido van Rossum authored
-
Guido van Rossum authored
get/set/del item). This removes a pile of duplication. There's no abstract operator for 'not' but I removed the function call for it anyway -- it's a little faster in-line.
-
- 05 May, 1997 12 commits
-
-
Guido van Rossum authored
Don't call initall() (Experimental incompatible change!!!!!!)
-
Guido van Rossum authored
Add extern decl for Py_GetProgramName().
-
Guido van Rossum authored
Not really checked, but didn't fail any tests either...
-
Guido van Rossum authored
-
Guido van Rossum authored
(Redoing the checking without merging in Jack's buffer mods.)
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
All per-thread globals are moved into a struct which is manipulated separately.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
These are no longer needed as of FreeBSD 2.0.5, according to Thomas Gellekum <tg@ihf.rwth-aachen.de>.
-
- 03 May, 1997 1 commit
-
-
Fred Drake authored
was all that the method set anyway). Removed calls to the constructor. This reduces the number of Python function calls per widget construction by one, for every widget construction.
-
- 02 May, 1997 4 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
pystate.h (to be restored later when that code is debugged), removed accessobject.h.
-
Guido van Rossum authored
allobjects.h disappears -- old-style extensions must include Python.h and rename2.h.
-
Guido van Rossum authored
-
- 30 Apr, 1997 2 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-