Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some problems that a picky SGI compiler reported. Two were benign | Guido van Rossum | 1998-07-07 | 1 | -3/+1 |
| | | | | | (unreachable break after a return) but one was a real bug: ReadFrames() was getting a bogus framecount because of a missing '&'. | ||||
* | New version by Sjoerd, with support for IRIX 6 audio library. | Guido van Rossum | 1997-04-03 | 1 | -340/+3035 |
| | |||||
* | Renamed, but not throughly tested. | Roger E. Masse | 1997-01-03 | 1 | -226/+235 |
| | |||||
* | Keep gcc -Wall happy. | Guido van Rossum | 1996-12-05 | 1 | -2/+0 |
| | |||||
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -13/+20 |
| | |||||
* | Added 1995 to copyright message. | Guido van Rossum | 1995-01-04 | 1 | -2/+2 |
| | | | | | Setup.in: clarified Tk comments somewhat. structmodule.c: use memcpy() instead of double precision assignment. | ||||
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -41/+40 |
| | |||||
* | almodule.c: added close method, equivalent to closeport. | Sjoerd Mullender | 1993-12-20 | 1 | -0/+1 |
| | | | | thread.h: use PROTO instead of _P for prototypes. | ||||
* | * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. | Guido van Rossum | 1993-06-17 | 1 | -1/+1 |
| | | | | | | | | | | Added $(SYSDEF) to its build rule in Makefile. * cgensupport.[ch], modsupport.[ch]: removed some old stuff. Also changed files that still used it... And made several things static that weren't but should have been... And other minor cleanups... * listobject.[ch]: add external interfaces {set,get}listslice * socketmodule.c: fix bugs in new send() argument parsing. * sunaudiodevmodule.c: added flush() and close(). | ||||
* | * Changed many files to use mkvalue() instead of newtupleobject(). | Guido van Rossum | 1993-03-16 | 1 | -2/+2 |
| | | | | | | | | | | * 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. | ||||
* | Added new audio library functionality (getstatus, float sample fmts) | Jack Jansen | 1993-02-10 | 1 | -0/+128 |
| | |||||
* | added getname, getdefault and getminmax functions | Guido van Rossum | 1992-08-19 | 1 | -0/+43 |
| | |||||
* | Modified to allow other threads to run in a multithreaded environment. | Jack Jansen | 1992-08-13 | 1 | -0/+6 |
| | |||||
* | Mark's name is Callow, not Callows | Guido van Rossum | 1992-05-15 | 1 | -1/+1 |
| | |||||
* | Copyright for 1992 added | Guido van Rossum | 1992-04-05 | 1 | -1/+1 |
| | |||||
* | Use getargs() function. | Guido van Rossum | 1992-01-27 | 1 | -36/+34 |
| | |||||
* | Added some error checks. | Guido van Rossum | 1991-10-20 | 1 | -1/+17 |
| | |||||
* | Call (*func), not ALgetparams! | Guido van Rossum | 1991-09-13 | 1 | -1/+1 |
| | |||||
* | Added queryparams, get/setparams. | Guido van Rossum | 1991-09-10 | 1 | -2/+96 |
| | | | | Free config object used to get sample width. | ||||
* | Initial revision | Guido van Rossum | 1991-09-09 | 1 | -0/+492 |