mirror of
https://github.com/python/cpython.git
synced 2025-11-02 14:41:33 +00:00
* 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
|
||
|---|---|---|
| .. | ||
| bltinmodule.c | ||
| ceval.c | ||
| cgensupport.c | ||
| compile.c | ||
| errors.c | ||
| fmod.c | ||
| getcwd.c | ||
| graminit.c | ||
| import.c | ||
| marshal.c | ||
| modsupport.c | ||
| pythonmain.c | ||
| pythonrun.c | ||
| strerror.c | ||
| strtod.c | ||
| structmember.c | ||
| sysmodule.c | ||
| thread.c | ||
| traceback.c | ||