1. 22 Nis, 2002 4 kayıt (commit)
    • Tim Peters's avatar
      Moving pymalloc along. · 51e7f5ca
      Tim Peters yazdı
      + Redirect PyMem_{Del, DEL} to the object allocator's free() when
        pymalloc is enabled.  Needed so old extensions can continue to
        mix PyObject_New with PyMem_DEL.
      
      + This implies that pgen needs to be able to see the PyObject_XYZ
        declarations too.  pgenheaders.h now includes Python.h.  An
        implication is that I expect obmalloc.o needs to get linked into
        pgen on non-Windows boxes.
      
      + When PYMALLOC_DEBUG is defined, *all* Py memory API functions
        now funnel through the debug allocator wrapper around pymalloc.
        This is the default in a debug build.
      
      + That caused compile.c to fail:  it indirectly mixed PyMem_Malloc
        with raw platform free() in one place.  This is verbotten.
      51e7f5ca
    • Steven M. Gava's avatar
      tracking python idle changes: · a2bc259d
      Steven M. Gava yazdı
      Provisional fix for writefile() [SF bug # 541730]
      a2bc259d
    • Tim Peters's avatar
      Update the Windows makefile for 2.3. · 1c619266
      Tim Peters yazdı
      1c619266
    • Steven M. Gava's avatar
      tracking python idle changes: · 931625dc
      Steven M. Gava yazdı
      Patch #540583: Open MS Help Docs if available.
      931625dc
  2. 21 Nis, 2002 11 kayıt (commit)
  3. 20 Nis, 2002 13 kayıt (commit)
  4. 19 Nis, 2002 12 kayıt (commit)