1. 14 Aug, 1992 1 commit
  2. 13 Aug, 1992 4 commits
  3. 12 Aug, 1992 6 commits
  4. 10 Aug, 1992 5 commits
  5. 09 Aug, 1992 3 commits
  6. 07 Aug, 1992 2 commits
  7. 06 Aug, 1992 2 commits
  8. 05 Aug, 1992 2 commits
    • Guido van Rossum's avatar
      * Makefile: cosmetics · ff4949ee
      Guido van Rossum authored
      * socketmodule.c: get rid of makepair(); fix makesocketaddr to fix
        broken recvfrom()
      * socketmodule: get rid of getStrarg()
      * ceval.h: move eval_code() to new file eval.h, so compile.h is no
        longer needed.
      * ceval.c: move thread comments to ceval.h; always make save/restore
        thread functions available (for dynloaded modules)
      * cdmodule.c, listobject.c: don't include compile.h
      * flmodule.c: include ceval.h
      * import.c: include eval.h instead of ceval.h
      * cgen.py: add forground(); noport(); winopen(""); to initgl().
      * bltinmodule.c, socketmodule.c, fileobject.c, posixmodule.c,
        selectmodule.c:
        adapt to threads (add BGN/END SAVE macros)
      * stdwinmodule.c: adapt to threads and use a special stdwin lock.
      * pythonmain.c: don't include getpythonpath().
      * pythonrun.c: use BGN/END SAVE instead of direct calls; also more
        BGN/END SAVE calls etc.
      * thread.c: bigger stack size for sun; change exit() to _exit()
      * threadmodule.c: use BGN/END SAVE macros where possible
      * timemodule.c: adapt better to threads; use BGN/END SAVE; add
        longsleep internal function if BSD_TIME; cosmetics
      ff4949ee
    • Guido van Rossum's avatar
      Sometimes, recvfrom() returns an empty address; this is not an error. · 25bec8c8
      Guido van Rossum authored
      Also, get rid of makepair() in favor of mkvalue().
      25bec8c8
  9. 04 Aug, 1992 3 commits
    • Sjoerd Mullender's avatar
      new file for SGI Video · 099d9233
      Sjoerd Mullender authored
      099d9233
    • Guido van Rossum's avatar
      * Makefile adapted to changes below. · 1984f1e1
      Guido van Rossum authored
      * split pythonmain.c in two: most stuff goes to pythonrun.c, in the library.
      * new optional built-in threadmodule.c, build upon Sjoerd's thread.{c,h}.
      * new module from Sjoerd: mmmodule.c (dynamically loaded).
      * new module from Sjoerd: sv (svgen.py, svmodule.c.proto).
      * new files thread.{c,h} (from Sjoerd).
      * new xxmodule.c (example only).
      * myselect.h: bzero -> memset
      * select.c: bzero -> memset; removed global variable
      1984f1e1
    • Guido van Rossum's avatar
      * myselect.h: bzero -> memset · 4fbf798f
      Guido van Rossum authored
      * select.c: bzero -> memset; removed global variable
      4fbf798f
  10. 03 Aug, 1992 2 commits
  11. 02 Aug, 1992 1 commit
  12. 31 Jul, 1992 3 commits
  13. 13 Jul, 1992 2 commits
  14. 09 Jul, 1992 1 commit
  15. 07 Jul, 1992 3 commits