summaryrefslogtreecommitdiff
path: root/tools/parse_xsd2.py
Commit message (Collapse)AuthorAgeFilesLines
* WS security XML supportRoland Hedberg2015-06-141-0/+1
|
* Use six.string_types instead of basestringClint Byrum2015-05-151-3/+3
| | | | | | | In python3 strings are different, so basestring isn't available anymore. While examining these uses, all of them still work fine with six.string_types and should not need any new special handling to deal with bytes.
* Remove iteritems from dict loops for python3Clint Byrum2015-05-151-2/+2
| | | | Python3 has removed this and made .items() a view.
* Fix python3 syntax errorsClint Byrum2015-05-151-70/+70
| | | | | Retains python2.7 compatibility for all files. Fixes only syntax errors, tests still fail on python3 for various reasons.
* Various spelling/grammar tweaks and typo fixes.Hank Leininger2014-04-021-3/+1
| | | | | | | | | | | | | Usually just a word or punctuation; occasionally I rewrote a sentence if I had a hard time determining what was meant by the original. (N.B. if I misunderstood something, then my re-wording will be wrong!) Also added eol to many files that were missing it, which throws off 'cat somefile' at a shell prompt (but did not yet touch anything under src/, which also has many files without eol). I did not re-line-wrap the text I changed, so that the diffs are minimized and meaningful changes are easier to spot.
* Adding authn context supportRoland Hedberg2013-04-211-38/+145
|
* Initial add0.4.2Roland Hedberg2012-05-231-0/+2084