1. 2de9b68 Clear the window when receiving a REDRAW event and not playing by Guido van Rossum · 32 years ago
  2. 00ffea3 Use vin/vout.clear() instead of gl.clear() by Guido van Rossum · 32 years ago
  3. 87b7473 New module 'colorsys' implements conversions between different color systems. by Guido van Rossum · 32 years ago
  4. e178332 Adapted the world to the new VFile.py. Fixed bugs in Vplay.py: by Guido van Rossum · 32 years ago
  5. 4045c2f Almost completely rewritten for cleaner code. by Guido van Rossum · 32 years ago
  6. 32517f9 Remove PAL dependencies; add -w option (initial window width); by Guido van Rossum · 32 years ago
  7. 94472a0 classobject.c moduleobject.c stdwinmodule.c xxobject.c: by Guido van Rossum · 32 years ago
  8. 9a4e3fc Changed references to /usr/local into /usr/local/bin. Documented $PYTHONSTARTUP by Guido van Rossum · 32 years ago
  9. 2dff991 Give code objects a more useful representation. by Guido van Rossum · 32 years ago
  10. 97f0277 Restructured (yet again) to treat all modules more alike. by Guido van Rossum · 32 years ago
  11. cf7448b Correct debug printing code by Guido van Rossum · 32 years ago
  12. 3702284 Correct spelling in function name by Guido van Rossum · 32 years ago
  13. 888d205 Print warnings to stderr and correct spelling by Guido van Rossum · 32 years ago
  14. ba3690c Remove outdated warning in comments. by Guido van Rossum · 32 years ago
  15. 67daef5 Remove bogus type-and-refcnt setting from newsizedstringobject(). by Guido van Rossum · 32 years ago
  16. a5f6138 Got rid the bogus cache code and fix some unchecked errors. by Guido van Rossum · 32 years ago
  17. ebc8c51 Compare instance methods by comparing the object and the function. by Guido van Rossum · 32 years ago
  18. aa7ca2d Use getargs() everywhere now. Standardize lay-out yet more (an ongoing by Guido van Rossum · 32 years ago
  19. 3d1e146 Improve check for offset out of range by Guido van Rossum · 32 years ago
  20. f2c8beb AOnly define NDEDBUG if DEBUG is not defined by Guido van Rossum · 32 years ago
  21. 2e8f614 If a type has a repr function but no print function, printing it now by Guido van Rossum · 32 years ago
  22. 99bec95 Add some debugging features if DEBUG defined by Guido van Rossum · 32 years ago
  23. 59bff39 Add sys.exitfunc feature. Make askync non-static. by Guido van Rossum · 32 years ago
  24. da8cd86 Add $PYTHONSTARTUP feature. by Guido van Rossum · 32 years ago
  25. 14b4adb Add an optional interface to turn malloc debugging on and off. by Guido van Rossum · 32 years ago
  26. e270b43 Re-implement some operations from string.py in C, for speed. by Guido van Rossum · 32 years ago
  27. be0cba4 Made it work with the sub-spec burst capture interface (no bit vector) by Guido van Rossum · 32 years ago
  28. 44c1f69 Added more info by Guido van Rossum · 32 years ago
  29. db96c5a Initial revision by Guido van Rossum · 32 years ago
  30. 62f6bc8 Adapted to new video library -- different capture interface, no bugs. by Guido van Rossum · 32 years ago
  31. da3eee9 version for new library by Sjoerd Mullender · 32 years ago
  32. 4e16098 Added a _v21 def to FL.py and added two new input field types by Guido van Rossum · 32 years ago
  33. 2179945 newest version by Sjoerd Mullender · 32 years ago
  34. aee8bc1 adapted SV module to the new svideo library. update thread package. by Sjoerd Mullender · 32 years ago
  35. e0be2b3 Added a clear() method to VFile class, to be called when the window by Guido van Rossum · 32 years ago
  36. 61700bb cope with filenames containing spaces by Guido van Rossum · 32 years ago
  37. 0b2b440 all Long constants have an L suffix, not l; by Guido van Rossum · 32 years ago
  38. 0cc1945 Use regex instead of regexp by Guido van Rossum · 32 years ago
  39. f2e1cfb Use regex and don't use path by Guido van Rossum · 32 years ago
  40. a93265a suppress unnecessary error message if too many arguments are passed by Guido van Rossum · 32 years ago
  41. a431111 Cosmetic changes to Vedit and -Form. by Guido van Rossum · 32 years ago
  42. 354166f Changed to use regex directly instead of regexp. by Guido van Rossum · 32 years ago
  43. 9022fce New module implementing a multi-everything queue. by Guido van Rossum · 32 years ago
  44. 9ee7e15 Created Vedit.py, the video editor. This uses the classes in Viewer.py. by Guido van Rossum · 32 years ago
  45. e1b4d7c Added rms, maxpp and avgpp methods. by Jack Jansen · 32 years ago
  46. 8eace20 Removed debug statement by Jack Jansen · 32 years ago
  47. 33a8d42 Clear the window to rather light grey when switching to RGB mode. by Guido van Rossum · 32 years ago
  48. e755aa5 Redesigned option processing and added several new options. by Guido van Rossum · 32 years ago
  49. 8a861be Add audio recording by Guido van Rossum · 32 years ago
  50. 3accf98 Added method to write image files. by Jack Jansen · 32 years ago
  51. 815adc9 New files. by Guido van Rossum · 32 years ago
  52. 99e237f new Vtime.py: manipulate time codes. by Guido van Rossum · 32 years ago
  53. 78aab86 Lots of changes, options (from Vtime.py) etc. Cleverer skipping of frames. by Guido van Rossum · 32 years ago
  54. 9a35d57 Added reopen() to VinFile with semantics of old rewind(); rewind() now by Guido van Rossum · 32 years ago
  55. dfb61fa Minor improvements: exit status, data size stats. by Guido van Rossum · 32 years ago
  56. 180924d Initial revision by Guido van Rossum · 32 years ago
  57. 0e389af Use \input instead of \include (or \inclide) by Guido van Rossum · 32 years ago
  58. ae507a4 splitfields(s, '') is illegal by Guido van Rossum · 32 years ago
  59. 732282f Module getattr doesn't exist any more, it's now called newdir. by Guido van Rossum · 32 years ago
  60. 1e28e5e * renamed malloc.h mymalloc.h, and added MALLARG as the type of the by Guido van Rossum · 32 years ago
  61. b001f7a rearranged modules alphabetically by Guido van Rossum · 32 years ago
  62. 90ddb7b unpack() now returns a tuple, not a list by Guido van Rossum · 32 years ago
  63. 3af03d8 don't call gl.foreground and create a new window after all (seems to by Guido van Rossum · 32 years ago
  64. f9a2d33 fix *serious* (new) bug in testbool: by default objects should test by Guido van Rossum · 32 years ago
  65. 448f4bf added getname, getdefault and getminmax functions by Guido van Rossum · 32 years ago
  66. 2b81dc9 fix *serious* (new) bug in evalfile: forgot to initialize s!!! by Guido van Rossum · 32 years ago
  67. 7268c93 Minor improvements, comments; fix Vinfo -d. by Guido van Rossum · 32 years ago
  68. 8b9c734 Add comments by Guido van Rossum · 32 years ago
  69. 82534fd Add comments and options by Guido van Rossum · 32 years ago
  70. bc0eb99 Add close() method to VinFile by Guido van Rossum · 32 years ago
  71. b2e8228 Added some new comments and files by Guido van Rossum · 32 years ago
  72. 66beddb Hacked in audio support. by Guido van Rossum · 32 years ago
  73. 74a3f8b Initial revision by Guido van Rossum · 32 years ago
  74. 44b8e81 Change window title: prefix '* ' means playing. by Guido van Rossum · 32 years ago
  75. 7ff90ef Adapt to new syntax and don't print garbage on self.close(). by Guido van Rossum · 32 years ago
  76. 843d153 Initial revision by Guido van Rossum · 32 years ago
  77. f9f2e82 New thread.c from Sjoerd, supports _exit_prog(). Use this in goaway() by Guido van Rossum · 32 years ago
  78. 0297512 struct: pack/unpack binary structs; fcntl: fcntl(), ioctl(). by Guido van Rossum · 32 years ago
  79. 94390a4 use getargs() in more cases; oct(0) should return '0', not '00' by Guido van Rossum · 32 years ago
  80. 2c47542 oct(0) should return '0', not '00' by Guido van Rossum · 32 years ago
  81. 96caaee check for embedded \0 in strings for z and s formats by Guido van Rossum · 32 years ago
  82. 6d946f9 * macmodule.c: include allobjects.h, not .c by Guido van Rossum · 32 years ago
  83. e6eefc2 * classobject.[ch], {float,long,int}object.c, bltinmodule.c: by Guido van Rossum · 32 years ago
  84. 70d7a31 * xxobject.c: added tp_as_number, tp_as_sequence, tp_as_mapping to by Guido van Rossum · 32 years ago
  85. 2670a16 Added chapter titles in comments by Guido van Rossum · 32 years ago
  86. 084b0b2 Fixed botched lay-out in class example by Guido van Rossum · 32 years ago
  87. abff0fd Moved chapters each to their own file. by Guido van Rossum · 32 years ago
  88. da43a4a Initial revision by Guido van Rossum · 32 years ago
  89. 46f3e00 Initial revision by Guido van Rossum · 32 years ago
  90. 3978903 Fix bug introduced by Jack (duplicate def of qread) by Guido van Rossum · 32 years ago
  91. 743db36 Modified to allow other threads to run in a multithreaded environment. by Jack Jansen · 32 years ago
  92. 1738388 Dumped \cbstart, \cbend by Guido van Rossum · 32 years ago
  93. e876949 Initial revision by Guido van Rossum · 32 years ago
  94. 04691fc Changes so that user-defined classes can implement operations invoked by Guido van Rossum · 32 years ago
  95. 423d6c6 DO_TIMES must now be defined in the Makefile by Guido van Rossum · 32 years ago
  96. 38fbf52 Made module regex optional; added optional module nis. by Guido van Rossum · 32 years ago
  97. df72a65 To ignore a call, cast it to (void), not to (void *)... by Guido van Rossum · 32 years ago
  98. 3562d52 Added error handling and free resources. by Guido van Rossum · 32 years ago
  99. 9de7a01 NIS interface by Fred Gansevles <Fred.Gansevles@cs.utwente.nl>. by Guido van Rossum · 32 years ago
  100. a1ed37c Last-minute changes for release. by Guido van Rossum · 32 years ago