- 05 Nov, 1993 5 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 03 Nov, 1993 1 commit
-
-
Guido van Rossum authored
careful about these. * arraymodule.c: added 8 byte swap; added 'i' format character; added reverse() method; rename read/write to fromfile/tofile. * config.c: Set version to 0.9.9++. * rotormodule.c (r_rand): declare k1..k5 as unsigned longs so the shifts will have a well-defined effect independent of word size. * bltinmodule.c: renamed bagof() to filter().
-
- 02 Nov, 1993 1 commit
-
-
Sjoerd Mullender authored
must be set after timeout is initialized.
-
- 01 Nov, 1993 12 commits
-
-
Guido van Rossum authored
pythonrun.c: added static forward declarations * pythonrun.h, ceval.h, longobject.h, node.h: removed declarations of static routines
-
Guido van Rossum authored
meaning as no 4th argument
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
object.
-
Guido van Rossum authored
-
Guido van Rossum authored
from RFC 1321 here, and point to that RFC instead of a non-existant incompatible file on rsa.com.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Sjoerd Mullender authored
Added ifdefs in stringobject.c for shared strings of length 1. Renamed free_list in tupleobject.c to free_tuples.
-
- 30 Oct, 1993 3 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 28 Oct, 1993 1 commit
-
-
Guido van Rossum authored
-
- 27 Oct, 1993 6 commits
-
-
Guido van Rossum authored
setlistslice() can be used to cut the unused part out of a freshly made slice (as done by bagof()). [needed by the next mod!] * structural changes to bagof(), map() etc.
-
Guido van Rossum authored
* lib1.tex (section{Built-in Functions}): added bagof(), lambda(), map() and reduce(). Repharased apply(). Removed or rephrased references to exec() (now the exec stmt). * lib4.tex: posix.exec --> posix.execv * ref4.tex, ref8.tex, tut.tex: builtin --> __builtin__ * lib3.tex (module string): added atof() and atol(), and ato[fl]_error.
-
Guido van Rossum authored
-
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 2 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.
-