1. a9c3c22 * Extended X interface: pixmap objects, colormap objects visual objects, by Sjoerd Mullender · 31 years ago
  2. d96ec44 Bug fix: check whether call succeeded *after* the call. by Sjoerd Mullender · 31 years ago
  3. f64992e * clmodule.c (doParams): free PVbuffer in error condition. by Sjoerd Mullender · 31 years ago
  4. e906606 Final touch before release. by Guido van Rossum · 31 years ago
  5. 1fc238a Minor fixes / changes for Mac compatibility. by Guido van Rossum · 31 years ago
  6. a330996 * Added support for X11 modules. by Guido van Rossum · 31 years ago
  7. f6da4f6 forms_set_event_call_back: argument of None resets event callback to NULL. by Guido van Rossum · 31 years ago
  8. e22e644 * config.c: different default PYTHONPATH for MS-DOS by Guido van Rossum · 31 years ago
  9. d05eb8b stropmodule.c: use C isspace(c) to test for whitespace; add by Guido van Rossum · 31 years ago
  10. f1dc566 * Makefile: added all: and default: targets. by Guido van Rossum · 31 years ago
  11. 9e90a67 * pythonmain.c: -k option, usage message, more environment flags. by Guido van Rossum · 31 years ago
  12. 234f942 * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. by Guido van Rossum · 31 years ago
  13. 18c9a4f * socketmodule.c: fix long-standing bug in recvfrom() -- addrlen by Guido van Rossum · 31 years ago
  14. eb6b33a * classobject.c: in instance_getattr, don't make a method out of a by Guido van Rossum · 31 years ago
  15. 687dd13 New posix functions open, close, dup, dup2, lseek, read, write, fstat, pipe. by Guido van Rossum · 31 years ago
  16. a849b83 * selectmodule.c: fix (another!) two memory leaks -- this time in list2set by Guido van Rossum · 31 years ago
  17. acbe8da (I suggest a recompile after getting this, the ceval.c bugfix may be crucial!) by Guido van Rossum · 31 years ago
  18. 9575a44 * Microscopic corrections to make things compile on the Cray APP. by Guido van Rossum · 31 years ago
  19. f56e3db Support for frozen scripts; added -i option. by Guido van Rossum · 31 years ago
  20. 8b17d6b Changes to speed up local variables enormously, by avoiding dictionary by Guido van Rossum · 31 years ago
  21. 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 31 years ago
  22. 6b517fd Added conversion routines to sv module. by Sjoerd Mullender · 31 years ago
  23. e537240 * Changed many files to use mkvalue() instead of newtupleobject(). by Guido van Rossum · 31 years ago
  24. ccd5bad Extensive changes to regex module (group(), casefold, etc.) by Guido van Rossum · 31 years ago
  25. 337b20e Added audioop.reverse() which reverses an audio sample by Jack Jansen · 31 years ago
  26. 36d330b * regexmodule.c: added use of translation table, substring() method. by Guido van Rossum · 31 years ago
  27. 778983b Added new module "array" (for now optional) defining array objects. by Guido van Rossum · 31 years ago
  28. 4fada9c Added converters for rgb<->rgb8 and rgb<->grey by Jack Jansen · 31 years ago
  29. fa1b9f6 Added dither() routine by Jack Jansen · 31 years ago
  30. a90805f This time really check in the new routines :-) by Jack Jansen · 31 years ago
  31. dd8a6ea Added lin2lin, findmax, findfactor and fintfit routines by Jack Jansen · 31 years ago
  32. 22e44cd * clmodule.c: the documentation was wrong, so changed the interface by Sjoerd Mullender · 31 years ago
  33. 4e2a427 * clmodule.c: use function prototypes (found and fixed some bugs this by Sjoerd Mullender · 31 years ago
  34. 5fc6773 Added readdisplay() routine by Jack Jansen · 31 years ago
  35. e8a3c28 Added new audio library functionality (getstatus, float sample fmts) by Jack Jansen · 31 years ago
  36. 38a22ba Fixed some memory leaks when things go wrong. by Sjoerd Mullender · 31 years ago
  37. 55cea47 Changed adpcm routines to use 2-element state (was 3 element) by Jack Jansen · 31 years ago
  38. bf80e54 * stdwinmodule.c: various new commands: setwin{pos,size}, by Guido van Rossum · 31 years ago
  39. 6f5afc9 * ceval.c: ifdef out the last argument passing compat hack. by Guido van Rossum · 31 years ago
  40. 3a99727 CL.py, clmodule.c: Adapted to new CL library. Lots of new methods. by Sjoerd Mullender · 31 years ago
  41. 34679b7 * Added Fixcprt.py: script to fix copyright message. by Guido van Rossum · 31 years ago
  42. d26b458 Added tovideo routine by Jack Jansen · 31 years ago
  43. 0b0db8e Added separate main program for the Mac: macmain.c by Guido van Rossum · 32 years ago
  44. 09cbf9a Use full path for izoom.h include file by Jack Jansen · 32 years ago
  45. 3c2eb5c Added (optional) better scaling to readscaled by Jack Jansen · 32 years ago
  46. e35399e Checking in last-minute changes that are already part of release 0.9.8 by Guido van Rossum · 32 years ago
  47. 775f4da * Makefile: use cp -r to install the library by Guido van Rossum · 32 years ago
  48. d513f0b Fixed various bugs in the adpcm routines by Jack Jansen · 32 years ago
  49. ed59d20 Various changes. by Sjoerd Mullender · 32 years ago
  50. a2b7f40 * Configure.py: use #!/usr/local/bin/python by Guido van Rossum · 32 years ago
  51. de3adf9 Added 2 and 4 bits grey formats by Jack Jansen · 32 years ago
  52. 5f59d60 * mymalloc.h: always allocate one extra byte, since some malloc's by Guido van Rossum · 32 years ago
  53. 8dd054d adapted to newest version of CL library. by Sjoerd Mullender · 32 years ago
  54. 8ed2941 Added new modules mpz, md5 (by JH, requiring GNU MP). by Guido van Rossum · 32 years ago
  55. 2a7178e socketmodule.c: added socket.fromfd(fd, family, type, [proto]); by Guido van Rossum · 32 years ago
  56. c89705d * config.c: Added audioop to lists. by Guido van Rossum · 32 years ago
  57. 0317a47 Added imageopmodule.c, also added them to Makefile and config.c. by Guido van Rossum · 32 years ago
  58. a9e7dc1 * bltinmodule.c: added built-in function cmp(a, b) by Guido van Rossum · 32 years ago
  59. 384f248 Lots of little fixes. by Sjoerd Mullender · 32 years ago
  60. 3a40ae4 New shell script Addmodule.sh makes it easier to add a new optional by Guido van Rossum · 32 years ago
  61. 7c4eb40 Changed an ifdef from IRIX_405 to CDsetcallback. by Sjoerd Mullender · 32 years ago
  62. 37f17b7 Fixed the last known bugs. by Sjoerd Mullender · 32 years ago
  63. 46927ba Defined exception cd.error which is used for errors other than by Sjoerd Mullender · 32 years ago
  64. d53a4f3 New built-in module "cl" (Compression Library). Only for Irix 4.0.5 by Sjoerd Mullender · 32 years ago
  65. c431549 New built-in module cl, the Compression Library. by Sjoerd Mullender · 32 years ago
  66. 7066dd7 * Makefile: added IMGFILE; moved some stuff around. by Guido van Rossum · 32 years ago
  67. c2670a0 posix: added setpgrp() and, if sgi, setsid() and setpgid(pid, pgid) by Guido van Rossum · 32 years ago
  68. 5c85062 Makefile uses $> more often; cgen supports filename argument; added by Guido van Rossum · 32 years ago
  69. aee0879 Made struct a standard built-in module; added string args to {set,get}sockopt; by Guido van Rossum · 32 years ago
  70. 94472a0 classobject.c moduleobject.c stdwinmodule.c xxobject.c: by Guido van Rossum · 32 years ago
  71. 97f0277 Restructured (yet again) to treat all modules more alike. by Guido van Rossum · 32 years ago
  72. a5f6138 Got rid the bogus cache code and fix some unchecked errors. by Guido van Rossum · 32 years ago
  73. aa7ca2d Use getargs() everywhere now. Standardize lay-out yet more (an ongoing by Guido van Rossum · 32 years ago
  74. 3d1e146 Improve check for offset out of range by Guido van Rossum · 32 years ago
  75. e270b43 Re-implement some operations from string.py in C, for speed. by Guido van Rossum · 32 years ago
  76. e1b4d7c Added rms, maxpp and avgpp methods. by Jack Jansen · 32 years ago
  77. 8eace20 Removed debug statement by Jack Jansen · 32 years ago
  78. 3accf98 Added method to write image files. by Jack Jansen · 32 years ago
  79. b001f7a rearranged modules alphabetically by Guido van Rossum · 32 years ago
  80. 90ddb7b unpack() now returns a tuple, not a list by Guido van Rossum · 32 years ago
  81. 3af03d8 don't call gl.foreground and create a new window after all (seems to by Guido van Rossum · 32 years ago
  82. 448f4bf added getname, getdefault and getminmax functions by Guido van Rossum · 32 years ago
  83. f9f2e82 New thread.c from Sjoerd, supports _exit_prog(). Use this in goaway() by Guido van Rossum · 32 years ago
  84. 0297512 struct: pack/unpack binary structs; fcntl: fcntl(), ioctl(). by Guido van Rossum · 32 years ago
  85. 6d946f9 * macmodule.c: include allobjects.h, not .c by Guido van Rossum · 32 years ago
  86. 3978903 Fix bug introduced by Jack (duplicate def of qread) by Guido van Rossum · 32 years ago
  87. 743db36 Modified to allow other threads to run in a multithreaded environment. by Jack Jansen · 32 years ago
  88. 423d6c6 DO_TIMES must now be defined in the Makefile by Guido van Rossum · 32 years ago
  89. 38fbf52 Made module regex optional; added optional module nis. by Guido van Rossum · 32 years ago
  90. 3562d52 Added error handling and free resources. by Guido van Rossum · 32 years ago
  91. 9de7a01 NIS interface by Fred Gansevles <Fred.Gansevles@cs.utwente.nl>. by Guido van Rossum · 32 years ago
  92. a1ed37c Last-minute changes for release. by Guido van Rossum · 32 years ago
  93. 21803b8 Makefile, Configure.py: ##ask --> ##[el]if[yes|no] by Guido van Rossum · 32 years ago
  94. de126a6 Replaced max=-1 by max = -1. by Guido van Rossum · 32 years ago
  95. ff4949e * Makefile: cosmetics by Guido van Rossum · 32 years ago
  96. 25bec8c Sometimes, recvfrom() returns an empty address; this is not an error. by Guido van Rossum · 32 years ago
  97. 1984f1e * Makefile adapted to changes below. by Guido van Rossum · 32 years ago
  98. 4fbf798 * myselect.h: bzero -> memset by Guido van Rossum · 32 years ago
  99. f16eda5 cdmodule.c: 2 minor changes by Sjoerd. by Guido van Rossum · 32 years ago
  100. 7b2c03f New rotor methods: setkey(), encryptmore() and decryptmore(). by Guido van Rossum · 32 years ago