summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* Changes for Lee Busby's SIGFPE patch set.Guido van Rossum1997-02-144-0/+168
* Fix the comments for bitwise and/or.Guido van Rossum1997-02-141-6/+6
* Added decl for Py_FdIsInteractive.Guido van Rossum1997-02-141-0/+2
* Added decl for Py_InteractiveFlag.Guido van Rossum1997-02-141-0/+1
* Added prototype for PyErr_Format(exception, formatstring, ...) -> NULL.Guido van Rossum1997-02-141-0/+1
* Added PyArg_ParseTupleAndKeywords() prototype.Guido van Rossum1997-02-141-0/+2
* djgpp support.Guido van Rossum1997-02-141-1/+1
* Add co_firstlineno and co_lnotab, for the line number table generatedGuido van Rossum1997-01-241-1/+4
* Added PyCObject_Import.Guido van Rossum1997-01-221-0/+4
* Bump version to 1.5a1.Guido van Rossum1997-01-221-1/+1
* New lay-out of frame object, for fewer mallocs.Guido van Rossum1997-01-201-9/+8
* Bump API version due to the various speedup hacks.Guido van Rossum1997-01-181-2/+4
* Two speedup hacks. Caching the hash saves recalculation of a string'sGuido van Rossum1997-01-181-3/+23
* Add co_stacksize field to codeobject structure, and stacksize argumentGuido van Rossum1997-01-171-1/+3
* Jim's latest versionGuido van Rossum1997-01-061-8/+12
* added PyTuple_GET_SIZE macroBarry Warsaw1997-01-061-0/+1
* added PyString_GET_SIZE macroBarry Warsaw1997-01-061-1/+2
* added PyList_GET_SIZE macroBarry Warsaw1997-01-061-1/+2
* Added PyLong_FromUnsignedLong() and PyLong_AsUnsignedLong().Guido van Rossum1997-01-031-0/+2
* Added declaration for PyErr_SetInterrupt.Barry Warsaw1997-01-031-1/+4
* Rename DEBUG macro to Py_DEBUGGuido van Rossum1996-12-303-4/+4
* Added remaining declarations needed/used in glmodule.c; keeps gcc -Wall happy.Guido van Rossum1996-12-101-5/+28
* Add const to error and newstring functionsGuido van Rossum1996-12-102-3/+3
* Jim F's brainchildGuido van Rossum1996-12-051-0/+130
* Added missing for PySequence_List.Guido van Rossum1996-12-051-0/+5
* New permission notice, includes CNRI.Guido van Rossum1996-10-2553-681/+1052
* Changed version to plain "1.4".Guido van Rossum1996-10-221-1/+1
* Forget about Ellipses b/w compatibility.Guido van Rossum1996-10-161-1/+0
* Ellipses -> Ellipsis rename (the dictionary really says that it shouldGuido van Rossum1996-10-112-6/+8
* Add waitflag to down_sema().Guido van Rossum1996-10-082-2/+6
* Rationalized PC compiler defines: require MS_WINDOWS or __BORLANDC__Guido van Rossum1996-09-111-1/+2
* PyMapping_DelItem[String] are actually macros.Guido van Rossum1996-09-061-2/+6
* Correctly document PyNumber_Coerce.Guido van Rossum1996-09-061-6/+14
* Change comments/#ifdef structure for declaration for hypot().Guido van Rossum1996-08-291-4/+2
* 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
* 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