Go to file
Guido van Rossum ff4949eeee * Makefile: cosmetics
* 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
1992-08-05 19:58:53 +00:00
Demo Initial revision 1992-07-07 09:11:53 +00:00
Doc > * Makefile: always create .ps files; add qua to 'all' target; 1992-07-07 09:06:34 +00:00
Grammar Added missing change log entries 1992-04-06 14:39:51 +00:00
Include * Makefile: cosmetics 1992-08-05 19:58:53 +00:00
Lib new file for SGI Video 1992-08-04 13:47:11 +00:00
Mac/Lib mac -> os (can't this go now dircache is universal?) 1992-03-31 19:05:44 +00:00
Modules * Makefile: cosmetics 1992-08-05 19:58:53 +00:00
Objects * Makefile: cosmetics 1992-08-05 19:58:53 +00:00
Parser Copyright for 1992 added 1992-04-05 14:26:55 +00:00
Python * Makefile: cosmetics 1992-08-05 19:58:53 +00:00
Tools/scripts Fix regexp recognizing comments to cope with unterminated comments. 1992-06-05 15:13:53 +00:00