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