summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* * nismodule.c: database keys and values can contain null bytes. be moreGuido van Rossum1993-11-034-31/+96
* Fixed a couple of bugs: getargs doesn't use % escapes, and secondsSjoerd Mullender1993-11-021-2/+2
* * ceval.c, longobject.c, methodobject.c, listnode.c, arraymodule.c,Guido van Rossum1993-11-011-1/+2
* * selectmodule.c (select_select): timeout argument may be None with sameGuido van Rossum1993-11-011-6/+12
* Hacks for NEXTSTEP.Guido van Rossum1993-11-011-0/+5
* Replace <<-13 by >>13. Leave old code in #ifdef BUGGY_CODE_BW_COMPAT.Guido van Rossum1993-11-011-0/+15
* Simplify life for md5: include (slightly modified) md5.h and md5c.cGuido van Rossum1993-11-013-5/+414
* Added rindex(). index() and rindex() interpret negative start indexGuido van Rossum1993-10-261-5/+41
* 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