1. 28 Jun, 2006 4 commits
  2. 27 Jun, 2006 11 commits
  3. 26 Jun, 2006 7 commits
  4. 25 Jun, 2006 4 commits
  5. 23 Jun, 2006 4 commits
    • Hye-Shik Chang's avatar
      Bug #1511381: codec_getstreamcodec() in codec.c is corrected to · 8b22a55c
      Hye-Shik Chang authored
      omit a default "error" argument for NULL pointer.  This allows
      the parser to take a codec from cjkcodecs again.
      (Reported by Taewook Kang and reviewed by Walter Doerwald)
      8b22a55c
    • Andrew M. Kuchling's avatar
      Fit Makefile for the Python doc environment better; this is a step toward · 8e057b12
      Andrew M. Kuchling authored
      including the howtos in the build process.
      
      	* Put LaTeX output in ../paper-<whatever>/.
      	* Put HTML output in ../html/
      	* Explain some of the Makefile variables
      	* Remove some cruft dating to my environment (e.g. the 'web' target)
      
      This makefile isn't currently invoked by the documentation build process,
      so these changes won't destabilize anything.
      8e057b12
    • Fred Drake's avatar
      - SF bug #853506: IP6 address parsing in sgmllib · c42e1b85
      Fred Drake authored
        ('[' and ']' were not accepted in unquoted attribute values)
      
      - cleaned up tests of character and entity reference decoding so the
        tests cover the documented relationships among handle_charref,
        handle_entityref, convert_charref, convert_codepoint, and
        convert_entityref, without bringing up Unicode issues that sgmllib
        cannot be involved in
      c42e1b85
    • Neal Norwitz's avatar
      Fix refleak · 2bb0a7a9
      Neal Norwitz authored
      2bb0a7a9
  6. 22 Jun, 2006 10 commits