Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PYMALLOC_DEBUG routines: The "check API family" gimmick was going nowhere | Tim Peters | 2002-03-28 | 1 | -6/+6 |
* | Give Python a debug-mode pymalloc, much as sketched on Python-Dev. | Tim Peters | 2002-03-23 | 1 | -3/+17 |
* | Arrange to export the _PyMalloc_{Malloc, Realloc, Free} entry points. On | Tim Peters | 2002-03-20 | 1 | -3/+3 |
* | Drop the PyCore_* memory API. | Neil Schemenauer | 2002-03-18 | 1 | -25/+26 |
* | Simpilify PyCore_* macros by assuming the function prototypes for | Neil Schemenauer | 2002-03-18 | 1 | -68/+4 |
* | Whether platform malloc(0) returns NULL has nothing to do with whether | Tim Peters | 2002-03-02 | 1 | -7/+12 |
* | Repair more now-obsolete references to config.h. | Tim Peters | 2001-07-26 | 1 | -1/+1 |
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 1 | -9/+0 |
* | Fix a typo in the PyMem_Resize macro, found by Andrew Kuchling | Vladimir Marangozov | 2000-08-13 | 1 | -1/+1 |
* | patch from Vladimir (move Py_Mem* interface to Include/pymem.h) | Peter Schneider-Kamp | 2000-07-31 | 1 | -0/+179 |