summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Back to development: 7.0.2HEADmasterColin Watson2023-01-022-1/+7
|
* Preparing release 7.0.17.0.1Colin Watson2023-01-022-2/+2
|
* Merge pull request #121 from cjwatson/fix-messageid-fallbackColin Watson2023-01-023-4/+51
|\ | | | | Fix fallback when zope.i18nmessageid is not installed
| * Fix fallback when zope.i18nmessageid is not installedColin Watson2023-01-023-4/+51
|/ | | | | | | I introduced this regression in https://github.com/zopefoundation/zope.schema/pull/118 by misreading the try/except/else logic in `zope.schema._messageid`. The new tests should guard against somebody else making a similar mistake in future.
* Back to development: 7.0.1Marius Gedminas2023-01-012-1/+7
|
* Preparing release 7.0.07.0.0Marius Gedminas2023-01-012-2/+2
|
* Merge pull request #119 from cjwatson/return-None-from-test-caseColin Watson2022-12-312-5/+9
|\ | | | | Fix test deprecation warning on Python 3.11
| * Fix test deprecation warning on Python 3.11Colin Watson2022-12-232-5/+9
|/ | | | Fixes #112.
* Drop support for Python < 3.7 (#118)Colin Watson2022-12-2317-203/+59
|
* Fix GHA: ubuntu-latest no longer contains Python 3.5 and 3.6 (#117)Michael Howitz2022-12-155-8/+15
| | | Add support for Python 3.11.
* - vb [ci skip]Jens Vagelpohl2022-09-152-2/+6
|
* - prepare release 6.2.16.2.1Jens Vagelpohl2022-09-142-2/+2
|
* Merge pull request #116 from zopefoundation/dataflake/fix_115Jens Vagelpohl2022-09-143-16/+18
|\ | | | | Fix outsized integer test values that break tests on newer Python versions
| * Fix outsized integer test values that break tests on newer Python versionsJens Vagelpohl2022-09-143-16/+18
|/
* Fix tox lint run + isort imports. (#114)Michael Howitz2022-08-0528-151/+259
|
* Back to development: 6.2.1Michael Howitz2021-10-182-1/+7
|
* Preparing release 6.2.06.2.0Michael Howitz2021-10-182-2/+2
|
* Add support for Python 3.10 (#109)Michael Howitz2021-10-186-16/+13
| | | | Co-authored-by: Jürgen Gmach <juergen.gmach@googlemail.com> Co-authored-by: Jason Madden <jamadden@gmail.com>
* Back to development: 6.1.2Jason Madden2021-10-132-1/+7
|
* Preparing release 6.1.16.1.1Jason Madden2021-10-132-2/+2
|
* Merge pull request #111 from zopefoundation/jugmac00-patch-1Maurits van Rees2021-10-131-1/+1
|\ | | | | fix typo
| * fix typojugmac00-patch-1Jürgen Gmach2021-10-111-1/+1
|/
* Configuring for pure-python (#108)Michael Howitz2021-09-067-18/+35
|
* Merge pull request #107 from zopefoundation/revert-parts-of-105Jens W. Klein2021-08-204-9/+31
|\ | | | | Revert Bool required field to be False if unset
| * revert parts of #105 due to incompatibilityrevert-parts-of-105Jens W. Klein2021-08-194-9/+31
|/ | | | see also issue #104
* Back to development: 6.1.1Michael Howitz2021-02-092-1/+7
|
* Preparing release 6.1.06.1.0Michael Howitz2021-02-092-2/+2
|
* Add needed check-manifest ignore (#106)Michael Howitz2021-02-094-3/+19
| | | | | | Without the additional ignore check-manifest fails when running zest.releasers's fullrelease script: missing from sdist: docs/_static
* Fix `IField.required` to not be required by default. (#105)agitator2021-02-095-3/+18
| | | | | | | * set required=False as default on Bool fields * set default for IBool to not be required * bump version Co-authored-by: Michael Howitz <mh@gocept.com>
* Back to development: 6.0.2Jason Madden2021-01-252-1/+7
|
* Preparing release 6.0.16.0.1Jason Madden2021-01-252-2/+2
|
* Merge pull request #103 from minddistrict/masterJan-Wijbrand Kolman2021-01-253-8/+33
|\ | | | | IFieldUpdatedEvent not correctly implemented by FieldUpdatedEvent
| * test the BBB inst property works for getting and settingJan-Wijbrand Kolman2021-01-251-2/+12
| |
| * process PR commentsJan-Wijbrand Kolman2021-01-252-6/+15
| |
| * Update CHANGES.rstJan-Wijbrand Kolman2021-01-251-2/+2
| | | | | | Co-authored-by: Jason Madden <jason+github@nextthought.com>
| * Fix FieldUpdateEvent implementation by having an `object` attribute as the ↵Jan-Wijbrand Kolman2021-01-253-6/+12
|/ | | | `IFieldUpdatedEvent` interfaces claims there should be. Fixes #102
* Configuring for pure-pythonMichael Howitz2021-01-182-2/+2
|
* Configuring for pure-pythonMichael Howitz2021-01-132-2/+2
|
* Fix badgeMichael Howitz2021-01-131-3/+3
|
* Merge pull request #99 from cjwatson/config-with-pure-pythonColin Watson2021-01-0512-321/+222
|\ | | | | Configuring for pure-python
| * Configuring for pure-pythonColin Watson2021-01-0512-321/+222
|/
* Merge pull request #98 from cjwatson/branch-coverageColin Watson2021-01-049-21/+50
|\ | | | | Enable branch coverage and bring it to 100%
| * Enable branch coverage and bring it to 100%Colin Watson2021-01-049-21/+50
|/ | | | | | In most cases this involved judicious use of pragmas (especially for code that was explicitly or implicitly specific to Python 2 or 3), but I added a few more tests for some edge cases as well.
* Merge pull request #97 from cjwatson/flake8Colin Watson2021-01-0419-195/+310
|\ | | | | Add a tox lint environment, and make it pass
| * Use coverage-python-versionColin Watson2021-01-045-5/+7
| |
| * Rephrase IPassword docstring so that it can use triple quotesColin Watson2021-01-041-1/+1
| |
| * Apply suggestions from code reviewColin Watson2021-01-041-1/+1
| | | | | | Co-authored-by: Marius Gedminas <marius@gedmin.as>
| * Restore zope.schema._field.InvalidDecimalLiteralColin Watson2021-01-041-0/+1
| |
| * Add a tox lint environment, and make it passColin Watson2020-12-2318-192/+304
| |
* | Merge pull request #96 from cjwatson/restore-coverageColin Watson2021-01-041-1/+1
|\ \ | |/ |/| Restore 100% coverage