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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Include a field's interface in equality and hashing.
issue40
Jason Madden
2018-08-31
1
-70
/
+92
*
Refactor Collection-related tests to share code and reduce duplication.
Jason Madden
2018-08-30
1
-315
/
+139
*
Let subclasses of Collection and Object define attributes that can be omitted...
issue23
Jason Madden
2018-08-29
1
-6
/
+72
*
Add [Mutable]Sequence and [Mutable]Mapping and make List, Dict and Tuple exte...
Jason Madden
2018-08-24
1
-22
/
+163
*
SchemaNotFullyImplemented has correct field; Decimal raises a better exceptio...
Jason Madden
2018-08-24
2
-2
/
+12
*
SchemaNotProvided also needs to provide the field and value.
Jason Madden
2018-08-20
1
-1
/
+8
*
Give ValidationErrors more context information.
Jason Madden
2018-08-20
2
-35
/
+183
*
Make ValidationError sorting make a bit more sense. It is clearly defined to ...
Jason Madden
2018-08-14
1
-0
/
+1
*
100% test coverage on Python 3
Jason Madden
2018-08-14
3
-14
/
+12
*
Add the ability for Object to check schema invariants.
Jason Madden
2018-08-14
1
-27
/
+79
*
Handle Unicode token values with non-ascii chars.
Jason Madden
2018-08-13
2
-0
/
+19
*
Allow `missing_value` without setting `min` and `max`
Jason Madden
2018-08-13
2
-12
/
+56
*
``Field`` instances are hashable on Python 3
Jason Madden
2018-08-10
1
-0
/
+28
*
100% coverage.
py36
Jason Madden
2017-07-10
11
-165
/
+21
*
Remove the u/b BWC functions. (#28)
Jason Madden
2016-09-15
10
-369
/
+359
*
fix test on python 3.2
Jean-François Roche
2014-01-21
1
-8
/
+8
*
be more explicit in comment
Jean-François Roche
2014-01-21
1
-1
/
+2
*
change test order
Jean-François Roche
2014-01-21
1
-25
/
+28
*
add field event, enable subscriber to be triggered after a zope schema field ...
Jean-François Roche
2014-01-17
2
-9
/
+159
*
test pep 8
Johannes Raggam
2013-11-24
1
-8
/
+9
*
test pep 8
Johannes Raggam
2013-11-24
11
-283
/
+493
*
don't raise RequiredMissing when a field's defaultFactory returns its missing...
David Glick
2013-09-05
1
-0
/
+7
*
add ability to bypass exceptions from duplicate checking when rendering a voc...
Elizabeth Leddy
2013-06-17
1
-0
/
+7
*
Fixed a bug where bytes values were turned into tokens inproperly in Python 3.
Stephan Richter
2013-02-24
1
-0
/
+7
*
Normalize imports.
Tres Seaver
2013-02-10
1
-2
/
+2
*
Added `createFieldProperties` function which maps schema fields into FieldPro...
Sebastian Wehrmann
2013-01-23
1
-0
/
+27
*
Move doctests for scalar fields to Sphinx.
Tres Seaver
2012-12-31
1
-253
/
+253
*
Further defend against hash randomization effects.
Tres Seaver
2012-11-21
1
-2
/
+5
*
Don't assert equality to True.
Tres Seaver
2012-11-21
1
-8
/
+8
*
fix KeyError on DefaultProperty if field doesn't have defaultFactory. this co...
David Glick
2012-11-09
1
-0
/
+8
*
Merge jinty-native_string branch:
Tres Seaver
2012-05-04
1
-13
/
+9
*
Coverage.
Tres Seaver
2012-05-04
1
-93
/
+133
*
Coverage.
Tres Seaver
2012-05-04
1
-0
/
+94
*
Coverage.
Tres Seaver
2012-05-04
1
-43
/
+361
*
Coverage.
Tres Seaver
2012-05-04
1
-96
/
+248
*
Coalesce more out-of-module tests.
Tres Seaver
2012-04-26
1
-204
/
+0
*
Coalesce out-of-module tests.
Tres Seaver
2012-04-26
3
-123
/
+9
*
Improved assertions for string types.
Tres Seaver
2012-04-26
3
-206
/
+144
*
Fix up test failures under Py3k.
Tres Seaver
2012-04-25
2
-34
/
+24
*
Coverage for z.s._f.DottedName.
Tres Seaver
2012-04-25
2
-62
/
+105
*
Coverage for z.s._f.Id.
Tres Seaver
2012-04-25
1
-0
/
+79
*
Coverage for z.s._f.URI.
Tres Seaver
2012-04-25
1
-0
/
+76
*
Coverage for z.s._f.Dict.
Tres Seaver
2012-04-25
2
-142
/
+107
*
Coverage for z.s._f.Object.
Tres Seaver
2012-04-25
2
-344
/
+279
*
Coverage for z.s._bi.ValidationError.
Tres Seaver
2012-04-25
1
-0
/
+11
*
Coverage for z.s._f.{Tuple,List,Set,Frozenset}.
Tres Seaver
2012-04-25
4
-616
/
+354
*
Coverage for z.s._f.AbstractCollection.
Tres Seaver
2012-04-25
1
-0
/
+62
*
Collapse out-of-module field tests into in-module tests.
Tres Seaver
2012-04-25
9
-671
/
+662
*
Coverage for z.s._f.Choice.
Tres Seaver
2012-04-25
3
-244
/
+203
*
Moar coverage for z.s._f.Choice.
Tres Seaver
2012-04-23
1
-0
/
+27
[next]