1. 14 Mar, 2001 1 kayıt (commit)
  2. 09 Şub, 2001 1 kayıt (commit)
  3. 15 Ock, 2001 1 kayıt (commit)
  4. 12 Ara, 2000 1 kayıt (commit)
  5. 06 Ara, 2000 1 kayıt (commit)
    • Sjoerd Mullender's avatar
      Two changes: · f7e84e12
      Sjoerd Mullender yazdı
      - Use new Error class (subclass of RuntimeError so is backward
        compatible) which is raised when RuntimeError used to be raised.
      - Report original attribute name in error messages instead of name
        mangled with namespace URL.
      f7e84e12
  6. 31 Agu, 2000 1 kayıt (commit)
    • Sjoerd Mullender's avatar
      New method getnamespace. · 1c8feae4
      Sjoerd Mullender yazdı
      Since the application never gets to see the namespace abbreviation
      used in the XML document, but some applications may need to know them,
      we provide this method.
      1c8feae4
  7. 16 Tem, 2000 1 kayıt (commit)
    • Thomas Wouters's avatar
      Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either · 7e474022
      Thomas Wouters yazdı
      comments, docstrings or error messages. I fixed two minor things in
      test_winreg.py ("didn't" -> "Didn't" and "Didnt" -> "Didn't").
      
      There is a minor style issue involved: Guido seems to have preferred English
      grammar (behaviour, honour) in a couple places. This patch changes that to
      American, which is the more prominent style in the source. I prefer English
      myself, so if English is preferred, I'd be happy to supply a patch myself ;)
      7e474022
  8. 10 Tem, 2000 1 kayıt (commit)
  9. 04 Tem, 2000 1 kayıt (commit)
    • Sjoerd Mullender's avatar
      2 fixes plus one extension: · 5baaf665
      Sjoerd Mullender yazdı
      - Actually count the linefeeds in a the CDATA content.
      - Don't call the endtag handler for an unmatched endtag (this makes
        the base class simpler since it doesn't have to deal with unopened
        endtags).
      - If the __init__ method is called with keyword argument
        translate_attribute_references=0, don't attempt to translate
        character and entity references in attribute values.
      5baaf665
  10. 28 Haz, 2000 1 kayıt (commit)
  11. 21 Haz, 2000 1 kayıt (commit)
    • Guido van Rossum's avatar
      Sjoerd Mullender: · d468bd34
      Guido van Rossum yazdı
      These two fixes were approved by me.
      
      Peter Kropf:
      There's a problem with the xmllib module when used with JPython. Specifically,
      the JPython re module has trouble with the () characters in strings passed into
      re.compile.
      
      Spiros Papadimitriou:
      I just downloaded xmllib.py ver. 0.3 from python.org and there
      seems to be a slight typo:  Line 654 ("tag = self.stack[-1][0]"
      in parse_endtag),  is indented one level more than it should be.
      I just thought I'd let you know...
      d468bd34
  12. 04 Şub, 2000 1 kayıt (commit)
    • Guido van Rossum's avatar
      Actually, the previous batch's comment should have been different; · 4b8c6eaf
      Guido van Rossum yazdı
      *this* set of patches is Ka-Ping's final sweep:
      
      The attached patches update the standard library so that all modules
      have docstrings beginning with one-line summaries.
      
      A new docstring was added to formatter.  The docstring for os.py
      was updated to mention nt, os2, ce in addition to posix, dos, mac.
      4b8c6eaf
  13. 26 Agu, 1999 1 kayıt (commit)
    • Guido van Rossum's avatar
      Sjoerd Mullender writes: · b35d6846
      Guido van Rossum yazdı
      """
      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
  14. 08 Haz, 1999 1 kayıt (commit)
  15. 02 Şub, 1999 2 kayıt (commit)
    • Guido van Rossum's avatar
      Fredrik Lundh fixes Sjoerd's patch... · 2e3f7bec
      Guido van Rossum yazdı
      """Sjoerd's version stores unbound methods.  that's not good enough ;-)
      Here's an alternative implementation of fixdict."""
      2e3f7bec
    • Guido van Rossum's avatar
      Patch by Sjoerd Mullender to placate /F: · cc2c291b
      Guido van Rossum yazdı
      Fix leaking of instances by removing the elements variable that we
      created on closing the parser.  The elements variable is now created
      in the reset() method, so that the sequence close(); reset();
      ... works.
      Also, add the name of the entity reference that wasn't found to the
      error message.
      cc2c291b
  16. 01 Şub, 1999 1 kayıt (commit)
  17. 22 Ara, 1998 1 kayıt (commit)
  18. 21 Ara, 1998 1 kayıt (commit)
    • Guido van Rossum's avatar
      Sjoerd Mullender: · 91c8f590
      Guido van Rossum yazdı
      - Fixed a bug where a syntax error was reported when a document
        started with white space.  (White space at the start of a document
        is valid if there is no XML declaration.)
      - Improved the speed quite a bit for documents that don't make use of
        namespaces.
      91c8f590
  19. 18 Ara, 1998 1 kayıt (commit)
    • Guido van Rossum's avatar
      Sjoerd Mullender writes: · b083a9fb
      Guido van Rossum yazdı
      Here is my current version of xmllib.py and the documentation.  This
      version has some API changes with respect to the version currently in
      Python (also the one in 1.5.2a).
      This version supports XML namespaces.
      b083a9fb
  20. 08 Ara, 1998 1 kayıt (commit)
  21. 07 Ara, 1998 1 kayıt (commit)
    • Guido van Rossum's avatar
      Sjoerd writes: · f484a336
      Guido van Rossum yazdı
      When literal mode is entered it should exit automatically when the
      matching close tag of the last unclosed open tag is encountered.  This
      patch fixes this.
      f484a336
  22. 19 Eki, 1998 1 kayıt (commit)
  23. 03 Nis, 1998 1 kayıt (commit)
  24. 26 Mar, 1998 1 kayıt (commit)
  25. 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
  26. 18 Kas, 1997 2 kayıt (commit)