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

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… updated Jul 2, 2014
Fix additionalItems behavior when items is not in tuple form.
#35 by gazpachoking was merged Sep 27, 2012 Loading… updated Jul 2, 2014
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… updated Jul 2, 2014
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… updated Jul 2, 2014
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… updated Jul 2, 2014
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… updated Jul 2, 2014
Make it python 2.5 compatible
#21 by jraman was closed Aug 23, 2012 Loading… updated Jul 2, 2014
Fixed bug on validating require:true Bug Something doesn't work the way it should.
#17 by totic was merged Jul 6, 2012 Loading… updated Jul 2, 2014
Fix properties Bug Something doesn't work the way it should.
#13 by zewt was merged Jun 7, 2012 Loading… updated Jul 2, 2014
Fix "properties" verification. Bug Something doesn't work the way it should.
#11 by zewt was merged Jun 3, 2012 Loading… updated Jul 2, 2014
Support for "format". Enhancement Some new desired functionality
#10 by mdboom was closed Sep 20, 2012 Loading… updated Jul 2, 2014
Python3 minor fixes Enhancement Some new desired functionality
#9 by mdboom was merged Apr 23, 2012 Loading… updated Jul 2, 2014
An initial stab at making jsonschema Python 3.x compatible. Enhancement Some new desired functionality
#7 by mdboom was merged Apr 20, 2012 Loading… updated Jul 2, 2014
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… updated Jul 2, 2014
Fixes #126: generator objects leak on Python 3
#154 by mdboom was closed Jul 4, 2014 Loading… updated Jul 4, 2014
Fix non string object keys
#170 by Xowap was closed Jul 4, 2014 Loading… updated Jul 5, 2014
Python 3.4 for travis
#168 by bayandin was closed Jul 6, 2014 Loading… updated Jul 6, 2014
Avoid urljoin by catching the ultra common # ref
#159 by wizzat was closed Sep 25, 2014 Loading… updated Sep 25, 2014
Fix Error.absolute_path logic
#174 by aromanovich was merged Sep 28, 2014 Loading… updated Sep 28, 2014
Make minimum validator work for very negaitve numbers
#181 by sebastianmika was merged Oct 5, 2014 Loading… updated Oct 5, 2014
Make exceptions picklable on Python 2.X
#179 by immerrr was merged Oct 12, 2014 Loading… updated Oct 13, 2014
Added test for multipleOf (92.6 shall pass multipleOf 0.1)
#186 by vlcinsky was closed Oct 19, 2014 Loading… updated Oct 21, 2014
Fix Draft4Validator example code in validate.rst
#192 by bennoleslie was merged Jan 7, 2015 Loading… updated Jan 7, 2015
Improve mutlipleOf validator with floating point value.
#190 by vpelletier was merged Jan 4, 2015 Loading… updated Jan 21, 2015
Add build status image
#200 by samarsault was merged Feb 25, 2015 Loading… updated Feb 25, 2015
ProTip! Filter pull requests by the default branch with base:main.