summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* Include GUSI.h if compiling for mac with gusi-socketsJack Jansen1996-02-141-0/+5
* Added prototype for PySys_SetArgvJack Jansen1996-01-221-0/+1
* added decl for PyComplex_AsCComplexGuido van Rossum1996-01-121-0/+1
* changes for ** (power) operatorGuido van Rossum1996-01-123-13/+17
* changes for complex numbersGuido van Rossum1996-01-121-0/+4
* bump api versionGuido van Rossum1996-01-121-1/+3
* added complex and c object.h; get rid of Py_FatalErrorGuido van Rossum1996-01-121-2/+4
* complex numbers a la Konrad HinsenGuido van Rossum1996-01-121-0/+49
* opaque C object a la Jim FultonGuido van Rossum1996-01-121-0/+61
* set version to 1.3Guido van Rossum1995-10-081-1/+1
* delete PyNothing_Check, which does not actually existGuido van Rossum1995-09-301-1/+0
* spell TraceBack with capital BGuido van Rossum1995-09-181-2/+2
* use Py_PROTO macroGuido van Rossum1995-09-181-48/+55
* removed redundant C++ hackGuido van Rossum1995-09-071-7/+1
* patchlevel set to 1.3b3Jack Jansen1995-09-011-1/+1
* changes for keyword args to built-in functions and classesGuido van Rossum1995-07-263-3/+6
* add forgotten PyObject_SetAttrStringGuido van Rossum1995-07-261-0/+1
* keyword arguments and faster function callsGuido van Rossum1995-07-189-32/+38
* include abstract.hGuido van Rossum1995-07-181-0/+2
* Generic Abstract Object InterfaceGuido van Rossum1995-07-181-0/+810
* new opcodes RAISE_VARARGS, CALL_FUNCTIONGuido van Rossum1995-07-071-0/+8
* new grammar symbols arglist and argumentGuido van Rossum1995-07-071-0/+2
* Changed ifdef __CFM68K__ to ifdef SYMANTEC__CFM68K__: CW has its ownJack Jansen1995-06-273-5/+5
* removed duplicate defs for None, False, TrueGuido van Rossum1995-04-281-4/+0
* DL_IMPORT needs an argument.Sjoerd Mullender1995-04-252-3/+3
* DL_IMPORT macro was called in a funny way (and MW barfed on it)Jack Jansen1995-04-232-3/+3
* Also count UNREF's as freeing an object (only relevant whenSjoerd Mullender1995-04-061-1/+2
* finalizing 1.2Guido van Rossum1995-04-051-1/+1
* fix dusty debugging macrosGuido van Rossum1995-03-291-5/+5
* addet SETTUPLEITEM and added cast to GETTUPLEITEMGuido van Rossum1995-03-092-1/+5
* make the type a parameter of the DL_IMPORT macro, for Borland CGuido van Rossum1995-02-2722-63/+67
* change in staticforward -- added statichereGuido van Rossum1995-02-211-1/+7
* changes for Mac CFM-68KGuido van Rossum1995-02-183-0/+28
* add Py_FatalErrorGuido van Rossum1995-02-171-0/+2
* added PyObject_IsTrue & PyCallable_Check to object interfaceGuido van Rossum1995-02-171-0/+2
* exec_dode_object/PyImport_ExecCodeObject is now externally visibleJack Jansen1995-02-152-1/+3
* version 1.2-beta-3Guido van Rossum1995-02-131-1/+1
* make newvarobj's size arg signedGuido van Rossum1995-02-102-2/+2
* add Py_CHARMASKGuido van Rossum1995-02-101-0/+8
* added callable, removed run_pyc_fileGuido van Rossum1995-02-072-1/+1
* added findmethodinchain and methodchain data typesGuido van Rossum1995-01-262-0/+10
* corrected two unconverted namesGuido van Rossum1995-01-202-2/+2
* last bitsGuido van Rossum1995-01-171-1/+1
* new names for lots of new functionsGuido van Rossum1995-01-1719-55/+90
* The great renaming, phase two: all header files have been updated toGuido van Rossum1995-01-1247-572/+975
* changes for C++ (Tim MacKenzie)Guido van Rossum1995-01-101-5/+9
* __builtins__ mods (and sys_checkinterval for ceval.c)Guido van Rossum1995-01-094-5/+8
* api version checkingGuido van Rossum1995-01-091-3/+16
* sys.check_interval=x -> sys.setcheckinterval(x)Guido van Rossum1995-01-091-0/+1
* initmodule2 -> initmodule3 (with doc string)Guido van Rossum1995-01-071-1/+2