- 27 Oct, 1993 3 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 26 Oct, 1993 7 commits
-
-
Guido van Rossum authored
* 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 authored
some cases.
-
Guido van Rossum authored
as normal indexing does.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 25 Oct, 1993 2 commits
-
-
Guido van Rossum authored
* import.c: fixed core dump when out-of-date .pyc file encountered (again!)
-
Sjoerd Mullender authored
file. object.c: Write allocation statistics to stderr.
-
- 22 Oct, 1993 5 commits
-
-
Guido van Rossum authored
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 authored
changed testing of exec.
-
Guido van Rossum authored
-
Guido van Rossum authored
* 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 authored
cstubs: Use Matrix type instead of float[4][4].
-
- 18 Oct, 1993 3 commits
-
-
Guido van Rossum authored
(Also added a stub for "access".)
-
Guido van Rossum authored
* 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 authored
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 Oct, 1993 2 commits
-
-
Sjoerd Mullender authored
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 authored
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 Oct, 1993 2 commits
-
-
Sjoerd Mullender authored
-
Sjoerd Mullender authored
* 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 Oct, 1993 3 commits
-
-
Guido van Rossum authored
* ref7.tex: added description of sys.exc_{type,value,traceback}. * lib5.tex: rect.intersect is different now!
-
Sjoerd Mullender authored
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 authored
-
- 01 Oct, 1993 2 commits
-
-
Sjoerd Mullender authored
-
Sjoerd Mullender authored
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 Sep, 1993 4 commits
-
-
Jack Jansen authored
useable via VinFile). - Vcopy: now allows decompression of 'compress' movies.
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
- 27 Sep, 1993 2 commits
-
-
Sjoerd Mullender authored
Fixed a typo.
-
Sjoerd Mullender authored
variables. Added auxiliary routine tochash to convert a table-of-contents to a hashed toc.
-
- 14 Sep, 1993 1 commit
-
-
Sjoerd Mullender authored
-
- 26 Aug, 1993 1 commit
-
-
Sjoerd Mullender authored
-
- 25 Aug, 1993 1 commit
-
-
Sjoerd Mullender authored
profile.py: Some speed improvements (I hope). rect.py: Bug fix in union().
-
- 03 Aug, 1993 1 commit
-
-
Sjoerd Mullender authored
* frameobject.c (newframeobject): initialize ob_type if taking entry from the free list, since it is zeroed out when DEBUG is defined.
-
- 29 Jul, 1993 1 commit
-
-
cvs2svn authored
-