1. 21 Feb, 1993 2 commits
  2. 19 Feb, 1993 6 commits
  3. 18 Feb, 1993 1 commit
  4. 17 Feb, 1993 7 commits
  5. 16 Feb, 1993 4 commits
  6. 15 Feb, 1993 1 commit
  7. 12 Feb, 1993 2 commits
  8. 10 Feb, 1993 3 commits
  9. 08 Feb, 1993 1 commit
    • Guido van Rossum's avatar
      * stdwinmodule.c: various new commands: setwin{pos,size}, · ae47011e
      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.
      ae47011e
  10. 05 Feb, 1993 5 commits
  11. 04 Feb, 1993 1 commit
  12. 29 Jan, 1993 1 commit
  13. 27 Jan, 1993 5 commits
  14. 26 Jan, 1993 1 commit
    • Guido van Rossum's avatar
      * Added Fixcprt.py: script to fix copyright message. · 2139ffee
      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
      2139ffee