Skip to content
Snippets Groups Projects
  1. Jan 27, 2008
  2. Jan 25, 2008
  3. Jan 24, 2008
  4. Jan 23, 2008
  5. Jan 22, 2008
  6. Jan 21, 2008
  7. Jan 20, 2008
  8. Jan 18, 2008
    • steve-e's avatar
      Merge xmpp.py 4.1 simplexml.py · 9e74881e
      steve-e authored
      See #3694
      
      
       * WARNING! Incompartible change! Now newtag=n.T.newtag do not creates new tag
      but only returns existing one (if possible). If you need to create tag use
      either .NT. method or attribute set (i.e. n.T.newtag=something).
      
       * Added CDATA extracting method to xml node.
      
       * added xmlns safety check
      
       * Fixed node attribute deletion with "del node[attr]" syntax.
      
       * Ordering fix for when addChild and addData are used on the same node (may increase memory usage, might need to watch for that)
      
       * Fixes for children node fetching, still not perfect, but much better
      9e74881e
  9. Jan 17, 2008
  10. Jan 14, 2008
  11. Jan 11, 2008
  12. Jan 10, 2008
  13. Jan 09, 2008
  14. Jan 07, 2008
  15. Jan 06, 2008
  16. Jan 05, 2008
  17. Jan 04, 2008
  18. Jan 02, 2008
  19. Jan 01, 2008
  20. Dec 31, 2007
Loading