summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Avoid maximum recursion when validating Object field that points to cyclesGodefroid Chapelle2010-04-302-2/+92
* Comply with repository policy.Tres Seaver2010-04-0635-35/+35
* Made the dependency on ``zope.i18nmessageid`` optional.Tres Seaver2010-04-064-13/+41
* - Allow "setup.py test" to run at least a subset of the tests runnableChris McDonough2010-01-053-3/+15
* Prefer zope.testing.doctest over doctestunit.Hanno Schlichting2009-12-221-1/+1
* 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
* correct interface descriptionChristian Zagrodnick2009-07-302-1/+2
* Mark reusability.Martijn Faassen2009-05-131-0/+3
* - Make IBool interface of Bool more important than IFromUnicode so adaptersChristian Zagrodnick2009-03-233-3/+25
* 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
* 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-102-3/+22
* Add ``vocabularyName`` attribute to the ``IChoice`` interface, change "vocabu...Dan Korostelev2009-03-101-7/+14
* - Add an interface for ``DottedName`` fieldDan Korostelev2009-03-102-1/+26
* Add sphinx documentation generation part.Dan Korostelev2009-03-091-0/+19
* Change package's mailing list address to zope-dev at zope.org.Dan Korostelev2009-03-092-7/+6
* Oops, forgot tests.Dan Korostelev2009-03-052-0/+4
* Make Choice and Bool fields implement IFromUnicode interface, because they do...Dan Korostelev2009-03-052-1/+4
* Expose documentation using __all__Shane Hathaway2009-02-031-0/+2
* Made validation tests compatible with Python 2.5 again (hopefully notShane Hathaway2009-02-032-7/+8
* - Stop using the old set type and silence tests on Python2.4Christian Theune2009-01-304-49/+53
* Rework 'repr' of the validation error to make it output more sensible informa...Dan Korostelev2009-01-163-11/+11
* fix __cmp__ method in ValidationErrorRoger Ineichen2008-12-182-47/+102
* Change the order of classes in SET_TYPES tuple back to (SetType, set)Dan Korostelev2008-12-021-1/+1
* added the doctests to the long description + preparing 3.5.0a1 releaseMichael Howitz2008-10-101-0/+1
* Suppress warnings, fix test when run under Python 2.6.Tres Seaver2008-10-062-29/+45
* Remove lie (regarding dependencies).Philipp von Weitershausen2007-09-281-9/+1
* added renormalizersnikhil n2007-09-071-2/+7
* Merge theuni's description of source concepts from his zope3-dev post in here...Wichert Akkerman2007-09-051-0/+28
* Added helper methods for schema validation: `getValidationErrors` andChristian Zagrodnick2007-08-244-3/+146
* whitespaceChristian Zagrodnick2007-08-241-0/+3
* made zope.schema work with python2.5nikhil n2007-07-211-1/+8
* More work on bug 98287: Introduced an event to signal that an object value isChristian Theune2007-07-083-35/+100
* whitespaceChristian Zagrodnick2007-06-081-9/+9
* Moving code to satellite.Christian Theune2007-05-0340-0/+5593
* Changed the version number in setup.py. find_packages was also used instead ofAlexander Heavner2007-02-141-5/+6
* make more genericJim Fulton2006-03-018-765/+0
* Declare zope as a namespace package.Nathan Yergler2006-02-281-1/+7
* Fixed up new project to perform tests as an independent project.Nathan Yergler2006-02-281-0/+1
* Copying i18nmessage to new project.Nathan Yergler2006-02-288-0/+765