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