Guido van Rossum
e537240c25
* Changed many files to use mkvalue() instead of newtupleobject().
...
* Fixcprt.py: added [-y file] option, do only files younger than file.
* modsupport.[ch]: added vmkvalue().
* intobject.c: use mkvalue().
* stringobject.c: added "formatstring"; renamed string* to string_*;
ceval.c: call formatstring for string % value.
* longobject.c: close memory leak in divmod.
* parsetok.c: set result node to NULL when returning an error.
1993-03-16 12:15:04 +00:00
Jack Jansen
e8a3c28f8d
Added new audio library functionality (getstatus, float sample fmts)
1993-02-10 14:10:56 +00:00
Guido van Rossum
448f4bf45a
added getname, getdefault and getminmax functions
1992-08-19 16:41:15 +00:00
Jack Jansen
743db36cd2
Modified to allow other threads to run in a multithreaded environment.
1992-08-13 14:13:11 +00:00
Guido van Rossum
5773798e50
Mark's name is Callow, not Callows
1992-05-15 11:06:29 +00:00
Guido van Rossum
bab9d03855
Copyright for 1992 added
1992-04-05 14:26:55 +00:00
Guido van Rossum
fc58e58cb7
Use getargs() function.
1992-01-27 16:45:55 +00:00
Guido van Rossum
c0aab89d96
Added some error checks.
1991-10-20 20:10:46 +00:00
Guido van Rossum
8db0307399
Call (*func), not ALgetparams!
1991-09-13 15:31:47 +00:00
Guido van Rossum
b3a5b9bc4a
Added queryparams, get/setparams.
...
Free config object used to get sample width.
1991-09-10 14:54:05 +00:00
Guido van Rossum
e3db862e5b
Initial revision
1991-09-09 23:33:34 +00:00