Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | __builtins__ mods (and sys_checkinterval for ceval.c) | Guido van Rossum | 1995-01-09 | 1 | -2/+3 |
| | |||||
* | Added 1995 copyright. | Guido van Rossum | 1995-01-04 | 1 | -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 ChangeLog | Guido van Rossum | 1994-12-30 | 1 | -2/+3 |
| | |||||
* | pl1.1.1; added newgetargs renaming | Guido van Rossum | 1994-11-10 | 1 | -0/+1 |
| | |||||
* | ceval.h: added Py_MakePendingCalls() | Guido van Rossum | 1994-09-28 | 1 | -1/+0 |
| | | | | | | classobject.h: added instancebinop() modsupport.h: added newgetargs() rename1.h: removed Py_FPROTO | ||||
* | pythonrun.h: added run_pyc_file | Guido van Rossum | 1994-09-14 | 1 | -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 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++. |