- 29 Mar, 1993 3 kayıt (commit)
-
-
Sjoerd Mullender yazdı
-
Sjoerd Mullender yazdı
-
Guido van Rossum yazdı
* Stubs for faster implementation of local variables (not yet finished) * Added function name to code object. Print it for code and function objects. THIS MAKES THE .PYC FILE FORMAT INCOMPATIBLE (the version number has changed accordingly) * Print address of self for built-in methods * New internal functions getattro and setattro (getattr/setattr with string object arg) * Replaced "dictobject" with more powerful "mappingobject" * New per-type functio tp_hash to implement arbitrary object hashing, and hashobject() to interface to it * Added built-in functions hash(v) and hasattr(v, 'name') * classobject: made some functions static that accidentally weren't; added __hash__ special instance method to implement hash() * Added proper comparison for built-in methods and functions
-
- 27 Mar, 1993 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 17 Mar, 1993 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Sjoerd Mullender yazdı
Compression Library to decompress the images.
-
- 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 2 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.
-