summaryrefslogtreecommitdiff
path: root/src/zope/schema/_bootstrapfields.py
Commit message (Expand)AuthorAgeFilesLines
* Remove the u/b BWC functions.remove-uJason 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