summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* Patchlevel to 1.4 beta 1.Guido van Rossum1996-06-261-1/+1
* frozen_modules is now officially part of the API, remove _ from new name.Guido van Rossum1996-06-171-1/+1
* Add defs for struct _frozen and struct _frozen *PyImport_FrozenModules();Guido van Rossum1996-06-171-0/+13
* Add a hack for Solaris threads (why not, there are zillions ofGuido van Rossum1996-06-111-0/+6
* Added Py_GetPath (getpythonpath)Guido van Rossum1996-05-281-0/+1
* rename more symbolsGuido van Rossum1996-05-241-0/+13
* rename exported symbols with _Py_ prefixGuido van Rossum1996-05-241-0/+7
* rename parser internal symbols with _Py_ prefixGuido van Rossum1996-05-241-0/+22
* don't use NDEBUGGuido van Rossum1996-05-242-7/+3
* Added PySys_SetPath.Guido van Rossum1996-05-221-0/+1
* Don't declare Py_FatalError.Guido van Rossum1996-05-221-1/+2
* Define DL_IMPORT if necessary.Guido van Rossum1996-05-221-1/+6
* Added __WATCOMC__ as DOS compiler.Guido van Rossum1996-05-221-1/+1
* Added decl for PyImport_Init.Guido van Rossum1996-05-221-2/+6
* Used new names for PyBuiltin_GetDict, PyBuiltin_GetModule.Guido van Rossum1996-05-221-2/+3
* Added PyFile_decls for PyFile_WriteObject, PyFile_SoftSpace,Guido van Rossum1996-05-221-0/+3
* Debug related variable/function definitions go here.Guido van Rossum1996-05-221-0/+40
* Non-trivial DL_IMPORT must now be defined in config.h.Guido van Rossum1996-05-221-17/+16
* Added some visual enhancements of debugging ifdefs.Guido van Rossum1996-05-221-5/+11
* Removed TRACE_REFS and REF_DEBUG b/w compat hacks -- they don't work.Guido van Rossum1996-05-221-8/+2
* 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