summaryrefslogtreecommitdiff
path: root/suds/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Fix Timezone.local references; Change xsd.sxbasic.qualify() to use the schema...jortel2010-03-111-1/+1
* Add UTC class and change the wsse timestamps to use sax.date classes for prop...jortel2010-03-031-1/+1
* Add base for <xs:list/> support.jortel2010-02-251-2/+2
* 0.3.9 GAjortel2010-02-191-1/+1
* Fix coding error in cache.py.jortel2010-02-101-1/+1
* Fix ticket #296. unmarshalling soap encoded arrays when array element has at...jortel2010-02-091-1/+1
* Fix basic http authentication when caching is enabled.jortel2010-02-021-1/+1
* Add support for <Timestamp/> and <Expires/> tokens for WSSE.jortel2010-02-011-1/+1
* Refactor transports to use urllib2 ProxyHandler.jortel2010-02-011-1/+1
* Fix ticket #295 and raise specific exception when location not found in docum...jortel2010-01-301-1/+1
* bump revision.jortel2010-01-291-1/+1
* Add a local document store containing textual copies of static and frequently...jortel2010-01-291-1/+1
* Add check for 'options' before del and change to remove list of unwanted opti...jortel2010-01-291-1/+1
* Fix pickling problem with wsdls that import other wsdls.jortel2010-01-281-1/+1
* Fix missing 'self' on getid.jortel2010-01-271-1/+1
* Bump version with pickled WSDL caching.jortel2010-01-261-1/+1
* Move transport caching to document-based caching. This approach leverages th...jortel2010-01-121-5/+3
* Add Ticket 291 optimization; replace string concatenation with using a charac...jortel2010-01-051-1/+1
* Handle overflow errors when trying to convert dates such as: 0001-01-01T00:00...jortel2009-12-231-1/+1
* Set /real/ type as Object metadata type in typed unmarshaller. Cast Objects ...jortel2009-12-221-1/+1
* In the sax parser, discontinue trim() on text nodes.jortel2009-12-221-1/+1
* Bump trunk to 0.3.9 beta.jortel2009-12-171-2/+2
* Move 0.3.8 beta to: GA status.jortel2009-12-171-1/+1
* Further refine fix for ticket #254 to be more constrained. Also, verified ag...jortel2009-12-121-1/+1
* Fix problem with content.real being None when passing sudsobject.Property par...jortel2009-12-111-1/+1
* Remove metric gathering/printing for autoblend().jortel2009-12-111-1/+1
* Add autoblend feature (disabled by default). The feature (option) ensures th...jortel2009-12-111-1/+1
* Trim microsecond to 6 digits when bigger to comply with python datetime.datet...jortel2009-12-071-1/+1
* Trim microsecond to 999999 when bigger to comply with python datetime.datetim...jortel2009-12-071-1/+1
* Fix ticket 282; fixed wsdl schema_import().jortel2009-12-041-1/+1
* Fix ticket 278 (again); fix (2) demensional soap encoded arrays. Also, fix h...jortel2009-12-031-1/+1
* Fix ticket 280. Make SchemaObject.qualify() idempotent and call qualify() on...jortel2009-12-031-1/+1
* Add handling for (2) dimensional arrays (array of arrays) in Encoded unmarsha...jortel2009-12-021-1/+1
* Bump beta rev and build information.jortel2009-12-021-1/+1
* Move soaparray XSD extensions to separate module named soaparray.py. Update ...jortel2009-12-021-1/+1
* Fix sax special character encoding (escaping). Needed to be simpler and got ...jortel2009-12-011-1/+1
* The strategy for unmarshalling soap encoded arrays needed to be updated. Ins...jortel2009-11-251-1/+1
* bump beta release info.jortel2009-11-201-1/+1
* bump beta releasejortel2009-11-191-1/+1
* Add a (null) class to be used to explicitly pass NULL parameters and NULL for...jortel2009-11-191-0/+7
* Enhance rpc/encoded (soap section 5) encoded arrays. This includes soap-enc:...jortel2009-11-061-1/+1
* Fix Client.clone(), add missing self.messages.jortel2009-10-301-1/+1
* Fix ticket #263, coding error.jortel2009-10-271-1/+1
* Fix ticket #261; fix wsdl.Service.setlocation()jortel2009-10-271-1/+1
* Move the logic for XML special charachter escaping from the sax.element.Eleme...jortel2009-10-211-1/+1
* Bump to 0.3.8 beta, update ntlm transport.jortel2009-10-211-2/+2
* 0.3.7 GA releasejortel2009-10-191-1/+1
* remove socket import; update changelog 0.3.7 notesjortel2009-10-161-1/+0
* Fix ticket #254 by handling simple types by restriction. Also, remove dead l...jortel2009-10-141-1/+1
* Replace suds.__init__.properties with __version__ and __build__ and fix clien...jortel2009-09-301-2/+1