| Commit message (Expand) | Author | Age | Files | Lines |
* | Patch #536908: Add missing #include guards/extern "C". | Martin v. Löwis | 2002-03-30 | 3 | -0/+26 |
|
|
* | Remove the CACHE_HASH and INTERN_STRINGS preprocessor symbols. | Tim Peters | 2002-03-29 | 1 | -23/+7 |
|
|
* | Add _Py_AS_GC macro. It will be used by the trashcan code on object.c. | Neil Schemenauer | 2002-03-28 | 1 | -2/+4 |
|
|
* | PYMALLOC_DEBUG routines: The "check API family" gimmick was going nowhere | Tim Peters | 2002-03-28 | 1 | -6/+6 |
|
|
* | Introduce two new flag bits that can be set in a PyMethodDef method | Fred Drake | 2002-03-28 | 1 | -1/+7 |
|
|
* | Add a comment that PyArg_GetInt is deprecated and should not be used | Neal Norwitz | 2002-03-25 | 1 | -0/+1 |
|
|
* | Remove many uses of PyArg_NoArgs macro, change METH_OLDARGS to METH_NOARGS. | Neal Norwitz | 2002-03-25 | 1 | -0/+3 |
|
|
* | Give Python a debug-mode pymalloc, much as sketched on Python-Dev. | Tim Peters | 2002-03-23 | 2 | -3/+26 |
|
|
* | Disable the parser hacks that enabled the "yield" keyword using a future | Neil Schemenauer | 2002-03-22 | 1 | -0/+2 |
|
|
* | Make PyObject_{NEW,New,Del,DEL} always use the standard malloc (PyMem_*) | Neil Schemenauer | 2002-03-22 | 1 | -8/+23 |
|
|
* | Arrange to export the _PyMalloc_{Malloc, Realloc, Free} entry points. On | Tim Peters | 2002-03-20 | 1 | -3/+3 |
|
|
* | [Bug #528914] PyTraceBack_Store/Fetch were deleted in 1997, but their | Andrew M. Kuchling | 2002-03-19 | 1 | -3/+1 |
|
|
* | Drop the PyCore_* memory API. | Neil Schemenauer | 2002-03-18 | 2 | -70/+34 |
|
|
* | Simpilify PyCore_* macros by assuming the function prototypes for | Neil Schemenauer | 2002-03-18 | 2 | -97/+13 |
|
|
* | Patch #530105: Allow file object may to be subtyped | Martin v. Löwis | 2002-03-15 | 1 | -0/+11 |
|
|
* | SF bug 525705: [2.2] underflow raise OverflowException. | Tim Peters | 2002-03-09 | 1 | -0/+35 |
|
|
* | Whether platform malloc(0) returns NULL has nothing to do with whether | Tim Peters | 2002-03-02 | 2 | -9/+22 |
|
|
* | For clarity, change _longobject to build directly from PyObject_VAR_HEAD | Tim Peters | 2002-03-02 | 1 | -3/+6 |
|
|
* | Cells are not VAR objects. | Jeremy Hylton | 2002-02-28 | 1 | -1/+1 |
|
|
* | PyGC_Head: Use "long double" instead of "double" as the worst-case | Tim Peters | 2002-02-28 | 1 | -1/+1 |
|
|
* | OS/2 EMX port changes (Include part of patch #450267): | Andrew MacIntyre | 2002-02-26 | 2 | -0/+9 |
|
|
* | Change the version string from "2.2+" to "2.3a0". disutils peels off | Tim Peters | 2002-02-02 | 1 | -1/+1 |
|
|
* | Got rid of a few more NeXT ifdefs. The last, I think. | Jack Jansen | 2002-02-01 | 1 | -2/+1 |
|
|
* | Remove the unused & broken PyThread_*_sema() functions and related constants. | Fred Drake | 2002-01-19 | 1 | -7/+0 |
|
|
* | Patch #477752: Drop old-style getargs from curses. | Martin v. Löwis | 2002-01-17 | 1 | -16/+7 |
|
|
* | Include <unistd.h> in Python.h. Fixes #500924. | Martin v. Löwis | 2002-01-12 | 1 | -0/+3 |
|
|
* | Implement PyObject_DelItemString. Fixes #498915. | Martin v. Löwis | 2002-01-05 | 1 | -0/+8 |
|
|
* | Patch #494783: Rename cmp_op enumerators. | Martin v. Löwis | 2002-01-01 | 1 | -3/+3 |
|
|
* | SF bug #495548: troublesome #define in pyport.h | Tim Peters | 2001-12-25 | 1 | -1/+0 |
|
|
* | And we start all over again! | Barry Warsaw | 2001-12-21 | 1 | -3/+3 |
|
|
* | As usual, bump the version number. | Barry Warsaw | 2001-12-14 | 1 | -3/+3 |
|
|
* | Add helper macro to get the number of free variables for a PyCodeObject. | Jeremy Hylton | 2001-12-13 | 1 | -0/+1 |
|
|
* | SF bug #491415 PyDict_UpdateFromSeq2() unused | Tim Peters | 2001-12-11 | 1 | -1/+19 |
|
|
* | Patch supplied by Burton Radons for his own SF bug #487390: Modifying | Guido van Rossum | 2001-12-08 | 1 | -1/+1 |
|
|
* | PyMethodObject(): Update the comment about im_class based upon a | Guido van Rossum | 2001-12-07 | 1 | -1/+1 |
|
|
* | SF bug #488514: -Qnew needs work | Tim Peters | 2001-12-06 | 1 | -0/+4 |
|
|
* | Stop defining NDEBUG in Python.h, because it can interfere with | Tim Peters | 2001-12-04 | 1 | -5/+4 |
|
|
* | Fix SF bug #486144: Uninitialized __slot__ vrbl is None. | Guido van Rossum | 2001-12-04 | 1 | -0/+4 |
|
|
* | mysnprintf.c: Massive rewrite of PyOS_snprintf and PyOS_vsnprintf, to | Tim Peters | 2001-12-03 | 1 | -5/+0 |
|
|
* | PyFile_WriteString(): change prototype so that the string arg is | Tim Peters | 2001-11-28 | 1 | -1/+1 |
|
|
* | Removed preprocessor gimmick trying to force use of snprintf emulation | Tim Peters | 2001-11-28 | 1 | -8/+6 |
|
|
* | Fix SF bug [ #476852 ] Some bad macros in abstract.h | Jeremy Hylton | 2001-11-28 | 1 | -2/+2 |
|
|
* | Bumping version number. | Barry Warsaw | 2001-11-16 | 1 | -2/+2 |
|
|
* | Add PyObject_CheckReadBuffer(), which returns true if its argument | Jeremy Hylton | 2001-11-09 | 1 | -0/+9 |
|
|
* | Make the CoreFoundation object _New and _Convert routines available to other ... | Jack Jansen | 2001-11-05 | 1 | -0/+24 |
|
|
* | PyObject_CallFunctionObArgs() ---> PyObject_CallFunctionObjArgs() | Fred Drake | 2001-10-28 | 1 | -4/+4 |
|
|
* | SF patch #475657 (Dietmar Schwertberger) | Guido van Rossum | 2001-10-27 | 1 | -3/+4 |
|
|
* | SF bug #475327: type() produces incorrect error msg | Tim Peters | 2001-10-27 | 1 | -0/+1 |
|
|
* | Added two new functions to conveniently call functions/methods from C. | Fred Drake | 2001-10-26 | 1 | -5/+23 |
|
|
* | Generalize dictionary() to accept a sequence of 2-sequences. At the | Tim Peters | 2001-10-26 | 1 | -4/+8 |
|
|