| Commit message (Expand) | Author | Age | Files | Lines |
| * | Drop support for Python < 3.7 (#118) | Colin Watson | 2022-12-23 | 1 | -7/+4 |
| * | Fix tox lint run + isort imports. (#114) | Michael Howitz | 2022-08-05 | 1 | -6/+3 |
| * | Fix `IField.required` to not be required by default. (#105) | agitator | 2021-02-09 | 1 | -0/+5 |
| * | Rephrase IPassword docstring so that it can use triple quotes | Colin Watson | 2021-01-04 | 1 | -1/+1 |
| * | Add a tox lint environment, and make it pass | Colin Watson | 2020-12-23 | 1 | -7/+19 |
| * | Set `IDecimal` attributes `min`, `max` and `default` as `Decimal` type instea...adamg-decimal | Adam Groszer | 2020-03-06 | 1 | -0/+19 |
| * | - Make sure that the title for ``IObject.validate_invariants`` is a unicode | Stephan Richter | 2018-10-11 | 1 | -1/+1 |
| * | Make DottedName accept leading underscores. | Jason Madden | 2018-09-24 | 1 | -0/+9 |
| * | Make NativeString[Line] into distinct types.issue74 | Jason Madden | 2018-09-22 | 1 | -8/+16 |
| * | Add IFromBytes | Jason Madden | 2018-09-18 | 1 | -0/+2 |
| * | Give TOO_LARGE|SMALL meaningful reprs, as suggested. | Jason Madden | 2018-09-11 | 1 | -2/+0 |
| * | Add 'bound' to TooShort|Long|Big|Smallissue65 | Jason Madden | 2018-09-10 | 1 | -0/+9 |
| * | Make WrongType have an expected_type field, and test that we set it everywhere. | Jason Madden | 2018-09-10 | 1 | -0/+2 |
| * | Sort imports in interfaces.py | Jason Madden | 2018-09-06 | 1 | -22/+22 |
| * | Make Object a bootstrapfield and share the logic between Object validation an... | Jason Madden | 2018-09-06 | 1 | -68/+130 |
| * | Make Choice fields raise a ValidationError for missing vocabularies. Fixes #55. | Jason Madden | 2018-09-04 | 1 | -2/+2 |
| * | Add documentation for VocabularyRegistry and cross-references to zope.vocabul... | Jason Madden | 2018-09-04 | 1 | -6/+31 |
| * | Add fields and interfaces matching the numeric tower. | Jason Madden | 2018-08-31 | 1 | -6/+164 |
| * | Add [Mutable]Sequence and [Mutable]Mapping and make List, Dict and Tuple exte... | Jason Madden | 2018-08-24 | 1 | -6/+25 |
| * | Give ValidationErrors more context information. | Jason Madden | 2018-08-20 | 1 | -0/+12 |
| * | Add the ability for Object to check schema invariants. | Jason Madden | 2018-08-14 | 1 | -1/+12 |
| * | Handle Unicode token values with non-ascii chars. | Jason Madden | 2018-08-13 | 1 | -3/+4 |
| * | Fixes for #33 (Datetime field docs typo) (#34) | Petri Savolainen | 2017-10-09 | 1 | -1/+1 |
| * | Remove the u/b BWC functions. (#28) | Jason Madden | 2016-09-15 | 1 | -3/+3 |
| * | Fix description of min max field: actually, max value is included, not excluded. | Thomas Desvenain | 2014-04-18 | 1 | -1/+1 |
| * | add field event, enable subscriber to be triggered after a zope schema field ... | Jean-François Roche | 2014-01-17 | 1 | -0/+19 |
| * | use coverage exclusion keyword as suggested at: http://nedbatchelder.com/code... | Johannes Raggam | 2013-11-25 | 1 | -4/+4 |
| * | more cleanups | Johannes Raggam | 2013-11-25 | 1 | -4/+1 |
| * | pep 8 | Johannes Raggam | 2013-11-24 | 1 | -30/+93 |
| * | Fixed a bug where bytes values were turned into tokens inproperly in Python 3. | Stephan Richter | 2013-02-24 | 1 | -1/+2 |
| * | Merge jinty-native_string branch: | Tres Seaver | 2012-05-04 | 1 | -8/+8 |
| * | Coverage. | Tres Seaver | 2012-05-04 | 1 | -4/+4 |
| * | Drop the 'six' dependency; use a much-trimmed 'zope.schema._compat' module. | Tres Seaver | 2012-04-20 | 1 | -2/+4 |
| * | Merge from jcbrand-treevocabulary branch. Adds a TreeVocabulary. | Jan-Carel Brand | 2012-02-08 | 1 | -0/+10 |
| * | Remove duplicate line | Brian Sutherland | 2011-11-24 | 1 | -1/+0 |
| * | fix IVocabularyFactory.__call__ signature | Adam Groszer | 2011-11-04 | 1 | -2/+2 |
| * | - Port to Python 3. This adds a dependency on six and removes support for | Brian Sutherland | 2011-10-14 | 1 | -85/+97 |
| * | After many years of aggrevation, I finally had enough! :-) | Stephan Richter | 2011-03-18 | 1 | -0/+1 |
| * | Remove CVS-era Id fossils. | Tres Seaver | 2010-06-03 | 1 | -2/+0 |
| * | Comply with repository policy. | Tres Seaver | 2010-04-06 | 1 | -1/+1 |
| * | Made the dependency on ``zope.i18nmessageid`` optional. | Tres Seaver | 2010-04-06 | 1 | -9/+19 |
| * | correct interface description | Christian Zagrodnick | 2009-07-30 | 1 | -1/+1 |
| * | consistent spelling of "queriable" (although it's not in the dictionary) | Shane Hathaway | 2009-03-13 | 1 | -2/+2 |
| * | Fix typo. Thanks, Tres. | Dan Korostelev | 2009-03-10 | 1 | -1/+1 |
| * | Add ``vocabularyName`` attribute to the ``IChoice`` interface, change "vocabu... | Dan Korostelev | 2009-03-10 | 1 | -7/+14 |
| * | - Add an interface for ``DottedName`` field | Dan Korostelev | 2009-03-10 | 1 | -0/+19 |
| * | - Stop using the old set type and silence tests on Python2.4 | Christian Theune | 2009-01-30 | 1 | -2/+2 |
| * | More work on bug 98287: Introduced an event to signal that an object value is | Christian Theune | 2007-07-08 | 1 | -0/+19 |
| * | whitespace | Christian Zagrodnick | 2007-06-08 | 1 | -9/+9 |
| * | Moving code to satellite. | Christian Theune | 2007-05-03 | 1 | -0/+607 |