| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
|
|
* | Restructured (yet again) to treat all modules more alike. | Guido van Rossum | 1992-09-03 | 1 | -31/+132 |
|
|
* | Got rid the bogus cache code and fix some unchecked errors. | Guido van Rossum | 1992-09-03 | 1 | -46/+88 |
|
|
* | Use getargs() everywhere now. Standardize lay-out yet more (an ongoing | Guido van Rossum | 1992-09-03 | 1 | -196/+248 |
|
|
* | Improve check for offset out of range | Guido van Rossum | 1992-09-03 | 1 | -4/+8 |
|
|
* | Re-implement some operations from string.py in C, for speed. | Guido van Rossum | 1992-09-03 | 1 | -0/+201 |
|
|
* | Added rms, maxpp and avgpp methods. | Jack Jansen | 1992-08-24 | 1 | -0/+146 |
|
|
* | Removed debug statement | Jack Jansen | 1992-08-24 | 1 | -1/+0 |
|
|
* | Added method to write image files. | Jack Jansen | 1992-08-20 | 1 | -0/+68 |
|
|
* | rearranged modules alphabetically | Guido van Rossum | 1992-08-19 | 1 | -38/+47 |
|
|
* | unpack() now returns a tuple, not a list | Guido van Rossum | 1992-08-19 | 1 | -1/+23 |
|
|
* | don't call gl.foreground and create a new window after all (seems to | Guido van Rossum | 1992-08-19 | 1 | -4/+0 |
|
|
* | added getname, getdefault and getminmax functions | Guido van Rossum | 1992-08-19 | 1 | -0/+43 |
|
|
* | New thread.c from Sjoerd, supports _exit_prog(). Use this in goaway() | Guido van Rossum | 1992-08-17 | 1 | -1/+5 |
|
|
* | struct: pack/unpack binary structs; fcntl: fcntl(), ioctl(). | Guido van Rossum | 1992-08-17 | 2 | -0/+593 |
|
|
* | * macmodule.c: include allobjects.h, not .c | Guido van Rossum | 1992-08-14 | 1 | -0/+4 |
|
|
* | Fix bug introduced by Jack (duplicate def of qread) | Guido van Rossum | 1992-08-13 | 1 | -1/+1 |
|
|
* | Modified to allow other threads to run in a multithreaded environment. | Jack Jansen | 1992-08-13 | 4 | -1/+63 |
|
|
* | DO_TIMES must now be defined in the Makefile | Guido van Rossum | 1992-08-12 | 1 | -4/+0 |
|
|
* | Made module regex optional; added optional module nis. | Guido van Rossum | 1992-08-12 | 1 | -2/+14 |
|
|
* | Added error handling and free resources. | Guido van Rossum | 1992-08-12 | 1 | -54/+81 |
|
|
* | NIS interface by Fred Gansevles <Fred.Gansevles@cs.utwente.nl>. | Guido van Rossum | 1992-08-12 | 1 | -0/+292 |
|
|
* | Last-minute changes for release. | Guido van Rossum | 1992-08-10 | 1 | -1/+1 |
|
|
* | Makefile, Configure.py: ##ask --> ##[el]if[yes|no] | Guido van Rossum | 1992-08-09 | 1 | -28/+30 |
|
|
* | Replaced max=-1 by max = -1. | Guido van Rossum | 1992-08-06 | 1 | -1/+1 |
|
|
* | * Makefile: cosmetics | Guido van Rossum | 1992-08-05 | 9 | -82/+201 |
|
|
* | Sometimes, recvfrom() returns an empty address; this is not an error. | Guido van Rossum | 1992-08-05 | 1 | -26/+10 |
|
|
* | * Makefile adapted to changes below. | Guido van Rossum | 1992-08-04 | 4 | -7/+403 |
|
|
* | * myselect.h: bzero -> memset | Guido van Rossum | 1992-08-04 | 1 | -12/+12 |
|
|
* | cdmodule.c: 2 minor changes by Sjoerd. | Guido van Rossum | 1992-08-03 | 1 | -3/+13 |
|
|