Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pythgonrun.h: added Py_AtExit(). | Guido van Rossum | 1994-09-07 | 1 | -0/+1 |
| | | | | rename1.h: add PyArg_GetInt. | ||||
* | Added PyArg_NoArgs(v) | Guido van Rossum | 1994-08-29 | 1 | -0/+1 |
| | |||||
* | * Include/rename1.h: added PyMethodDef and PyObject | Guido van Rossum | 1994-08-12 | 1 | -0/+2 |
| | |||||
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -1/+1 |
| | |||||
* | * Added support for X11 modules. | Guido van Rossum | 1993-07-28 | 1 | -0/+349 |
* Makefile: change location of FORMS library. * posixmodule.c: turn #if 0 into #ifdef MSDOS (stuff in unistd.h or not) * Almost all .h files: added CPP magic to avoid duplicate inclusions and to support inclusion from C++. |