openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
P
python-wstools
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 23 hours
ago. based on code collected
about 24 hours
ago.
Feb 12, 2025 — Feb 12, 2026
Showing page 11 of 12
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Combined two tests generating services and services_types files into one method. Moved setUpWsdl to utils. Added easier choosing of config file sections. Used separate MatchTestLoader in makeTestSuite.
David Robertson
More...
over 22 years ago
Converted to more automated way of generating test cases from configuration file.
David Robertson
More...
over 22 years ago
Cleaned up names.
David Robertson
More...
over 22 years ago
services_by_http section divided into services where there is no schema, those with only simple types, those with complex types, those with WSDLReader errors, and those with wsdl2python errors. The last contain mostly those that are raised by that module.
David Robertson
More...
over 22 years ago
----------------------------------------------------------------------
Joshua Boverhof
More...
over 22 years ago
Got rid of pyGridWare import.
David Robertson
More...
over 22 years ago
Got rid of pyGridWare import
David Robertson
More...
over 22 years ago
Utilities to aid unit tests.
David Robertson
More...
over 22 years ago
Unit tests for code generation in wsdl2python
David Robertson
More...
over 22 years ago
Unit tests for WSDLReader from WSTools
David Robertson
More...
over 22 years ago
Added many URL's from xmethods to services_by_http section.
David Robertson
More...
over 22 years ago
---------------------------------------------------------------------- Modified Files: XMLSchema.py -- added a try clause to catch xml.dom.ext ImportError, and added a SplitQName function that matches xml.dom.ext.SplitQName output.
Joshua Boverhof
More...
over 22 years ago
---------------------------------------------------------------------- Modified Files: README config.py test_t1.py test_wsdl.py xmethods.tar.gz
Joshua Boverhof
More...
over 22 years ago
---------------------------------------------------------------------- Added Files: README config.py schema.tar.gz test_t1.py test_wsdl.py test_wstools.py test_wstools_net.py xmethods.tar.gz
Joshua Boverhof
More...
over 22 years ago
---------------------------------------------------------------------- Modified Files: XMLSchema.py -- attribute declarations were going into wrong collection.
Joshua Boverhof
More...
over 22 years ago
---------------------------------------------------------------------- Modified Files: WSDLTools.py -- added a line in Reader to to set WSDL.location for files so that imports with relative paths will work for file paths as well as urls.
Joshua Boverhof
More...
over 22 years ago
---------------------------------------------------------------------- Modified Files: XMLSchema.py -- fixed XMLSchemaComponent.setAttributes, added the needed getNamespace method to all DOMAdapters. All changes are related to XML attribute handling.
Joshua Boverhof
More...
over 22 years ago
---------------------------------------------------------------------- Modified Files: XMLSchema.py -- Modified/Extended some of the element classes. For LocalElementDeclaration inheritance was duplicitous, and for ElementReference it was wrong.
Joshua Boverhof
More...
over 22 years ago
---------------------------------------------------------------------- Modified Files: XMLSchema.py -- Fixed a few bugs, a few classes mistakenly thought they contained global attribute declarations and I fixed this to local attribute declarations. Couple spots where AttributeGroup declarations and references were incorreclty used in place of eachother. Completed a few classes but a few remain incomplete.
Joshua Boverhof
More...
over 22 years ago
---------------------------------------------------------------------- Modified Files: XMLSchema.py -- Namespaced a couple attributes in attribute dictionary that I missed.
Joshua Boverhof
More...
over 22 years ago
---------------------------------------------------------------------- Modified Files: XMLSchema.py -- there was a indexing logic error in Restriction/Extention classes fromDom method. Also changed the attribute dictionary of all classes that inherit XMLSchemaComponent, now all attributes are organized by namespace.
Joshua Boverhof
More...
over 22 years ago
---------------------------------------------------------------------- Modified Files: XMLSchema.py -- Wasn't resolving schema imports in every scenario. Now look in parent schema imported_schemas first, second look in the parent wsdl, lastly try to resolve schemaLocation.
Joshua Boverhof
More...
over 22 years ago
---------------------------------------------------------------------- Modified Files: XMLSchema.py -- changed getQNameAttribute to return None if it can't find QName obj in it's own tns or in any of its imported namespaces. Used to throw an exception.
Joshua Boverhof
More...
over 22 years ago
---------------------------------------------------------------------- Modified Files: XMLSchema.py -- fixed some default attribute handling, added a few get methods in XMLSchema for elementFormDefault, attributeFormDefault, blockDefault, finalDefault. Also added a global method GetSchema. Now default attributes are set correctly in all schema components.
Joshua Boverhof
More...
over 22 years ago
---------------------------------------------------------------------- Modified Files: XMLSchema.py -- checking for wrong class in two methods.
Joshua Boverhof
More...
over 22 years ago
---------------------------------------------------------------------- Modified Files: XMLSchema.py -- removed bogus method setType in SimpleType class.
Joshua Boverhof
More...
over 22 years ago
---------------------------------------------------------------------- Modified Files: Utility.py -- commited a mistake. fixed.
Joshua Boverhof
More...
over 22 years ago
---------------------------------------------------------------------- Modified Files: Utility.py -- Added a parameter to Collection class constructor, 'name' is the default attribute used for keys but one can specify whatever key they want.
Joshua Boverhof
More...
over 22 years ago
- Remove obsolete ieee754.py. PEP 754 provides a (proposed) fpconst module which is a newer version of this code. fpconst, will of course, need to be installed separately.
Gregory Warnes
More...
over 22 years ago
---------------------------------------------------------------------- Modified Files: XMLSchema.py -- still a couple mistakes in constructors, changed XSDNS to SCHEMA.XSD_LIST which was a mistake.
Joshua Boverhof
More...
over 22 years ago
←
1
2
3
4
5
6
7
8
9
10
11
12
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree