1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Dec 01, 2024 — Dec 01, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
merge commit More... about 10 years ago
replace 'unittest.expectedFailure' with a plain SkipTest to avoid a RuntimeWarning with plain "nosetests" (v1) More... about 10 years ago
catch SyntaxError when importing Django to prevent Python 2.6 tests to fail. More... about 10 years ago
travis: use container-based infrastructure instead of legacy environment More... about 10 years ago
Evaluate service location URL. %(scheme)s://%(host)s/ws More... about 10 years ago
Fix `SOAPVersion.get_version` and write some tests. More... about 10 years ago
Build WSDL with XSD dependencies and serve these dependencies with the same route, using `?xsd=someschema.xsd`. More... about 10 years ago
Generate python code to included schemas. More... about 10 years ago
Parse xsd:include tags. More... about 10 years ago
Accept Python Decimal type as a xsd.Decimal value. More... about 10 years ago
Flask dispatcher More... about 10 years ago
Failing testcase for restricted enumeration list More... over 10 years ago
Failing test cases for multiple schemas and inheritance More... over 10 years ago
Use parent namespace as targetNamespace to handle implicit targetNamespace values in xsd:schema. More... almost 11 years ago
add minimal stub code to support custom choice elements More... almost 11 years ago
spelling fix More... almost 11 years ago
SOAP dispatcher: be more explicit return value More... almost 11 years ago
enfore Python 3.3+ requirement in setup.py More... almost 11 years ago
add py2xsd bugfix/improvement to changelog More... about 11 years ago
py2wsdl: fix bad type references in generated WSDL More... about 11 years ago
wsdl2py: fix call parameters in generated Django example code More... about 11 years ago
xsd2py: omit minOccurs=1 as this is the default anyway. More... about 11 years ago
xsd2py: omit maxOccurs=1 as this is the default anyway and xsd.Element does not support that attribute More... about 11 years ago
remove stray closing parenthesis in generated Django example code More... about 11 years ago
rewrote Django integration so it works as previously in soapbox (without additional dependencies) More... about 11 years ago
fix SOAP client (soap.Stub) with Python 3 More... about 11 years ago
remove duplicated statement More... about 11 years ago
parse XML elements with Choice correctly More... about 11 years ago
SOAPDispatcher now correctly looks up elements declared by imported schemas More... about 11 years ago
correctly serialize pattern restriction when generating xsd schemas ("py2xsd.generate_xsd()") More... about 11 years ago