- 28 Dec, 1993 3 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 26 Dec, 1993 2 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 24 Dec, 1993 8 commits
-
-
Sjoerd Mullender authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
Added Makefile.in.
-
Sjoerd Mullender authored
-
- 22 Dec, 1993 2 commits
-
-
Sjoerd Mullender authored
-
Sjoerd Mullender authored
-
- 21 Dec, 1993 2 commits
-
-
Guido van Rossum authored
object (unchanged from source except "range" -> "xrange").
-
Sjoerd Mullender authored
Does not need any SGI-specific libraries. cgen.py, cstubs, Makefile: Generate glmodule.c differently so that it can be compiled using an ANSI compiler.
-
- 20 Dec, 1993 6 commits
-
-
Sjoerd Mullender authored
thread.h: use PROTO instead of _P for prototypes.
-
Guido van Rossum authored
* dosmodule.c: MSDOS specific stuff from posixmodule.c. * posixmodule.c: removed all MSDOS specific stuff. * tokenizer.h, parsetok.h: in prototypes, don't mix named and unnamed parameters (MSC doesn't like this).
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Sjoerd Mullender authored
SUNAUDIODEV.py: Added some constants for Solaris.
-
- 17 Dec, 1993 12 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
constructors. There is no backward compatibility. Not everything has been tested. * aiff.{py,doc}: deleted in favor of aifc.py (which contains its docs as comments)
-
Sjoerd Mullender authored
-
Guido van Rossum authored
A few simple things seem to work, I haven't tested it thouroughly though...
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
sys.tracebacklimit. * tut.tex (Exceptions): change text printed by traceback. * lib5.tex (audioop): added minmax. * lib5.tex (audioop.getsample): move wandered paragraph back * lib3.tex, partparse.py: undo mucking with \nopagebreak (didn't work). * partparse.py: ignore \nopagebreak command * ref5.tex: added description of lambda forms. * ref7.tex: added reference to lambda forms to section on function definition. * lib1.tex: removed lambda as built-in function (it is now a special form). Also removed feature of filter, map, reduce to turn a string argument into an anonymous function.
-
Guido van Rossum authored
* traceback.c (tb_print): use sys.tracebacklimit as a maximum number of traceback entries to print (default 1000). * ceval.c (printtraceback): Don't print stack trace header -- this is now done by tb_print().
-
- 16 Dec, 1993 2 commits
-
-
Sjoerd Mullender authored
-
Sjoerd Mullender authored
-
- 14 Dec, 1993 2 commits
-
-
Guido van Rossum authored
variables can still be seen by the debugger * ftplib.py (retrlines): args should be *args. * ChangeLog: entries for Sjoerd's addition sunau.py and changes to aiff.py * test_md5.py: test program for built-in md5 module
-
Guido van Rossum authored
-
- 13 Dec, 1993 1 commit
-
-
Sjoerd Mullender authored
-- function of module audioop: minmax (FRAGMENT, WIDTH) Minmax returns a tuple consisting of the minimum and maximum values of all samples in the sound fragment.
-