- 16 Feb, 1993 2 commits
-
-
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.
-
- 29 Jan, 1993 1 commit
-
-
Sjoerd Mullender authored
just set file pointer correctly instead of returning the complete file.
-
- 27 Jan, 1993 5 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
- fixed bug in setmirror - cleaned up some common code
-
- 26 Jan, 1993 3 commits
-
-
Guido van Rossum authored
* various modules: added 1993 to copyright. * thread.c: added copyright notice. * ceval.c: minor change to error message for "+" * stdwinmodule.c: check for error from wfetchcolor * config.c: MS-DOS fixes (define PYTHONPATH, use DELIM, use osdefs.h) * Add declaration of inittab to import.h * sysmodule.c: added sys.builtin_module_names * xxmodule.c, xxobject.c: fix minor errors
-
Guido van Rossum authored
* Added fcmp() to test_support.py and use it in test*.py
-
Sjoerd Mullender authored
data. Pass an extra parameter to the compression library.
-
- 22 Jan, 1993 4 commits
-
-
Guido van Rossum authored
-
Jack Jansen authored
-
Sjoerd Mullender authored
-
Sjoerd Mullender authored
(extensive) comments in the file for usage.
-
- 21 Jan, 1993 2 commits
-
-
Guido van Rossum authored
stdwinmodule.c: wsetfont can now return an error Makefile: add CL_USE and CL_LIB*S; config.c: move CL part around New things in imgfile; also in Makefile. longobject.c: fix comparison of negative long ints... [REAL BUG!] marshal.c: add dumps() and loads() to read/write strings timemodule.c: make sure there's always a floatsleep() posixmodule.c: rationalize struct returned by times() Makefile: add test target, disable imgfile by default thread.c: Improved coexistance with dl module (sjoerd) stdwinmodule.c: Change include stdwin.h if macintosh rotormodule.c: added missing last argument to RTR_?_region calls confic.c: merged with configmac.c, added 1993 to copyright message fileobject.c: int compared to NULL in writestring(); change fopenRF ifdef timemodule.c: simplify times() using mkvalue; include myselect.h earlier (for sequent). posixmodule: for sequent, include unistd.h instead of explicit extern definitions and don't define rename() Makefile: change misleading/wrong MD5 comments
-
Guido van Rossum authored
* mainloop.py: don't use select unless absolutely necessary (for Mac)
-
- 20 Jan, 1993 1 commit
-
-
Jack Jansen authored
-
- 19 Jan, 1993 2 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
-
- 13 Jan, 1993 3 commits
-
-
Sjoerd Mullender authored
-
Guido van Rossum authored
-
Sjoerd Mullender authored
Improved coexistance with dl module.
-
- 10 Jan, 1993 2 commits
-
-
cvs2svn authored
-
Guido van Rossum authored
-
- 09 Jan, 1993 1 commit
-
-
Guido van Rossum authored
* ceval.c: use #ifdef COMPAT_HACKS instead of #if 0 * Makefile: fix to make clmodule.c compile; make config.o dependent on libpython.a (so date is always correct) * timemodule.c: now sleep() also takes a float argument. * posixmodule.c: added nice().
-
- 08 Jan, 1993 1 commit
-
-
Jack Jansen authored
-