Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Another bulky set of minor changes. | Guido van Rossum | 1995-01-02 | 1 | -5/+2 | |
| | | | | | Note addition of gethostbyaddr() and improved repr() for sockets, renaming of md5.md5() to md5.new(), and fixing of leaks in threads. | |||||
* | Added minmax function. | Sjoerd Mullender | 1994-09-06 | 1 | -0/+27 | |
| | ||||||
* | Makefile.pre.in: add $(OPT) to link command | Guido van Rossum | 1994-08-29 | 1 | -1/+3 | |
| | | | | | | | audioop.c: fix for MPW config.c.in: save original argc/argv for Lance rotormodule.c: new coding conventions timemodule.c: add casts for Lance | |||||
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -166/+9 | |
| | ||||||
* | Added minmax function: | Sjoerd Mullender | 1993-12-13 | 1 | -0/+27 | |
| | | | | | | -- 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. | |||||
* | Added audioop.reverse() which reverses an audio sample | Jack Jansen | 1993-02-23 | 1 | -0/+40 | |
| | ||||||
* | This time really check in the new routines :-) | Jack Jansen | 1993-02-17 | 1 | -26/+210 | |
| | ||||||
* | Added lin2lin, findmax, findfactor and fintfit routines | Jack Jansen | 1993-02-17 | 1 | -10/+51 | |
| | ||||||
* | Fixed some memory leaks when things go wrong. | Sjoerd Mullender | 1993-02-10 | 1 | -10/+10 | |
| | ||||||
* | Changed adpcm routines to use 2-element state (was 3 element) | Jack Jansen | 1993-02-10 | 1 | -4/+6 | |
| | ||||||
* | * Added Fixcprt.py: script to fix copyright message. | Guido van Rossum | 1993-01-26 | 1 | -2/+2 | |
| | | | | | | | | | | | * various modules: added 1993 to copyright. * thread.c: added copyright notice. * ceval.c: minor change to error message for "+" * stdwinmodule.c: check for error from wfetchcolor * config.c: MS-DOS fixes (define PYTHONPATH, use DELIM, use osdefs.h) * Add declaration of inittab to import.h * sysmodule.c: added sys.builtin_module_names * xxmodule.c, xxobject.c: fix minor errors | |||||
* | Fixed various bugs in the adpcm routines | Jack Jansen | 1993-01-08 | 1 | -40/+71 | |
| | ||||||
* | Added rms, maxpp and avgpp methods. | Jack Jansen | 1992-08-24 | 1 | -0/+146 | |
| | ||||||
* | Added conversions to/from ADPCM(-4); renamed adpcm to adpcm3 (what it | Guido van Rossum | 1992-07-06 | 1 | -3/+192 | |
| | | | | really was). | |||||
* | Added adpcm2lin and lin2adpcm. | Guido van Rossum | 1992-06-23 | 1 | -0/+135 | |
| | ||||||
* | Fix bug in ulaw2lin for 4-byte values | Guido van Rossum | 1992-06-05 | 1 | -1/+1 | |
| | ||||||
* | Added 1992 to copyright notice | Guido van Rossum | 1992-06-03 | 1 | -1/+1 | |
| | ||||||
* | Initial revision | Guido van Rossum | 1992-06-01 | 1 | -0/+574 | |