summaryrefslogtreecommitdiffstats
path: root/Include/rename1.h
Commit message (Collapse)AuthorAgeFilesLines
* pythgonrun.h: added Py_AtExit().Guido van Rossum1994-09-071-0/+1
| | | | rename1.h: add PyArg_GetInt.
* Added PyArg_NoArgs(v)Guido van Rossum1994-08-291-0/+1
|
* * Include/rename1.h: added PyMethodDef and PyObjectGuido van Rossum1994-08-121-0/+2
|
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-1/+1
|
* * Added support for X11 modules.Guido van Rossum1993-07-281-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++.