summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-06-04Merge branch 'master' of git://pyxb.git.sourceforge.net/gitroot/pyxb/pyxbHEADmasterThorsten Behrens33-1397/+1283
2010-05-30Update to 1.1.2 releasePeter A. Bigot4-10/+10
2010-05-30Update to gitPeter A. Bigot1-12/+17
2010-05-30Update to current versionsPeter A. Bigot1-1/+1
2010-05-30Take out xhtml, which was a stub and is no longer available at URLPeter A. Bigot1-1/+3
2010-05-30Document content of 1.1.2Peter A. Bigot1-0/+23
2010-05-30Ignore optimized python compiled filesPeter A. Bigot1-0/+1
2010-05-30Add instructions on how to build a releasePeter A. Bigot1-0/+63
2010-05-30Remove unreferenced NFA codePeter A. Bigot3-609/+0
2010-05-30Integrate specific test for trac/33Peter A. Bigot2-0/+9
2010-05-30Even more cleanupPeter A. Bigot1-133/+127
2010-05-30More documentation cleanupPeter A. Bigot1-0/+33
2010-05-30Clean up API documentation; rename to eliminate reference to old implementationPeter A. Bigot2-45/+34
2010-05-30Document validation; ensure bad choices don't destroy the symbol setPeter A. Bigot1-24/+89
2010-05-29Create namespace if necessaryPeter A. Bigot1-2/+2
2010-05-29Specify element to avoid assignment to HeaderPeter A. Bigot1-1/+1
2010-05-29Improve handling of namespaces in wildcard validation.Peter A. Bigot1-4/+23
2010-05-29Fix end game, disable debug messagesPeter A. Bigot1-9/+10
2010-05-29First stab at all model groupPeter A. Bigot1-3/+61
2010-05-29Inhibit exception if problem occurs in rejected choicePeter A. Bigot1-1/+5
2010-05-29New test for nested choice/sequencePeter A. Bigot1-0/+54
2010-05-29Use namespace of type definition to which value belongsPeter A. Bigot1-2/+2
2010-05-29Just enough wildcard validation to make the content work.Peter A. Bigot2-8/+30
2010-05-29Use sequence, not set, to preserve determinismPeter A. Bigot1-1/+1
2010-05-29Correct parent increment on notify failure, support in verify completePeter A. Bigot1-4/+8
2010-05-29Fix misplaced incrementCount, now handled in notifyFailurePeter A. Bigot1-2/+6
2010-05-29Propagate completion of choice sub-termPeter A. Bigot1-6/+5
2010-05-29First pass at choicePeter A. Bigot1-8/+59
2010-05-29Revert to old exception to allow unit tests to passPeter A. Bigot1-1/+4
2010-05-29Handle values that appear as DOM nodesPeter A. Bigot1-2/+8
2010-05-29Validate attributes along with content in post-DOMPeter A. Bigot1-0/+1
2010-05-29Fix like a87e2c7 but applying to validationPeter A. Bigot1-5/+5
2010-05-29Reset term state when particle increments.Peter A. Bigot2-11/+16
2010-05-29Prefer post-DOM validation when content came from DOMPeter A. Bigot1-6/+11
2010-05-29Do not re-verify term if count already acceptablePeter A. Bigot1-1/+2
2010-05-29Rework post-state validation to provide more useful error messages (with cont...Peter A. Bigot2-1/+35
2010-05-29Allow for the same elt to be accepted by adjacent sequences if the first has ...Peter A. Bigot1-2/+6
2010-05-29Correct processing of new return value formatPeter A. Bigot1-1/+2
2010-05-29Use alternative post-assignment validation, remove unnecessary codePeter A. Bigot2-23/+1
2010-05-29First pass at checking for valid terminal conditionPeter A. Bigot1-0/+23
2010-05-29More documentationPeter A. Bigot2-2/+42
2010-05-29Document new content model support infrastructurePeter A. Bigot1-48/+98
2010-05-29Fix problem with collision on first uniqued id (ends with underscore)Peter A. Bigot1-3/+6
2010-05-29Remove old state garbage; support wildcardsPeter A. Bigot1-74/+5
2010-05-29Another complete reworkPeter A. Bigot1-50/+83
2010-05-29Checkpoint before reworkPeter A. Bigot1-9/+12
2010-05-28Detect final state for particlesPeter A. Bigot1-0/+3
2010-05-28Even better loop detectionPeter A. Bigot1-6/+4
2010-05-28Implement wildcard matching and validationPeter A. Bigot1-2/+17
2010-05-28Symbol set entry for wildcards must be destroyable list, not reference to ins...Peter A. Bigot1-1/+1