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