summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Added new audio library functionality (getstatus, float sample fmts)Jack Jansen1993-02-101-0/+128
* Fixed some memory leaks when things go wrong.Sjoerd Mullender1993-02-101-10/+10
* Changed adpcm routines to use 2-element state (was 3 element)Jack Jansen1993-02-101-4/+6
* * stdwinmodule.c: various new commands: setwin{pos,size},Guido van Rossum1993-02-081-0/+275
* * ceval.c: ifdef out the last argument passing compat hack.Guido van Rossum1993-02-053-21/+31
* CL.py, clmodule.c: Adapted to new CL library. Lots of new methods.Sjoerd Mullender1993-02-041-54/+294
* * Added Fixcprt.py: script to fix copyright message.Guido van Rossum1993-01-269-21/+51
* Added tovideo routineJack Jansen1993-01-221-0/+59
* Added separate main program for the Mac: macmain.cGuido van Rossum1993-01-215-60/+103
* Use full path for izoom.h include fileJack Jansen1993-01-191-1/+1
* Added (optional) better scaling to readscaledJack Jansen1993-01-191-24/+138
* Checking in last-minute changes that are already part of release 0.9.8Guido van Rossum1993-01-101-3/+3
* * Makefile: use cp -r to install the libraryGuido van Rossum1993-01-092-32/+44
* Fixed various bugs in the adpcm routinesJack Jansen1993-01-081-40/+71
* Various changes.Sjoerd Mullender1993-01-062-3/+964
* * Configure.py: use #!/usr/local/bin/pythonGuido van Rossum1993-01-043-18/+37
* Added 2 and 4 bits grey formatsJack Jansen1992-12-221-0/+208
* * mymalloc.h: always allocate one extra byte, since some malloc'sGuido van Rossum1992-12-144-1/+2167
* adapted to newest version of CL library.Sjoerd Mullender1992-12-141-358/+318
* Added new modules mpz, md5 (by JH, requiring GNU MP).Guido van Rossum1992-12-081-0/+14
* socketmodule.c: added socket.fromfd(fd, family, type, [proto]);Guido van Rossum1992-12-081-8/+32
* * config.c: Added audioop to lists.Guido van Rossum1992-11-263-0/+120
* Added imageopmodule.c, also added them to Makefile and config.c.Guido van Rossum1992-10-262-0/+184
* * bltinmodule.c: added built-in function cmp(a, b)Guido van Rossum1992-10-181-4/+3
* Lots of little fixes.Sjoerd Mullender1992-09-291-73/+110
* New shell script Addmodule.sh makes it easier to add a new optionalGuido van Rossum1992-09-251-0/+3
* Changed an ifdef from IRIX_405 to CDsetcallback.Sjoerd Mullender1992-09-251-1/+1
* Fixed the last known bugs.Sjoerd Mullender1992-09-251-16/+82
* Defined exception cd.error which is used for errors other thanSjoerd Mullender1992-09-241-28/+37
* New built-in module "cl" (Compression Library). Only for Irix 4.0.5Sjoerd Mullender1992-09-242-42/+129
* New built-in module cl, the Compression Library.Sjoerd Mullender1992-09-231-0/+546
* * Makefile: added IMGFILE; moved some stuff around.Guido van Rossum1992-09-173-28/+117
* posix: added setpgrp() and, if sgi, setsid() and setpgid(pid, pgid)Guido van Rossum1992-09-131-1/+59
* Makefile uses $> more often; cgen supports filename argument; addedGuido van Rossum1992-09-112-0/+113
* Made struct a standard built-in module; added string args to {set,get}sockopt;Guido van Rossum1992-09-083-18/+63
* classobject.c moduleobject.c stdwinmodule.c xxobject.c:Guido van Rossum1992-09-042-6/+27
* Restructured (yet again) to treat all modules more alike.Guido van Rossum1992-09-031-31/+132
* Got rid the bogus cache code and fix some unchecked errors.Guido van Rossum1992-09-031-46/+88
* Use getargs() everywhere now. Standardize lay-out yet more (an ongoingGuido van Rossum1992-09-031-196/+248
* Improve check for offset out of rangeGuido van Rossum1992-09-031-4/+8
* Re-implement some operations from string.py in C, for speed.Guido van Rossum1992-09-031-0/+201
* Added rms, maxpp and avgpp methods.Jack Jansen1992-08-241-0/+146
* Removed debug statementJack Jansen1992-08-241-1/+0
* Added method to write image files.Jack Jansen1992-08-201-0/+68
* rearranged modules alphabeticallyGuido van Rossum1992-08-191-38/+47
* unpack() now returns a tuple, not a listGuido van Rossum1992-08-191-1/+23
* don't call gl.foreground and create a new window after all (seems toGuido van Rossum1992-08-191-4/+0
* added getname, getdefault and getminmax functionsGuido van Rossum1992-08-191-0/+43
* New thread.c from Sjoerd, supports _exit_prog(). Use this in goaway()Guido van Rossum1992-08-171-1/+5
* struct: pack/unpack binary structs; fcntl: fcntl(), ioctl().Guido van Rossum1992-08-172-0/+593