summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Some module docstrings.Julian Berman2013-05-182-0/+14
* | Fix travis.Julian Berman2013-05-181-1/+1
* | Fix line length.Julian Berman2013-05-171-1/+2
* | Merge branch 'test-split'Julian Berman2013-05-177-301/+320
|\ \
| * | Update manifest.Julian Berman2013-05-171-1/+0
| * | Bit of cleanup.Julian Berman2013-05-171-24/+28
| * | Move tests into package.Julian Berman2013-05-176-300/+316
|/ /
* | Merge pull request #106 from gazpachoking/unknown_schemeChase Sterling2013-05-135-14/+35
|\ \
| * | Fix travis settings for rename of test_jsonschema.pyChase Sterling2013-05-131-2/+2
| * | Provide own version of urlsplit and urldefrag that work with unknown schemes,...Chase Sterling2013-05-134-12/+33
|/ /
* | Merge branch 'split_into_package'Julian Berman2013-05-1210-711/+943
|\ \
| * | Pretty JSON.Julian Berman2013-05-122-2/+422
| * | Tested elsewhere already.Julian Berman2013-05-121-4/+0
| * | Add style to tox run.Julian Berman2013-05-121-1/+1
| * | Global flake8 ignoreJulian Berman2013-05-122-4/+11
| * | Unused imports.Julian Berman2013-05-121-2/+0
| * | Fixed loading problem for schema jsonColin Dunklau2013-05-122-1/+7
| * | Split schemas to separate files, but load is brokenColin Dunklau2013-05-124-242/+17
| * | Cleanup tests a bit.Colin Dunklau2013-05-124-12/+10
| * | Break out into _format and validators.Julian Berman2013-05-126-1275/+1286
| * | Nicer name for string-listify functionColin Dunklau2013-05-122-5/+5
| * | No need for package testColin Dunklau2013-05-121-9/+0
| * | URIDict to _utils, fixed naming, package testColin Dunklau2013-05-123-41/+50
| * | Minor style changesColin Dunklau2013-05-114-12/+9
| * | Call _utils functions from the moduleColin Dunklau2013-05-112-33/+34
| * | Began package split, done with compat and _utilsColin Dunklau2013-05-104-176/+199
* | | Merge pull request #103 from gazpachoking/local_ref_refactorChase Sterling2013-05-112-7/+26
|\ \ \ | |/ / |/| |
| * | Change test to work around issue with urlparseChase Sterling2013-05-111-2/+2
| * | Add referrer attribute back to RefResolverChase Sterling2013-05-111-0/+2
| * | Refactor RefResolver a bit to fix #102Chase Sterling2013-05-112-8/+25
|/ /
* | Revert "Add ValidatorMixin.validator_for"Julian Berman2013-05-052-23/+3
* | Add ValidatorMixin.validator_forJulian Berman2013-05-022-3/+23
* | Removed useless setUp.Julian Berman2013-04-271-9/+12
* | Ensure we never have conflicting test names.Julian Berman2013-04-271-1/+5
* | Fix #95, array indexes in json reference fragments now workChase Sterling2013-04-271-5/+11
* | Merge commit '8c1729a55baef2c79b2784f87b48e41d8aa4669e'Julian Berman2013-04-272-2/+44
|\ \ | |/
| * Squashed 'json/' changes from 83f8e7f..6c303caJulian Berman2013-04-272-2/+44
* | Begone from here too.Julian Berman2013-04-261-1/+1
* | Begone.Julian Berman2013-04-261-3/+3
* | Flake8 because I'm sadistic.Julian Berman2013-04-261-0/+9
* | More spacingJulian Berman2013-04-261-0/+1
* | Minor spacingJulian Berman2013-04-261-0/+1
* | Bump version.Julian Berman2013-04-211-1/+1
* | Release v1.3.0v1.3.0Julian Berman2013-04-213-13/+22
* | Fix doctests.Julian Berman2013-04-202-63/+74
* | Change formatting a bit and cleanup the tests.Julian Berman2013-04-192-136/+79
* | Cleanup.Julian Berman2013-04-191-13/+22
* | Merge remote-tracking branch 'gazpachoking/better_error_messages'Julian Berman2013-04-194-6/+198
|\ \
| * | Update errors.rst for error printing changeChase Sterling2013-04-161-4/+17
| * | Add a test for basic error stringChase Sterling2013-04-161-2/+12