summaryrefslogtreecommitdiff
path: root/src/zope/schema/_bootstrapfields.py
Commit message (Expand)AuthorAgeFilesLines
* Fix: add ``Text.unicode_normalization = 'NFC'`` as defaultadamg-fix-textAdam Groszer2020-03-061-1/+3
* Set `IDecimal` attributes `min`, `max` and `default` as `Decimal` type instea...adamg-decimalAdam Groszer2020-03-061-0/+63
* Removing left-over line from test that has been movedissue86Georg Bernhard2020-02-151-1/+0
* text_type was already imported from _compat, there is no need to repeat thatGeorg Bernhard2020-02-141-4/+0
* Making tests work wirh all versions of python is harder than one might think.Georg Bernhard2020-02-141-4/+6
* Making tests work with py2 and py3Georg Bernhard2020-02-141-6/+9
* Keeping signature the sameGeorg Bernhard2020-02-141-1/+0
* Merge branch 'issue86' of github.com:zopefoundation/zope.schema into issue86Georg Bernhard2020-02-141-1/+2
|\
| * Update src/zope/schema/_bootstrapfields.pyGeorg Gogo. BERNHARD2020-02-141-1/+2
* | Validation after normalizationGeorg Bernhard2020-02-141-3/+1
|/
* Moving doctest to zope testingGeorg Bernhard2020-02-141-2/+0
* Allowing for all variants of normalizationGeorg Bernhard2020-02-141-5/+5
* Doc-Tests need unicodedata to be importedGeorg Bernhard2020-02-141-0/+1
* Tests need coding definedGeorg Bernhard2020-02-141-0/+2
* Fixing issue86 by normalizing unicode for IFromUnicodeGeorg Bernhard2020-02-141-1/+7
* Fixed a ReST error in getDoc() results when having "subfields" with titlesLennart Regebro2018-10-121-0/+1
* Fix Field.getDoc() when value_type or key_type are presentissue76Jason Madden2018-09-231-0/+1
* Fix passing ``None`` as the description to a field constructor.Jason Madden2018-09-191-1/+3
* Use separate branches for Number.fromBytes for PY2/3; sprinkle 'no cover' for...Jason Madden2018-09-191-1/+5
* Add versionchanged sphinx directive for Bool.feature/IFromBytesJason Madden2018-09-181-1/+6
* Add IFromBytesJason Madden2018-09-181-14/+100
* Add 'errors' to WrongContainedType and 'schema' to SchemaNotProvided.Jason Madden2018-09-101-3/+4
* Make WrongType have an expected_type field, and test that we set it everywhere.Jason Madden2018-09-101-1/+5
* Set the field and value of ValidationError raised by checking constraints. Fi...Jason Madden2018-09-101-1/+9
* Make Field preserve 'description' as-is. Fixes #63.Jason Madden2018-09-101-6/+8
* Also automatically pick up key_type and value_typeJason Madden2018-09-071-0/+11
* Add more information to fields in getDoc().Jason Madden2018-09-071-0/+102
* 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