1. 06 Aug, 1992 1 commit
  2. 05 Aug, 1992 2 commits
    • Guido van Rossum's avatar
      * Makefile: cosmetics · 3c4423ca
      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
      3c4423ca
    • Guido van Rossum's avatar
      Sometimes, recvfrom() returns an empty address; this is not an error. · 6a3e205b
      Guido van Rossum authored
      Also, get rid of makepair() in favor of mkvalue().
      6a3e205b
  3. 04 Aug, 1992 3 commits
    • Sjoerd Mullender's avatar
      new file for SGI Video · 3273cb3e
      Sjoerd Mullender authored
      3273cb3e
    • Guido van Rossum's avatar
      * Makefile adapted to changes below. · 6e021e47
      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
      6e021e47
    • Guido van Rossum's avatar
      * myselect.h: bzero -> memset · c1c8a57b
      Guido van Rossum authored
      * select.c: bzero -> memset; removed global variable
      c1c8a57b
  4. 03 Aug, 1992 2 commits
  5. 02 Aug, 1992 1 commit
  6. 31 Jul, 1992 3 commits
  7. 13 Jul, 1992 2 commits
  8. 09 Jul, 1992 1 commit
  9. 07 Jul, 1992 3 commits
  10. 06 Jul, 1992 2 commits
  11. 30 Jun, 1992 1 commit
  12. 29 Jun, 1992 1 commit
  13. 23 Jun, 1992 4 commits
  14. 19 Jun, 1992 1 commit
  15. 12 Jun, 1992 2 commits
  16. 05 Jun, 1992 3 commits
  17. 03 Jun, 1992 8 commits