- 22 Eki, 1993 1 kayıt (commit)
-
-
Sjoerd Mullender yazdı
cstubs: Use Matrix type instead of float[4][4].
-
- 18 Eki, 1993 3 kayıt (commit)
-
-
Guido van Rossum yazdı
(Also added a stub for "access".)
-
Guido van Rossum yazdı
* Grammar: add exec statement; allow testlist in expr statement. * ceval.c, compile.c, opcode.h: support exec statement; avoid optimizing locals when it is used * fileobject.{c,h}: add getfilename() internal function.
-
Guido van Rossum yazdı
no longer done by config.c). * stdwinmodule.c (initstdwin), config.c (initall): get command line arguments from sys.argv instead of special-casing stdwin in config.c * import.c (get_module): fix core dump when foomodule.o does not define initfoo(). * ChangeLog: documented changes by Sjoerd.
-
- 15 Eki, 1993 2 kayıt (commit)
-
-
Sjoerd Mullender yazdı
shared. The default is to save references to the integers in the range -1..99. The lower limit can be set by defining NSMALLNEGINTS (absolute value of smallest integer to be saved) and NSMALLPOSINTS (1 more than the largest integer to be saved). tupleobject.c: Save a reference to the empty tuple to be returned whenever a tuple of size 0 is requested. Tuples of size 1 upto, but not including, MAXSAVESIZE (default 20) are put in free lists when deallocated. When MAXSAVESIZE equals 1, only share references to the empty tuple, when MAXSAVESIZE equals 0, don't include the code at all and revert to the old behavior. object.c: Print some more statistics when COUNT_ALLOCS is defined.
-
Guido van Rossum yazdı
without .py file); Bill's dynamic loading for SunOS using shared libraries. pwdmodule.c (mkgrent): remove DECREF of uninitialized variable. classobject.c (instance_getattr): Fix case when class lookup returns unbound method instead of function.
-
- 12 Eki, 1993 2 kayıt (commit)
-
-
Sjoerd Mullender yazdı
-
Sjoerd Mullender yazdı
* Moviechannel now uses colormap mode on 8-bit XS Indigo's instead of converting the image to RGB32. * Compression Library support is dependent on USE_CL compile-time flag.
-
- 11 Eki, 1993 3 kayıt (commit)
-
-
Guido van Rossum yazdı
* ref7.tex: added description of sys.exc_{type,value,traceback}. * lib5.tex: rect.intersect is different now!
-
Sjoerd Mullender yazdı
image objects, and lots of new methods. * Added counting of allocations and deallocations of builtin types if COUNT_ALLOCS is defined. Had to move calls to NEWREF down in some files. * Bug fix in sorting lists.
-
Sjoerd Mullender yazdı
-
- 01 Eki, 1993 2 kayıt (commit)
-
-
Sjoerd Mullender yazdı
-
Sjoerd Mullender yazdı
local or global variables list and you get a window with the instance variable of the class instance. This list is of course automatically kept up to date.
-
- 28 Eyl, 1993 4 kayıt (commit)
-
-
Jack Jansen yazdı
useable via VinFile). - Vcopy: now allows decompression of 'compress' movies.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
- 27 Eyl, 1993 2 kayıt (commit)
-
-
Sjoerd Mullender yazdı
Fixed a typo.
-
Sjoerd Mullender yazdı
variables. Added auxiliary routine tochash to convert a table-of-contents to a hashed toc.
-
- 14 Eyl, 1993 1 kayıt (commit)
-
-
Sjoerd Mullender yazdı
-
- 26 Agu, 1993 1 kayıt (commit)
-
-
Sjoerd Mullender yazdı
-
- 25 Agu, 1993 1 kayıt (commit)
-
-
Sjoerd Mullender yazdı
profile.py: Some speed improvements (I hope). rect.py: Bug fix in union().
-
- 03 Agu, 1993 1 kayıt (commit)
-
-
Sjoerd Mullender yazdı
* frameobject.c (newframeobject): initialize ob_type if taking entry from the free list, since it is zeroed out when DEBUG is defined.
-
- 29 Tem, 1993 4 kayıt (commit)
-
-
cvs2svn yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
* string.py: change whitespace to include \r, \v and \f. When importing strop succeeds, re-evaluate meaning of letters.
-
Guido van Rossum yazdı
-
- 28 Tem, 1993 1 kayıt (commit)
-
-
Guido van Rossum yazdı
* Makefile: change location of FORMS library. * posixmodule.c: turn #if 0 into #ifdef MSDOS (stuff in unistd.h or not) * Almost all .h files: added CPP magic to avoid duplicate inclusions and to support inclusion from C++.
-
- 26 Tem, 1993 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 23 Tem, 1993 1 kayıt (commit)
-
-
Jack Jansen yazdı
Vb, VbForm - Compression lib movie support Save settings in ~/.Vb_init
-
- 19 Tem, 1993 2 kayıt (commit)
-
-
Jack Jansen yazdı
have been added.
-
Jack Jansen yazdı
-
- 11 Tem, 1993 1 kayıt (commit)
-
-
Guido van Rossum yazdı
objects of its derived classes; allow anything that has an attribute named "__privileged__" access to anything. * object.[ch]: added hasattr() -- test whether getattr() will succeed.
-
- 10 Tem, 1993 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 09 Tem, 1993 1 kayıt (commit)
-
-
Guido van Rossum yazdı
* timemodule.c: change #ifdef TURBO_C into #ifdef MSDOS * posixmodule.c: MSDOS changes by Marcel van der Peijl (Digicash) * stropmodule.c: use C isspace(c) to test for whitespace; add whitespace, lowercase and uppercase variables to the module.
-
- 08 Tem, 1993 1 kayıt (commit)
-
-
Guido van Rossum yazdı
whitespace variable to module dict.
-
- 06 Tem, 1993 1 kayıt (commit)
-
-
Guido van Rossum yazdı
* ftplib.py: made cwd() use 'CDUP' when dirname is '..' * FL.py: added new constant FL_PLACE_FULLSCREEN
-
- 05 Tem, 1993 1 kayıt (commit)
-
-
Guido van Rossum yazdı
* many files: made some functions static; removed "extern int errno;". * frozenmain.c: fixed bugs introduced on 24 June... * flmodule.c: remove 1.5 bw compat hacks, add new functions in 2.2a (and some old functions that were omitted). * timemodule.c: added MSDOS floatsleep version . * pgenmain.c: changed exit() to goaway() and added defn of goaway(). * intrcheck.c: add hack (to UNIX only) so interrupting 3 times will exit from a hanging program. The second interrupt prints a message explaining this to the user.
-
- 24 Haz, 1993 1 kayıt (commit)
-
-
Guido van Rossum yazdı
(the latter also in frozenmain.c) * ceval.c: global 'killprint' flag raises exception when printing an expression statement's value (useful for finding stray output) * timemodule.c: add asctime() and ctime(). Change julian date to 1-based origin (as intended and documented). * Removed unused DO_TIMES stuff from timemodule.c. Added 'epoch' and 'day0' globals (year where time.time() == 0 and day of the week the epoch started).
-
- 23 Haz, 1993 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-