summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Changed references to /usr/local into /usr/local/bin.Guido van Rossum1992-09-032-18/+62
* Give code objects a more useful representation.Guido van Rossum1992-09-031-1/+18
* Restructured (yet again) to treat all modules more alike.Guido van Rossum1992-09-031-31/+132
* Correct debug printing codeGuido van Rossum1992-09-031-1/+1
* Correct spelling in function nameGuido van Rossum1992-09-031-1/+1
* Print warnings to stderr and correct spellingGuido van Rossum1992-09-031-2/+2
* Remove outdated warning in comments.Guido van Rossum1992-09-031-3/+0
* Remove bogus type-and-refcnt setting from newsizedstringobject().Guido van Rossum1992-09-031-3/+0
* Got rid the bogus cache code and fix some unchecked errors.Guido van Rossum1992-09-031-46/+88
* Compare instance methods by comparing the object and the function.Guido van Rossum1992-09-031-1/+11
* Use getargs() everywhere now. Standardize lay-out yet more (an ongoingGuido van Rossum1992-09-031-196/+248
* Improve check for offset out of rangeGuido van Rossum1992-09-031-4/+8
* AOnly define NDEDBUG if DEBUG is not definedGuido van Rossum1992-09-031-0/+3
* If a type has a repr function but no print function, printing it nowGuido van Rossum1992-09-031-5/+34
* Add some debugging features if DEBUG definedGuido van Rossum1992-09-031-0/+10
* Add sys.exitfunc feature. Make askync non-static.Guido van Rossum1992-09-031-1/+20
* Add $PYTHONSTARTUP feature.Guido van Rossum1992-09-031-0/+10
* Add an optional interface to turn malloc debugging on and off.Guido van Rossum1992-09-031-0/+21
* Re-implement some operations from string.py in C, for speed.Guido van Rossum1992-09-031-0/+201
* Made it work with the sub-spec burst capture interfaceGuido van Rossum1992-09-031-3/+12
* Added more infoGuido van Rossum1992-09-031-3/+17
* Initial revisionGuido van Rossum1992-09-035-0/+262
* Adapted to new video library -- different capture interface, no bugs.Guido van Rossum1992-09-031-94/+77
* version for new librarySjoerd Mullender1992-09-032-92/+30
* Added a _v21 def to FL.py and added two new input field typesGuido van Rossum1992-09-029-160/+167
* newest versionSjoerd Mullender1992-09-021-91/+0
* adapted SV module to the new svideo library.Sjoerd Mullender1992-09-021-0/+91
* Added a clear() method to VFile class, to be called when the windowGuido van Rossum1992-09-015-7/+19
* cope with filenames containing spacesGuido van Rossum1992-08-311-2/+5
* all Long constants have an L suffix, not l;Guido van Rossum1992-08-311-8/+11
* Use regex instead of regexpGuido van Rossum1992-08-311-6/+5
* Use regex and don't use pathGuido van Rossum1992-08-311-7/+8
* suppress unnecessary error message if too many arguments are passedGuido van Rossum1992-08-271-2/+5
* Cosmetic changes to Vedit and -Form.Guido van Rossum1992-08-252-47/+49
* Changed to use regex directly instead of regexp.Guido van Rossum1992-08-252-6/+8
* New module implementing a multi-everything queue.Guido van Rossum1992-08-251-0/+122
* Created Vedit.py, the video editor. This uses the classes in Viewer.py.Guido van Rossum1992-08-256-144/+1007
* Added rms, maxpp and avgpp methods.Jack Jansen1992-08-241-0/+146
* Removed debug statementJack Jansen1992-08-241-1/+0
* Clear the window to rather light grey when switching to RGB mode.Guido van Rossum1992-08-211-0/+2
* Redesigned option processing and added several new options.Guido van Rossum1992-08-211-110/+207
* Add audio recordingGuido van Rossum1992-08-201-1/+47
* Added method to write image files.Jack Jansen1992-08-201-0/+68
* New files.Guido van Rossum1992-08-201-4/+8
* new Vtime.py: manipulate time codes.Guido van Rossum1992-08-201-0/+117
* Lots of changes, options (from Vtime.py) etc.Guido van Rossum1992-08-201-58/+143
* Added reopen() to VinFile with semantics of old rewind(); rewind() nowGuido van Rossum1992-08-201-8/+23
* Minor improvements: exit status, data size stats.Guido van Rossum1992-08-201-7/+23
* Initial revisionGuido van Rossum1992-08-201-0/+217
* Use \input instead of \include (or \inclide)Guido van Rossum1992-08-192-2/+4