1. 16 Nis, 2002 2 kayıt (commit)
  2. 15 Nis, 2002 1 kayıt (commit)
  3. 11 Nis, 2002 1 kayıt (commit)
  4. 20 Eyl, 2001 1 kayıt (commit)
  5. 22 May, 2001 1 kayıt (commit)
  6. 17 Ock, 2001 2 kayıt (commit)
  7. 23 Eki, 2000 1 kayıt (commit)
  8. 29 Ock, 1998 1 kayıt (commit)
    • Guido van Rossum's avatar
      New version of xmllib from Sjoerd. · 02505e48
      Guido van Rossum yazdı
      The main incompatibility is that the error reporting method is now
      called as
       parser.syntax_error(msg)
      instead of
       parser.syntax_error(lineno, msg)
      
      This new version also has some code to deal with the <?xml?> and
      <!DOCTYPE> tags at the start of an XML document.
      The documentation has been updated, and a small test module has been
      created.
      02505e48