| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add a python_requires to setup.pyadd-python-requires | Marius Gedminas | 2020-04-06 | 1 | -0/+1 |
| | | | | | Fixes #93. | ||||
| * | Back to development: 6.0.1 | Jason Madden | 2020-03-21 | 2 | -1/+7 |
| | | |||||
| * | Preparing release 6.0.06.0.0 | Jason Madden | 2020-03-21 | 2 | -2/+2 |
| | | |||||
| * | Merge pull request #92 from zopefoundation/issue80 | Jason Madden | 2020-03-21 | 10 | -49/+175 |
| |\ | | | | | Make the resolution order of all fields consistent. | ||||
| | * | Make the resolution order of all fields consistent.issue80 | Jason Madden | 2020-03-20 | 10 | -49/+175 |
| |/ | | | | | | And test this. Fixes #80. Add Python 3.8, drop Python 3.4. | ||||
| * | Back to development: 5.0.2 | Adam Groszer | 2020-03-06 | 2 | -1/+7 |
| | | |||||
| * | Preparing release 5.0.15.0.1 | Adam Groszer | 2020-03-06 | 2 | -2/+2 |
| | | |||||
| * | Merge pull request #91 from zopefoundation/adamg-fix-text | Adam Groszer | 2020-03-06 | 3 | -4/+26 |
| |\ | | | | | Fix: add ``Text.unicode_normalization = 'NFC'`` as default | ||||
| | * | Fix: add ``Text.unicode_normalization = 'NFC'`` as defaultadamg-fix-text | Adam Groszer | 2020-03-06 | 3 | -4/+26 |
| |/ | |||||
| * | Back to development: 5.1 | Adam Groszer | 2020-03-06 | 2 | -1/+7 |
| | | |||||
| * | Preparing release 5.05.0 | Adam Groszer | 2020-03-06 | 2 | -2/+2 |
| | | |||||
| * | Merge pull request #89 from zopefoundation/adamg-decimal | Adam Groszer | 2020-03-06 | 6 | -125/+146 |
| |\ | | | | | Set `IDecimal` attributes `min`, `max` and `default` as `Decimal` typ… | ||||
| | * | Set `IDecimal` attributes `min`, `max` and `default` as `Decimal` type ↵adamg-decimal | Adam Groszer | 2020-03-06 | 6 | -125/+146 |
| |/ | | | | instead of `Number`. | ||||
| * | Add documentation for #86. | Michael Howitz | 2020-02-28 | 1 | -0/+10 |
| | | |||||
| * | Improve change log for #86 and bump version. | Michael Howitz | 2020-02-28 | 2 | -6/+10 |
| | | | | | The change is not backwards compatible. | ||||
| * | Added change entry for issue 86 | Georg Gogo. BERNHARD | 2020-02-17 | 1 | -1/+1 |
| | | | | https://github.com/zopefoundation/zope.schema/issues/86 | ||||
| * | Merge pull request #87 from zopefoundation/issue86 | Georg Gogo. BERNHARD | 2020-02-16 | 2 | -5/+35 |
| |\ | | | | | Fixing #86 by normalizing unicode for IFromUnicode | ||||
| | * | Removing left-over line from test that has been movedissue86 | Georg Bernhard | 2020-02-15 | 1 | -1/+0 |
| | | | |||||
| | * | text_type was already imported from _compat, there is no need to repeat that | Georg Bernhard | 2020-02-14 | 1 | -4/+0 |
| | | | |||||
| | * | Making tests work wirh all versions of python is harder than one might think. | Georg Bernhard | 2020-02-14 | 1 | -4/+6 |
| | | | |||||
| | * | Making tests work with py2 and py3 | Georg Bernhard | 2020-02-14 | 2 | -7/+10 |
| | | | |||||
| | * | Trying to get tests to run without literal utf-8 characters | Georg Bernhard | 2020-02-14 | 1 | -1/+1 |
| | | | |||||
| | * | Keeping signature the same | Georg Bernhard | 2020-02-14 | 1 | -1/+0 |
| | | | |||||
| | * | Merge branch 'issue86' of github.com:zopefoundation/zope.schema into issue86 | Georg Bernhard | 2020-02-14 | 1 | -1/+2 |
| | |\ | |||||
| | | * | Update src/zope/schema/_bootstrapfields.py | Georg Gogo. BERNHARD | 2020-02-14 | 1 | -1/+2 |
| | | | | | | | | | | Co-Authored-By: Jason Madden <jamadden@gmail.com> | ||||
| | * | | Validation after normalization | Georg Bernhard | 2020-02-14 | 2 | -6/+2 |
| | |/ | |||||
| | * | Moving doctest to zope testing | Georg Bernhard | 2020-02-14 | 1 | -2/+0 |
| | | | |||||
| | * | Allowing for all variants of normalization | Georg Bernhard | 2020-02-14 | 2 | -7/+7 |
| | | | |||||
| | * | Doc-Tests need unicodedata to be imported | Georg Bernhard | 2020-02-14 | 1 | -0/+1 |
| | | | |||||
| | * | Tests need coding defined | Georg Bernhard | 2020-02-14 | 2 | -0/+4 |
| | | | |||||
| | * | Fixing issue86 by normalizing unicode for IFromUnicode | Georg Bernhard | 2020-02-14 | 2 | -2/+33 |
| |/ | |||||
| * | Switch to new Framework :: Zope :: 3 classifier | Marius Gedminas | 2018-10-19 | 1 | -1/+1 |
| | | | | | | See https://github.com/zopefoundation/z3c.authviewlet/pull/6#discussion_r226414566 for the background behind this. | ||||
| * | Back to development: 4.9.4 | Lennart Regebro | 2018-10-12 | 2 | -1/+7 |
| | | |||||
| * | Preparing release 4.9.34.9.3 | Lennart Regebro | 2018-10-12 | 2 | -2/+2 |
| | | |||||
| * | Merge pull request #81 from regebro/master | Lennart Regebro | 2018-10-12 | 3 | -5/+10 |
| |\ | | | | | Fixed a ReST error in getDoc() results when having "subfields" with title | ||||
| | * | Fixed a ReST error in getDoc() results when having "subfields" with titles | Lennart Regebro | 2018-10-12 | 3 | -5/+10 |
| |/ | |||||
| * | Back to development: 4.9.3 | Stephan Richter | 2018-10-11 | 2 | -1/+7 |
| | | |||||
| * | Preparing release 4.9.24.9.2 | Stephan Richter | 2018-10-11 | 2 | -2/+2 |
| | | |||||
| * | Keywords. | Stephan Richter | 2018-10-11 | 1 | -0/+1 |
| | | |||||
| * | - Make sure that the title for ``IObject.validate_invariants`` is a unicode | Stephan Richter | 2018-10-11 | 2 | -3/+4 |
| | | | | | string. | ||||
| * | Back to development: 4.9.2 | Michael Howitz | 2018-10-05 | 2 | -1/+7 |
| | | | | | [skip ci] | ||||
| * | Preparing release 4.9.14.9.1 | Michael Howitz | 2018-10-05 | 2 | -2/+2 |
| | | | | | [skip ci] | ||||
| * | Merge pull request #79 from zopefoundation/fix-non-ascii-bytes-tokens | David Glick | 2018-09-29 | 3 | -2/+11 |
| |\ | | | | | Fix SimpleTerm token generation from non-ascii bytes value | ||||
| | * | changelog | David Glick | 2018-09-29 | 1 | -1/+1 |
| | | | |||||
| | * | Fix handling of non-ascii bytes tokens | David Glick | 2018-09-29 | 2 | -1/+10 |
| |/ | |||||
| * | Back to development: 4.9.1 | Jason Madden | 2018-09-24 | 2 | -1/+7 |
| | | |||||
| * | Preparing release 4.9.04.9.0 | Jason Madden | 2018-09-24 | 2 | -2/+2 |
| | | |||||
| * | Merge pull request #78 from zopefoundation/dottedname_allow_underscore | Jason Madden | 2018-09-24 | 6 | -9/+120 |
| |\ | | | | | Make DottedName accept leading underscores. | ||||
| | * | Add change note. [skip ci] | Jason Madden | 2018-09-24 | 1 | -0/+5 |
| | | | |||||
| | * | Make DottedName accept leading underscores. | Jason Madden | 2018-09-24 | 5 | -9/+115 |
| |/ | | | | Add a PythonIdentifier class, and share the regex for an identifier between DottedName and PythonIdentifier so they are in sync. | ||||
