summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Work around a bug in the DEC alpha OSF/1 C preprocessor.Guido van Rossum1993-10-261-0/+3
* * import.c (MAGIC): Changed magic word to avoid confusion about execGuido van Rossum1993-10-221-3/+3
* Several optimizations and speed improvements.Sjoerd Mullender1993-10-222-25/+32
* * stdwinmodule.c (stdwin_done): interface to shutdown stdwin (now this isGuido van Rossum1993-10-182-18/+90
* Makefile, import.c: Lance's alternative module search (allow .pyc fileGuido van Rossum1993-10-151-1/+0
* * Extended X interface: pixmap objects, colormap objects visual objects,Sjoerd Mullender1993-10-114-7/+72
* Bug fix: check whether call succeeded *after* the call.Sjoerd Mullender1993-09-141-1/+1
* * clmodule.c (doParams): free PVbuffer in error condition.Sjoerd Mullender1993-08-031-1/+3
* Final touch before release.Guido van Rossum1993-07-292-4/+19
* Minor fixes / changes for Mac compatibility.Guido van Rossum1993-07-291-2/+2
* * Added support for X11 modules.Guido van Rossum1993-07-285-3/+71
* forms_set_event_call_back: argument of None resets event callback to NULL.Guido van Rossum1993-07-261-0/+2
* * config.c: different default PYTHONPATH for MS-DOSGuido van Rossum1993-07-094-21/+98
* stropmodule.c: use C isspace(c) to test for whitespace; addGuido van Rossum1993-07-081-7/+19
* * Makefile: added all: and default: targets.Guido van Rossum1993-07-053-126/+95
* * pythonmain.c: -k option, usage message, more environment flags.Guido van Rossum1993-06-241-50/+60
* * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c.Guido van Rossum1993-06-1718-64/+225
* * socketmodule.c: fix long-standing bug in recvfrom() -- addrlenGuido van Rossum1993-05-251-2/+5
* * classobject.c: in instance_getattr, don't make a method out of aGuido van Rossum1993-05-251-27/+30
* New posix functions open, close, dup, dup2, lseek, read, write, fstat, pipe.Guido van Rossum1993-05-171-27/+233
* * selectmodule.c: fix (another!) two memory leaks -- this time in list2setGuido van Rossum1993-05-121-0/+2
* (I suggest a recompile after getting this, the ceval.c bugfix may be crucial!)Guido van Rossum1993-04-151-1/+1
* * Microscopic corrections to make things compile on the Cray APP.Guido van Rossum1993-04-073-0/+22
* Support for frozen scripts; added -i option.Guido van Rossum1993-04-011-1/+19
* Changes to speed up local variables enormously, by avoiding dictionaryGuido van Rossum1993-03-301-0/+9
* * Changed all copyright messages to include 1993.Guido van Rossum1993-03-2911-21/+21
* Added conversion routines to sv module.Sjoerd Mullender1993-03-163-10/+259
* * Changed many files to use mkvalue() instead of newtupleobject().Guido van Rossum1993-03-169-176/+72
* Extensive changes to regex module (group(), casefold, etc.)Guido van Rossum1993-02-231-12/+46
* Added audioop.reverse() which reverses an audio sampleJack Jansen1993-02-231-0/+40
* * regexmodule.c: added use of translation table, substring() method.Guido van Rossum1993-02-211-38/+117
* Added new module "array" (for now optional) defining array objects.Guido van Rossum1993-02-192-0/+1159
* Added converters for rgb<->rgb8 and rgb<->greyJack Jansen1993-02-191-0/+156
* Added dither() routineJack Jansen1993-02-191-0/+1
* This time really check in the new routines :-)Jack Jansen1993-02-171-26/+210
* Added lin2lin, findmax, findfactor and fintfit routinesJack Jansen1993-02-171-10/+51
* * clmodule.c: the documentation was wrong, so changed the interfaceSjoerd Mullender1993-02-171-60/+60
* * clmodule.c: use function prototypes (found and fixed some bugs thisSjoerd Mullender1993-02-161-192/+214
* Added readdisplay() routineJack Jansen1993-02-161-0/+29
* 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