summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add a python_requires to setup.pyadd-python-requiresMarius Gedminas2020-04-061-0/+1
| | | | Fixes #93.
* Back to development: 6.0.1Jason Madden2020-03-212-1/+7
|
* Preparing release 6.0.06.0.0Jason Madden2020-03-212-2/+2
|
* Merge pull request #92 from zopefoundation/issue80Jason Madden2020-03-2110-49/+175
|\ | | | | Make the resolution order of all fields consistent.
| * Make the resolution order of all fields consistent.issue80Jason Madden2020-03-2010-49/+175
|/ | | | | | And test this. Fixes #80. Add Python 3.8, drop Python 3.4.
* Back to development: 5.0.2Adam Groszer2020-03-062-1/+7
|
* Preparing release 5.0.15.0.1Adam Groszer2020-03-062-2/+2
|
* Merge pull request #91 from zopefoundation/adamg-fix-textAdam Groszer2020-03-063-4/+26
|\ | | | | Fix: add ``Text.unicode_normalization = 'NFC'`` as default
| * Fix: add ``Text.unicode_normalization = 'NFC'`` as defaultadamg-fix-textAdam Groszer2020-03-063-4/+26
|/
* Back to development: 5.1Adam Groszer2020-03-062-1/+7
|
* Preparing release 5.05.0Adam Groszer2020-03-062-2/+2
|
* Merge pull request #89 from zopefoundation/adamg-decimalAdam Groszer2020-03-066-125/+146
|\ | | | | Set `IDecimal` attributes `min`, `max` and `default` as `Decimal` typ…
| * Set `IDecimal` attributes `min`, `max` and `default` as `Decimal` type ↵adamg-decimalAdam Groszer2020-03-066-125/+146
|/ | | | instead of `Number`.
* Add documentation for #86.Michael Howitz2020-02-281-0/+10
|
* Improve change log for #86 and bump version.Michael Howitz2020-02-282-6/+10
| | | | The change is not backwards compatible.
* Added change entry for issue 86Georg Gogo. BERNHARD2020-02-171-1/+1
| | | https://github.com/zopefoundation/zope.schema/issues/86
* Merge pull request #87 from zopefoundation/issue86Georg Gogo. BERNHARD2020-02-162-5/+35
|\ | | | | Fixing #86 by normalizing unicode for IFromUnicode
| * Removing left-over line from test that has been movedissue86Georg Bernhard2020-02-151-1/+0
| |
| * text_type was already imported from _compat, there is no need to repeat thatGeorg Bernhard2020-02-141-4/+0
| |
| * Making tests work wirh all versions of python is harder than one might think.Georg Bernhard2020-02-141-4/+6
| |
| * Making tests work with py2 and py3Georg Bernhard2020-02-142-7/+10
| |
| * Trying to get tests to run without literal utf-8 charactersGeorg Bernhard2020-02-141-1/+1
| |
| * Keeping signature the sameGeorg Bernhard2020-02-141-1/+0
| |
| * Merge branch 'issue86' of github.com:zopefoundation/zope.schema into issue86Georg Bernhard2020-02-141-1/+2
| |\
| | * Update src/zope/schema/_bootstrapfields.pyGeorg Gogo. BERNHARD2020-02-141-1/+2
| | | | | | | | | Co-Authored-By: Jason Madden <jamadden@gmail.com>
| * | Validation after normalizationGeorg Bernhard2020-02-142-6/+2
| |/
| * Moving doctest to zope testingGeorg Bernhard2020-02-141-2/+0
| |
| * Allowing for all variants of normalizationGeorg Bernhard2020-02-142-7/+7
| |
| * Doc-Tests need unicodedata to be importedGeorg Bernhard2020-02-141-0/+1
| |
| * Tests need coding definedGeorg Bernhard2020-02-142-0/+4
| |
| * Fixing issue86 by normalizing unicode for IFromUnicodeGeorg Bernhard2020-02-142-2/+33
|/
* Switch to new Framework :: Zope :: 3 classifierMarius Gedminas2018-10-191-1/+1
| | | | | See https://github.com/zopefoundation/z3c.authviewlet/pull/6#discussion_r226414566 for the background behind this.
* Back to development: 4.9.4Lennart Regebro2018-10-122-1/+7
|
* Preparing release 4.9.34.9.3Lennart Regebro2018-10-122-2/+2
|
* Merge pull request #81 from regebro/masterLennart Regebro2018-10-123-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 titlesLennart Regebro2018-10-123-5/+10
|/
* Back to development: 4.9.3Stephan Richter2018-10-112-1/+7
|
* Preparing release 4.9.24.9.2Stephan Richter2018-10-112-2/+2
|
* Keywords.Stephan Richter2018-10-111-0/+1
|
* - Make sure that the title for ``IObject.validate_invariants`` is a unicodeStephan Richter2018-10-112-3/+4
| | | | string.
* Back to development: 4.9.2Michael Howitz2018-10-052-1/+7
| | | | [skip ci]
* Preparing release 4.9.14.9.1Michael Howitz2018-10-052-2/+2
| | | | [skip ci]
* Merge pull request #79 from zopefoundation/fix-non-ascii-bytes-tokensDavid Glick2018-09-293-2/+11
|\ | | | | Fix SimpleTerm token generation from non-ascii bytes value
| * changelogDavid Glick2018-09-291-1/+1
| |
| * Fix handling of non-ascii bytes tokensDavid Glick2018-09-292-1/+10
|/
* Back to development: 4.9.1Jason Madden2018-09-242-1/+7
|
* Preparing release 4.9.04.9.0Jason Madden2018-09-242-2/+2
|
* Merge pull request #78 from zopefoundation/dottedname_allow_underscoreJason Madden2018-09-246-9/+120
|\ | | | | Make DottedName accept leading underscores.
| * Add change note. [skip ci]Jason Madden2018-09-241-0/+5
| |
| * Make DottedName accept leading underscores.Jason Madden2018-09-245-9/+115
|/ | | | Add a PythonIdentifier class, and share the regex for an identifier between DottedName and PythonIdentifier so they are in sync.