1. 21 Jan, 2001 4 commits
    • Martin v. Löwis's avatar
      Merge with 1.25 of PyXML: · e2fd2f38
      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.
      e2fd2f38
    • Tim Peters's avatar
      Whitespace normalization. · b27c1c74
      Tim Peters authored
      b27c1c74
    • Tim Peters's avatar
      Whitespace normalization. · 1920cc68
      Tim Peters authored
      1920cc68
    • Tim Peters's avatar
      Bug #128475: mimetools.encode (sometimes) fails when called from a thread. · 430236b6
      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.
      430236b6
  2. 20 Jan, 2001 14 commits
  3. 19 Jan, 2001 22 commits