0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected 1 day ago.
May 04, 2023 — May 04, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Preserve .errors in SchemaError. More... almost 12 years ago
Python3-compatible fix: don't discard exception backtraces. More... almost 12 years ago
Fix an exception when a "properties" value is not an object. More... almost 12 years ago
Deprecate {string,number}_types for a more robust thing. More... almost 12 years ago
Release notes & version bump for v0.3 More... almost 12 years ago
Removed two more stale 2.5 things. More... almost 12 years ago
Comment cleanup. More... almost 12 years ago
Moved irrelevant type tests to test_ methods. More... almost 12 years ago
Revert "Fix the stack for ValidationErrors being lost." More... almost 12 years ago
Fix the stack for ValidationErrors being lost. More... almost 12 years ago
Fix divisibleBy when the item isn't a number. More... almost 12 years ago
Replace multiple_types_with_properties and multiple_types_with_items with simpler regression tests. More... almost 12 years ago
Fix verification for minimum and maximum. More... almost 12 years ago
Fix quotes (for consistency). More... almost 12 years ago
Fix "items" verification. More... almost 12 years ago
Fix "properties" verification. More... almost 12 years ago
Fixed docstring for updated unknown_* default. More... almost 12 years ago
Stale future import from 2.5. More... about 12 years ago
Fixed classifiers for py3. More... about 12 years ago
Clarify the ``string_types`` parameter for Python 2.x vs. Python 3.x More... about 12 years ago
Remove Python 2.5 "next" backward compatibility, since this code no longer works on Python 2.6 anyway. More... about 12 years ago
Minor formatting and cleanup. More... about 12 years ago
Fix a doctest for py3, which includes modules in tracebacks. More... about 12 years ago
An initial stab at making jsonschema Python 3.x compatible. More... about 12 years ago
Removed the securetypes stuff. The hash fix has been released, so this can all go away. More... about 12 years ago
Change defaults for unknown type and unknown property More... about 12 years ago
Updating the README More... about 12 years ago
Fixed a typo and elaborated a tiny bit. More... about 12 years ago
Stale import More... about 12 years ago
Upping the epsilon for checking floats' divisibleBy More... about 12 years ago