Skip to content

Pull requests: python-jsonschema/jsonschema

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

Allow additional items in the schema dictionary Bug Something doesn't work the way it should.
#6 by mdboom was closed Apr 20, 2012 Loading…
An initial stab at making jsonschema Python 3.x compatible. Enhancement Some new desired functionality
#7 by mdboom was merged Apr 20, 2012 Loading…
Python3 minor fixes Enhancement Some new desired functionality
#9 by mdboom was merged Apr 23, 2012 Loading…
Support for "format". Enhancement Some new desired functionality
#10 by mdboom was closed Sep 20, 2012 Loading…
Fix "properties" verification. Bug Something doesn't work the way it should.
#11 by zewt was merged Jun 3, 2012 Loading…
Fix properties Bug Something doesn't work the way it should.
#13 by zewt was merged Jun 7, 2012 Loading…
Fixed bug on validating require:true Bug Something doesn't work the way it should.
#17 by totic was merged Jul 6, 2012 Loading…
Make it python 2.5 compatible
#21 by jraman was closed Aug 23, 2012 Loading…
Pull request for #25, print schema's titles in error messages Enhancement Some new desired functionality
#26 by gazpachoking was closed Sep 23, 2012 Loading…
Refactor 'dependencies' to work how I understand it in the spec. refs #30 Bug Something doesn't work the way it should.
#31 by gazpachoking was closed Sep 21, 2012 Loading…
Fix dependencies behavior when instance is not of type object. refs #30 Bug Something doesn't work the way it should.
#32 by gazpachoking was merged Sep 23, 2012 Loading…
pull request for https://github.com/Julian/jsonschema/issues/24 Bug Something doesn't work the way it should.
#33 by psihonavt was closed Sep 24, 2012 Loading…
Add support for json-pointer references based on Chase Sterling's code. Enhancement Some new desired functionality
#37 by kiall was merged Oct 27, 2012 Loading…
$ref support Enhancement Some new desired functionality
#40 by boronine was closed Nov 7, 2012 Loading…
Json ref decoding w/ tests
#41 by gazpachoking was closed Oct 27, 2012 Loading…
A fix for identifying unique items. refs #34
#44 by gazpachoking was merged Oct 29, 2012 Loading…
Use the six python 2 and 3 Compatibility Library
#45 by graingert was closed Nov 6, 2012 Loading…
Unknown type not being treated as 'any' Bug Something doesn't work the way it should.
#47 by robbrit was closed Dec 30, 2012 Loading…
Report multiple 'leaf' errors rather than one schema error Enhancement Some new desired functionality
#51 by leonid-s-usov was closed Apr 10, 2013 Loading…
Added validation for Draft 3 "format" values. Enhancement Some new desired functionality
#54 by kaapstorm was closed Feb 7, 2013 Loading…
Fix anchored regexes and ipv6 format on Windows
#58 by gazpachoking was merged Feb 8, 2013 Loading…
Draft 4 support
#59 by gazpachoking was merged Feb 24, 2013 Loading…
Add a context manager to RefResolver Enhancement Some new desired functionality
#60 by gazpachoking was closed Feb 19, 2013 Loading…
ProTip! Add no:assignee to see everything that’s not assigned.