1. 11 Mar, 2002 16 commits
  2. 08 Mar, 2002 2 commits
    • Jeremy Hylton's avatar
      (Possibly) correct use of Python memory APIs. · 4a8d43bb
      Jeremy Hylton authored
      Fix SF bug #516768 reported by Dave Wallace.
      
      Replace use of PyMem_DEL() with PyObject_Del() on object dealloc
      functions.  The use of PyMem_DEL() is incorrect for object
      deallocation, because it only ever calls the low-level free().  If a
      custom allocator like pymalloc is used, it needs to be called to free
      the memory.
      4a8d43bb
    • Andreas Jung's avatar
      · d27182ea
      Andreas Jung authored
            - Collector #278: DocumentWithImages could not handle URLs with
              underscores
      d27182ea
  3. 07 Mar, 2002 2 commits
  4. 05 Mar, 2002 7 commits
  5. 04 Mar, 2002 9 commits
  6. 01 Mar, 2002 4 commits