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
*
Avoid maximum recursion when validating Object field that points to cycles
Godefroid Chapelle
2010-04-30
2
-2
/
+92
*
Comply with repository policy.
Tres Seaver
2010-04-06
35
-35
/
+35
*
Made the dependency on ``zope.i18nmessageid`` optional.
Tres Seaver
2010-04-06
4
-13
/
+41
*
- Allow "setup.py test" to run at least a subset of the tests runnable
Chris McDonough
2010-01-05
3
-3
/
+15
*
Prefer zope.testing.doctest over doctestunit.
Hanno Schlichting
2009-12-22
1
-1
/
+1
*
more information about invalid fields
Godefroid Chapelle
2009-12-08
1
-3
/
+3
*
advertise field name in RequiredMissing
Godefroid Chapelle
2009-11-30
2
-7
/
+7
*
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
3
-7
/
+7
*
pep8; whitespaces
Godefroid Chapelle
2009-11-30
1
-16
/
+42
*
Add FieldProperty class that uses Field.get and Field.set methods instead of ...
Jean-François Roche
2009-11-24
2
-4
/
+72
*
correct interface description
Christian Zagrodnick
2009-07-30
2
-1
/
+2
*
Mark reusability.
Martijn Faassen
2009-05-13
1
-0
/
+3
*
- Make IBool interface of Bool more important than IFromUnicode so adapters
Christian Zagrodnick
2009-03-23
3
-3
/
+25
*
trimmed whitespace
Christian Zagrodnick
2009-03-23
1
-4
/
+4
*
consistent spelling of "queriable" (although it's not in the dictionary)
Shane Hathaway
2009-03-13
1
-2
/
+2
*
As 'setuptools' is a dependency 'pkg_resources' will be available always. Ref...
Baiju Muthukadan
2009-03-11
1
-8
/
+1
*
Fix incorrect (3-character) indentation.
Christian Theune
2009-03-11
1
-1
/
+1
*
Use parentheses instead of \ in the or expression.
Dan Korostelev
2009-03-10
1
-2
/
+2
*
Fix typo. Thanks, Tres.
Dan Korostelev
2009-03-10
1
-1
/
+1
*
Don't fail trying to validate default value for Choice fields with IContextSo...
Dan Korostelev
2009-03-10
2
-3
/
+22
*
Add ``vocabularyName`` attribute to the ``IChoice`` interface, change "vocabu...
Dan Korostelev
2009-03-10
1
-7
/
+14
*
- Add an interface for ``DottedName`` field
Dan Korostelev
2009-03-10
2
-1
/
+26
*
Add sphinx documentation generation part.
Dan Korostelev
2009-03-09
1
-0
/
+19
*
Change package's mailing list address to zope-dev at zope.org.
Dan Korostelev
2009-03-09
2
-7
/
+6
*
Oops, forgot tests.
Dan Korostelev
2009-03-05
2
-0
/
+4
*
Make Choice and Bool fields implement IFromUnicode interface, because they do...
Dan Korostelev
2009-03-05
2
-1
/
+4
*
Expose documentation using __all__
Shane Hathaway
2009-02-03
1
-0
/
+2
*
Made validation tests compatible with Python 2.5 again (hopefully not
Shane Hathaway
2009-02-03
2
-7
/
+8
*
- Stop using the old set type and silence tests on Python2.4
Christian Theune
2009-01-30
4
-49
/
+53
*
Rework 'repr' of the validation error to make it output more sensible informa...
Dan Korostelev
2009-01-16
3
-11
/
+11
*
fix __cmp__ method in ValidationError
Roger Ineichen
2008-12-18
2
-47
/
+102
*
Change the order of classes in SET_TYPES tuple back to (SetType, set)
Dan Korostelev
2008-12-02
1
-1
/
+1
*
added the doctests to the long description + preparing 3.5.0a1 release
Michael Howitz
2008-10-10
1
-0
/
+1
*
Suppress warnings, fix test when run under Python 2.6.
Tres Seaver
2008-10-06
2
-29
/
+45
*
Remove lie (regarding dependencies).
Philipp von Weitershausen
2007-09-28
1
-9
/
+1
*
added renormalizers
nikhil n
2007-09-07
1
-2
/
+7
*
Merge theuni's description of source concepts from his zope3-dev post in here...
Wichert Akkerman
2007-09-05
1
-0
/
+28
*
Added helper methods for schema validation: `getValidationErrors` and
Christian Zagrodnick
2007-08-24
4
-3
/
+146
*
whitespace
Christian Zagrodnick
2007-08-24
1
-0
/
+3
*
made zope.schema work with python2.5
nikhil n
2007-07-21
1
-1
/
+8
*
More work on bug 98287: Introduced an event to signal that an object value is
Christian Theune
2007-07-08
3
-35
/
+100
*
whitespace
Christian Zagrodnick
2007-06-08
1
-9
/
+9
*
Moving code to satellite.
Christian Theune
2007-05-03
40
-0
/
+5593
*
Changed the version number in setup.py. find_packages was also used instead of
Alexander Heavner
2007-02-14
1
-5
/
+6
*
make more generic
Jim Fulton
2006-03-01
8
-765
/
+0
*
Declare zope as a namespace package.
Nathan Yergler
2006-02-28
1
-1
/
+7
*
Fixed up new project to perform tests as an independent project.
Nathan Yergler
2006-02-28
1
-0
/
+1
*
Copying i18nmessage to new project.
Nathan Yergler
2006-02-28
8
-0
/
+765