summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tagging 3.6.23.6.2Godefroid Chapelle2010-04-300-0/+0
* Preparing release 3.6.2Godefroid Chapelle2010-04-302-2/+2
* Avoid maximum recursion when validating Object field that points to cyclesGodefroid Chapelle2010-04-303-2/+94
* Ignore derived.Tres Seaver2010-04-061-0/+7
* Comply with repository policy.Tres Seaver2010-04-0639-54/+46
* Made the dependency on ``zope.i18nmessageid`` optional.Tres Seaver2010-04-066-15/+42
* vb.Chris McDonough2010-01-062-1/+6
* Bleh.Chris McDonough2010-01-061-1/+1
* Add tests_require.Chris McDonough2010-01-051-0/+1
* - Allow "setup.py test" to run at least a subset of the tests runnableChris McDonough2010-01-055-3/+60
* Update version after releaseHanno Schlichting2009-12-222-1/+5
* Prepare zope.schema 3.6.0.Hanno Schlichting2009-12-222-2/+2
* Prefer zope.testing.doctest over doctestunit.Hanno Schlichting2009-12-223-5/+7
* forgot to updateGodefroid Chapelle2009-12-211-1/+3
* more information about invalid fieldsGodefroid Chapelle2009-12-081-3/+3
* advertise field name in RequiredMissingGodefroid Chapelle2009-11-302-7/+7
* more pep8Godefroid Chapelle2009-11-301-0/+1
* pep8Godefroid Chapelle2009-11-301-1/+4
* advertise which field is invalidGodefroid Chapelle2009-11-303-7/+7
* pep8; whitespacesGodefroid Chapelle2009-11-301-16/+42
* Add FieldProperty class that uses Field.get and Field.set methods instead of ...Jean-François Roche2009-11-242-4/+72
* Mark as part of the ZTKMartijn Faassen2009-09-111-0/+5
* correct interface descriptionChristian Zagrodnick2009-07-302-1/+2
* Mark reusability.Martijn Faassen2009-05-131-0/+3
* Back to development: 3.5.5 devMichael Howitz2009-03-252-1/+7
* Preparing release 3.5.4Michael Howitz2009-03-252-2/+2
* - Make IBool interface of Bool more important than IFromUnicode so adaptersChristian Zagrodnick2009-03-234-3/+30
* trimmed whitespaceChristian Zagrodnick2009-03-231-4/+4
* consistent spelling of "queriable" (although it's not in the dictionary)Shane Hathaway2009-03-131-2/+2
* As 'setuptools' is a dependency 'pkg_resources' will be available always. Ref...Baiju Muthukadan2009-03-111-8/+1
* Fix incorrect (3-character) indentation.Christian Theune2009-03-111-1/+1
* Note the change from Attribute to Field for in IChoice.Dan Korostelev2009-03-101-1/+2
* Use parentheses instead of \ in the or expression.Dan Korostelev2009-03-101-2/+2
* Fix typo. Thanks, Tres.Dan Korostelev2009-03-101-1/+1
* Don't fail trying to validate default value for Choice fields with IContextSo...Dan Korostelev2009-03-103-3/+26
* Add ``vocabularyName`` attribute to the ``IChoice`` interface, change "vocabu...Dan Korostelev2009-03-102-7/+17
* - Add an interface for ``DottedName`` fieldDan Korostelev2009-03-103-2/+27
* Bump version.Dan Korostelev2009-03-092-2/+7
* Oh, ignore the docs directory.Dan Korostelev2009-03-090-0/+0
* Add sphinx documentation generation part.Dan Korostelev2009-03-094-2/+31
* Improve package's description.Dan Korostelev2009-03-092-2/+2
* Change package's mailing list address to zope-dev at zope.org.Dan Korostelev2009-03-095-24/+25
* Oops, forgot tests.Dan Korostelev2009-03-052-0/+4
* Make Choice and Bool fields implement IFromUnicode interface, because they do...Dan Korostelev2009-03-053-2/+6
* Releasing zope.schema 3.5.2Shane Hathaway2009-02-042-2/+7
* Expose documentation using __all__Shane Hathaway2009-02-032-0/+4
* Made validation tests compatible with Python 2.5 again (hopefully notShane Hathaway2009-02-033-8/+10
* vb.Martijn Faassen2009-01-312-1/+6
* Release preparations.Martijn Faassen2009-01-311-2/+2
* - Stop using the old set type and silence tests on Python2.4Christian Theune2009-01-305-52/+60