summaryrefslogtreecommitdiff
path: root/suds/reader.py
Commit message (Expand)AuthorAgeFilesLines
* Add DocumentPlugin.loaded() hook per ticket 347.jortel2010-09-011-2/+6
* Fix duplicate DocumentPlugin.parsed() called when wsdl imports schema.jortel2010-09-011-0/+3
* Enhance caching: Add cachingpolicy (0=xml documents, 1=wsdl object); Add Docu...jortel2010-03-311-27/+47
* update epydocs.jortel2010-01-291-0/+7
* Add a local document store containing textual copies of static and frequently...jortel2010-01-291-4/+11
* Add check for 'options' before del and change to remove list of unwanted opti...jortel2010-01-291-4/+8
* Enable WSDL caching as pickled object; refactor caching; remove /options/ att...jortel2010-01-261-4/+72
* Update epydocs.jortel2010-01-131-0/+19
* Move transport caching to document-based caching. This approach leverages th...jortel2010-01-121-0/+37