1. a9c3c22 * Extended X interface: pixmap objects, colormap objects visual objects, by Sjoerd Mullender · 31 years ago
  2. 35fe6ec Not everyone has Guido's bin in his/her PATH... by Sjoerd Mullender · 31 years ago
  3. be80e0e Instead of single clicks, use double clicks to get the instance window. by Sjoerd Mullender · 31 years ago
  4. 148644d WDB enhancement: Click once on a line with a class instance in the by Sjoerd Mullender · 31 years ago
  5. 72d7364 - VFile: moved decompression code to VideoParams (so it is also by Jack Jansen · 31 years ago
  6. dbf71b7 Added ability to edit compressed movies. by Jack Jansen · 31 years ago
  7. 2641172 Sanity check for compress files. by Jack Jansen · 31 years ago
  8. bab2ca3 Added autoedit and cancel commands, removed debug output by Jack Jansen · 31 years ago
  9. f993d28 Don't import gl if not needed. Fixed a typo. by Sjoerd Mullender · 31 years ago
  10. c9d73d1 Implemented support for CDDB_PATH and CDDB_WRITE_DIR environment by Sjoerd Mullender · 31 years ago
  11. d96ec44 Bug fix: check whether call succeeded *after* the call. by Sjoerd Mullender · 31 years ago
  12. 4150ede Fixed dealing with faulty COMM chunks. by Sjoerd Mullender · 31 years ago
  13. 4fddf33 XEvent.py: Added support for ExposeEvent. by Sjoerd Mullender · 31 years ago
  14. f64992e * clmodule.c (doParams): free PVbuffer in error condition. by Sjoerd Mullender · 31 years ago
  15. d29eb62 This commit was manufactured by cvs2svn to create tag 'release099'. by cvs2svn · 31 years ago
  16. e906606 Final touch before release. by Guido van Rossum · 31 years ago
  17. 8e2ec56 * pdb.py: set 'privileged' property when evaluating expressions by Guido van Rossum · 31 years ago
  18. 1fc238a Minor fixes / changes for Mac compatibility. by Guido van Rossum · 31 years ago
  19. a330996 * Added support for X11 modules. by Guido van Rossum · 31 years ago
  20. f6da4f6 forms_set_event_call_back: argument of None resets event callback to NULL. by Guido van Rossum · 31 years ago
  21. 78991fd VFile - Added support for creating compression lib movies by Jack Jansen · 31 years ago
  22. f1cda91 This module can now be used asynchronously. Also, some commands have been added. by Jack Jansen · 31 years ago
  23. 827cc19 Interface to vcr index files (as created by vcrindex program) by Jack Jansen · 31 years ago
  24. ed18fdc * accessobject.c (ownercheck): allow a base class access to protected by Guido van Rossum · 31 years ago
  25. 697e7ab Use module aifc instead of module aiff. by Guido van Rossum · 31 years ago
  26. e22e644 * config.c: different default PYTHONPATH for MS-DOS by Guido van Rossum · 31 years ago
  27. d05eb8b stropmodule.c: use C isspace(c) to test for whitespace; add by Guido van Rossum · 31 years ago
  28. df56386 * posixpath.py: Fix border cases in normpath ('/foo/..' should return '/') by Guido van Rossum · 31 years ago
  29. f1dc566 * Makefile: added all: and default: targets. by Guido van Rossum · 31 years ago
  30. 9e90a67 * pythonmain.c: -k option, usage message, more environment flags. by Guido van Rossum · 31 years ago
  31. 5ef74b8 pdb.py, bdb.py, cmd.py: use __init__() instead of init() by Guido van Rossum · 31 years ago
  32. 5cfa5df * calendar.py: all libC functionality now moved to built-in time module by Guido van Rossum · 31 years ago
  33. 9b3bc71 * aifc.py: don't die on invalid MARK chunk by Guido van Rossum · 31 years ago
  34. 52fc1f6 * calendar.py: minor cleanups by Guido van Rossum · 31 years ago
  35. 234f942 * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. by Guido van Rossum · 31 years ago
  36. 6a0e228 Added fixps, fixcid. by Guido van Rossum · 31 years ago
  37. 43df862 Mostly cosmetics, e.g. change window titles so icon titles are better, by Guido van Rossum · 31 years ago
  38. 2055ee8 Keep top left corner of window where it was when resizing. by Guido van Rossum · 31 years ago
  39. aa895c7 Initial revision by Guido van Rossum · 31 years ago
  40. 2939a4c Fixed another place where set_rgbmode() should be called. by Guido van Rossum · 31 years ago
  41. f6d8032 Impor VCR at the top. Change the way audio is recorded subtly. by Guido van Rossum · 31 years ago
  42. fa04170 VCR.py: Use unix files instead of stdio files for tty communication, by Guido van Rossum · 31 years ago
  43. 672754a Added 24 bit RGB capture by Jack Jansen · 31 years ago
  44. 34d12de Grab a 24-bit image off the StarterVideo by Jack Jansen · 31 years ago
  45. 3517371 Added jpeg grabber by Jack Jansen · 31 years ago
  46. a1e1f73 Newss class style by Jack Jansen · 31 years ago
  47. db392b9 Small imporvements, added mpz and md5 to list of modules, by Guido van Rossum · 31 years ago
  48. 09abc8e Ignore ,v files too by Guido van Rossum · 31 years ago
  49. 061ec39 Initial revision by Guido van Rossum · 31 years ago
  50. e6dc0ca Initial revision by Guido van Rossum · 31 years ago
  51. 17ed1ae * toaiff.py: import whatsound instead of sndhdr by Guido van Rossum · 31 years ago
  52. f3f7531 Changed setpf so it understands old-style packfactors by Jack Jansen · 31 years ago
  53. 18c9a4f * socketmodule.c: fix long-standing bug in recvfrom() -- addrlen by Guido van Rossum · 31 years ago
  54. 66338ec New class syntax by Jack Jansen · 31 years ago
  55. eb6b33a * classobject.c: in instance_getattr, don't make a method out of a by Guido van Rossum · 31 years ago
  56. 23301a9 * lib1.tex: documented dict.items() and dict.values() by Guido van Rossum · 31 years ago
  57. d316607 * ftplib.py: added abort() command (sends oob data). by Guido van Rossum · 31 years ago
  58. b3f7258 * Lots of small changes related to access. by Guido van Rossum · 31 years ago
  59. 81daa32 Access checks now work, at least for instance data (not for methods by Guido van Rossum · 31 years ago
  60. 2583165 Several changes in one: by Guido van Rossum · 31 years ago
  61. 687dd13 New posix functions open, close, dup, dup2, lseek, read, write, fstat, pipe. by Guido van Rossum · 31 years ago
  62. 02cf582 Added cwd() by Guido van Rossum · 31 years ago
  63. 605b127 Jack's VCR control module by Guido van Rossum · 31 years ago
  64. a849b83 * selectmodule.c: fix (another!) two memory leaks -- this time in list2set by Guido van Rossum · 31 years ago
  65. b2c6556 Lots of small changes collected over months... by Guido van Rossum · 31 years ago
  66. 6ac258d * pythonrun.c: Print exception type+arg *after* stack trace instead of by Guido van Rossum · 31 years ago
  67. ad4fcd4 Implemented VCR capture using forward slow instead of stepping. by Guido van Rossum · 31 years ago
  68. c17c84f Disconnect from VCR when switching modes. by Guido van Rossum · 31 years ago
  69. 9f42f4f Added single frame capturing. by Guido van Rossum · 31 years ago
  70. 71ba5d9 Revived the old aplay tool which can play synchronous audio and video... by Guido van Rossum · 31 years ago
  71. c5a1433 Moved stop button again; default form position next to video window. by Guido van Rossum · 31 years ago
  72. bc6d3c3 All combinations of video format and capture mode (cont/burst) now by Guido van Rossum · 31 years ago
  73. e17c6c3 Use groups to show/hide "Stop capture" button. by Guido van Rossum · 31 years ago
  74. b7e3cc1 New program: Video Bag Of Tricks. Will eventually replace Vrec and by Guido van Rossum · 31 years ago
  75. acbe8da (I suggest a recompile after getting this, the ceval.c bugfix may be crucial!) by Guido van Rossum · 31 years ago
  76. 8a0c345 Fix bug in class instance hash (forgot to clear error condition). by Guido van Rossum · 31 years ago
  77. 9575a44 * Microscopic corrections to make things compile on the Cray APP. by Guido van Rossum · 31 years ago
  78. f56e3db Support for frozen scripts; added -i option. by Guido van Rossum · 31 years ago
  79. 41ffccb *** empty log message *** by Guido van Rossum · 31 years ago
  80. 9db0c1f Added freeze.py, methfix.py by Guido van Rossum · 31 years ago
  81. 0d5eb7e bin/python by Guido van Rossum · 31 years ago
  82. d5c57e1 Microfixes by Guido van Rossum · 31 years ago
  83. 5146ea3 Initial revision by Guido van Rossum · 31 years ago
  84. 8379ed5 Updated because of new opcodes introduced for "fast" local variables. by Guido van Rossum · 31 years ago
  85. 5b72218 * Fixed some subtleties with fastlocals. You can no longer access by Guido van Rossum · 31 years ago
  86. 8b17d6b Changes to speed up local variables enormously, by avoiding dictionary by Guido van Rossum · 31 years ago
  87. 0023078 Added whatis command (third try -- filesystem was full, rcs lock failed) by Guido van Rossum · 31 years ago
  88. e7113b6 * Fix bug in tzparse.py for DST timezone by Guido van Rossum · 31 years ago
  89. 04321d1 Use type(xxx) in stead of except TypeError. by Sjoerd Mullender · 31 years ago
  90. 8562c4c Added some error checking. by Sjoerd Mullender · 31 years ago
  91. 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 31 years ago
  92. 4b1302b Generalized version of dictionaries, with compatibility hacks. by Guido van Rossum · 31 years ago
  93. aff9470 Fixed watch cursor origin by Guido van Rossum · 31 years ago
  94. 7bbceea Added support for "compress" type video files. This uses the by Sjoerd Mullender · 31 years ago
  95. 6b517fd Added conversion routines to sv module. by Sjoerd Mullender · 31 years ago
  96. e537240 * Changed many files to use mkvalue() instead of newtupleobject(). by Guido van Rossum · 31 years ago
  97. f48b419 Fix syntax error (sorry!) by Guido van Rossum · 31 years ago
  98. 2d41378 Remove debug print statement by Guido van Rossum · 31 years ago
  99. 0caf46b VFile: fix c0bits etc. after setformat; Vrec.py: use setformat; rm Makefile. by Guido van Rossum · 31 years ago
  100. c9e340d Definitions from <gl/get.h> by Guido van Rossum · 31 years ago