- 25 Feb, 1993 3 commits
-
-
Guido van Rossum authored
get rid of testpackfactor(): not longer necessary
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 24 Feb, 1993 1 commit
-
-
Jack Jansen authored
-
- 23 Feb, 1993 3 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Jack Jansen authored
-
- 21 Feb, 1993 2 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
* Added libwww entry to Makefile. * Documented new array module. * Documented extensions to regex (last, substring, translation table).
-
- 19 Feb, 1993 6 commits
-
-
Guido van Rossum authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
- 18 Feb, 1993 1 commit
-
-
Guido van Rossum authored
-
- 17 Feb, 1993 7 commits
-
-
Jack Jansen authored
screen Dsend - Main program analogous to Vsend to send data from display
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Sjoerd Mullender authored
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 Feb, 1993 4 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
Vedit.py, VeditForm.fd: added scroll bar, Trunc, layout rearrangement. Viewer.py: added random access, qinfo() function.
-
Sjoerd Mullender authored
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 authored
-
- 15 Feb, 1993 1 commit
-
-
Guido van Rossum authored
Vrecb.py: use the new interfaces to imageop (fix -M, -m, -g options).
-
- 12 Feb, 1993 2 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
will try to coerce anyway. classobject.c: instance 'nonzero' should first try __nonzero__ only then __len__.
-
- 10 Feb, 1993 3 commits
-
-
Jack Jansen authored
-
Sjoerd Mullender authored
-
Jack Jansen authored
-
- 08 Feb, 1993 1 commit
-
-
Guido van Rossum authored
listfontnames, bitmap ops. * listobject.c: use mkvalue() when possible; avoid weird error when calling append() without args. * modsupport.c: new feature in getargs(): if the format string contains a semicolor the string after that is used as the error message instead of "bad argument list (format %s)" when there's an error.
-
- 05 Feb, 1993 5 commits
-
-
Guido van Rossum authored
Removed duplicate description of -r option from documentation file.
-
Jack Jansen authored
-
Sjoerd Mullender authored
algorithms in cl module. aifc.py: fixed a small bug.
-
Guido van Rossum authored
* Fixed memory leaks in socket, select and sv modules: mkvalue("O", v) does INCREF(v) so if v is brand new it should be XDECREF'd
-
Guido van Rossum authored
tuple (now that it makes a difference to Python)
-
- 04 Feb, 1993 1 commit
-
-
Sjoerd Mullender authored
aifc.py: Several small improvements. Use new methods from CL module.
-