summaryrefslogtreecommitdiff
path: root/suds/sax/parser.py
Commit message (Expand)AuthorAgeFilesLines
* refactor Document to no longer be an Element.jortel2011-12-071-1/+1
* Decouple the sax.Parser and the Transport.jortel2010-01-121-17/+9
* Add Ticket 291 optimization; replace string concatenation with using a charac...jortel2010-01-051-4/+5
* Reinstate sax parser trim() but only for element that have children. This cl...jortel2009-12-221-1/+4
* In the sax parser, discontinue trim() on text nodes.jortel2009-12-221-1/+0
* Change parser to convert xmlns Attribute.value from Text to plain unicode.jortel2009-11-171-2/+2
* Replace xlstr class in binding.__init__.py with sax.text.Text. Updated Eleme...jortel2009-06-181-1/+2
* Replace 'trim' argument in Element.getText() with method Element.trim() and h...jortel2009-06-151-1/+1
* Update parser to not load external references. Add binding for XMLSchema.xsdjortel2009-05-131-9/+20
* Refactor transport.py into a package. Add default URL caching.jortel2009-03-181-1/+2
* Add AuthenticatedTransport to provide basic http authentication. Add Options...jortel2008-11-241-3/+1
* Draft API-3 as defined @ ( https://fedorahosted.org/suds/wiki/Api3Proposal ),...jortel2008-11-211-10/+10
* remove un-needed trip() method from Element. Add optional param to Element.g...jortel2008-09-031-1/+1
* refactor sax.py into a package, updated all references. Made the XML special...jortel2008-08-291-0/+133