| Commit message (Expand) | Author | Age | Files | Lines |
* | * Changed all copyright messages to include 1993. | Guido van Rossum | 1993-03-29 | 11 | -21/+21 |
|
|
* | Added conversion routines to sv module. | Sjoerd Mullender | 1993-03-16 | 3 | -10/+259 |
|
|
* | * Changed many files to use mkvalue() instead of newtupleobject(). | Guido van Rossum | 1993-03-16 | 9 | -176/+72 |
|
|
* | Extensive changes to regex module (group(), casefold, etc.) | Guido van Rossum | 1993-02-23 | 1 | -12/+46 |
|
|
* | Added audioop.reverse() which reverses an audio sample | Jack Jansen | 1993-02-23 | 1 | -0/+40 |
|
|
* | * regexmodule.c: added use of translation table, substring() method. | Guido van Rossum | 1993-02-21 | 1 | -38/+117 |
|
|
* | Added new module "array" (for now optional) defining array objects. | Guido van Rossum | 1993-02-19 | 2 | -0/+1159 |
|
|
* | Added converters for rgb<->rgb8 and rgb<->grey | Jack Jansen | 1993-02-19 | 1 | -0/+156 |
|
|
* | Added dither() routine | Jack Jansen | 1993-02-19 | 1 | -0/+1 |
|
|
* | 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 |
|
|
* | * clmodule.c: the documentation was wrong, so changed the interface | Sjoerd Mullender | 1993-02-17 | 1 | -60/+60 |
|
|
* | * clmodule.c: use function prototypes (found and fixed some bugs this | Sjoerd Mullender | 1993-02-16 | 1 | -192/+214 |
|
|
* | Added readdisplay() routine | Jack Jansen | 1993-02-16 | 1 | -0/+29 |
|
|
* | Added new audio library functionality (getstatus, float sample fmts) | Jack Jansen | 1993-02-10 | 1 | -0/+128 |
|
|
* | 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 |
|
|
* | * stdwinmodule.c: various new commands: setwin{pos,size}, | Guido van Rossum | 1993-02-08 | 1 | -0/+275 |
|
|
* | * ceval.c: ifdef out the last argument passing compat hack. | Guido van Rossum | 1993-02-05 | 3 | -21/+31 |
|
|
* | CL.py, clmodule.c: Adapted to new CL library. Lots of new methods. | Sjoerd Mullender | 1993-02-04 | 1 | -54/+294 |
|
|
* | * Added Fixcprt.py: script to fix copyright message. | Guido van Rossum | 1993-01-26 | 9 | -21/+51 |
|
|
* | Added tovideo routine | Jack Jansen | 1993-01-22 | 1 | -0/+59 |
|
|
* | Added separate main program for the Mac: macmain.c | Guido van Rossum | 1993-01-21 | 5 | -60/+103 |
|
|
* | Use full path for izoom.h include file | Jack Jansen | 1993-01-19 | 1 | -1/+1 |
|
|
* | Added (optional) better scaling to readscaled | Jack Jansen | 1993-01-19 | 1 | -24/+138 |
|
|
* | Checking in last-minute changes that are already part of release 0.9.8 | Guido van Rossum | 1993-01-10 | 1 | -3/+3 |
|
|
* | * Makefile: use cp -r to install the library | Guido van Rossum | 1993-01-09 | 2 | -32/+44 |
|
|
* | Fixed various bugs in the adpcm routines | Jack Jansen | 1993-01-08 | 1 | -40/+71 |
|
|
* | Various changes. | Sjoerd Mullender | 1993-01-06 | 2 | -3/+964 |
|
|
* | * Configure.py: use #!/usr/local/bin/python | Guido van Rossum | 1993-01-04 | 3 | -18/+37 |
|
|
* | Added 2 and 4 bits grey formats | Jack Jansen | 1992-12-22 | 1 | -0/+208 |
|
|
* | * mymalloc.h: always allocate one extra byte, since some malloc's | Guido van Rossum | 1992-12-14 | 4 | -1/+2167 |
|
|
* | adapted to newest version of CL library. | Sjoerd Mullender | 1992-12-14 | 1 | -358/+318 |
|
|
* | Added new modules mpz, md5 (by JH, requiring GNU MP). | Guido van Rossum | 1992-12-08 | 1 | -0/+14 |
|
|
* | socketmodule.c: added socket.fromfd(fd, family, type, [proto]); | Guido van Rossum | 1992-12-08 | 1 | -8/+32 |
|
|
* | * config.c: Added audioop to lists. | Guido van Rossum | 1992-11-26 | 3 | -0/+120 |
|
|
* | Added imageopmodule.c, also added them to Makefile and config.c. | Guido van Rossum | 1992-10-26 | 2 | -0/+184 |
|
|
* | * bltinmodule.c: added built-in function cmp(a, b) | Guido van Rossum | 1992-10-18 | 1 | -4/+3 |
|
|
* | Lots of little fixes. | Sjoerd Mullender | 1992-09-29 | 1 | -73/+110 |
|
|
* | New shell script Addmodule.sh makes it easier to add a new optional | Guido van Rossum | 1992-09-25 | 1 | -0/+3 |
|
|
* | Changed an ifdef from IRIX_405 to CDsetcallback. | Sjoerd Mullender | 1992-09-25 | 1 | -1/+1 |
|
|
* | Fixed the last known bugs. | Sjoerd Mullender | 1992-09-25 | 1 | -16/+82 |
|
|
* | Defined exception cd.error which is used for errors other than | Sjoerd Mullender | 1992-09-24 | 1 | -28/+37 |
|
|
* | New built-in module "cl" (Compression Library). Only for Irix 4.0.5 | Sjoerd Mullender | 1992-09-24 | 2 | -42/+129 |
|
|
* | New built-in module cl, the Compression Library. | Sjoerd Mullender | 1992-09-23 | 1 | -0/+546 |
|
|
* | * Makefile: added IMGFILE; moved some stuff around. | Guido van Rossum | 1992-09-17 | 3 | -28/+117 |
|
|
* | posix: added setpgrp() and, if sgi, setsid() and setpgid(pid, pgid) | Guido van Rossum | 1992-09-13 | 1 | -1/+59 |
|
|
* | Makefile uses $> more often; cgen supports filename argument; added | Guido van Rossum | 1992-09-11 | 2 | -0/+113 |
|
|
* | Made struct a standard built-in module; added string args to {set,get}sockopt; | Guido van Rossum | 1992-09-08 | 3 | -18/+63 |
|
|
* | classobject.c moduleobject.c stdwinmodule.c xxobject.c: | Guido van Rossum | 1992-09-04 | 2 | -6/+27 |
|
|