summaryrefslogtreecommitdiff
path: root/suds/xsd
Commit message (Expand)AuthorAgeFilesLines
* Fix building xsd types using the builder with mixed content (string w/ attrib...jortel2010-08-172-1/+19
* Modified plugin API to: initialized(), loaded(), sending() & received().jortel2010-05-132-2/+2
* Fix ImportDoctor onLoad() plugin API.jortel2010-05-111-1/+1
* Add Plugins facility. Supports hooks for onInit(), onLoad(), onSend() onRepl...jortel2010-05-112-5/+12
* Undo changes to literal marshalling prefix qualification.jortel2010-05-062-21/+1
* optimize Schema.children using set().jortel2010-05-061-1/+4
* Update epydocs suds/xsd/schema.pyjortel2010-05-063-5/+32
* Fix Timezone.local references; Change xsd.sxbasic.qualify() to use the schema...jortel2010-03-111-1/+7
* Add base for <xs:list/> support.jortel2010-02-252-2/+26
* Add a local document store containing textual copies of static and frequently...jortel2010-01-291-3/+9
* Enable WSDL caching as pickled object; refactor caching; remove /options/ att...jortel2010-01-262-35/+38
* Move transport caching to document-based caching. This approach leverages th...jortel2010-01-121-10/+6
* Decouple the sax.Parser and the Transport.jortel2010-01-121-3/+9
* Further refine fix for ticket #254 to be more constrained. Also, verified ag...jortel2009-12-121-4/+5
* Remove metric gathering/printing for autoblend().jortel2009-12-111-5/+0
* Add autoblend feature (disabled by default). The feature (option) ensures th...jortel2009-12-111-0/+29
* Modify fix for #254 to handle cases where the element that was a restriction ...jortel2009-12-101-1/+1
* Fix ticket 280. Make SchemaObject.qualify() idempotent and call qualify() on...jortel2009-12-031-0/+3
* Enhance rpc/encoded (soap section 5) encoded arrays. This includes soap-enc:...jortel2009-11-063-178/+210
* Fix ticket #254 by handling simple types by restriction. Also, remove dead l...jortel2009-10-142-7/+109
* Centralize the conversion of schema objects attribute values from references ...jortel2009-09-283-30/+31
* TypedContent.resolve() not caching after lookupjortel2009-09-281-1/+3
* Fix unqualified reference to Import.xsdnsjortel2009-09-011-2/+2
* Complete the list of XSD builtin (simple) types. Update schema.builtin() to ...jortel2009-09-012-4/+66
* Convert XML date, time & datetime classes (XDate, XTime & XDateTime) to use t...jortel2009-08-312-308/+56
* Add missing import; Fix <xs:include/>.jortel2009-08-311-2/+62
* Add unset() to unset attributes on Element; Update binding to override explan...jortel2009-08-192-3/+16
* Remove redundant epydocs (docstrings), only methods that don't override base ...jortel2009-07-153-408/+20
* Move minOccurs and maxOccurs and associated optional() & unbounded() to base ...jortel2009-07-152-160/+57
* Modify marshaller to set xsi:type attribute on doc/lit services only for type...jortel2009-07-102-12/+4
* Fix ticket #235; Fix XBoolean.translate() to only attempt to translate boolea...jortel2009-07-061-5/+10
* Add 'xstq' option to control when xsi:type values should be qualified by name...jortel2009-06-151-1/+1
* Add behavior for @default defined on <element/>jortel2009-06-032-8/+13
* update makefile to use .PHONY: and add pdf target.jortel2009-05-191-0/+5
* update epydocs; add __version__ to suds packagejortel2009-05-181-4/+2
* Updated ImportDoctor APIjortel2009-05-181-40/+131
* simplify schema doctorjortel2009-05-141-71/+75
* Add schema doctorjortel2009-05-132-0/+117
* Update parser to not load external references. Add binding for XMLSchema.xsdjortel2009-05-131-0/+1
* fix ticket #225; xs:import schema with same namespacejortel2009-05-121-1/+11
* Fix ticket: 224 by updating the XInteger and XFloat xsd types to not translat...jortel2009-05-011-3/+10
* Fix return type for Any.get_attribute()jortel2009-04-271-1/+4
* add buildRequires: python-devel to the spec and fix epydoc problem.jortel2009-04-021-2/+0
* Enhance the dependecy list class: DepList.jortel2009-03-241-33/+49
* Fix ticket 214. XS Attributes did not implement resolve() and thus were not ...jortel2009-03-171-36/+40
* fix ticket 208, further enhance processing for document/literal barejortel2009-03-051-3/+8
* fix marshaller derived()jortel2009-02-161-0/+55
* Fix unbounded() incorrectly propigated to childrenjortel2009-02-011-1/+6
* epydoc fixjortel2009-01-261-2/+2
* Add ordering to the suds object metadata; Update builder to add ordering info...jortel2009-01-245-136/+104