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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make the resolution order of all fields consistent.
issue80
Jason Madden
2020-03-20
5
-36
/
+157
*
Fix: add ``Text.unicode_normalization = 'NFC'`` as default
adamg-fix-text
Adam Groszer
2020-03-06
2
-1
/
+21
*
Set `IDecimal` attributes `min`, `max` and `default` as `Decimal` type instea...
adamg-decimal
Adam Groszer
2020-03-06
5
-125
/
+142
*
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
2
-7
/
+10
*
Trying to get tests to run without literal utf-8 characters
Georg Bernhard
2020-02-14
1
-1
/
+1
*
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
2
-6
/
+2
|
/
*
Moving doctest to zope testing
Georg Bernhard
2020-02-14
1
-2
/
+0
*
Allowing for all variants of normalization
Georg Bernhard
2020-02-14
2
-7
/
+7
*
Doc-Tests need unicodedata to be imported
Georg Bernhard
2020-02-14
1
-0
/
+1
*
Tests need coding defined
Georg Bernhard
2020-02-14
2
-0
/
+4
*
Fixing issue86 by normalizing unicode for IFromUnicode
Georg Bernhard
2020-02-14
2
-2
/
+33
*
Fixed a ReST error in getDoc() results when having "subfields" with titles
Lennart Regebro
2018-10-12
2
-4
/
+8
*
- Make sure that the title for ``IObject.validate_invariants`` is a unicode
Stephan Richter
2018-10-11
1
-1
/
+1
*
Fix handling of non-ascii bytes tokens
David Glick
2018-09-29
2
-1
/
+10
*
Make DottedName accept leading underscores.
Jason Madden
2018-09-24
4
-5
/
+108
*
Merge pull request #77 from zopefoundation/issue76
Jason Madden
2018-09-24
2
-0
/
+28
|
\
|
*
Fix Field.getDoc() when value_type or key_type are present
issue76
Jason Madden
2018-09-23
2
-0
/
+28
*
|
Make NativeString[Line] into distinct types.
issue74
Jason Madden
2018-09-22
3
-19
/
+119
|
/
*
Document IFromBytes in Sphinx.
Jason Madden
2018-09-20
1
-0
/
+2
*
Fix passing ``None`` as the description to a field constructor.
Jason Madden
2018-09-19
2
-1
/
+28
*
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
7
-68
/
+284
*
Give TOO_LARGE|SMALL meaningful reprs, as suggested.
Jason Madden
2018-09-11
3
-9
/
+31
*
Add 'bound' to TooShort|Long|Big|Small
issue65
Jason Madden
2018-09-10
4
-281
/
+216
*
Add 'errors' to WrongContainedType and 'schema' to SchemaNotProvided.
Jason Madden
2018-09-10
4
-15
/
+129
*
Make WrongType have an expected_type field, and test that we set it everywhere.
Jason Madden
2018-09-10
6
-209
/
+298
*
Set the field and value of ValidationError raised by checking constraints. Fi...
Jason Madden
2018-09-10
2
-1
/
+33
*
Make Field preserve 'description' as-is. Fixes #63.
Jason Madden
2018-09-10
2
-6
/
+47
*
Also automatically pick up key_type and value_type
Jason Madden
2018-09-07
2
-0
/
+19
*
Add more information to fields in getDoc().
Jason Madden
2018-09-07
2
-0
/
+157
*
Move ObjectTests from test__field to test__bootstrapfield to match Object its...
issue13
Jason Madden
2018-09-07
3
-504
/
+501
*
Make VALIDATED_OBJECTS private, and use a set, not the instance's dict (which...
Jason Madden
2018-09-06
1
-5
/
+12
*
Sort imports in interfaces.py
Jason Madden
2018-09-06
1
-22
/
+22
*
Make Object a bootstrapfield and share the logic between Object validation an...
Jason Madden
2018-09-06
6
-275
/
+519
*
Avoid cycles when shadowing Choice._resolve_vocabulary.
issue35
Jason Madden
2018-09-04
1
-2
/
+2
*
Make resolving a vocabulary consistent for bound and unbound fields so we get...
Jason Madden
2018-09-04
2
-20
/
+55
*
Make Choice fields raise a ValidationError for missing vocabularies. Fixes #55.
Jason Madden
2018-09-04
3
-6
/
+35
*
Add documentation for VocabularyRegistry and cross-references to zope.vocabul...
Jason Madden
2018-09-04
2
-13
/
+62
*
Make SimpleVocabulary.fromItems() accept triples to assign titles
issue18
Jason Madden
2018-09-01
3
-24
/
+182
*
Make liberal use of ellipsis and +IGNORE_EXCEPTION_DETAIL to restore the valu...
Jason Madden
2018-08-31
4
-27
/
+22
*
Collapse ConformanceMixin and EqualityTestsMixin together since no one inheri...
Jason Madden
2018-08-31
2
-12
/
+10
*
Expand the equality tests and conformance tests to all fields.
Jason Madden
2018-08-31
3
-256
/
+215
*
Fix tests on PyPy3.
Jason Madden
2018-08-31
1
-4
/
+1
[next]