- 17 Ock, 1997 1 kayıt (commit)
-
-
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 10 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
- Quieted gcc -Wall by removing unused local variables. - Added some choice parentheses around assignments in conditional tests. - Removed an unused (and seemingly unreachable) err label in load_short_binstring(). - in Unpickler_load(), removed \. in string format. - init_stuff() was declared to return an int, but had these problems: - it was returning NULL instead of 0 or 1 in some cases - it was falling of the end of the routine without returning anything - the call of init_stuff() in initcPickle() was never checking the return value anyway. I changed all this by returning 1 in the case of errors, 0 when no error occurred. Then in initcPickle(), if init_stuff() returns non-zero, I call Py_FatalError(). Suppressing my urge to reformat according to Python coding standards! :-)
-
Barry Warsaw yazdı
Suppressing my urge to reformat according to Python coding standards! :-)
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
raise ConversionError, msg where `msg' is passed as the argument to the constructor.
-
Guido van Rossum yazdı
machines, the string may get longer than 20 characters!
-
- 13 Ock, 1997 10 kayıt (commit)
-
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-