index
:
delta/python-packages/zope-schema.git
3.4
3.7
3.8
adamg-decimal
adamg-fix-text
add-python-requires
all-repos_autofix_all-repos-sed
changes-on-rtd
config-with-pure-python
drop-py26-py32-support
feature/IFromBytes
fix-doctests
fix_init_on_none_description
intersphinx
issue13
issue16
issue17
issue18
issue21
issue23
issue35
issue40
issue49
issue65
issue74
issue76
issue80
issue86
jugmac00-patch-1
master
py36
re36-fields-hashable
remove-u
required-bool-required
revert-parts-of-105
test-docs-build-on-travis
github.com: zopefoundation/zope.schema.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
zope
/
schema
/
_bootstrapfields.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix: add ``Text.unicode_normalization = 'NFC'`` as default
adamg-fix-text
Adam Groszer
2020-03-06
1
-1
/
+3
*
Set `IDecimal` attributes `min`, `max` and `default` as `Decimal` type instea...
adamg-decimal
Adam Groszer
2020-03-06
1
-0
/
+63
*
Removing left-over line from test that has been moved
issue86
Georg Bernhard
2020-02-15
1
-1
/
+0
*
text_type was already imported from _compat, there is no need to repeat that
Georg Bernhard
2020-02-14
1
-4
/
+0
*
Making tests work wirh all versions of python is harder than one might think.
Georg Bernhard
2020-02-14
1
-4
/
+6
*
Making tests work with py2 and py3
Georg Bernhard
2020-02-14
1
-6
/
+9
*
Keeping signature the same
Georg Bernhard
2020-02-14
1
-1
/
+0
*
Merge branch 'issue86' of github.com:zopefoundation/zope.schema into issue86
Georg Bernhard
2020-02-14
1
-1
/
+2
|
\
|
*
Update src/zope/schema/_bootstrapfields.py
Georg Gogo. BERNHARD
2020-02-14
1
-1
/
+2
*
|
Validation after normalization
Georg Bernhard
2020-02-14
1
-3
/
+1
|
/
*
Moving doctest to zope testing
Georg Bernhard
2020-02-14
1
-2
/
+0
*
Allowing for all variants of normalization
Georg Bernhard
2020-02-14
1
-5
/
+5
*
Doc-Tests need unicodedata to be imported
Georg Bernhard
2020-02-14
1
-0
/
+1
*
Tests need coding defined
Georg Bernhard
2020-02-14
1
-0
/
+2
*
Fixing issue86 by normalizing unicode for IFromUnicode
Georg Bernhard
2020-02-14
1
-1
/
+7
*
Fixed a ReST error in getDoc() results when having "subfields" with titles
Lennart Regebro
2018-10-12
1
-0
/
+1
*
Fix Field.getDoc() when value_type or key_type are present
issue76
Jason Madden
2018-09-23
1
-0
/
+1
*
Fix passing ``None`` as the description to a field constructor.
Jason Madden
2018-09-19
1
-1
/
+3
*
Use separate branches for Number.fromBytes for PY2/3; sprinkle 'no cover' for...
Jason Madden
2018-09-19
1
-1
/
+5
*
Add versionchanged sphinx directive for Bool.
feature/IFromBytes
Jason Madden
2018-09-18
1
-1
/
+6
*
Add IFromBytes
Jason Madden
2018-09-18
1
-14
/
+100
*
Add 'errors' to WrongContainedType and 'schema' to SchemaNotProvided.
Jason Madden
2018-09-10
1
-3
/
+4
*
Make WrongType have an expected_type field, and test that we set it everywhere.
Jason Madden
2018-09-10
1
-1
/
+5
*
Set the field and value of ValidationError raised by checking constraints. Fi...
Jason Madden
2018-09-10
1
-1
/
+9
*
Make Field preserve 'description' as-is. Fixes #63.
Jason Madden
2018-09-10
1
-6
/
+8
*
Also automatically pick up key_type and value_type
Jason Madden
2018-09-07
1
-0
/
+11
*
Add more information to fields in getDoc().
Jason Madden
2018-09-07
1
-0
/
+102
*
Move ObjectTests from test__field to test__bootstrapfield to match Object its...
issue13
Jason Madden
2018-09-07
1
-3
/
+4
*
Make VALIDATED_OBJECTS private, and use a set, not the instance's dict (which...
Jason Madden
2018-09-06
1
-5
/
+12
*
Make Object a bootstrapfield and share the logic between Object validation an...
Jason Madden
2018-09-06
1
-5
/
+199
*
Make liberal use of ellipsis and +IGNORE_EXCEPTION_DETAIL to restore the valu...
Jason Madden
2018-08-31
1
-10
/
+8
*
Add fields and interfaces matching the numeric tower.
Jason Madden
2018-08-31
1
-25
/
+200
*
Include a field's interface in equality and hashing.
issue40
Jason Madden
2018-08-31
1
-6
/
+9
*
Refactor Collection-related tests to share code and reduce duplication.
Jason Madden
2018-08-30
1
-1
/
+1
*
Let subclasses of Collection and Object define attributes that can be omitted...
issue23
Jason Madden
2018-08-29
1
-1
/
+10
*
Raise proper validation errors from Int and Float as well as Decimal.
issue16
Jason Madden
2018-08-24
1
-2
/
+9
*
Give ValidationErrors more context information.
Jason Madden
2018-08-20
1
-9
/
+9
*
Allow `missing_value` without setting `min` and `max`
Jason Madden
2018-08-13
1
-15
/
+19
*
``Field`` instances are hashable on Python 3
Jason Madden
2018-08-10
1
-6
/
+22
*
Fix doctests under Python 3 while remaining compatible with Python 2.
Jason Madden
2017-07-10
1
-8
/
+11
*
Remove the u/b BWC functions. (#28)
Jason Madden
2016-09-15
1
-2
/
+2
*
Fix the remaining doctest snippets.
fix-doctests
Jason Madden
2016-09-14
1
-9
/
+10
*
fix test (that is run only with nose)
Adam Groszer
2014-01-07
1
-1
/
+1
*
It was a pain that ``ConstraintNotSatisfied`` did not tell the field name.
Adam Groszer
2014-01-06
1
-1
/
+1
*
more cleanups
Johannes Raggam
2013-11-25
1
-5
/
+4
*
pep 8
Johannes Raggam
2013-11-24
1
-2
/
+6
*
don't raise RequiredMissing when a field's defaultFactory returns its missing...
David Glick
2013-09-05
1
-1
/
+2
*
fix KeyError on DefaultProperty if field doesn't have defaultFactory. this co...
David Glick
2012-11-09
1
-1
/
+1
*
Remove ancient BBB hackery.
Tres Seaver
2012-04-23
1
-19
/
+13
*
Note LSP violation.
Tres Seaver
2012-04-23
1
-0
/
+3
[next]