summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * macmodule.c: include allobjects.h, not .cGuido van Rossum1992-08-141-0/+4
* Fix bug introduced by Jack (duplicate def of qread)Guido van Rossum1992-08-131-1/+1
* Modified to allow other threads to run in a multithreaded environment.Jack Jansen1992-08-134-1/+63
* DO_TIMES must now be defined in the MakefileGuido van Rossum1992-08-121-4/+0
* Made module regex optional; added optional module nis.Guido van Rossum1992-08-121-2/+14
* Added error handling and free resources.Guido van Rossum1992-08-121-54/+81
* NIS interface by Fred Gansevles <Fred.Gansevles@cs.utwente.nl>.Guido van Rossum1992-08-121-0/+292
* Last-minute changes for release.Guido van Rossum1992-08-101-1/+1
* Makefile, Configure.py: ##ask --> ##[el]if[yes|no]Guido van Rossum1992-08-091-28/+30
* Replaced max=-1 by max = -1.Guido van Rossum1992-08-061-1/+1
* * Makefile: cosmeticsGuido van Rossum1992-08-059-82/+201
* Sometimes, recvfrom() returns an empty address; this is not an error.Guido van Rossum1992-08-051-26/+10
* * Makefile adapted to changes below.Guido van Rossum1992-08-044-7/+403
* * myselect.h: bzero -> memsetGuido van Rossum1992-08-041-12/+12
* cdmodule.c: 2 minor changes by Sjoerd.Guido van Rossum1992-08-031-3/+13
* New rotor methods: setkey(), encryptmore() and decryptmore().Guido van Rossum1992-08-021-8/+89
* Changes to make it compile under SGI -- revamped new/dealloc a bit.Guido van Rossum1992-07-311-39/+25
* New file rotormodule.c (by Lance Ellinghouse).Guido van Rossum1992-07-311-0/+735
* Added conversions to/from ADPCM(-4); renamed adpcm to adpcm3 (what itGuido van Rossum1992-07-061-3/+192
* added WE_KEY detail format to stdwinmodule.c.Guido van Rossum1992-06-301-0/+6
* Added qgetfd() to cstubs for GL.Guido van Rossum1992-06-292-0/+280
* Added adpcm2lin and lin2adpcm.Guido van Rossum1992-06-231-0/+135
* Use "myselect.h" as intended.Guido van Rossum1992-06-231-5/+1
* Changes for new UNIX-specific built-in module 'select' and new header forGuido van Rossum1992-06-235-19/+230
* Some UNIX types want the exact size of the address structureGuido van Rossum1992-06-121-1/+35
* Fix for SEQUENT by Jaap VermeulenGuido van Rossum1992-06-121-0/+8
* Fix bug in ulaw2lin for 4-byte valuesGuido van Rossum1992-06-051-1/+1
* Added {get,set}sockopt(). allowbroadcast is now obsolete.Guido van Rossum1992-06-051-2/+54
* fixed bugs in generic_setattr (returned NULL instead ofGuido van Rossum1992-06-031-2/+2
* Added 1992 to copyright noticeGuido van Rossum1992-06-031-1/+1
* added readscaled() function.Guido van Rossum1992-06-031-11/+86