- 27 Eki, 1993 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 26 Eki, 1993 7 kayıt (commit)
-
-
Guido van Rossum yazdı
* PROTO.h, mymalloc.h: added #ifdefs for TURBOC and GNUC. * allobjects.h: added #include "rangeobject.h" * Grammar: added lambda_input; relaxed syntax for exec. * bltinmodule.c: added bagof, map, reduce, lambda, xrange. * tupleobject.[ch]: added resizetuple(). * rangeobject.[ch]: new object type to speed up range operations (not convinced this is needed!!!)
-
Guido van Rossum yazdı
some cases.
-
Guido van Rossum yazdı
as normal indexing does.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 25 Eki, 1993 2 kayıt (commit)
-
-
Guido van Rossum yazdı
* import.c: fixed core dump when out-of-date .pyc file encountered (again!)
-
Sjoerd Mullender yazdı
file. object.c: Write allocation statistics to stderr.
-
- 22 Eki, 1993 5 kayıt (commit)
-
-
Guido van Rossum yazdı
function vs. exec statement * bltinmodule.c: renamed the module to __builtin__. * posixmodule.c (posix_execv): renamed exec --> execv since it is now a reserved word.
-
Guido van Rossum yazdı
changed testing of exec.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
* builtin.py: b/w compat for builtin -> __builtin__ name change * string.py: added atof() and atol() and corresponding exceptions * test_types.py: added test for list sort with user comparison function
-
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 2 kayıt (commit)
-
-
cvs2svn yazdı
-
Guido van Rossum yazdı
-