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
*
Let subclasses of Collection and Object define attributes that can be omitted...
issue23
Jason Madden
2018-08-29
4
-20
/
+133
*
Add [Mutable]Sequence and [Mutable]Mapping and make List, Dict and Tuple exte...
Jason Madden
2018-08-24
4
-48
/
+300
*
Raise proper validation errors from Int and Float as well as Decimal.
issue16
Jason Madden
2018-08-24
2
-3
/
+17
*
SchemaNotFullyImplemented has correct field; Decimal raises a better exceptio...
Jason Madden
2018-08-24
4
-12
/
+24
*
SchemaNotProvided also needs to provide the field and value.
Jason Madden
2018-08-20
2
-2
/
+9
*
Give ValidationErrors more context information.
Jason Madden
2018-08-20
6
-93
/
+294
*
Add comments per review [skip ci]
Jason Madden
2018-08-14
1
-0
/
+4
*
Make ValidationError sorting make a bit more sense. It is clearly defined to ...
Jason Madden
2018-08-14
2
-1
/
+2
*
Whitespace and URLs.
Jason Madden
2018-08-14
2
-1
/
+3
*
100% test coverage on Python 3
Jason Madden
2018-08-14
5
-36
/
+45
*
Update signature and fix typo
Jason Madden
2018-08-14
1
-2
/
+2
*
Add the ability for Object to check schema invariants.
Jason Madden
2018-08-14
3
-28
/
+114
*
Handle Unicode token values with non-ascii chars.
Jason Madden
2018-08-13
4
-11
/
+46
*
Allow `missing_value` without setting `min` and `max`
Jason Madden
2018-08-13
3
-27
/
+75
*
``Field`` instances are hashable on Python 3
Jason Madden
2018-08-10
2
-6
/
+50
*
Typo
Michael Howitz
2017-11-21
1
-1
/
+1
*
Fixes for #33 (Datetime field docs typo) (#34)
Petri Savolainen
2017-10-09
1
-1
/
+1
*
100% coverage.
py36
Jason Madden
2017-07-10
12
-166
/
+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
15
-402
/
+369
*
Fix the remaining doctest snippets.
fix-doctests
Jason Madden
2016-09-14
1
-9
/
+10
*
Fix docstring.
Michael Howitz
2016-03-04
1
-1
/
+5
*
Fix description of min max field: actually, max value is included, not excluded.
Thomas Desvenain
2014-04-18
1
-1
/
+1
*
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 api to NO_VALUE
Jean-François Roche
2014-01-21
1
-0
/
+2
*
add field event, enable subscriber to be triggered after a zope schema field ...
Jean-François Roche
2014-01-17
5
-9
/
+210
*
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
2
-2
/
+2
*
use coverage exclusion keyword as suggested at: http://nedbatchelder.com/code...
Johannes Raggam
2013-11-25
6
-16
/
+16
*
more cleanups
Johannes Raggam
2013-11-25
4
-13
/
+20
*
test pep 8
Johannes Raggam
2013-11-24
1
-8
/
+9
*
test pep 8
Johannes Raggam
2013-11-24
11
-283
/
+493
*
pep 8
Johannes Raggam
2013-11-24
11
-78
/
+192
*
don't raise RequiredMissing when a field's defaultFactory returns its missing...
David Glick
2013-09-05
2
-1
/
+9
*
remove accidental double assign
Elizabeth Leddy
2013-07-01
1
-1
/
+1
*
cleaner syntax
Elizabeth Leddy
2013-07-01
1
-2
/
+2
*
add ability to bypass exceptions from duplicate checking when rendering a voc...
Elizabeth Leddy
2013-06-17
2
-7
/
+21
*
Preparing release 4.3.2
4.3.2
Stephan Richter
2013-02-24
1
-1
/
+1
*
Make sure that we do not fail during bytes decoding of term token when
Stephan Richter
2013-02-24
1
-3
/
+4
*
Fixed a bug where bytes values were turned into tokens inproperly in Python 3.
Stephan Richter
2013-02-24
3
-21
/
+32
*
Normalize imports.
Tres Seaver
2013-02-10
1
-2
/
+2
*
Added `createFieldProperties` function which maps schema fields into FieldPro...
Sebastian Wehrmann
2013-01-23
2
-0
/
+43
*
Move doctests for scalar fields to Sphinx.
Tres Seaver
2012-12-31
2
-535
/
+360
*
Further defend against hash randomization effects.
Tres Seaver
2012-11-21
1
-2
/
+5
*
Defend against hash randomization effects.
Tres Seaver
2012-11-21
1
-1
/
+1
*
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
2
-1
/
+9
*
Merge jinty-native_string branch:
Tres Seaver
2012-05-04
4
-33
/
+29
[next]