summaryrefslogtreecommitdiff
path: root/suds/transport
Commit message (Expand)AuthorAgeFilesLines
* Fix basic http authentication when caching is enabled.jortel2010-02-022-7/+21
* Refactor transports to use urllib2 ProxyHandler.jortel2010-02-012-37/+41
* Move transport caching to document-based caching. This approach leverages th...jortel2010-01-125-243/+1
* Fix epydocsjortel2009-12-011-2/+2
* Fix place in the code missed when HttpTransport private methods made public.jortel2009-11-201-2/+2
* Make the private methods in HttpTransport public. Add a check for the versio...jortel2009-11-201-12/+57
* Refactor Properties (options) links into a Link/Endpoint classes. Add domain...jortel2009-11-191-1/+2
* Update axis test for new-style rpc/encoded arrays; fix epydocs.jortel2009-11-181-1/+1
* Move WindowsHttpAuthenticated class from ntlm.py to https.py because it shado...jortel2009-10-212-47/+21
* Bump to 0.3.8 beta, update ntlm transport.jortel2009-10-211-3/+2
* Add NTLM transport and fix epydocs on http/https modules.jortel2009-10-213-2/+49
* Fix broken defaulted option values introduced in r574.jortel2009-10-011-2/+1
* Replace suds.__init__.properties with __version__ and __build__ and fix clien...jortel2009-09-301-0/+4
* Refactor Options. Needed to separate the general options from the Transport ...jortel2009-09-304-3/+76
* Fix ticket #244; apply supplied patch. Fixes FileCache.clear()jortel2009-08-041-3/+3
* Remove redundant epydocs (docstrings), only methods that don't override base ...jortel2009-07-151-19/+0
* Add HttpAuthenticated to transport.http.py. This class provides a primiative...jortel2009-07-102-12/+33
* Update file cache to ignore URL based on protocol. The file:// protocol is i...jortel2009-04-281-1/+9
* Change hard coded /tmp/suds to tempfile.gettempdir() per ticket #222. Also, ...jortel2009-04-201-5/+13
* Remove redundant call to HttpAuthenticated __init__()jortel2009-04-161-1/+0
* Fix marshaller.Encoded encode() to handle resolved being xs:any. Update opti...jortel2009-04-074-14/+38
* Fix ticket #216. Remove fp.code.jortel2009-03-241-1/+1
* Add NoCache and default to that in optionsjortel2009-03-191-3/+35
* fix epydocsjortel2009-03-181-16/+4
* update epydocs and change default cache duration to (1) day.jortel2009-03-181-4/+85
* changing caching directory to /tmp/sudsjortel2009-03-181-1/+10
* change logging message (%s must be superset of %s, ordering ignored) to debug...jortel2009-03-181-2/+2
* Refactor transport.py into a package. Add default URL caching.jortel2009-03-184-0/+403