summaryrefslogtreecommitdiffstats
path: root/Include/rename1.h
Commit message (Collapse)AuthorAgeFilesLines
* __builtins__ mods (and sys_checkinterval for ceval.c)Guido van Rossum1995-01-091-2/+3
|
* Added 1995 copyright.Guido van Rossum1995-01-041-2/+2
| | | | | | object.h: made sizes and refcnts signed ints. stringobject.h: make getstrsize() signed int. methodobject.h: add METH_VARARGS and METH_FREENAME flag bit definitions.
* Lots of small things, see ChangeLogGuido van Rossum1994-12-301-2/+3
|
* pl1.1.1; added newgetargs renamingGuido van Rossum1994-11-101-0/+1
|
* ceval.h: added Py_MakePendingCalls()Guido van Rossum1994-09-281-1/+0
| | | | | | classobject.h: added instancebinop() modsupport.h: added newgetargs() rename1.h: removed Py_FPROTO
* pythonrun.h: added run_pyc_fileGuido van Rossum1994-09-141-3/+8
| | | | | ceval.h: added Py_AddPendingCall rest: modules using the new naming scheme must now include Python.h
* 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++.