1. 384f248 Lots of little fixes. by Sjoerd Mullender · 32 years ago
  2. 9e3f335 VFile: added new formats 'jpeg' and 'jpeggrey'. Decompression is done by Guido van Rossum · 32 years ago
  3. 3165fe6 Modified most (but not yet all) I/O to always go through sys.stdout or by Guido van Rossum · 32 years ago
  4. 3a40ae4 New shell script Addmodule.sh makes it easier to add a new optional by Guido van Rossum · 32 years ago
  5. 7c4eb40 Changed an ifdef from IRIX_405 to CDsetcallback. by Sjoerd Mullender · 32 years ago
  6. 37f17b7 Fixed the last known bugs. by Sjoerd Mullender · 32 years ago
  7. f8848ac Added resizevideo() interface to LiveVideoIn and rationalized size by Guido van Rossum · 32 years ago
  8. d65f45d Added resizevideo() interface to LiveVideoIn and rationalized size by Guido van Rossum · 32 years ago
  9. cfb6bb2 Changed the init() interface of LiveVideoOut to read out the window by Guido van Rossum · 32 years ago
  10. 691e59b Python equivalent of <netinet/in.h> (SGI specific, hence not in python/lib). by Guido van Rossum · 32 years ago
  11. 7b47c79 Added options to Vsend and Vreceive; moved common defaults to senddefs. by Guido van Rossum · 32 years ago
  12. 67b4895 Added multicast to Vsend and Vreceive. Updated README. Rediced queue by Guido van Rossum · 32 years ago
  13. 46927ba Defined exception cd.error which is used for errors other than by Sjoerd Mullender · 32 years ago
  14. e7daaa3 New module "CL" (Compression Library) for Irix 4.0.5 and higher. by Sjoerd Mullender · 32 years ago
  15. d53a4f3 New built-in module "cl" (Compression Library). Only for Irix 4.0.5 by Sjoerd Mullender · 32 years ago
  16. 2b65c03 *** empty log message *** by Guido van Rossum · 32 years ago
  17. 7814c10 Better way of deducing mcast group bytes. by Guido van Rossum · 32 years ago
  18. c8833d4 Add -b option and sleep shorter. by Guido van Rossum · 32 years ago
  19. 590177b open() now raises IOError, not RuntimeError! by Guido van Rossum · 32 years ago
  20. c431549 New built-in module cl, the Compression Library. by Sjoerd Mullender · 32 years ago
  21. ba06615 New modules LiveVideo{In,Out} (interfaces will change!). by Guido van Rossum · 32 years ago
  22. 42e07af Vrec.py: sv now raises sv.error instead of RuntimeError. by Guido van Rossum · 32 years ago
  23. 66122d2 __oct__ and __hex__ by Guido van Rossum · 32 years ago
  24. 7a461e5 New module regsub contains sub(), gsub() and split() as in nawk. by Guido van Rossum · 32 years ago
  25. 7066dd7 * Makefile: added IMGFILE; moved some stuff around. by Guido van Rossum · 32 years ago
  26. c2670a0 posix: added setpgrp() and, if sgi, setsid() and setpgid(pid, pgid) by Guido van Rossum · 32 years ago
  27. 1899c2e Made builtins int(), long(), float(), oct() and hex() more generic. by Guido van Rossum · 32 years ago
  28. 5c85062 Makefile uses $> more often; cgen supports filename argument; added by Guido van Rossum · 32 years ago
  29. d10d829 Added C++ support in thread.h; don't use signals if not strictly by Sjoerd Mullender · 32 years ago
  30. 0aead9f Allow broadcast using setsockopt() by Guido van Rossum · 32 years ago
  31. 4fab6a5 Initial revision by Guido van Rossum · 32 years ago
  32. 00c5ad6 Added mcast demo ., by Guido van Rossum · 32 years ago
  33. 5c1797a Utility to add a cached index to an existing movie file. by Guido van Rossum · 32 years ago
  34. 269b2a2 VFile: The Entry-Indigo trick doesn't work on 4.0.1 hosts. by Guido van Rossum · 32 years ago
  35. 3577113 Added post_mortem() and pm() interfaces to pdb and wdb. by Guido van Rossum · 32 years ago
  36. 7b3c8a1 Added hint about changing the prompt in $PYTHONSTARTUP by Guido van Rossum · 32 years ago
  37. aee0879 Made struct a standard built-in module; added string args to {set,get}sockopt; by Guido van Rossum · 32 years ago
  38. 4526f37 Fixed "clear()" and added "clearto(r, g, b)". by Guido van Rossum · 32 years ago
  39. 2de9b68 Clear the window when receiving a REDRAW event and not playing by Guido van Rossum · 32 years ago
  40. 00ffea3 Use vin/vout.clear() instead of gl.clear() by Guido van Rossum · 32 years ago
  41. 87b7473 New module 'colorsys' implements conversions between different color systems. by Guido van Rossum · 32 years ago
  42. e178332 Adapted the world to the new VFile.py. Fixed bugs in Vplay.py: by Guido van Rossum · 32 years ago
  43. 4045c2f Almost completely rewritten for cleaner code. by Guido van Rossum · 32 years ago
  44. 32517f9 Remove PAL dependencies; add -w option (initial window width); by Guido van Rossum · 32 years ago
  45. 94472a0 classobject.c moduleobject.c stdwinmodule.c xxobject.c: by Guido van Rossum · 32 years ago
  46. 9a4e3fc Changed references to /usr/local into /usr/local/bin. Documented $PYTHONSTARTUP by Guido van Rossum · 32 years ago
  47. 2dff991 Give code objects a more useful representation. by Guido van Rossum · 32 years ago
  48. 97f0277 Restructured (yet again) to treat all modules more alike. by Guido van Rossum · 32 years ago
  49. cf7448b Correct debug printing code by Guido van Rossum · 32 years ago
  50. 3702284 Correct spelling in function name by Guido van Rossum · 32 years ago
  51. 888d205 Print warnings to stderr and correct spelling by Guido van Rossum · 32 years ago
  52. ba3690c Remove outdated warning in comments. by Guido van Rossum · 32 years ago
  53. 67daef5 Remove bogus type-and-refcnt setting from newsizedstringobject(). by Guido van Rossum · 32 years ago
  54. a5f6138 Got rid the bogus cache code and fix some unchecked errors. by Guido van Rossum · 32 years ago
  55. ebc8c51 Compare instance methods by comparing the object and the function. by Guido van Rossum · 32 years ago
  56. aa7ca2d Use getargs() everywhere now. Standardize lay-out yet more (an ongoing by Guido van Rossum · 32 years ago
  57. 3d1e146 Improve check for offset out of range by Guido van Rossum · 32 years ago
  58. f2c8beb AOnly define NDEDBUG if DEBUG is not defined by Guido van Rossum · 32 years ago
  59. 2e8f614 If a type has a repr function but no print function, printing it now by Guido van Rossum · 32 years ago
  60. 99bec95 Add some debugging features if DEBUG defined by Guido van Rossum · 32 years ago
  61. 59bff39 Add sys.exitfunc feature. Make askync non-static. by Guido van Rossum · 32 years ago
  62. da8cd86 Add $PYTHONSTARTUP feature. by Guido van Rossum · 32 years ago
  63. 14b4adb Add an optional interface to turn malloc debugging on and off. by Guido van Rossum · 32 years ago
  64. e270b43 Re-implement some operations from string.py in C, for speed. by Guido van Rossum · 32 years ago
  65. be0cba4 Made it work with the sub-spec burst capture interface (no bit vector) by Guido van Rossum · 32 years ago
  66. 44c1f69 Added more info by Guido van Rossum · 32 years ago
  67. db96c5a Initial revision by Guido van Rossum · 32 years ago
  68. 62f6bc8 Adapted to new video library -- different capture interface, no bugs. by Guido van Rossum · 32 years ago
  69. da3eee9 version for new library by Sjoerd Mullender · 32 years ago
  70. 4e16098 Added a _v21 def to FL.py and added two new input field types by Guido van Rossum · 32 years ago
  71. 2179945 newest version by Sjoerd Mullender · 32 years ago
  72. aee8bc1 adapted SV module to the new svideo library. update thread package. by Sjoerd Mullender · 32 years ago
  73. e0be2b3 Added a clear() method to VFile class, to be called when the window by Guido van Rossum · 32 years ago
  74. 61700bb cope with filenames containing spaces by Guido van Rossum · 32 years ago
  75. 0b2b440 all Long constants have an L suffix, not l; by Guido van Rossum · 32 years ago
  76. 0cc1945 Use regex instead of regexp by Guido van Rossum · 32 years ago
  77. f2e1cfb Use regex and don't use path by Guido van Rossum · 32 years ago
  78. a93265a suppress unnecessary error message if too many arguments are passed by Guido van Rossum · 32 years ago
  79. a431111 Cosmetic changes to Vedit and -Form. by Guido van Rossum · 32 years ago
  80. 354166f Changed to use regex directly instead of regexp. by Guido van Rossum · 32 years ago
  81. 9022fce New module implementing a multi-everything queue. by Guido van Rossum · 32 years ago
  82. 9ee7e15 Created Vedit.py, the video editor. This uses the classes in Viewer.py. by Guido van Rossum · 32 years ago
  83. e1b4d7c Added rms, maxpp and avgpp methods. by Jack Jansen · 32 years ago
  84. 8eace20 Removed debug statement by Jack Jansen · 32 years ago
  85. 33a8d42 Clear the window to rather light grey when switching to RGB mode. by Guido van Rossum · 32 years ago
  86. e755aa5 Redesigned option processing and added several new options. by Guido van Rossum · 32 years ago
  87. 8a861be Add audio recording by Guido van Rossum · 32 years ago
  88. 3accf98 Added method to write image files. by Jack Jansen · 32 years ago
  89. 815adc9 New files. by Guido van Rossum · 32 years ago
  90. 99e237f new Vtime.py: manipulate time codes. by Guido van Rossum · 32 years ago
  91. 78aab86 Lots of changes, options (from Vtime.py) etc. Cleverer skipping of frames. by Guido van Rossum · 32 years ago
  92. 9a35d57 Added reopen() to VinFile with semantics of old rewind(); rewind() now by Guido van Rossum · 32 years ago
  93. dfb61fa Minor improvements: exit status, data size stats. by Guido van Rossum · 32 years ago
  94. 180924d Initial revision by Guido van Rossum · 32 years ago
  95. 0e389af Use \input instead of \include (or \inclide) by Guido van Rossum · 32 years ago
  96. ae507a4 splitfields(s, '') is illegal by Guido van Rossum · 32 years ago
  97. 732282f Module getattr doesn't exist any more, it's now called newdir. by Guido van Rossum · 32 years ago
  98. 1e28e5e * renamed malloc.h mymalloc.h, and added MALLARG as the type of the by Guido van Rossum · 32 years ago
  99. b001f7a rearranged modules alphabetically by Guido van Rossum · 32 years ago
  100. 90ddb7b unpack() now returns a tuple, not a list by Guido van Rossum · 32 years ago