summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* Add standard header preamble and footer, a-la intobject.h. Main purpose is e...Mark Hammond2002-04-061-0/+12
* Removed old Digital Creations copyright/license notices (withGuido van Rossum2002-04-041-55/+0
* Oops. Here are the new files. My apologies.Guido van Rossum2002-04-031-0/+20
* Add the 'bool' type and its values 'False' and 'True', as described inGuido van Rossum2002-04-033-17/+3
* New PYMALLOC_DEBUG function void _PyMalloc_DebugDumpStats(void).Tim Peters2002-04-011-0/+1
* Patch #536908: Add missing #include guards/extern "C".Martin v. Löwis2002-03-303-0/+26
* Remove the CACHE_HASH and INTERN_STRINGS preprocessor symbols.Tim Peters2002-03-291-23/+7
* Add _Py_AS_GC macro. It will be used by the trashcan code on object.c.Neil Schemenauer2002-03-281-2/+4
* PYMALLOC_DEBUG routines: The "check API family" gimmick was going nowhereTim Peters2002-03-281-6/+6
* Introduce two new flag bits that can be set in a PyMethodDef methodFred Drake2002-03-281-1/+7
* Add a comment that PyArg_GetInt is deprecated and should not be usedNeal Norwitz2002-03-251-0/+1
* Remove many uses of PyArg_NoArgs macro, change METH_OLDARGS to METH_NOARGS.Neal Norwitz2002-03-251-0/+3
* Give Python a debug-mode pymalloc, much as sketched on Python-Dev.Tim Peters2002-03-232-3/+26
* Disable the parser hacks that enabled the "yield" keyword using a futureNeil Schemenauer2002-03-221-0/+2
* Make PyObject_{NEW,New,Del,DEL} always use the standard malloc (PyMem_*)Neil Schemenauer2002-03-221-8/+23
* Arrange to export the _PyMalloc_{Malloc, Realloc, Free} entry points. OnTim Peters2002-03-201-3/+3
* [Bug #528914] PyTraceBack_Store/Fetch were deleted in 1997, but theirAndrew M. Kuchling2002-03-191-3/+1
* Drop the PyCore_* memory API.Neil Schemenauer2002-03-182-70/+34
* Simpilify PyCore_* macros by assuming the function prototypes forNeil Schemenauer2002-03-182-97/+13
* Patch #530105: Allow file object may to be subtypedMartin v. Löwis2002-03-151-0/+11
* SF bug 525705: [2.2] underflow raise OverflowException.Tim Peters2002-03-091-0/+35
* Whether platform malloc(0) returns NULL has nothing to do with whetherTim Peters2002-03-022-9/+22
* For clarity, change _longobject to build directly from PyObject_VAR_HEADTim Peters2002-03-021-3/+6
* Cells are not VAR objects.Jeremy Hylton2002-02-281-1/+1
* PyGC_Head: Use "long double" instead of "double" as the worst-caseTim Peters2002-02-281-1/+1
* OS/2 EMX port changes (Include part of patch #450267):Andrew MacIntyre2002-02-262-0/+9
* Change the version string from "2.2+" to "2.3a0". disutils peels offTim Peters2002-02-021-1/+1
* Got rid of a few more NeXT ifdefs. The last, I think.Jack Jansen2002-02-011-2/+1
* Remove the unused & broken PyThread_*_sema() functions and related constants.Fred Drake2002-01-191-7/+0
* Patch #477752: Drop old-style getargs from curses.Martin v. Löwis2002-01-171-16/+7
* Include <unistd.h> in Python.h. Fixes #500924.Martin v. Löwis2002-01-121-0/+3
* Implement PyObject_DelItemString. Fixes #498915.Martin v. Löwis2002-01-051-0/+8
* Patch #494783: Rename cmp_op enumerators.Martin v. Löwis2002-01-011-3/+3
* SF bug #495548: troublesome #define in pyport.hTim Peters2001-12-251-1/+0
* And we start all over again!Barry Warsaw2001-12-211-3/+3
* As usual, bump the version number.Barry Warsaw2001-12-141-3/+3
* Add helper macro to get the number of free variables for a PyCodeObject.Jeremy Hylton2001-12-131-0/+1
* SF bug #491415 PyDict_UpdateFromSeq2() unusedTim Peters2001-12-111-1/+19
* Patch supplied by Burton Radons for his own SF bug #487390: ModifyingGuido van Rossum2001-12-081-1/+1
* PyMethodObject(): Update the comment about im_class based upon aGuido van Rossum2001-12-071-1/+1
* SF bug #488514: -Qnew needs workTim Peters2001-12-061-0/+4
* Stop defining NDEBUG in Python.h, because it can interfere withTim Peters2001-12-041-5/+4
* Fix SF bug #486144: Uninitialized __slot__ vrbl is None.Guido van Rossum2001-12-041-0/+4
* mysnprintf.c: Massive rewrite of PyOS_snprintf and PyOS_vsnprintf, toTim Peters2001-12-031-5/+0
* PyFile_WriteString(): change prototype so that the string arg isTim Peters2001-11-281-1/+1
* Removed preprocessor gimmick trying to force use of snprintf emulationTim Peters2001-11-281-8/+6
* Fix SF bug [ #476852 ] Some bad macros in abstract.hJeremy Hylton2001-11-281-2/+2
* Bumping version number.Barry Warsaw2001-11-161-2/+2
* Add PyObject_CheckReadBuffer(), which returns true if its argumentJeremy Hylton2001-11-091-0/+9
* Make the CoreFoundation object _New and _Convert routines available to other ...Jack Jansen2001-11-051-0/+24