- 78ed420 Fixed a couple of bugs: getargs doesn't use % escapes, and seconds by Sjoerd Mullender · 31 years ago
- b73cc04 * ceval.c, longobject.c, methodobject.c, listnode.c, arraymodule.c, by Guido van Rossum · 31 years ago
- c7a2270 * selectmodule.c (select_select): timeout argument may be None with same by Guido van Rossum · 31 years ago
- c70b61f Hacks for NEXTSTEP. by Guido van Rossum · 31 years ago
- 0667626 Replace <<-13 by >>13. Leave old code in #ifdef BUGGY_CODE_BW_COMPAT. by Guido van Rossum · 31 years ago
- 13ecc7a Simplify life for md5: include (slightly modified) md5.h and md5c.c by Guido van Rossum · 31 years ago
- ee9012f Added rindex(). index() and rindex() interpret negative start index by Guido van Rossum · 31 years ago
- 0619153 Work around a bug in the DEC alpha OSF/1 C preprocessor. by Guido van Rossum · 31 years ago
- 89b3325 * import.c (MAGIC): Changed magic word to avoid confusion about exec by Guido van Rossum · 31 years ago
- 3bb8a05 Several optimizations and speed improvements. by Sjoerd Mullender · 31 years ago
- cacd957 * stdwinmodule.c (stdwin_done): interface to shutdown stdwin (now this is by Guido van Rossum · 31 years ago
- 21d335e Makefile, import.c: Lance's alternative module search (allow .pyc file by Guido van Rossum · 31 years ago
- a9c3c22 * Extended X interface: pixmap objects, colormap objects visual objects, by Sjoerd Mullender · 31 years ago
- d96ec44 Bug fix: check whether call succeeded *after* the call. by Sjoerd Mullender · 31 years ago
- f64992e * clmodule.c (doParams): free PVbuffer in error condition. by Sjoerd Mullender · 32 years ago
- e906606 Final touch before release. by Guido van Rossum · 32 years ago
- 1fc238a Minor fixes / changes for Mac compatibility. by Guido van Rossum · 32 years ago
- a330996 * Added support for X11 modules. by Guido van Rossum · 32 years ago
- f6da4f6 forms_set_event_call_back: argument of None resets event callback to NULL. by Guido van Rossum · 32 years ago
- e22e644 * config.c: different default PYTHONPATH for MS-DOS by Guido van Rossum · 32 years ago
- d05eb8b stropmodule.c: use C isspace(c) to test for whitespace; add by Guido van Rossum · 32 years ago
- f1dc566 * Makefile: added all: and default: targets. by Guido van Rossum · 32 years ago
- 9e90a67 * pythonmain.c: -k option, usage message, more environment flags. by Guido van Rossum · 32 years ago
- 234f942 * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. by Guido van Rossum · 32 years ago
- 18c9a4f * socketmodule.c: fix long-standing bug in recvfrom() -- addrlen by Guido van Rossum · 32 years ago
- eb6b33a * classobject.c: in instance_getattr, don't make a method out of a by Guido van Rossum · 32 years ago
- 687dd13 New posix functions open, close, dup, dup2, lseek, read, write, fstat, pipe. by Guido van Rossum · 32 years ago
- a849b83 * selectmodule.c: fix (another!) two memory leaks -- this time in list2set by Guido van Rossum · 32 years ago
- acbe8da (I suggest a recompile after getting this, the ceval.c bugfix may be crucial!) by Guido van Rossum · 32 years ago
- 9575a44 * Microscopic corrections to make things compile on the Cray APP. by Guido van Rossum · 32 years ago
- f56e3db Support for frozen scripts; added -i option. by Guido van Rossum · 32 years ago
- 8b17d6b Changes to speed up local variables enormously, by avoiding dictionary by Guido van Rossum · 32 years ago
- 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 32 years ago
- 6b517fd Added conversion routines to sv module. by Sjoerd Mullender · 32 years ago
- e537240 * Changed many files to use mkvalue() instead of newtupleobject(). by Guido van Rossum · 32 years ago
- ccd5bad Extensive changes to regex module (group(), casefold, etc.) by Guido van Rossum · 32 years ago
- 337b20e Added audioop.reverse() which reverses an audio sample by Jack Jansen · 32 years ago
- 36d330b * regexmodule.c: added use of translation table, substring() method. by Guido van Rossum · 32 years ago
- 778983b Added new module "array" (for now optional) defining array objects. by Guido van Rossum · 32 years ago
- 4fada9c Added converters for rgb<->rgb8 and rgb<->grey by Jack Jansen · 32 years ago
- fa1b9f6 Added dither() routine by Jack Jansen · 32 years ago
- a90805f This time really check in the new routines :-) by Jack Jansen · 32 years ago
- dd8a6ea Added lin2lin, findmax, findfactor and fintfit routines by Jack Jansen · 32 years ago
- 22e44cd * clmodule.c: the documentation was wrong, so changed the interface by Sjoerd Mullender · 32 years ago
- 4e2a427 * clmodule.c: use function prototypes (found and fixed some bugs this by Sjoerd Mullender · 32 years ago
- 5fc6773 Added readdisplay() routine by Jack Jansen · 32 years ago
- e8a3c28 Added new audio library functionality (getstatus, float sample fmts) by Jack Jansen · 32 years ago
- 38a22ba Fixed some memory leaks when things go wrong. by Sjoerd Mullender · 32 years ago
- 55cea47 Changed adpcm routines to use 2-element state (was 3 element) by Jack Jansen · 32 years ago
- bf80e54 * stdwinmodule.c: various new commands: setwin{pos,size}, by Guido van Rossum · 32 years ago
- 6f5afc9 * ceval.c: ifdef out the last argument passing compat hack. by Guido van Rossum · 32 years ago
- 3a99727 CL.py, clmodule.c: Adapted to new CL library. Lots of new methods. by Sjoerd Mullender · 32 years ago
- 34679b7 * Added Fixcprt.py: script to fix copyright message. by Guido van Rossum · 32 years ago
- d26b458 Added tovideo routine by Jack Jansen · 32 years ago
- 0b0db8e Added separate main program for the Mac: macmain.c by Guido van Rossum · 32 years ago
- 09cbf9a Use full path for izoom.h include file by Jack Jansen · 32 years ago
- 3c2eb5c Added (optional) better scaling to readscaled by Jack Jansen · 32 years ago
- e35399e Checking in last-minute changes that are already part of release 0.9.8 by Guido van Rossum · 32 years ago
- 775f4da * Makefile: use cp -r to install the library by Guido van Rossum · 32 years ago
- d513f0b Fixed various bugs in the adpcm routines by Jack Jansen · 32 years ago
- ed59d20 Various changes. by Sjoerd Mullender · 32 years ago
- a2b7f40 * Configure.py: use #!/usr/local/bin/python by Guido van Rossum · 32 years ago
- de3adf9 Added 2 and 4 bits grey formats by Jack Jansen · 32 years ago
- 5f59d60 * mymalloc.h: always allocate one extra byte, since some malloc's by Guido van Rossum · 32 years ago
- 8dd054d adapted to newest version of CL library. by Sjoerd Mullender · 32 years ago
- 8ed2941 Added new modules mpz, md5 (by JH, requiring GNU MP). by Guido van Rossum · 32 years ago
- 2a7178e socketmodule.c: added socket.fromfd(fd, family, type, [proto]); by Guido van Rossum · 32 years ago
- c89705d * config.c: Added audioop to lists. by Guido van Rossum · 32 years ago
- 0317a47 Added imageopmodule.c, also added them to Makefile and config.c. by Guido van Rossum · 32 years ago
- a9e7dc1 * bltinmodule.c: added built-in function cmp(a, b) by Guido van Rossum · 32 years ago
- 384f248 Lots of little fixes. by Sjoerd Mullender · 32 years ago
- 3a40ae4 New shell script Addmodule.sh makes it easier to add a new optional by Guido van Rossum · 32 years ago
- 7c4eb40 Changed an ifdef from IRIX_405 to CDsetcallback. by Sjoerd Mullender · 32 years ago
- 37f17b7 Fixed the last known bugs. by Sjoerd Mullender · 32 years ago
- 46927ba Defined exception cd.error which is used for errors other than by Sjoerd Mullender · 32 years ago
- d53a4f3 New built-in module "cl" (Compression Library). Only for Irix 4.0.5 by Sjoerd Mullender · 32 years ago
- c431549 New built-in module cl, the Compression Library. by Sjoerd Mullender · 32 years ago
- 7066dd7 * Makefile: added IMGFILE; moved some stuff around. by Guido van Rossum · 32 years ago
- c2670a0 posix: added setpgrp() and, if sgi, setsid() and setpgid(pid, pgid) by Guido van Rossum · 32 years ago
- 5c85062 Makefile uses $> more often; cgen supports filename argument; added by Guido van Rossum · 32 years ago
- aee0879 Made struct a standard built-in module; added string args to {set,get}sockopt; by Guido van Rossum · 32 years ago
- 94472a0 classobject.c moduleobject.c stdwinmodule.c xxobject.c: by Guido van Rossum · 32 years ago
- 97f0277 Restructured (yet again) to treat all modules more alike. by Guido van Rossum · 32 years ago
- a5f6138 Got rid the bogus cache code and fix some unchecked errors. by Guido van Rossum · 32 years ago
- aa7ca2d Use getargs() everywhere now. Standardize lay-out yet more (an ongoing by Guido van Rossum · 32 years ago
- 3d1e146 Improve check for offset out of range by Guido van Rossum · 32 years ago
- e270b43 Re-implement some operations from string.py in C, for speed. by Guido van Rossum · 32 years ago
- e1b4d7c Added rms, maxpp and avgpp methods. by Jack Jansen · 32 years ago
- 8eace20 Removed debug statement by Jack Jansen · 32 years ago
- 3accf98 Added method to write image files. by Jack Jansen · 32 years ago
- b001f7a rearranged modules alphabetically by Guido van Rossum · 32 years ago
- 90ddb7b unpack() now returns a tuple, not a list by Guido van Rossum · 32 years ago
- 3af03d8 don't call gl.foreground and create a new window after all (seems to by Guido van Rossum · 32 years ago
- 448f4bf added getname, getdefault and getminmax functions by Guido van Rossum · 32 years ago
- f9f2e82 New thread.c from Sjoerd, supports _exit_prog(). Use this in goaway() by Guido van Rossum · 32 years ago
- 0297512 struct: pack/unpack binary structs; fcntl: fcntl(), ioctl(). by Guido van Rossum · 32 years ago
- 6d946f9 * macmodule.c: include allobjects.h, not .c by Guido van Rossum · 33 years ago
- 3978903 Fix bug introduced by Jack (duplicate def of qread) by Guido van Rossum · 33 years ago
- 743db36 Modified to allow other threads to run in a multithreaded environment. by Jack Jansen · 33 years ago
- 423d6c6 DO_TIMES must now be defined in the Makefile by Guido van Rossum · 33 years ago