]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
* stdwinmodule.c: various new commands: setwin{pos,size},
authorGuido van Rossum <guido@python.org>
Mon, 8 Feb 1993 15:49:17 +0000 (15:49 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 8 Feb 1993 15:49:17 +0000 (15:49 +0000)
commitbf80e5407ffa0fc983eb1da50ffa9330b9eada6e
treece2f5deae53f55af7cbcd5475402517fe4621014
parent3f2ef09f400524ddb41b1aa4555f924163bfacb9
* stdwinmodule.c: various new commands: setwin{pos,size},
  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.
Modules/stdwinmodule.c
Objects/listobject.c
Python/modsupport.c