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
*
Tagging 3.6.2
3.6.2
Godefroid Chapelle
2010-04-30
0
-0
/
+0
*
Preparing release 3.6.2
Godefroid Chapelle
2010-04-30
2
-2
/
+2
*
Avoid maximum recursion when validating Object field that points to cycles
Godefroid Chapelle
2010-04-30
3
-2
/
+94
*
Ignore derived.
Tres Seaver
2010-04-06
1
-0
/
+7
*
Comply with repository policy.
Tres Seaver
2010-04-06
39
-54
/
+46
*
Made the dependency on ``zope.i18nmessageid`` optional.
Tres Seaver
2010-04-06
6
-15
/
+42
*
vb.
Chris McDonough
2010-01-06
2
-1
/
+6
*
Bleh.
Chris McDonough
2010-01-06
1
-1
/
+1
*
Add tests_require.
Chris McDonough
2010-01-05
1
-0
/
+1
*
- Allow "setup.py test" to run at least a subset of the tests runnable
Chris McDonough
2010-01-05
5
-3
/
+60
*
Update version after release
Hanno Schlichting
2009-12-22
2
-1
/
+5
*
Prepare zope.schema 3.6.0.
Hanno Schlichting
2009-12-22
2
-2
/
+2
*
Prefer zope.testing.doctest over doctestunit.
Hanno Schlichting
2009-12-22
3
-5
/
+7
*
forgot to update
Godefroid Chapelle
2009-12-21
1
-1
/
+3
*
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
*
Mark as part of the ZTK
Martijn Faassen
2009-09-11
1
-0
/
+5
*
correct interface description
Christian Zagrodnick
2009-07-30
2
-1
/
+2
*
Mark reusability.
Martijn Faassen
2009-05-13
1
-0
/
+3
*
Back to development: 3.5.5 dev
Michael Howitz
2009-03-25
2
-1
/
+7
*
Preparing release 3.5.4
Michael Howitz
2009-03-25
2
-2
/
+2
*
- Make IBool interface of Bool more important than IFromUnicode so adapters
Christian Zagrodnick
2009-03-23
4
-3
/
+30
*
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
*
Note the change from Attribute to Field for in IChoice.
Dan Korostelev
2009-03-10
1
-1
/
+2
*
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
3
-3
/
+26
*
Add ``vocabularyName`` attribute to the ``IChoice`` interface, change "vocabu...
Dan Korostelev
2009-03-10
2
-7
/
+17
*
- Add an interface for ``DottedName`` field
Dan Korostelev
2009-03-10
3
-2
/
+27
*
Bump version.
Dan Korostelev
2009-03-09
2
-2
/
+7
*
Oh, ignore the docs directory.
Dan Korostelev
2009-03-09
0
-0
/
+0
*
Add sphinx documentation generation part.
Dan Korostelev
2009-03-09
4
-2
/
+31
*
Improve package's description.
Dan Korostelev
2009-03-09
2
-2
/
+2
*
Change package's mailing list address to zope-dev at zope.org.
Dan Korostelev
2009-03-09
5
-24
/
+25
*
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
3
-2
/
+6
*
Releasing zope.schema 3.5.2
Shane Hathaway
2009-02-04
2
-2
/
+7
*
Expose documentation using __all__
Shane Hathaway
2009-02-03
2
-0
/
+4
*
Made validation tests compatible with Python 2.5 again (hopefully not
Shane Hathaway
2009-02-03
3
-8
/
+10
*
vb.
Martijn Faassen
2009-01-31
2
-1
/
+6
*
Release preparations.
Martijn Faassen
2009-01-31
1
-2
/
+2
*
- Stop using the old set type and silence tests on Python2.4
Christian Theune
2009-01-30
5
-52
/
+60
[next]