| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | New rotor methods: setkey(), encryptmore() and decryptmore(). | Guido van Rossum | 1992-08-02 | 1 | -8/+89 |
|
|
* | Changes to make it compile under SGI -- revamped new/dealloc a bit. | Guido van Rossum | 1992-07-31 | 1 | -39/+25 |
|
|
* | New file rotormodule.c (by Lance Ellinghouse). | Guido van Rossum | 1992-07-31 | 1 | -0/+735 |
|
|
* | Added conversions to/from ADPCM(-4); renamed adpcm to adpcm3 (what it | Guido van Rossum | 1992-07-06 | 1 | -3/+192 |
|
|
* | added WE_KEY detail format to stdwinmodule.c. | Guido van Rossum | 1992-06-30 | 1 | -0/+6 |
|
|
* | Added qgetfd() to cstubs for GL. | Guido van Rossum | 1992-06-29 | 2 | -0/+280 |
|
|
* | Added adpcm2lin and lin2adpcm. | Guido van Rossum | 1992-06-23 | 1 | -0/+135 |
|
|
* | Use "myselect.h" as intended. | Guido van Rossum | 1992-06-23 | 1 | -5/+1 |
|
|
* | Changes for new UNIX-specific built-in module 'select' and new header for | Guido van Rossum | 1992-06-23 | 5 | -19/+230 |
|
|
* | Some UNIX types want the exact size of the address structure | Guido van Rossum | 1992-06-12 | 1 | -1/+35 |
|
|
* | Fix for SEQUENT by Jaap Vermeulen | Guido van Rossum | 1992-06-12 | 1 | -0/+8 |
|
|
* | Fix bug in ulaw2lin for 4-byte values | Guido van Rossum | 1992-06-05 | 1 | -1/+1 |
|
|
* | Added {get,set}sockopt(). allowbroadcast is now obsolete. | Guido van Rossum | 1992-06-05 | 1 | -2/+54 |
|
|
* | fixed bugs in generic_setattr (returned NULL instead of | Guido van Rossum | 1992-06-03 | 1 | -2/+2 |
|
|
* | Added 1992 to copyright notice | Guido van Rossum | 1992-06-03 | 1 | -1/+1 |
|
|
* | added readscaled() function. | Guido van Rossum | 1992-06-03 | 1 | -11/+86 |
|
|
* | Initial revision | Guido van Rossum | 1992-06-03 | 1 | -0/+408 |
|
|
* | append the default path to $PYTHONPATH; ignore empty $PYTHONPATH. | Guido van Rossum | 1992-06-03 | 1 | -5/+19 |
|
|
* | Initial revision | Guido van Rossum | 1992-06-01 | 1 | -0/+574 |
|
|
* | Mark's name is Callow, not Callows | Guido van Rossum | 1992-05-15 | 1 | -1/+1 |
|
|
* | Added support for CD module | Guido van Rossum | 1992-05-15 | 1 | -0/+7 |
|
|
* | Initial revision | Guido van Rossum | 1992-05-15 | 1 | -0/+57 |
|
|
* | Added gete?[gu]id functions | Guido van Rossum | 1992-05-15 | 1 | -0/+44 |
|
|
* | Wanneer er geen disk in de speler zit falen sommige routines. De | Guido van Rossum | 1992-05-06 | 1 | -58/+58 |
|
|
* | Don't use \ for continuation lines; minor changes. | Guido van Rossum | 1992-05-06 | 1 | -10/+4 |
|
|
* | Return more structured data in some cases | Guido van Rossum | 1992-04-15 | 1 | -16/+13 |
|
|