| 1992-09-24 |
Sjoerd Mullender | New module "CL" (Compression Library) for Irix 4.0... |
commit | commitdiff | tree | snapshot |
| 1992-09-24 |
Sjoerd Mullender | New built-in module "cl" (Compression Library). Only... |
commit | commitdiff | tree | snapshot |
| 1992-09-24 |
Guido van Rossum | *** empty log message *** |
commit | commitdiff | tree | snapshot |
| 1992-09-24 |
Guido van Rossum | Better way of deducing mcast group bytes. |
commit | commitdiff | tree | snapshot |
| 1992-09-24 |
Guido van Rossum | Add -b option and sleep shorter. |
commit | commitdiff | tree | snapshot |
| 1992-09-24 |
Guido van Rossum | open() now raises IOError, not RuntimeError! |
commit | commitdiff | tree | snapshot |
| 1992-09-23 |
Sjoerd Mullender | New built-in module cl, the Compression Library. |
commit | commitdiff | tree | snapshot |
| 1992-09-22 |
Guido van Rossum | New modules LiveVideo{In,Out} (interfaces will change!). |
commit | commitdiff | tree | snapshot |
| 1992-09-22 |
Guido van Rossum | Vrec.py: sv now raises sv.error instead of RuntimeError. |
commit | commitdiff | tree | snapshot |
| 1992-09-20 |
Guido van Rossum | __oct__ and __hex__ |
commit | commitdiff | tree | snapshot |
| 1992-09-20 |
Guido van Rossum | New module regsub contains sub(), gsub() and split... |
commit | commitdiff | tree | snapshot |
| 1992-09-17 |
Guido van Rossum | * Makefile: added IMGFILE; moved some stuff around. |
commit | commitdiff | tree | snapshot |
| 1992-09-13 |
Guido van Rossum | posix: added setpgrp() and, if sgi, setsid() and setpgi... |
commit | commitdiff | tree | snapshot |
| 1992-09-12 |
Guido van Rossum | Made builtins int(), long(), float(), oct() and hex... |
commit | commitdiff | tree | snapshot |
| 1992-09-11 |
Guido van Rossum | Makefile uses $> more often; cgen supports filename... |
commit | commitdiff | tree | snapshot |
| 1992-09-11 |
Sjoerd Mullender | Added C++ support in thread.h; don't use signals if... |
commit | commitdiff | tree | snapshot |
| 1992-09-08 |
Guido van Rossum | Allow broadcast using setsockopt() |
commit | commitdiff | tree | snapshot |
| 1992-09-08 |
Guido van Rossum | Initial revision |
commit | commitdiff | tree | snapshot |
| 1992-09-08 |
Guido van Rossum | Added mcast demo |
commit | commitdiff | tree | snapshot |
| 1992-09-08 |
Guido van Rossum | Utility to add a cached index to an existing movie... |
commit | commitdiff | tree | snapshot |
| 1992-09-08 |
Guido van Rossum | VFile: The Entry-Indigo trick doesn't work on 4.0.1... |
commit | commitdiff | tree | snapshot |
| 1992-09-08 |
Guido van Rossum | Added post_mortem() and pm() interfaces to pdb and... |
commit | commitdiff | tree | snapshot |
| 1992-09-08 |
Guido van Rossum | Added hint about changing the prompt in $PYTHONSTARTUP |
commit | commitdiff | tree | snapshot |
| 1992-09-08 |
Guido van Rossum | Made struct a standard built-in module; added string... |
commit | commitdiff | tree | snapshot |
| 1992-09-07 |
Guido van Rossum | Fixed "clear()" and added "clearto(r, g, b)". |
commit | commitdiff | tree | snapshot |
| 1992-09-07 |
Guido van Rossum | Clear the window when receiving a REDRAW event and... |
commit | commitdiff | tree | snapshot |
| 1992-09-07 |
Guido van Rossum | Use vin/vout.clear() instead of gl.clear() |
commit | commitdiff | tree | snapshot |
| 1992-09-07 |
Guido van Rossum | New module 'colorsys' implements conversions between... |
commit | commitdiff | tree | snapshot |
| 1992-09-07 |
Guido van Rossum | Adapted the world to the new VFile.py. Fixed bugs... |
commit | commitdiff | tree | snapshot |
| 1992-09-07 |
Guido van Rossum | Almost completely rewritten for cleaner code. |
commit | commitdiff | tree | snapshot |
| 1992-09-04 |
Guido van Rossum | Remove PAL dependencies; add -w option (initial window... |
commit | commitdiff | tree | snapshot |
| 1992-09-04 |
Guido van Rossum | classobject.c moduleobject.c stdwinmodule.c xxobject.c: |
commit | commitdiff | tree | snapshot |
| 1992-09-03 |
Guido van Rossum | Changed references to /usr/local into /usr/local/bin. |
commit | commitdiff | tree | snapshot |
| 1992-09-03 |
Guido van Rossum | Give code objects a more useful representation. |
commit | commitdiff | tree | snapshot |
| 1992-09-03 |
Guido van Rossum | Restructured (yet again) to treat all modules more... |
commit | commitdiff | tree | snapshot |
| 1992-09-03 |
Guido van Rossum | Correct debug printing code |
commit | commitdiff | tree | snapshot |
| 1992-09-03 |
Guido van Rossum | Correct spelling in function name |
commit | commitdiff | tree | snapshot |
| 1992-09-03 |
Guido van Rossum | Print warnings to stderr and correct spelling |
commit | commitdiff | tree | snapshot |
| 1992-09-03 |
Guido van Rossum | Remove outdated warning in comments. |
commit | commitdiff | tree | snapshot |
| 1992-09-03 |
Guido van Rossum | Remove bogus type-and-refcnt setting from newsizedstrin... |
commit | commitdiff | tree | snapshot |
| 1992-09-03 |
Guido van Rossum | Got rid the bogus cache code and fix some unchecked... |
commit | commitdiff | tree | snapshot |
| 1992-09-03 |
Guido van Rossum | Compare instance methods by comparing the object and... |
commit | commitdiff | tree | snapshot |
| 1992-09-03 |
Guido van Rossum | Use getargs() everywhere now. Standardize lay-out... |
commit | commitdiff | tree | snapshot |
| 1992-09-03 |
Guido van Rossum | Improve check for offset out of range |
commit | commitdiff | tree | snapshot |
| 1992-09-03 |
Guido van Rossum | AOnly define NDEDBUG if DEBUG is not defined |
commit | commitdiff | tree | snapshot |
| 1992-09-03 |
Guido van Rossum | If a type has a repr function but no print function... |
commit | commitdiff | tree | snapshot |
| 1992-09-03 |
Guido van Rossum | Add some debugging features if DEBUG defined |
commit | commitdiff | tree | snapshot |
| 1992-09-03 |
Guido van Rossum | Add sys.exitfunc feature. Make askync non-static. |
commit | commitdiff | tree | snapshot |
| 1992-09-03 |
Guido van Rossum | Add $PYTHONSTARTUP feature. |
commit | commitdiff | tree | snapshot |
| 1992-09-03 |
Guido van Rossum | Add an optional interface to turn malloc debugging... |
commit | commitdiff | tree | snapshot |
| 1992-09-03 |
Guido van Rossum | Re-implement some operations from string.py in C, for... |
commit | commitdiff | tree | snapshot |
| 1992-09-03 |
Guido van Rossum | Made it work with the sub-spec burst capture interface |
commit | commitdiff | tree | snapshot |
| 1992-09-03 |
Guido van Rossum | Added more info |
commit | commitdiff | tree | snapshot |
| 1992-09-03 |
Guido van Rossum | Initial revision |
commit | commitdiff | tree | snapshot |
| 1992-09-03 |
Guido van Rossum | Adapted to new video library -- different capture inter... |
commit | commitdiff | tree | snapshot |
| 1992-09-03 |
Sjoerd Mullender | version for new library |
commit | commitdiff | tree | snapshot |
| 1992-09-02 |
Guido van Rossum | Added a _v21 def to FL.py and added two new input field... |
commit | commitdiff | tree | snapshot |
| 1992-09-02 |
Sjoerd Mullender | newest version |
commit | commitdiff | tree | snapshot |
| 1992-09-02 |
Sjoerd Mullender | adapted SV module to the new svideo library. |
commit | commitdiff | tree | snapshot |
| 1992-09-01 |
Guido van Rossum | Added a clear() method to VFile class, to be called... |
commit | commitdiff | tree | snapshot |
| 1992-08-31 |
Guido van Rossum | cope with filenames containing spaces |
commit | commitdiff | tree | snapshot |
| 1992-08-31 |
Guido van Rossum | all Long constants have an L suffix, not l; |
commit | commitdiff | tree | snapshot |
| 1992-08-31 |
Guido van Rossum | Use regex instead of regexp |
commit | commitdiff | tree | snapshot |
| 1992-08-31 |
Guido van Rossum | Use regex and don't use path |
commit | commitdiff | tree | snapshot |
| 1992-08-27 |
Guido van Rossum | suppress unnecessary error message if too many argument... |
commit | commitdiff | tree | snapshot |
| 1992-08-25 |
Guido van Rossum | Cosmetic changes to Vedit and -Form. |
commit | commitdiff | tree | snapshot |
| 1992-08-25 |
Guido van Rossum | Changed to use regex directly instead of regexp. |
commit | commitdiff | tree | snapshot |
| 1992-08-25 |
Guido van Rossum | New module implementing a multi-everything queue. |
commit | commitdiff | tree | snapshot |
| 1992-08-25 |
Guido van Rossum | Created Vedit.py, the video editor. This uses the... |
commit | commitdiff | tree | snapshot |
| 1992-08-24 |
Jack Jansen | Added rms, maxpp and avgpp methods. |
commit | commitdiff | tree | snapshot |
| 1992-08-24 |
Jack Jansen | Removed debug statement |
commit | commitdiff | tree | snapshot |
| 1992-08-21 |
Guido van Rossum | Clear the window to rather light grey when switching... |
commit | commitdiff | tree | snapshot |
| 1992-08-21 |
Guido van Rossum | Redesigned option processing and added several new... |
commit | commitdiff | tree | snapshot |
| 1992-08-20 |
Guido van Rossum | Add audio recording |
commit | commitdiff | tree | snapshot |
| 1992-08-20 |
Jack Jansen | Added method to write image files. |
commit | commitdiff | tree | snapshot |
| 1992-08-20 |
Guido van Rossum | New files. |
commit | commitdiff | tree | snapshot |
| 1992-08-20 |
Guido van Rossum | new Vtime.py: manipulate time codes. |
commit | commitdiff | tree | snapshot |
| 1992-08-20 |
Guido van Rossum | Lots of changes, options (from Vtime.py) etc. |
commit | commitdiff | tree | snapshot |
| 1992-08-20 |
Guido van Rossum | Added reopen() to VinFile with semantics of old rewind... |
commit | commitdiff | tree | snapshot |
| 1992-08-20 |
Guido van Rossum | Minor improvements: exit status, data size stats. |
commit | commitdiff | tree | snapshot |
| 1992-08-20 |
Guido van Rossum | Initial revision |
commit | commitdiff | tree | snapshot |
| 1992-08-19 |
Guido van Rossum | Use \input instead of \include (or \inclide) |
commit | commitdiff | tree | snapshot |
| 1992-08-19 |
Guido van Rossum | splitfields(s, '') is illegal |
commit | commitdiff | tree | snapshot |
| 1992-08-19 |
Guido van Rossum | Module getattr doesn't exist any more, it's now called... |
commit | commitdiff | tree | snapshot |
| 1992-08-19 |
Guido van Rossum | * renamed malloc.h mymalloc.h, and added MALLARG as... |
commit | commitdiff | tree | snapshot |
| 1992-08-19 |
Guido van Rossum | rearranged modules alphabetically |
commit | commitdiff | tree | snapshot |
| 1992-08-19 |
Guido van Rossum | unpack() now returns a tuple, not a list |
commit | commitdiff | tree | snapshot |
| 1992-08-19 |
Guido van Rossum | don't call gl.foreground and create a new window after... |
commit | commitdiff | tree | snapshot |
| 1992-08-19 |
Guido van Rossum | fix *serious* (new) bug in testbool: by default objects... |
commit | commitdiff | tree | snapshot |
| 1992-08-19 |
Guido van Rossum | added getname, getdefault and getminmax functions |
commit | commitdiff | tree | snapshot |
| 1992-08-19 |
Guido van Rossum | fix *serious* (new) bug in evalfile: forgot to initiali... |
commit | commitdiff | tree | snapshot |
| 1992-08-18 |
Guido van Rossum | Minor improvements, comments; fix Vinfo -d. |
commit | commitdiff | tree | snapshot |
| 1992-08-18 |
Guido van Rossum | Add comments |
commit | commitdiff | tree | snapshot |
| 1992-08-18 |
Guido van Rossum | Add comments and options |
commit | commitdiff | tree | snapshot |
| 1992-08-18 |
Guido van Rossum | Add close() method to VinFile |
commit | commitdiff | tree | snapshot |
| 1992-08-18 |
Guido van Rossum | Added some new comments and files |
commit | commitdiff | tree | snapshot |
| 1992-08-18 |
Guido van Rossum | Hacked in audio support. |
commit | commitdiff | tree | snapshot |
| 1992-08-18 |
Guido van Rossum | Initial revision |
commit | commitdiff | tree | snapshot |
| 1992-08-18 |
Guido van Rossum | Change window title: prefix '* ' means playing. |
commit | commitdiff | tree | snapshot |
| 1992-08-18 |
Guido van Rossum | Adapt to new syntax and don't print garbage on self... |
commit | commitdiff | tree | snapshot |
| next |