summaryrefslogtreecommitdiff
path: root/suds/sudsobject.py
Commit message (Expand)AuthorAgeFilesLines
* Add Facade to sudsobject to be used when a true subclass is not necessary.jortel2010-01-211-6/+17
* Clean up Factory.subclass() by not compiling or adding __init__() method.jortel2009-09-161-15/+9
* Add __delattr__() so users can safely remote attributesjortel2009-07-091-0/+10
* Update Printer to print property objects the same as sudsobjectsjortel2009-04-131-17/+0
* change logging message (%s must be superset of %s, ordering ignored) to debug...jortel2009-03-181-1/+4
* Add ordering to the suds object metadata; Update builder to add ordering info...jortel2009-01-241-6/+41
* remove lambdajortel2009-01-081-3/+3
* add sudsobject.footprint(); add Element.prune(); update flattening to NOT rev...jortel2008-11-191-0/+22
* add __setitme__() to sudsobject.Objectjortel2008-11-051-0/+3
* add merge() and fix property printingjortel2008-09-111-3/+16
* update cache key in Factory to include class namejortel2008-09-111-2/+3
* add indexing supportjortel2008-09-041-0/+2
* fix inject, add support for multiple port within a servicejortel2008-09-021-1/+6
* Fix ENUMs broken during xsd package overhaul.jortel2008-08-051-1/+2
* License as LGPLjortel2008-08-041-4/+6
* Fix <xs:import schemaLocation=/>; Implement <wsdl:import/> and retrofit the r...jortel2008-07-241-20/+55
* performance updates: add metrics module and instrument key modules; change lo...jortel2008-07-161-33/+59
* update epydocsjortel2008-06-171-0/+6
* add sudsobject.Property; a property is a special Object that contains a (valu...jortel2008-05-301-4/+37
* make sudsobject.Factory a singletonjortel2008-05-301-8/+9
* add groundwork for user defined soap headersjortel2008-05-291-0/+3
* fix elementFormDefault per ticket #7jortel2008-05-291-7/+27
* add the Proxy (2nd generation API) classjortel2008-05-221-48/+7
* updated the serviceproxy.Factory to use the simpler create() method; updated ...jortel2008-05-221-0/+3
* add accessor/conversion functions to that user don't need to access __x__ att...jortel2008-05-221-4/+46
* In order to support the new features and fix reported bugs, I'm in the proces...jortel2008-05-201-28/+34
* change metadata classjortel2008-05-091-4/+13
* fix logging by: NOT setting to info in suds.__init__.logger(); set handler on...jortel2008-05-081-0/+1
* remove *Experimental* notes from sudsobject.pyjortel2008-04-251-50/+1
* replace Property object with suds Object; remote property.py and retrofit app...jortel2008-04-251-2/+19
* (no commit message)jortel2008-04-251-14/+14
* experimental replacement for Propertyjortel2008-04-251-0/+193