1. 21 Jan, 2001 4 commits
    • Martin v. Löwis's avatar
      Merge with 1.25 of PyXML: · 0078f6cc
      Martin v. Löwis authored
      Participate in garbage collection if available.
      Potentially decref handlers in clear_handlers.
      Partially reindent.
      Put synthetic frame object on the stack to support better error output.
      Expose Python codecs to pyexpat.
      Add new Expat 1.2 handlers and API.
      Fix memory leak: release self->handlers.
      Do not expect PyModule_AddObject and PyModule_AddStringConstant in 2.0b1.
      Raise exception in ParseFile.
      0078f6cc
    • Tim Peters's avatar
      Whitespace normalization. · 172c40b2
      Tim Peters authored
      172c40b2
    • Tim Peters's avatar
      Whitespace normalization. · dfc538ac
      Tim Peters authored
      dfc538ac
    • Tim Peters's avatar
      Bug #128475: mimetools.encode (sometimes) fails when called from a thread. · 384fd106
      Tim Peters authored
      pythonrun.c:  In Py_Finalize, don't reset the initialized flag until after
      the exit funcs have run.
      atexit.py:  in _run_exitfuncs, mutate the list of pending calls in a
      threadsafe way.  This wasn't a contributor to bug 128475, it just burned
      my eyeballs when looking at that bug.
      384fd106
  2. 20 Jan, 2001 14 commits
  3. 19 Jan, 2001 22 commits