summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Change wsdl Import to use DocumentReader instead of DefinitionsReader. This ...jortel2010-02-261-2/+2
* bump rpm spec to 0.4jortel2010-02-252-4/+7
* Add base for <xs:list/> support.jortel2010-02-253-4/+28
* 0.3.9 GAjortel2010-02-192-2/+11
* Fix coding error in cache.py.jortel2010-02-102-2/+2
* Fix ticket #296. unmarshalling soap encoded arrays when array element has at...jortel2010-02-092-7/+18
* Fix basic http authentication when caching is enabled.jortel2010-02-023-8/+22
* Add support for <Timestamp/> and <Expires/> tokens for WSSE.jortel2010-02-012-12/+41
* Refactor transports to use urllib2 ProxyHandler.jortel2010-02-013-38/+42
* Fix ticket #295 and raise specific exception when location not found in docum...jortel2010-01-302-3/+32
* bump revision.jortel2010-01-291-1/+1
* In the ElementAppender (marshaller), wrap appended Elements to make them kind...jortel2010-01-292-6/+31
* update epydocs.jortel2010-01-291-0/+7
* Add a local document store containing textual copies of static and frequently...jortel2010-01-294-8/+586
* Add check for 'options' before del and change to remove list of unwanted opti...jortel2010-01-293-8/+15
* Fix pickling problem with wsdls that import other wsdls.jortel2010-01-282-5/+5
* Fix missing 'self' on getid.jortel2010-01-272-2/+2
* Bump version with pickled WSDL caching.jortel2010-01-261-1/+1
* Enable WSDL caching as pickled object; refactor caching; remove /options/ att...jortel2010-01-2610-227/+309
* Remove (cleanup) Text pickler object.jortel2010-01-253-41/+2
* Move Text object pickling to the Text class.jortel2010-01-251-0/+10
* Move Text object pickling to the Text class.jortel2010-01-251-9/+0
* update python version.jortel2010-01-251-2/+2
* Add Facade to sudsobject to be used when a true subclass is not necessary.jortel2010-01-211-6/+17
* Update epydocs.jortel2010-01-133-5/+20
* Move transport caching to document-based caching. This approach leverages th...jortel2010-01-1214-136/+221
* Decouple the sax.Parser and the Transport.jortel2010-01-123-22/+23
* Tune the document/literal encode() method to set the xsi:type only when the r...jortel2010-01-071-0/+2
* Add Ticket 291 optimization; replace string concatenation with using a charac...jortel2010-01-052-5/+6
* Handle overflow errors when trying to convert dates such as: 0001-01-01T00:00...jortel2009-12-233-5/+26
* Set /real/ type as Object metadata type in typed unmarshaller. Cast Objects ...jortel2009-12-223-3/+8
* 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-222-2/+1
* Bump trunk to 0.3.9 beta.jortel2009-12-172-3/+5
* 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-122-5/+6
* Fix problem with content.real being None when passing sudsobject.Property par...jortel2009-12-113-3/+7
* Remove metric gathering/printing for autoblend().jortel2009-12-112-6/+1
* Add autoblend feature (disabled by default). The feature (option) ensures th...jortel2009-12-113-2/+36
* Modify fix for #254 to handle cases where the element that was a restriction ...jortel2009-12-101-1/+1
* Fix ticket 284; have <soap:fault/> inherit the /name/ from the outer <fault/>...jortel2009-12-101-4/+5
* Update changelog for 0.3.8.jortel2009-12-091-2/+14
* Trim microsecond to 6 digits when bigger to comply with python datetime.datet...jortel2009-12-072-7/+3
* Trim microsecond to 999999 when bigger to comply with python datetime.datetim...jortel2009-12-073-5/+25
* Fix ticket 282; fixed wsdl schema_import().jortel2009-12-042-2/+2
* Fix ticket 278 (again); fix (2) demensional soap encoded arrays. Also, fix h...jortel2009-12-038-43/+53
* Fix ticket 280. Make SchemaObject.qualify() idempotent and call qualify() on...jortel2009-12-032-1/+4
* Add handling for (2) dimensional arrays (array of arrays) in Encoded unmarsha...jortel2009-12-022-3/+7
* Bump beta rev and build information.jortel2009-12-021-1/+1
* Rename mx.Literal to mx.Typed and create mx.Literal. Update Typed.start() to...jortel2009-12-023-44/+183