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
Branch
Commit message
Author
Age
3.4
Comply with repository policy.
Tres Seaver
15 years
3.7
Create a stable branch for ZTK 1.0 dev.
Tres Seaver
14 years
3.8
Make a 3.8 release branch
Brian Sutherland
14 years
adamg-decimal
Set `IDecimal` attributes `min`, `max` and `default` as `Decimal` type instea...
Adam Groszer
5 years
adamg-fix-text
Fix: add ``Text.unicode_normalization = 'NFC'`` as default
Adam Groszer
5 years
add-python-requires
Add a python_requires to setup.py
Marius Gedminas
5 years
all-repos_autofix_all-repos-sed
Update badge URL for Travis
Jürgen Gmach
5 years
changes-on-rtd
Publish the change log on RTD.
Jason Madden
7 years
config-with-pure-python
Rebase on master and increment version number after 6.1.1 release.
Jason Madden
4 years
drop-py26-py32-support
Typo fix.
Tres Seaver
9 years
feature/IFromBytes
Add versionchanged sphinx directive for Bool.
Jason Madden
7 years
fix-doctests
Fix the remaining doctest snippets.
Jason Madden
9 years
fix_init_on_none_description
Fix field-constructor when description is None (fix #69)
Philip Bauer
7 years
intersphinx
API documentation.
Jason Madden
9 years
issue13
Move ObjectTests from test__field to test__bootstrapfield to match Object its...
Jason Madden
7 years
issue16
Raise proper validation errors from Int and Float as well as Decimal.
Jason Madden
7 years
issue17
Bind all fields of an Object's schema to the value being validated.
Jason Madden
7 years
issue18
Make SimpleVocabulary.fromItems() accept triples to assign titles
Jason Madden
7 years
issue21
Point to https://zopeschema.readthedocs.io/ instead of docs.zope.org. Fixes #...
Jason Madden
8 years
issue23
Let subclasses of Collection and Object define attributes that can be omitted...
Jason Madden
7 years
issue35
Avoid cycles when shadowing Choice._resolve_vocabulary.
Jason Madden
7 years
issue40
Include a field's interface in equality and hashing.
Jason Madden
7 years
issue49
Fix tests on PyPy3.
Jason Madden
7 years
issue65
Add 'bound' to TooShort|Long|Big|Small
Jason Madden
7 years
issue74
Make NativeString[Line] into distinct types.
Jason Madden
7 years
issue76
Fix Field.getDoc() when value_type or key_type are present
Jason Madden
7 years
issue80
Make the resolution order of all fields consistent.
Jason Madden
5 years
issue86
Removing left-over line from test that has been moved
Georg Bernhard
5 years
jugmac00-patch-1
fix typo
Jürgen Gmach
4 years
master
Back to development: 7.0.2
Colin Watson
3 years
py36
100% coverage.
Jason Madden
8 years
re36-fields-hashable
re #36: Make fields hashable in Python 3.
Thomas Lotze
7 years
remove-u
Remove the u/b BWC functions.
Jason Madden
9 years
required-bool-required
fix initialization with non keyword args
Peter Holzer
4 years
revert-parts-of-105
revert parts of #105 due to incompatibility
Jens W. Klein
4 years
test-docs-build-on-travis
Use 'tox' on Travis.
Tres Seaver
9 years