0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 10, 2024 — Aug 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
More doc tidying. More... over 12 years ago
Whoops, syntax error. More... over 12 years ago
More wording. More... over 12 years ago
Allow interdoc to the standard library. More... over 12 years ago
Wording, though this will get reworked soon hopefully. More... over 12 years ago
String stringety string. More... over 12 years ago
Merge remote-tracking branch 'gazpachoking/validationerror_context' More... over 12 years ago
Use python 3 style prints in docs More... over 12 years ago
Pass all arguments to super in _Error More... over 12 years ago
Refactor ValidationError.to_schema_error to _Error.create_from More... over 12 years ago
Add missing paren in docs More... over 12 years ago
Make sure unlike types can't get compared in sorted_errors again More... over 12 years ago
Make sure sorted_errors has unambiguous order for all error lists More... over 12 years ago
Don't rely on hash sorting for docs examples More... over 12 years ago
Add example of using the ValidationError attributes More... over 12 years ago
Update docs for descend method More... over 12 years ago
Remove _meta_schemas since we can just pluck these off. More... over 12 years ago
Missed testing __init__'s store. More... over 12 years ago
More style nitpicking because I am cranky. More... over 12 years ago
Implement IValidator.extends for subschema validation within validators More... over 12 years ago
Consistency. More... over 12 years ago
Provide better error messages for failed remote ref resolution. More... over 12 years ago
Make it obvious that this is a Mixin. More... over 12 years ago
Make a method to create SchemaErrors from ValidationErrors More... over 12 years ago
Use keyword args to set ValidationError details for clarity More... over 12 years ago
Manually transfer ValidationError attributes to SchemaError More... over 12 years ago
Update the docs for ValidationError with the new attributes More... over 12 years ago
Add anyOf test for the new ValidationError properties More... over 12 years ago
Rename some ValidationError attributes Refactor ValidationError creation and attribute setting More... over 12 years ago
Fix issue with new error properties on nested errors Add first unit test for new error properties More... over 12 years ago