summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Collapse)AuthorAgeFilesLines
* Bump patchlevel (a bit early, but what the heck...)Guido van Rossum1996-08-221-1/+1
|
* Add PYTHON_API_STRING, which is PYTHON_API_VERSION as a string literal.Guido van Rossum1996-08-221-0/+22
| | | | | | | | | | Under Windows, add MS_DLL_ID and MS_DLL_VERSION_ID for Mark H. Independent change: if Py_TRACE_REFS is defined, rename Py_InitModule4 so so linking with incompatible modules will create a link time error. [Backing out of previous changes (also for modsupport.c) to test the latter at runtime.]
* Added PyObject_DelItem and PySequence_Del{Item,Slice}.Guido van Rossum1996-08-211-0/+23
|
* Always include config.hGuido van Rossum1996-08-192-4/+0
|
* Added declaration for *PyMarshal_WriteObjectToString().Guido van Rossum1996-08-191-0/+1
|
* Add prototypes for c_sum() etc.Guido van Rossum1996-08-191-6/+6
|
* Disable support for access statementGuido van Rossum1996-08-122-35/+39
|
* Added extern declarations for reference count admin debug functions.Guido van Rossum1996-08-121-3/+10
|
* Renamed to pyerrors.hGuido van Rossum1996-08-091-76/+0
|
* Added tp_getattro, tp_setattro (Sjoerd)Guido van Rossum1996-08-091-2/+4
|
* Correctly use Py_PROTO, not obsolete PROTO.Guido van Rossum1996-08-081-1/+1
|
* Renamed errors. -> pyerrors.h (for Mac, where Errors.h is a system header).Guido van Rossum1996-08-081-1/+1
|
* Typo: PySequence_Lenth -> PySequence_Length.Guido van Rossum1996-08-081-1/+1
|
* Put definition of _REENTRANT in config.hGuido van Rossum1996-08-011-6/+0
|
* patch level 1.4b2Guido van Rossum1996-07-301-1/+1
|
* Added extern defn of hypot().Guido van Rossum1996-07-301-0/+6
|
* Slice and ellipses interfaceGuido van Rossum1996-07-301-0/+40
|
* Turn on CACHE_HASH, for 2% speedier dict lookupsGuido van Rossum1996-07-301-0/+3
|
* Added BUILD_SLICE opcode.Guido van Rossum1996-07-301-0/+1
|
* Two bumps for the price of one (PYTHON_API_VERSION)Guido van Rossum1996-07-301-2/+9
|
* Changes due to slice and ellipses grammar changesGuido van Rossum1996-07-301-7/+9
|
* Added sliceobject.h.Guido van Rossum1996-07-301-0/+1
|
* renamed complex -> Py_complexGuido van Rossum1996-07-211-10/+10
|
* Hacks for MS_COREDLLGuido van Rossum1996-07-211-0/+14
|
* added new names for getprogramname, getargcargvGuido van Rossum1996-07-211-0/+2
|
* Added prototype + doc for PySequence_Length()Guido van Rossum1996-07-211-0/+7
|
* 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
| | | | hacks for Windows and DOS here already :-( ).
* 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
| | | | Add Py_mport_Init and PyBuiltin_Init.
* Define DL_IMPORT if necessary.Guido van Rossum1996-05-221-1/+6
| | | | Include pydebug.h instead of declaring Py_FatalError.
* Added __WATCOMC__ as DOS compiler.Guido van Rossum1996-05-221-1/+1
|
* Added decl for PyImport_Init.Guido van Rossum1996-05-221-2/+6
| | | | Changed decl for inittab to define struct _inittab first.
* Used new names for PyBuiltin_GetDict, PyBuiltin_GetModule.Guido van Rossum1996-05-221-2/+3
| | | | Added PyBuiltin_Init.
* Added PyFile_decls for PyFile_WriteObject, PyFile_SoftSpace,Guido van Rossum1996-05-221-0/+3
| | | | PyFile_WriteString.
* 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
| | | | | Include <stdlib.h>. Include several more Python header files, including new pydebug.h.
* Added some visual enhancements of debugging ifdefs.Guido van Rossum1996-05-221-5/+11
| | | | Added PyNumber_Coerce decl.
* Removed TRACE_REFS and REF_DEBUG b/w compat hacks -- they don't work.Guido van Rossum1996-05-221-8/+2
| | | | Added defs for getbuiltindict, getbuiltinmod (bltinmodule.c).
* 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
|