summaryrefslogtreecommitdiff
path: root/docs/validate.rst
Commit message (Collapse)AuthorAgeFilesLines
* Only the draft2019-09 draft actually uses an HTTPS URI.Julian Berman2020-03-231-4/+4
| | | | | The other drafts are *available* over HTTPS, but their canonical URI has apparently not changed.
* Add/update some info on why format works the way it does.Julian Berman2020-03-211-0/+2
| | | | Closes: #653
* format_nongpl docs, and style fixesNicolas Aimetti2019-10-311-8/+21
|
* Make the same note about idn-email.v3.0.0b1Julian Berman2019-01-211-7/+13
|
* And now don't recommend people use bare FormatChecker.Julian Berman2019-01-151-1/+1
|
* Spelling, indirectly.Julian Berman2019-01-111-20/+20
|
* Minor style.Julian Berman2019-01-061-1/+3
|
* Update the table of formats.Julian Berman2019-01-051-14/+31
|
* First step on Draft7 support.Julian Berman2018-09-301-0/+2
| | | | | Add everything that's the same in Draft6, which appears to just leave out if/then/else.
* HTTPS (almost) everywhere.Julian Berman2018-09-291-5/+5
|
* Fix infinite recursion in TypeChecker exampleChristian Lyder Jacobsen2018-08-141-1/+1
|
* Merge remote-tracking branch 'origin/master' into draft6Julian Berman2018-05-141-0/+8
|\ | | | | | | | | | | | | | | | | | | | | | | * origin/master: This doesn't exist anymore. Skip the newly added case-insensitive date-time tests. Less hard to read. Squashed 'json/' changes from cb2b906..2ca50c0 Re-wording email disclaimer to fit the reasoning behind it Clarifying limitation of email validator Layout changed for Draft7 format tests. Assume the next version will be 3.0.0
| * Re-wording email disclaimer to fit the reasoning behind itJon Staab2018-05-091-5/+6
| |
| * Clarifying limitation of email validatorJon Staab2018-05-081-0/+7
| |
| * Assume the next version will be 3.0.0Julian Berman2018-05-031-2/+2
| |
* | Kill isodate.Julian Berman2018-05-031-7/+0
| |
* | Draft 6 for docs.Julian Berman2018-05-031-4/+6
| |
* | Assume the next version will be 3.0.0Julian Berman2018-05-011-2/+2
|/
* Use a reST note.Julian Berman2018-04-181-3/+5
|
* add clarification on validating with format checkersSonny2018-04-161-1/+7
|
* Undo Napoleon in the reST files.Julian Berman2017-12-281-64/+36
| | | | Let's see what https://github.com/sphinx-doc/sphinx/issues/4345 turns up.
* Make the wording match the section before it.Julian Berman2017-12-261-3/+6
|
* It's passed in now.Julian Berman2017-12-251-2/+4
|
* Rewording and keep fighting with Sphinx.Julian Berman2017-12-241-18/+34
|
* SpellingJulian Berman2017-12-241-1/+2
|
* More napoleonizing.Julian Berman2017-12-241-29/+39
|
* Another missing object.Julian Berman2017-12-241-0/+3
|
* :ref:Julian Berman2017-12-241-19/+31
|
* :mod: / :exc: / :meth:Julian Berman2017-12-241-14/+14
|
* :func:Julian Berman2017-12-241-3/+3
|
* :attr:Julian Berman2017-12-241-5/+5
|
* :class:esJulian Berman2017-12-241-18/+18
|
* Fix more refs.Julian Berman2017-12-241-4/+3
|
* Merge remote-tracking branch 'bsmithers/types_draft4'Julian Berman2017-12-241-20/+51
|\ | | | | | | | | | | | | | | | | | | | | | | | | * bsmithers/types_draft4: Simplify redefine_many. Minor changes addressing PR review issues Add checker instance to type checking functions Use attr.ib's convert arg to generate the pmap Revert "Allow _type_checkers to be def'd as a dict at init" Fix the default_types deprecation Allow _type_checkers to be def'd as a dict at init Updated docs with new TypeChecker interface The new type interface: a TypeChecker class
| * Minor changes addressing PR review issuesBen Smithers2017-12-111-8/+34
| |
| * Updated docs with new TypeChecker interfaceBen Smithers2017-11-271-20/+25
| | | | | | | | | | | | | | | | | | | | | | - Included description of the new TypeChecker class and autodocs, added new exception, marked old interface as deprecated, updated example on how to provide a custom type check. Couple of code changes from writing docs: - Renamed type_ -> type in TypeChecker method params as Sphinx isn't happy with these names - Marked the type_checkers attribute as private
* | SpellingJulian Berman2017-12-241-1/+1
| |
* | And now fix all the broken refs.Julian Berman2017-12-241-12/+19
|/ | | | I have no idea how these were broken.
* correct spelling mistakeEdward Betts2017-09-011-1/+1
|
* Dedent examples in validate.rst to fix sphinx doctestDenis Laxalde2017-06-081-18/+18
|
* Fix Draft4Validator example code in validate.rstBen Leslie2015-01-071-3/+3
|
* Try to be as explicit as possible on the million different uses of 'validator'.Julian Berman2014-12-071-38/+36
| | | | Closes #175.
* Fix a small typo and remove trailing whitespace.Julian Berman2014-04-121-7/+10
|
* updating per feedbackJoseph Heck2014-03-091-5/+14
| | | updating per feedback
* adding in examples and linksJoseph Heck2014-03-091-0/+14
| | | | * Adding in an example of using the schema validator * Adding in a link to 'Understanding JSON Schema' at http://spacetelescope.github.io/understanding-json-schema/
* Remove a lie.Julian Berman2013-12-151-2/+0
|
* Move the documentation for validate into the validate docstringChristopher Armstrong2013-08-221-40/+0
| | | | | This allows for a better experience when using the Python interactive interpreter.
* Stop stop repeating repeating.Julian Berman2013-06-171-1/+0
|
* Only allow RFC 3339 date times, not all of ISO 8601.Julian Berman2013-06-171-1/+9
| | | | Closes #115
* cls_checks is a classmethodJulian Berman2013-06-171-1/+1
|