- 17 Ock, 1997 18 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
from compile.h. Remove all eval stack overflow checks.
-
Guido van Rossum yazdı
to PyCode_New() argument list. Move MAXBLOCKS constant to conpile.h. Added accurate calculation of the actual stack size needed by the generated code. Also commented out all fprintf statements (except for a new one to diagnose stack underflow, and one in #ifdef'ed out code), and added some new TO DO suggestions (now that the stacksize is taken of the TO DO list).
-
Guido van Rossum yazdı
to PyCode_New() argument list. Also add CO_MAXBLOCKS constant indicating the maximum static nesting supported by the compiler.
-
Guido van Rossum yazdı
should raise TypeError, not ValueError...
-
Guido van Rossum yazdı
dis() still disassembles the last frame of the lats stack trace. dis(x) disassembles x, which may be a code object, function, or method. disassemble(co, [lasti]) disassembles a code object; the lasti argument is now optional. disco(...) is an alias for disassemble(...), for backward compatibility.
-
Roger E. Masse yazdı
Reindented.
-
Guido van Rossum yazdı
continue the tests.
-
Roger E. Masse yazdı
-
Roger E. Masse yazdı
-
Roger E. Masse yazdı
-
Roger E. Masse yazdı
-
Barry Warsaw yazdı
to Python. Minimal documentation is included in comments at the top of the file, and in the Misc/PURIFY.README file. Note that this module must be statically linked since Pure doesn't provide shared stubs libraries. (Setup.in): Added commented template for pure module (syslogmodule.c): ins() function wasn't declared static.
-
- 16 Ock, 1997 14 kayıt (commit)
-
-
Barry Warsaw yazdı
interpreter. It also mentions the soon to be checked in pure module.
-
Roger E. Masse yazdı
-
Roger E. Masse yazdı
-
Roger E. Masse yazdı
-
Guido van Rossum yazdı
-
Roger E. Masse yazdı
-
Guido van Rossum yazdı
- add opcodes BINARY_LSHIFT ... BINARY_OR - remove RESERVE_FAST - Skip M's suggestion for displaying which comparison operator is meant
-
Roger E. Masse yazdı
-
Roger E. Masse yazdı
big-endian machines. This is done by directing the struct module's pack and unpack methods to treat the data always in bin endian format. This has been tested on irix (big endian) and solaris x86 (little endian) but not yet on the mac.
-
Barry Warsaw yazdı
unsigned. This fixes the 8bit-char-in-key platform incompatibility. I also removed the old backwards compatibility code, and the commented lisp rotor code. I retained the lisp docstrings as comments preceding each function.
-
Roger E. Masse yazdı
-
Roger E. Masse yazdı
-
Barry Warsaw yazdı
memory leak in Tkapp_(Create|Delete)FileHandler plugged. standard eyeballing
-
Barry Warsaw yazdı
-
- 15 Ock, 1997 5 kayıt (commit)
-
-
Roger E. Masse yazdı
the test program: 'grey2rgb' and 'rgb2grey'
-
Roger E. Masse yazdı
the imagefiles and converting tham to a format suitable for imageop. Also added two more tests 'rgb2rgb8' and 'rgb82rgb' which remove the dependence on the file 'greytest.rgb'. Note: test_imgfile.py still uses 'greytest.rgb'
-
Guido van Rossum yazdı
-
Jack Jansen yazdı
notes on embedding on the mac.
-
Jack Jansen yazdı
stead of standard Py_Initialize(), which it calls).
-
- 14 Ock, 1997 3 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-