summaryrefslogtreecommitdiff
path: root/src/zope/schema/interfaces.py
Commit message (Expand)AuthorAgeFilesLines
* Drop support for Python < 3.7 (#118)Colin Watson2022-12-231-7/+4
* Fix tox lint run + isort imports. (#114)Michael Howitz2022-08-051-6/+3
* Fix `IField.required` to not be required by default. (#105)agitator2021-02-091-0/+5
* Rephrase IPassword docstring so that it can use triple quotesColin Watson2021-01-041-1/+1
* Add a tox lint environment, and make it passColin Watson2020-12-231-7/+19
* Set `IDecimal` attributes `min`, `max` and `default` as `Decimal` type instea...adamg-decimalAdam Groszer2020-03-061-0/+19
* - Make sure that the title for ``IObject.validate_invariants`` is a unicodeStephan Richter2018-10-111-1/+1
* Make DottedName accept leading underscores.Jason Madden2018-09-241-0/+9
* Make NativeString[Line] into distinct types.issue74Jason Madden2018-09-221-8/+16
* Add IFromBytesJason Madden2018-09-181-0/+2
* Give TOO_LARGE|SMALL meaningful reprs, as suggested.Jason Madden2018-09-111-2/+0
* Add 'bound' to TooShort|Long|Big|Smallissue65Jason Madden2018-09-101-0/+9
* Make WrongType have an expected_type field, and test that we set it everywhere.Jason Madden2018-09-101-0/+2
* Sort imports in interfaces.pyJason Madden2018-09-061-22/+22
* Make Object a bootstrapfield and share the logic between Object validation an...Jason Madden2018-09-061-68/+130
* Make Choice fields raise a ValidationError for missing vocabularies. Fixes #55.Jason Madden2018-09-041-2/+2
* Add documentation for VocabularyRegistry and cross-references to zope.vocabul...Jason Madden2018-09-041-6/+31
* Add fields and interfaces matching the numeric tower.Jason Madden2018-08-311-6/+164
* Add [Mutable]Sequence and [Mutable]Mapping and make List, Dict and Tuple exte...Jason Madden2018-08-241-6/+25
* Give ValidationErrors more context information.Jason Madden2018-08-201-0/+12
* Add the ability for Object to check schema invariants.Jason Madden2018-08-141-1/+12
* Handle Unicode token values with non-ascii chars.Jason Madden2018-08-131-3/+4
* Fixes for #33 (Datetime field docs typo) (#34)Petri Savolainen2017-10-091-1/+1
* Remove the u/b BWC functions. (#28)Jason Madden2016-09-151-3/+3
* Fix description of min max field: actually, max value is included, not excluded.Thomas Desvenain2014-04-181-1/+1
* add field event, enable subscriber to be triggered after a zope schema field ...Jean-François Roche2014-01-171-0/+19
* use coverage exclusion keyword as suggested at: http://nedbatchelder.com/code...Johannes Raggam2013-11-251-4/+4
* more cleanupsJohannes Raggam2013-11-251-4/+1
* pep 8Johannes Raggam2013-11-241-30/+93
* Fixed a bug where bytes values were turned into tokens inproperly in Python 3.Stephan Richter2013-02-241-1/+2
* Merge jinty-native_string branch:Tres Seaver2012-05-041-8/+8
* Coverage.Tres Seaver2012-05-041-4/+4
* Drop the 'six' dependency; use a much-trimmed 'zope.schema._compat' module.Tres Seaver2012-04-201-2/+4
* Merge from jcbrand-treevocabulary branch. Adds a TreeVocabulary.Jan-Carel Brand2012-02-081-0/+10
* Remove duplicate lineBrian Sutherland2011-11-241-1/+0
* fix IVocabularyFactory.__call__ signatureAdam Groszer2011-11-041-2/+2
* - Port to Python 3. This adds a dependency on six and removes support forBrian Sutherland2011-10-141-85/+97
* After many years of aggrevation, I finally had enough! :-)Stephan Richter2011-03-181-0/+1
* Remove CVS-era Id fossils.Tres Seaver2010-06-031-2/+0
* Comply with repository policy.Tres Seaver2010-04-061-1/+1
* Made the dependency on ``zope.i18nmessageid`` optional.Tres Seaver2010-04-061-9/+19
* correct interface descriptionChristian Zagrodnick2009-07-301-1/+1
* consistent spelling of "queriable" (although it's not in the dictionary)Shane Hathaway2009-03-131-2/+2
* Fix typo. Thanks, Tres.Dan Korostelev2009-03-101-1/+1
* Add ``vocabularyName`` attribute to the ``IChoice`` interface, change "vocabu...Dan Korostelev2009-03-101-7/+14
* - Add an interface for ``DottedName`` fieldDan Korostelev2009-03-101-0/+19
* - Stop using the old set type and silence tests on Python2.4Christian Theune2009-01-301-2/+2
* More work on bug 98287: Introduced an event to signal that an object value isChristian Theune2007-07-081-0/+19
* whitespaceChristian Zagrodnick2007-06-081-9/+9
* Moving code to satellite.Christian Theune2007-05-031-0/+607