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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add versionchanged sphinx directive for Bool.
feature/IFromBytes
Jason Madden
2018-09-18
1
-1
/
+6
*
Add IFromBytes
Jason Madden
2018-09-18
8
-70
/
+288
*
Back to development: 4.7.1
Jason Madden
2018-09-11
2
-1
/
+7
*
Preparing release 4.7.0
4.7.0
Jason Madden
2018-09-11
2
-2
/
+2
*
Fix MANIFEST.in to exclude docs/.doctrees, something created by newer sphinx....
Jason Madden
2018-09-11
1
-0
/
+1
*
Merge pull request #68 from zopefoundation/issue65
Jason Madden
2018-09-11
10
-513
/
+696
|
\
|
*
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
6
-281
/
+227
|
*
Add 'errors' to WrongContainedType and 'schema' to SchemaNotProvided.
Jason Madden
2018-09-10
5
-15
/
+134
|
*
Make WrongType have an expected_type field, and test that we set it everywhere.
Jason Madden
2018-09-10
9
-211
/
+307
|
/
*
Back to development: 4.6.3
Jason Madden
2018-09-10
2
-1
/
+7
*
Preparing release 4.6.2
4.6.2
Jason Madden
2018-09-10
2
-2
/
+2
*
Merge pull request #67 from zopefoundation/issue66
Jason Madden
2018-09-10
3
-2
/
+37
|
\
|
*
Set the field and value of ValidationError raised by checking constraints. Fi...
Jason Madden
2018-09-10
3
-2
/
+37
|
/
*
Back to development: 4.6.2
Jason Madden
2018-09-10
2
-1
/
+7
*
Preparing release 4.6.1
4.6.1
Jason Madden
2018-09-10
2
-2
/
+2
*
Merge pull request #64 from zopefoundation/issue63
Jason Madden
2018-09-10
4
-8
/
+54
|
\
|
*
Make Field preserve 'description' as-is. Fixes #63.
Jason Madden
2018-09-10
4
-8
/
+54
|
/
*
Back to development: 4.6.1
Jason Madden
2018-09-07
2
-1
/
+7
*
Preparing release 4.6.0
4.6.0
Jason Madden
2018-09-07
2
-2
/
+2
*
Merge pull request #62 from zopefoundation/issue60
Jason Madden
2018-09-07
4
-1
/
+194
|
\
|
*
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
4
-1
/
+175
|
/
*
Merge pull request #59 from zopefoundation/issue13
Jason Madden
2018-09-07
10
-786
/
+1043
|
\
|
*
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
9
-345
/
+598
*
|
Merge pull request #61 from zopefoundation/changes-on-rtd
Jason Madden
2018-09-07
2
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
Publish the change log on RTD.
changes-on-rtd
Jason Madden
2018-09-07
2
-0
/
+2
|
/
*
Merge pull request #56 from zopefoundation/issue35
Jason Madden
2018-09-06
8
-85
/
+304
|
\
|
*
Avoid cycles when shadowing Choice._resolve_vocabulary.
issue35
Jason Madden
2018-09-04
1
-2
/
+2
|
*
Wordsmithing: active voices.
Jason Madden
2018-09-04
1
-18
/
+19
|
*
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
4
-6
/
+43
|
*
Add documentation for VocabularyRegistry and cross-references to zope.vocabul...
Jason Madden
2018-09-04
5
-64
/
+210
|
/
*
Merge pull request #52 from zopefoundation/issue18
Jason Madden
2018-09-01
4
-24
/
+192
|
\
|
*
Make SimpleVocabulary.fromItems() accept triples to assign titles
issue18
Jason Madden
2018-09-01
4
-24
/
+192
|
/
*
Merge pull request #50 from zopefoundation/issue49
Jason Madden
2018-08-31
8
-417
/
+850
|
\
|
*
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
4
-256
/
+218
|
*
Fix tests on PyPy3.
Jason Madden
2018-08-31
1
-4
/
+1
|
*
Add fields and interfaces matching the numeric tower.
Jason Madden
2018-08-31
8
-187
/
+668
|
/
*
Merge pull request #51 from zopefoundation/issue40
Jason Madden
2018-08-31
3
-76
/
+111
|
\
|
*
Include a field's interface in equality and hashing.
issue40
Jason Madden
2018-08-31
3
-76
/
+111
|
/
*
Merge pull request #48 from zopefoundation/issue23
Jason Madden
2018-08-30
6
-301
/
+248
|
\
|
*
Refactor Collection-related tests to share code and reduce duplication.
Jason Madden
2018-08-30
3
-330
/
+152
|
*
Let subclasses of Collection and Object define attributes that can be omitted...
issue23
Jason Madden
2018-08-29
6
-20
/
+145
|
/
*
Merge pull request #47 from zopefoundation/issue11
Jason Madden
2018-08-24
6
-49
/
+314
|
\
[next]