1. 16 Feb, 1993 2 commits
  2. 15 Feb, 1993 1 commit
  3. 12 Feb, 1993 2 commits
  4. 10 Feb, 1993 3 commits
  5. 08 Feb, 1993 1 commit
    • Guido van Rossum's avatar
      * stdwinmodule.c: various new commands: setwin{pos,size}, · bf80e540
      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.
      bf80e540
  6. 05 Feb, 1993 5 commits
  7. 04 Feb, 1993 1 commit
  8. 29 Jan, 1993 1 commit
  9. 27 Jan, 1993 5 commits
  10. 26 Jan, 1993 3 commits
  11. 22 Jan, 1993 4 commits
  12. 21 Jan, 1993 2 commits
    • Guido van Rossum's avatar
      Added separate main program for the Mac: macmain.c · 0b0db8e3
      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
      0b0db8e3
    • Guido van Rossum's avatar
      * Add some more tests for numbers · 80530ce8
      Guido van Rossum authored
      * mainloop.py: don't use select unless absolutely necessary (for Mac)
      80530ce8
  13. 20 Jan, 1993 1 commit
  14. 19 Jan, 1993 2 commits
  15. 13 Jan, 1993 3 commits
  16. 10 Jan, 1993 2 commits
  17. 09 Jan, 1993 1 commit
    • Guido van Rossum's avatar
      * Makefile: use cp -r to install the library · 775f4dac
      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().
      775f4dac
  18. 08 Jan, 1993 1 commit