- 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 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.
-