- 07 May, 1997 16 kayıt (commit)
-
-
Guido van Rossum yazdı
symbols is needed, define these in Python.h with a Py_ prefix.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
exception -- return it as a tuple. Seems useful in promiscuous mode.
-
Jack Jansen yazdı
- Changed name of fat interpreter to PythonFAT (Python conflicted with toplevel folder of the same name, unfortunately)
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
"don't close window on exit" feature to work.
-
Jack Jansen yazdı
- 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 yazdı
- c2pstr has moved to a different include file
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Guido van Rossum yazdı
-
- 06 May, 1997 10 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
- uses abstract interface where possible - uses __members__ and __methods__ - returns [] when an object has no info available
-
Jack Jansen yazdı
- Turned the 10 or so yes/no questions into a single dialog
-
Jack Jansen yazdı
and shared libraries).
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
not to use kill().
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
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 kayıt (commit)
-
-
Guido van Rossum yazdı
Don't call initall() (Experimental incompatible change!!!!!!)
-
Guido van Rossum yazdı
Add extern decl for Py_GetProgramName().
-
Guido van Rossum yazdı
Not really checked, but didn't fail any tests either...
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
(Redoing the checking without merging in Jack's buffer mods.)
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
All per-thread globals are moved into a struct which is manipulated separately.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
These are no longer needed as of FreeBSD 2.0.5, according to Thomas Gellekum <tg@ihf.rwth-aachen.de>.
-
- 03 May, 1997 1 kayıt (commit)
-
-
Fred Drake yazdı
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 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-