1. 26 Aug, 1999 5 commits
    • Fred Drake's avatar
      convert(): Add support for ESIS '&' lines, and make sure we don't · 53eae8e8
      Fred Drake authored
                  silently ignore unrecognized lines.
      53eae8e8
    • Fred Drake's avatar
      posix_putenv(): Constrain memory leakage when setting the same · 762e2067
      Fred Drake authored
              environment variable repeatedly.  I posted this to the list
              some time ago, but only now got around to asking g--d- what he
              thought about it.
      762e2067
    • Guido van Rossum's avatar
      Doco update from Sjoerd Mullender. · e7f19200
      Guido van Rossum authored
      e7f19200
    • Guido van Rossum's avatar
      Sjoerd Mullender writes: · b35d6846
      Guido van Rossum authored
      """
      Added some optional arguments to the XMLParser __init__ method to
      specify that selected non-standard constructs are to be accepted.
      Also removed the documentation for handle_entityrefs since it isn't
      used.
      """
      
      The version is incremented to 0.3.
      b35d6846
    • Guido van Rossum's avatar
      Sjoerd Mullender writes: · 3601e88c
      Guido van Rossum authored
      """
      Extended chunk so that it can also handle formats that are almost
      according to EA IFF 85.  In particular, added options to handle
      little-endian and to handle formats that include the header size in
      the chunk size value.
      
      Fixed a bug where the header size was included in the chunk size, which
      it isn't according to EA IFF 85.
      
      Added a new method getsize() to get the size of the chunk (excluding
      header).
      
      Fixed chunk documentation (TIFF doesn't look like it uses chunks).
      Converted wave to use chunk.  Wave uses EA IFF 85 chunks except that
      it uses little-endian encoding of integer data.
      
      Removed __del__ methods from aifc and wave since I got an
      AttributeError there upon exit.
      """
      3601e88c
  2. 24 Aug, 1999 3 commits
  3. 23 Aug, 1999 4 commits
  4. 20 Aug, 1999 6 commits
  5. 19 Aug, 1999 8 commits
  6. 18 Aug, 1999 6 commits
  7. 14 Aug, 1999 7 commits
  8. 13 Aug, 1999 1 commit