summaryrefslogtreecommitdiff
path: root/src/zope/schema/_bootstrapfields.py
Commit message (Expand)AuthorAgeFilesLines
* Move ObjectTests from test__field to test__bootstrapfield to match Object its...issue13Jason Madden2018-09-071-3/+4
* Make VALIDATED_OBJECTS private, and use a set, not the instance's dict (which...Jason Madden2018-09-061-5/+12
* Make Object a bootstrapfield and share the logic between Object validation an...Jason Madden2018-09-061-5/+199
* Make liberal use of ellipsis and +IGNORE_EXCEPTION_DETAIL to restore the valu...Jason Madden2018-08-311-10/+8
* Add fields and interfaces matching the numeric tower.Jason Madden2018-08-311-25/+200
* Include a field's interface in equality and hashing.issue40Jason Madden2018-08-311-6/+9
* Refactor Collection-related tests to share code and reduce duplication.Jason Madden2018-08-301-1/+1
* Let subclasses of Collection and Object define attributes that can be omitted...issue23Jason Madden2018-08-291-1/+10
* Raise proper validation errors from Int and Float as well as Decimal.issue16Jason Madden2018-08-241-2/+9
* Give ValidationErrors more context information.Jason Madden2018-08-201-9/+9
* Allow `missing_value` without setting `min` and `max`Jason Madden2018-08-131-15/+19
* ``Field`` instances are hashable on Python 3Jason Madden2018-08-101-6/+22
* Fix doctests under Python 3 while remaining compatible with Python 2.Jason Madden2017-07-101-8/+11
* Remove the u/b BWC functions. (#28)Jason Madden2016-09-151-2/+2
* Fix the remaining doctest snippets.fix-doctestsJason Madden2016-09-141-9/+10
* fix test (that is run only with nose)Adam Groszer2014-01-071-1/+1
* It was a pain that ``ConstraintNotSatisfied`` did not tell the field name.Adam Groszer2014-01-061-1/+1
* more cleanupsJohannes Raggam2013-11-251-5/+4
* pep 8Johannes Raggam2013-11-241-2/+6
* don't raise RequiredMissing when a field's defaultFactory returns its missing...David Glick2013-09-051-1/+2
* fix KeyError on DefaultProperty if field doesn't have defaultFactory. this co...David Glick2012-11-091-1/+1
* Remove ancient BBB hackery.Tres Seaver2012-04-231-19/+13
* Note LSP violation.Tres Seaver2012-04-231-0/+3
* Unused imports.Tres Seaver2012-04-231-3/+0
* Drop the 'six' dependency; use a much-trimmed 'zope.schema._compat' module.Tres Seaver2012-04-201-9/+19
* - Port to Python 3. This adds a dependency on six and removes support forBrian Sutherland2011-10-141-13/+12
* After many years of aggrevation, I finally had enough! :-)Stephan Richter2011-03-181-6/+27
* Inocculate zope.schema against a possible future patch to zope.interface maki...Brian Sutherland2010-12-191-0/+6
* Remove CVS-era Id fossils.Tres Seaver2010-06-031-2/+0
* Comply with repository policy.Tres Seaver2010-04-061-1/+1
* - Allow "setup.py test" to run at least a subset of the tests runnableChris McDonough2010-01-051-1/+10
* advertise field name in RequiredMissingGodefroid Chapelle2009-11-301-1/+1
* more pep8Godefroid Chapelle2009-11-301-0/+1
* pep8Godefroid Chapelle2009-11-301-1/+4
* advertise which field is invalidGodefroid Chapelle2009-11-301-2/+2
* - Make IBool interface of Bool more important than IFromUnicode so adaptersChristian Zagrodnick2009-03-231-2/+0
* trimmed whitespaceChristian Zagrodnick2009-03-231-4/+4
* Oops, forgot tests.Dan Korostelev2009-03-051-0/+2
* Make Choice and Bool fields implement IFromUnicode interface, because they do...Dan Korostelev2009-03-051-0/+3
* Moving code to satellite.Christian Theune2007-05-031-0/+393