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
*
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
*
Unused imports.
Tres Seaver
2012-04-23
1
-3
/
+0
*
Drop the 'six' dependency; use a much-trimmed 'zope.schema._compat' module.
Tres Seaver
2012-04-20
1
-9
/
+19
*
- Port to Python 3. This adds a dependency on six and removes support for
Brian Sutherland
2011-10-14
1
-13
/
+12
*
After many years of aggrevation, I finally had enough! :-)
Stephan Richter
2011-03-18
1
-6
/
+27
*
Inocculate zope.schema against a possible future patch to zope.interface maki...
Brian Sutherland
2010-12-19
1
-0
/
+6
*
Remove CVS-era Id fossils.
Tres Seaver
2010-06-03
1
-2
/
+0
*
Comply with repository policy.
Tres Seaver
2010-04-06
1
-1
/
+1
*
- Allow "setup.py test" to run at least a subset of the tests runnable
Chris McDonough
2010-01-05
1
-1
/
+10
*
advertise field name in RequiredMissing
Godefroid Chapelle
2009-11-30
1
-1
/
+1
*
more pep8
Godefroid Chapelle
2009-11-30
1
-0
/
+1
*
pep8
Godefroid Chapelle
2009-11-30
1
-1
/
+4
*
advertise which field is invalid
Godefroid Chapelle
2009-11-30
1
-2
/
+2
*
- Make IBool interface of Bool more important than IFromUnicode so adapters
Christian Zagrodnick
2009-03-23
1
-2
/
+0
*
trimmed whitespace
Christian Zagrodnick
2009-03-23
1
-4
/
+4
*
Oops, forgot tests.
Dan Korostelev
2009-03-05
1
-0
/
+2
*
Make Choice and Bool fields implement IFromUnicode interface, because they do...
Dan Korostelev
2009-03-05
1
-0
/
+3
*
Moving code to satellite.
Christian Theune
2007-05-03
1
-0
/
+393