1. 38a22ba Fixed some memory leaks when things go wrong. by Sjoerd Mullender · 31 years ago
  2. 55cea47 Changed adpcm routines to use 2-element state (was 3 element) by Jack Jansen · 31 years ago
  3. bf80e54 * stdwinmodule.c: various new commands: setwin{pos,size}, by Guido van Rossum · 31 years ago
  4. 3f2ef09 Added usage() and help() to Vrecb, and turn on -f by default. by Guido van Rossum · 31 years ago
  5. f0384fd Introductory video documentation by Jack Jansen · 31 years ago
  6. 4ab6ff8 AWARE.py: New file with definitions for Aware Inc.'s compression by Sjoerd Mullender · 31 years ago
  7. 6f5afc9 * ceval.c: ifdef out the last argument passing compat hack. by Guido van Rossum · 31 years ago
  8. 995c33a aiff.py, calendar.py: change functions taking a tuple to really take a by Guido van Rossum · 31 years ago
  9. 3a99727 CL.py, clmodule.c: Adapted to new CL library. Lots of new methods. by Sjoerd Mullender · 31 years ago
  10. 8d733a0 added kludge for buggy soundfiler from SGI; when reading 0 frames, by Sjoerd Mullender · 31 years ago
  11. 772eca6 Added options to make window bigger than video (for recording to tape) by Jack Jansen · 32 years ago
  12. 41292a8 Added a comment about XS 4bit pixel support by Jack Jansen · 32 years ago
  13. 62fda0a Use imgconv to try to do image type conversion by Jack Jansen · 32 years ago
  14. e6f49ec Initial (skeleton) version of universal image format converter by Jack Jansen · 32 years ago
  15. 2c49017 - Added LiveVideoOutSlow class (which only updates after full pkt) by Jack Jansen · 32 years ago
  16. 34679b7 * Added Fixcprt.py: script to fix copyright message. by Guido van Rossum · 32 years ago
  17. 35fb82a * os.py: _exit doesn't exist in all variations of posix by Guido van Rossum · 32 years ago
  18. 93f0740 Fixed a bug where the library inadvertently skipped over the sound by Sjoerd Mullender · 32 years ago
  19. 3ad7fc7 Documented marshal.{dumps,loads} and sys.builtin_module_names. by Guido van Rossum · 32 years ago
  20. d26b458 Added tovideo routine by Jack Jansen · 32 years ago
  21. 7564a64 Found and fixed a few bugs in the handling of audio files with MARKs. by Sjoerd Mullender · 32 years ago
  22. eeabe7e New module aifc to read and write AIFF-C and AIFF files. See by Sjoerd Mullender · 32 years ago
  23. 0b0db8e Added separate main program for the Mac: macmain.c by Guido van Rossum · 32 years ago
  24. 80530ce * Add some more tests for numbers by Guido van Rossum · 32 years ago
  25. 9672e44 Create CMIF-video file from SGI rgb images by Jack Jansen · 32 years ago
  26. 09cbf9a Use full path for izoom.h include file by Jack Jansen · 32 years ago
  27. 3c2eb5c Added (optional) better scaling to readscaled by Jack Jansen · 32 years ago
  28. 76ab5fe ushdr_t was not defined so fill in its size instead of using sizeof. by Sjoerd Mullender · 32 years ago
  29. 7b74176 Close the window when receiving a close request; turn time into int. by Guido van Rossum · 32 years ago
  30. e893412 Added error checking. Improved coexistance with dl module. by Sjoerd Mullender · 32 years ago
  31. dd10440 This commit was manufactured by cvs2svn to create tag 'release098'. by cvs2svn · 32 years ago
  32. e35399e Checking in last-minute changes that are already part of release 0.9.8 by Guido van Rossum · 32 years ago
  33. 775f4da * Makefile: use cp -r to install the library by Guido van Rossum · 32 years ago
  34. d513f0b Fixed various bugs in the adpcm routines by Jack Jansen · 32 years ago
  35. ed59d20 Various changes. by Sjoerd Mullender · 32 years ago
  36. fea2af1 * More changes due to stricter argument passing rules by Guido van Rossum · 32 years ago
  37. a2b7f40 * Configure.py: use #!/usr/local/bin/python by Guido van Rossum · 32 years ago
  38. 349f2b5 Renamed vcopy to Vcopy (it is the only old tool that's still in use) by Guido van Rossum · 32 years ago
  39. 3f3c099 Get rid of C and out-of-date files by Guido van Rossum · 32 years ago
  40. ec706ad Added usage message, minor cosmetic changes by Guido van Rossum · 32 years ago
  41. 42e9be4 Fix typo in print message by Guido van Rossum · 32 years ago
  42. 5b40761 Use plain python. by Guido van Rossum · 32 years ago
  43. f1ceba6 setsize has two arguments: width, height. by Guido van Rossum · 32 years ago
  44. 6e0e668 Renamed Vrecc to Vrecb (*b*urst mode capture). by Guido van Rossum · 32 years ago
  45. 6bc8c7f Added mono, grey2 and grey4 formats by Jack Jansen · 32 years ago
  46. d7b67f2 *** empty log message *** by Guido van Rossum · 32 years ago
  47. 5dd997c Changed indentation to 8, use a better technique to handle window I/O. by Guido van Rossum · 32 years ago
  48. de788b8 fileobject.c: fix nasty bug; Makefile; turn on STROP and change lint flags. by Guido van Rossum · 32 years ago
  49. de3adf9 Added 2 and 4 bits grey formats by Jack Jansen · 32 years ago
  50. a3b986e Added generic array handlers by Guido van Rossum · 32 years ago
  51. 9ef9c07 Changed to use make_call by Guido van Rossum · 32 years ago
  52. b637221 Full broadcast support by Guido van Rossum · 32 years ago
  53. da164d2 Clarified some parts by Guido van Rossum · 32 years ago
  54. 7306538 Changed to use new make_call method by Guido van Rossum · 32 years ago
  55. 8f1506b Complete broadcast support (both raw and via port mapper CALLIT) by Guido van Rossum · 32 years ago
  56. fdcbbcb Initial revision by Guido van Rossum · 32 years ago
  57. cdd04ca Initial revision by Guido van Rossum · 32 years ago
  58. 6252229 Added remark about servers by Guido van Rossum · 32 years ago
  59. b99457c Changed mkcred interface by Guido van Rossum · 32 years ago
  60. fd92ac8 Bind to reserved port if root; changed mkcred interface; added -t/-u option by Guido van Rossum · 32 years ago
  61. 79f85ee Changed mkcred/mkverf interface; added makesocket hook and changed init by Guido van Rossum · 32 years ago
  62. c91d60a Changes to protect servers against broken clients by Guido van Rossum · 32 years ago
  63. 424c673 Added server classes, and various robustness hacks by Guido van Rossum · 32 years ago
  64. 2eed1e7 Don't call test() by Guido van Rossum · 32 years ago
  65. 0270032 Don't even show #test() by Guido van Rossum · 32 years ago
  66. 58dd035 Added comments. by Guido van Rossum · 32 years ago
  67. 7271bab Compatibility hack with Python 0.9.6. by Guido van Rossum · 32 years ago
  68. 2f5dd88 Initial revision by Guido van Rossum · 32 years ago
  69. a585444 Added compatibility hacks for Python 0.9.6. by Guido van Rossum · 32 years ago
  70. 3346b6a Use 'l' as format, not 'i'. by Guido van Rossum · 32 years ago
  71. fa83c7b Added some XXX comment. by Guido van Rossum · 32 years ago
  72. c4698fb Improved exception handing. Added some XXX comments. by Guido van Rossum · 32 years ago
  73. 4ac605e Changes to some math using underscore as subscript, necessary since by Guido van Rossum · 32 years ago
  74. 16b2219 Add timeout and retry to UDP version of protocol by Guido van Rossum · 32 years ago
  75. 63ae96e Fix spelling of Umnt. by Guido van Rossum · 32 years ago
  76. 3862535 Support packing longs. by Guido van Rossum · 32 years ago
  77. ad5f862 Fix misunderstood readdir count (bytes, not dir entries) by Guido van Rossum · 32 years ago
  78. 20f9960 Add explicit auth call by Guido van Rossum · 32 years ago
  79. 749d0bb Make auth handling different by Guido van Rossum · 32 years ago
  80. 195a4f7 Add explicit auth object by Guido van Rossum · 32 years ago
  81. e3cafbe Initial revision by Guido van Rossum · 32 years ago
  82. 5f59d60 * mymalloc.h: always allocate one extra byte, since some malloc's by Guido van Rossum · 32 years ago
  83. 8de83e0 Actualized by Guido van Rossum · 32 years ago
  84. ffd7fa3 Actualized. Do import stdwingl by Guido van Rossum · 32 years ago
  85. 2219afc bit vector is now implemented by Guido van Rossum · 32 years ago
  86. 411588c sv now raises sv.error, not RuntimeError by Guido van Rossum · 32 years ago
  87. 8307443 Initial revision by Guido van Rossum · 32 years ago
  88. 2739c9c Added cmpaf.py by Guido van Rossum · 32 years ago
  89. 57fc525 Get official parameter names by Guido van Rossum · 32 years ago
  90. a8413b2 Choose a port that doesn't conmflict with real radio by Guido van Rossum · 32 years ago
  91. e266344 New 'finally' syntax by Guido van Rossum · 32 years ago
  92. 4128ded Actualize by Guido van Rossum · 32 years ago
  93. 6c5c525 Explicitly close menus. Make '0' mean the last menu item. by Guido van Rossum · 32 years ago
  94. 93a35f4 Actualized by Guido van Rossum · 32 years ago
  95. 5ba6142 Adapted to modern times by Guido van Rossum · 32 years ago
  96. 63f4cdc Adapted to modern times. Cosmetic and comment changes. by Guido van Rossum · 32 years ago
  97. 0e71dc1 Adapted to modern times and fixed a bug (id --> my_id) by Guido van Rossum · 32 years ago
  98. 8dd054d adapted to newest version of CL library. by Sjoerd Mullender · 32 years ago
  99. 4fff13f CL.py: adapted to newest version of CL library. by Sjoerd Mullender · 32 years ago
  100. 23bafde /usr/local/bin/python by Guido van Rossum · 32 years ago