1. 03 Nov, 2004 8 commits
  2. 02 Nov, 2004 3 commits
    • Sidnei da Silva's avatar
      1bb6f655
    • Sidnei da Silva's avatar
      · 45e5350a
      Sidnei da Silva authored
            - Always unescape element contents on webdav.xmltools
      
            - Use saxutils to escape/unescape values for/from
              PROPFIND/PROPPATCH.
      
            - Make OFS.PropertySheet use the escaping function from
              webdav.xmltools.
      
            - Escape/unescape " and '
      
            - Set a default value of '' for the new 'alt' property as not to
              break existing content.
      45e5350a
    • 's avatar
      fixed typo · df259636
      authored
      df259636
  3. 31 Oct, 2004 1 commit
    • Andreas Jung's avatar
      · e4679cb4
      Andreas Jung authored
            - Collector #1443: Applied patch by Simon Eisenmann that reimplements 
              the XML parser used in WebDAV fixing a memory leak.
      e4679cb4
  4. 30 Oct, 2004 8 commits
  5. 29 Oct, 2004 6 commits
  6. 18 Oct, 2004 1 commit
    • Tim Peters's avatar
      Collector 1542: Python 2.4/Zope 2.8 unittest failure in asyncore.py · b11eabb7
      Tim Peters authored
      Forward port form 2.7 branch.
      
      medusa's class monitor_server derives from asyncore.dispatcher, but
      never called the latter's constructor.  As a result, the ._map attribute
      set by 2.4's asyncore.dispatcher.__init__() never gets set, and calling
      asyncore methods later dies with an AttributeError on ._map.  The fix
      is a 1-liner, adding a call to the base-class constructor.
      b11eabb7
  7. 17 Oct, 2004 1 commit
  8. 15 Oct, 2004 4 commits
  9. 14 Oct, 2004 2 commits
  10. 13 Oct, 2004 1 commit
  11. 12 Oct, 2004 4 commits
  12. 11 Oct, 2004 1 commit