- 16 Mar, 1993 2 kayıt (commit)
-
-
Sjoerd Mullender yazdı
-
Guido van Rossum yazdı
* Fixcprt.py: added [-y file] option, do only files younger than file. * modsupport.[ch]: added vmkvalue(). * intobject.c: use mkvalue(). * stringobject.c: added "formatstring"; renamed string* to string_*; ceval.c: call formatstring for string % value. * longobject.c: close memory leak in divmod. * parsetok.c: set result node to NULL when returning an error.
-
- 02 Mar, 1993 3 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 01 Mar, 1993 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 25 Şub, 1993 6 kayıt (commit)
-
-
Guido van Rossum yazdı
- call v.SetParam() after v.BindGLWindow() - turn of dithering in mono/grey mode - use prefposition to place the top left corner at (150, 150) (so that the video remains visible during recording) - default width is 256 Vcopy.py: correct typos; more verbose output. OldVcopy.py: new name for Jack's old grabbing Vcopy.py. Vstat.py: print values of all video parameters.
-
Guido van Rossum yazdı
Don't force packfactor to 1 in header when writing rgb data. Small bugfixes in Vcopy.
-
Guido van Rossum yazdı
- Renamed old Vcopy.py to OldVcopy.py, some cosmetic changes to it (is it still needed?) - Added new Vcopy.py which does everything that Vtime.py does but also format conversions, image scaling, and packfactors. - VFile: make packfactor always a tuple; introduce set and get methods for pf, format, and calculate some derived values. - Added new module GET.py to std library, use it instead of defining DM* in VFile. - Get rid of C programs (new Python programs can do all that they do and they probably don't understand the current file format anyway).
-
Guido van Rossum yazdı
get rid of testpackfactor(): not longer necessary
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 24 Şub, 1993 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 23 Şub, 1993 3 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Jack Jansen yazdı
-
- 21 Şub, 1993 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
* Added libwww entry to Makefile. * Documented new array module. * Documented extensions to regex (last, substring, translation table).
-
- 19 Şub, 1993 6 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
- 18 Şub, 1993 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 17 Şub, 1993 7 kayıt (commit)
-
-
Jack Jansen yazdı
screen Dsend - Main program analogous to Vsend to send data from display
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Sjoerd Mullender yazdı
accordingly: SetMin, SetMax, SetDefault are no longer methods of the compressor/decompressor but are functions of the cl module and they take a first argument which is a compression scheme
-
- 16 Şub, 1993 4 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Vedit.py, VeditForm.fd: added scroll bar, Trunc, layout rearrangement. Viewer.py: added random access, qinfo() function.
-
Sjoerd Mullender yazdı
way); more efficiently check whether parameters are float; removed one argument from DecompressImage method; use clGetParam instead of clGetParams where it makes sense; convert int parameters in SetParams, SetParam, SetMin, SetMax, and SetDefault to float when needed; added QuerySchemeFromHandle method * Makefile: interchanged cstubs and cgen.py so that $> in rule gets them in the right order
-
Jack Jansen yazdı
-
- 15 Şub, 1993 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Vrecb.py: use the new interfaces to imageop (fix -M, -m, -g options).
-
- 12 Şub, 1993 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
will try to coerce anyway. classobject.c: instance 'nonzero' should first try __nonzero__ only then __len__.
-
- 10 Şub, 1993 1 kayıt (commit)
-
-
Jack Jansen yazdı
-