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