summaryrefslogtreecommitdiff
path: root/suds/cache.py
Commit message (Expand)AuthorAgeFilesLines
* Fix directory checking in FileCache.clear().jortel2010-12-071-3/+4
* Fix checkversion() for cases when the cache directory does not exist.jortel2010-04-141-2/+2
* FileCache.putf() needs to return valid file pointer although putf() not being...jortel2010-04-091-2/+3
* Add version checking to ensure that the cache is cleared when suds is upgraded.jortel2010-03-311-0/+17
* Enhance caching: Add cachingpolicy (0=xml documents, 1=wsdl object); Add Docu...jortel2010-03-311-10/+40
* Fix cache clear() to ignore suffix.jortel2010-03-091-1/+1
* Fix coding error in cache.py.jortel2010-02-101-1/+1
* Enable WSDL caching as pickled object; refactor caching; remove /options/ att...jortel2010-01-261-97/+97
* Update epydocs.jortel2010-01-131-2/+1
* Move transport caching to document-based caching. This approach leverages th...jortel2010-01-121-0/+290