summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * 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