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