1. 234f942 * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. by Guido van Rossum · 31 years ago
  2. 6a0e228 Added fixps, fixcid. by Guido van Rossum · 31 years ago
  3. 43df862 Mostly cosmetics, e.g. change window titles so icon titles are better, by Guido van Rossum · 31 years ago
  4. 2055ee8 Keep top left corner of window where it was when resizing. by Guido van Rossum · 31 years ago
  5. aa895c7 Initial revision by Guido van Rossum · 31 years ago
  6. 2939a4c Fixed another place where set_rgbmode() should be called. by Guido van Rossum · 31 years ago
  7. f6d8032 Impor VCR at the top. Change the way audio is recorded subtly. by Guido van Rossum · 31 years ago
  8. fa04170 VCR.py: Use unix files instead of stdio files for tty communication, by Guido van Rossum · 31 years ago
  9. 672754a Added 24 bit RGB capture by Jack Jansen · 31 years ago
  10. 34d12de Grab a 24-bit image off the StarterVideo by Jack Jansen · 31 years ago
  11. 3517371 Added jpeg grabber by Jack Jansen · 31 years ago
  12. a1e1f73 Newss class style by Jack Jansen · 31 years ago
  13. db392b9 Small imporvements, added mpz and md5 to list of modules, by Guido van Rossum · 31 years ago
  14. 09abc8e Ignore ,v files too by Guido van Rossum · 31 years ago
  15. 061ec39 Initial revision by Guido van Rossum · 31 years ago
  16. e6dc0ca Initial revision by Guido van Rossum · 31 years ago
  17. 17ed1ae * toaiff.py: import whatsound instead of sndhdr by Guido van Rossum · 31 years ago
  18. f3f7531 Changed setpf so it understands old-style packfactors by Jack Jansen · 31 years ago
  19. 18c9a4f * socketmodule.c: fix long-standing bug in recvfrom() -- addrlen by Guido van Rossum · 31 years ago
  20. 66338ec New class syntax by Jack Jansen · 31 years ago
  21. eb6b33a * classobject.c: in instance_getattr, don't make a method out of a by Guido van Rossum · 31 years ago
  22. 23301a9 * lib1.tex: documented dict.items() and dict.values() by Guido van Rossum · 31 years ago
  23. d316607 * ftplib.py: added abort() command (sends oob data). by Guido van Rossum · 31 years ago
  24. b3f7258 * Lots of small changes related to access. by Guido van Rossum · 31 years ago
  25. 81daa32 Access checks now work, at least for instance data (not for methods by Guido van Rossum · 31 years ago
  26. 2583165 Several changes in one: by Guido van Rossum · 31 years ago
  27. 687dd13 New posix functions open, close, dup, dup2, lseek, read, write, fstat, pipe. by Guido van Rossum · 31 years ago
  28. 02cf582 Added cwd() by Guido van Rossum · 31 years ago
  29. 605b127 Jack's VCR control module by Guido van Rossum · 31 years ago
  30. a849b83 * selectmodule.c: fix (another!) two memory leaks -- this time in list2set by Guido van Rossum · 31 years ago
  31. b2c6556 Lots of small changes collected over months... by Guido van Rossum · 31 years ago
  32. 6ac258d * pythonrun.c: Print exception type+arg *after* stack trace instead of by Guido van Rossum · 31 years ago
  33. ad4fcd4 Implemented VCR capture using forward slow instead of stepping. by Guido van Rossum · 31 years ago
  34. c17c84f Disconnect from VCR when switching modes. by Guido van Rossum · 31 years ago
  35. 9f42f4f Added single frame capturing. by Guido van Rossum · 31 years ago
  36. 71ba5d9 Revived the old aplay tool which can play synchronous audio and video... by Guido van Rossum · 31 years ago
  37. c5a1433 Moved stop button again; default form position next to video window. by Guido van Rossum · 31 years ago
  38. bc6d3c3 All combinations of video format and capture mode (cont/burst) now by Guido van Rossum · 31 years ago
  39. e17c6c3 Use groups to show/hide "Stop capture" button. by Guido van Rossum · 31 years ago
  40. b7e3cc1 New program: Video Bag Of Tricks. Will eventually replace Vrec and by Guido van Rossum · 31 years ago
  41. acbe8da (I suggest a recompile after getting this, the ceval.c bugfix may be crucial!) by Guido van Rossum · 31 years ago
  42. 8a0c345 Fix bug in class instance hash (forgot to clear error condition). by Guido van Rossum · 31 years ago
  43. 9575a44 * Microscopic corrections to make things compile on the Cray APP. by Guido van Rossum · 31 years ago
  44. f56e3db Support for frozen scripts; added -i option. by Guido van Rossum · 31 years ago
  45. 41ffccb *** empty log message *** by Guido van Rossum · 31 years ago
  46. 9db0c1f Added freeze.py, methfix.py by Guido van Rossum · 31 years ago
  47. 0d5eb7e bin/python by Guido van Rossum · 31 years ago
  48. d5c57e1 Microfixes by Guido van Rossum · 31 years ago
  49. 5146ea3 Initial revision by Guido van Rossum · 31 years ago
  50. 8379ed5 Updated because of new opcodes introduced for "fast" local variables. by Guido van Rossum · 31 years ago
  51. 5b72218 * Fixed some subtleties with fastlocals. You can no longer access by Guido van Rossum · 31 years ago
  52. 8b17d6b Changes to speed up local variables enormously, by avoiding dictionary by Guido van Rossum · 31 years ago
  53. 0023078 Added whatis command (third try -- filesystem was full, rcs lock failed) by Guido van Rossum · 31 years ago
  54. e7113b6 * Fix bug in tzparse.py for DST timezone by Guido van Rossum · 31 years ago
  55. 04321d1 Use type(xxx) in stead of except TypeError. by Sjoerd Mullender · 31 years ago
  56. 8562c4c Added some error checking. by Sjoerd Mullender · 31 years ago
  57. 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 31 years ago
  58. 4b1302b Generalized version of dictionaries, with compatibility hacks. by Guido van Rossum · 31 years ago
  59. aff9470 Fixed watch cursor origin by Guido van Rossum · 31 years ago
  60. 7bbceea Added support for "compress" type video files. This uses the by Sjoerd Mullender · 31 years ago
  61. 6b517fd Added conversion routines to sv module. by Sjoerd Mullender · 31 years ago
  62. e537240 * Changed many files to use mkvalue() instead of newtupleobject(). by Guido van Rossum · 31 years ago
  63. f48b419 Fix syntax error (sorry!) by Guido van Rossum · 31 years ago
  64. 2d41378 Remove debug print statement by Guido van Rossum · 31 years ago
  65. 0caf46b VFile: fix c0bits etc. after setformat; Vrec.py: use setformat; rm Makefile. by Guido van Rossum · 31 years ago
  66. c9e340d Definitions from <gl/get.h> by Guido van Rossum · 31 years ago
  67. 85f7bd5 Vrec.py, Vrecb.py: by Guido van Rossum · 31 years ago
  68. c97d2ed Change Vinfo and Vaddcache to usr /ufs/guido/bin/sgi/python. by Guido van Rossum · 31 years ago
  69. 5e044b7 - Separated grabbing (which isn't used much!) from VFile. by Guido van Rossum · 31 years ago
  70. b616ebe Rewrite applypackfactor() using imageop: faster and more general; by Guido van Rossum · 31 years ago
  71. be6d77a Fix typos in jpeg code by Guido van Rossum · 31 years ago
  72. 83c8144 Fix terse mode for printing tuple packfactor and to avoid zero division by Guido van Rossum · 31 years ago
  73. 09bf3e3 Added audio recording to Vrecb by Jack Jansen · 31 years ago
  74. a557b0f Added jpeg conversions by Guido van Rossum · 31 years ago
  75. ccd5bad Extensive changes to regex module (group(), casefold, etc.) by Guido van Rossum · 31 years ago
  76. 337b20e Added audioop.reverse() which reverses an audio sample by Jack Jansen · 31 years ago
  77. 36d330b * regexmodule.c: added use of translation table, substring() method. by Guido van Rossum · 31 years ago
  78. 970871f * Changed preface in texipre.dat. by Guido van Rossum · 31 years ago
  79. 778983b Added new module "array" (for now optional) defining array objects. by Guido van Rossum · 31 years ago
  80. 171a55b Will now generate converters that go thru intermedeate formats by Jack Jansen · 31 years ago
  81. 4fada9c Added converters for rgb<->rgb8 and rgb<->grey by Jack Jansen · 31 years ago
  82. fa1b9f6 Added dither() routine by Jack Jansen · 31 years ago
  83. 1e0fdd8 Bug fixed wrt greyscale conversion by Jack Jansen · 31 years ago
  84. c82cfc8 Fix to allow tightly packed films to be converted by Jack Jansen · 31 years ago
  85. 245be3a The usual cosmetic changes after Jack is done... by Guido van Rossum · 31 years ago
  86. b05eaf1 DisplayVideoIn - Class similar to LiveVideoIn but sends data from by Jack Jansen · 31 years ago
  87. 1d6821f Added support for 24-bit rgb movies by Jack Jansen · 31 years ago
  88. 7961ea7 Moved line-size stuff to single routine by Jack Jansen · 31 years ago
  89. eeec33f Companion to rgb2video: convert cmif film file to rgb files by Jack Jansen · 31 years ago
  90. a90805f This time really check in the new routines :-) by Jack Jansen · 31 years ago
  91. dd8a6ea Added lin2lin, findmax, findfactor and fintfit routines by Jack Jansen · 31 years ago
  92. 22e44cd * clmodule.c: the documentation was wrong, so changed the interface by Sjoerd Mullender · 31 years ago
  93. 3ea6161 Cleanup of old files, added watchcursor.py (for Vedit.py), updated README. by Guido van Rossum · 31 years ago
  94. 9b86e1f VFile.py: fix bogus getrandomframe(). by Guido van Rossum · 31 years ago
  95. 4e2a427 * clmodule.c: use function prototypes (found and fixed some bugs this by Sjoerd Mullender · 31 years ago
  96. 5fc6773 Added readdisplay() routine by Jack Jansen · 31 years ago
  97. 852cc22 Vrec.py: don't print Ids if no frames are captured. by Guido van Rossum · 31 years ago
  98. 1104a85 lib1.tex: Added builtin.round(x, [n]). by Guido van Rossum · 31 years ago
  99. 9e51f9b bltinmodule.c: added round(x, [n]); coerce() of two class instances by Guido van Rossum · 31 years ago
  100. e8a3c28 Added new audio library functionality (getstatus, float sample fmts) by Jack Jansen · 31 years ago