summaryrefslogtreecommitdiff
path: root/suds/builder.py
Commit message (Expand)AuthorAgeFilesLines
* Fix building xsd types using the builder with mixed content (string w/ attrib...jortel2010-08-171-7/+12
* Fixed ticket #212; builder adding attributes from parent type.jortel2009-03-111-7/+8
* update builder constructor to take a resolverjortel2009-02-231-5/+4
* Add ordering to the suds object metadata; Update builder to add ordering info...jortel2009-01-241-16/+32
* (no commit message)jortel2009-01-161-1/+1
* Refactored xsd package: The schema object simplified to hold all children in ...jortel2009-01-161-5/+6
* Fix ticket #49, Builder updated to add missing type information to inner clas...jortel2008-11-061-0/+2
* revise marshaller and binding to further sharpen the namespacing of nodes pro...jortel2008-10-311-3/+2
* Change PathResolver to return unresolved types by default. This is needed so...jortel2008-10-221-2/+3
* * Update factory (builder) to include all attributes.jortel2008-08-201-4/+3
* Add flattened flag to prevent re-flattening imported schema types. Update bu...jortel2008-08-111-3/+12
* Fix ENUMs broken during xsd package overhaul.jortel2008-08-051-1/+2
* License as LGPLjortel2008-08-041-5/+6
* modify builder to skip <xs:any/> when building objects.jortel2008-08-011-0/+2
* Fix problem printing xsd/sxbuiltins/dateTime - tzinfo exception. Add <choice...jortel2008-08-011-3/+7
* A complete overhaul of the (xsd) pacakge. Uses merging approach much like th...jortel2008-07-311-16/+18
* Revert builder chg to include /all/ attributes to only include required onesjortel2008-07-281-3/+4
* xs:date, xs:time, xs:dateTime converted to/from python types and convert to/f...jortel2008-07-241-4/+3
* Refactored schema into new (xsd) package. Files just getting too big. Added ...jortel2008-06-271-1/+1
* update epydocsjortel2008-06-171-0/+4
* add sudsobject.Property; a property is a special Object that contains a (valu...jortel2008-05-301-2/+5
* make sudsobject.Factory a singletonjortel2008-05-301-4/+4
* updated the serviceproxy.Factory to use the simpler create() method; updated ...jortel2008-05-221-3/+4
* In order to support the new features and fix reported bugs, I'm in the proces...jortel2008-05-201-12/+12
* fix logging by: NOT setting to info in suds.__init__.logger(); set handler on...jortel2008-05-081-0/+2
* add support for (xsd) schema <attribute/> nodes which primarily affects objec...jortel2008-05-081-0/+10
* Update the schema.py SchemaProperty loading sequence so that the schema is lo...jortel2008-05-071-0/+2
* replace Property object with suds Object; remote property.py and retrofit app...jortel2008-04-251-15/+14
* chg serviceproxy to using a binding assigned per method operation. This bett...jortel2008-04-221-0/+58