| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Back to development: 7.0.2HEADmaster | Colin Watson | 2023-01-02 | 2 | -1/+7 |
| | | |||||
| * | Preparing release 7.0.17.0.1 | Colin Watson | 2023-01-02 | 2 | -2/+2 |
| | | |||||
| * | Merge pull request #121 from cjwatson/fix-messageid-fallback | Colin Watson | 2023-01-02 | 3 | -4/+51 |
| |\ | | | | | Fix fallback when zope.i18nmessageid is not installed | ||||
| | * | Fix fallback when zope.i18nmessageid is not installed | Colin Watson | 2023-01-02 | 3 | -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.1 | Marius Gedminas | 2023-01-01 | 2 | -1/+7 |
| | | |||||
| * | Preparing release 7.0.07.0.0 | Marius Gedminas | 2023-01-01 | 2 | -2/+2 |
| | | |||||
| * | Merge pull request #119 from cjwatson/return-None-from-test-case | Colin Watson | 2022-12-31 | 2 | -5/+9 |
| |\ | | | | | Fix test deprecation warning on Python 3.11 | ||||
| | * | Fix test deprecation warning on Python 3.11 | Colin Watson | 2022-12-23 | 2 | -5/+9 |
| |/ | | | | Fixes #112. | ||||
| * | Drop support for Python < 3.7 (#118) | Colin Watson | 2022-12-23 | 17 | -203/+59 |
| | | |||||
| * | Fix GHA: ubuntu-latest no longer contains Python 3.5 and 3.6 (#117) | Michael Howitz | 2022-12-15 | 5 | -8/+15 |
| | | | | Add support for Python 3.11. | ||||
| * | - vb [ci skip] | Jens Vagelpohl | 2022-09-15 | 2 | -2/+6 |
| | | |||||
| * | - prepare release 6.2.16.2.1 | Jens Vagelpohl | 2022-09-14 | 2 | -2/+2 |
| | | |||||
| * | Merge pull request #116 from zopefoundation/dataflake/fix_115 | Jens Vagelpohl | 2022-09-14 | 3 | -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 versions | Jens Vagelpohl | 2022-09-14 | 3 | -16/+18 |
| |/ | |||||
| * | Fix tox lint run + isort imports. (#114) | Michael Howitz | 2022-08-05 | 28 | -151/+259 |
| | | |||||
| * | Back to development: 6.2.1 | Michael Howitz | 2021-10-18 | 2 | -1/+7 |
| | | |||||
| * | Preparing release 6.2.06.2.0 | Michael Howitz | 2021-10-18 | 2 | -2/+2 |
| | | |||||
| * | Add support for Python 3.10 (#109) | Michael Howitz | 2021-10-18 | 6 | -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.2 | Jason Madden | 2021-10-13 | 2 | -1/+7 |
| | | |||||
| * | Preparing release 6.1.16.1.1 | Jason Madden | 2021-10-13 | 2 | -2/+2 |
| | | |||||
| * | Merge pull request #111 from zopefoundation/jugmac00-patch-1 | Maurits van Rees | 2021-10-13 | 1 | -1/+1 |
| |\ | | | | | fix typo | ||||
| | * | fix typojugmac00-patch-1 | Jürgen Gmach | 2021-10-11 | 1 | -1/+1 |
| |/ | |||||
| * | Configuring for pure-python (#108) | Michael Howitz | 2021-09-06 | 7 | -18/+35 |
| | | |||||
| * | Merge pull request #107 from zopefoundation/revert-parts-of-105 | Jens W. Klein | 2021-08-20 | 4 | -9/+31 |
| |\ | | | | | Revert Bool required field to be False if unset | ||||
| | * | revert parts of #105 due to incompatibilityrevert-parts-of-105 | Jens W. Klein | 2021-08-19 | 4 | -9/+31 |
| |/ | | | | see also issue #104 | ||||
| * | Back to development: 6.1.1 | Michael Howitz | 2021-02-09 | 2 | -1/+7 |
| | | |||||
| * | Preparing release 6.1.06.1.0 | Michael Howitz | 2021-02-09 | 2 | -2/+2 |
| | | |||||
| * | Add needed check-manifest ignore (#106) | Michael Howitz | 2021-02-09 | 4 | -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) | agitator | 2021-02-09 | 5 | -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.2 | Jason Madden | 2021-01-25 | 2 | -1/+7 |
| | | |||||
| * | Preparing release 6.0.16.0.1 | Jason Madden | 2021-01-25 | 2 | -2/+2 |
| | | |||||
| * | Merge pull request #103 from minddistrict/master | Jan-Wijbrand Kolman | 2021-01-25 | 3 | -8/+33 |
| |\ | | | | | IFieldUpdatedEvent not correctly implemented by FieldUpdatedEvent | ||||
| | * | test the BBB inst property works for getting and setting | Jan-Wijbrand Kolman | 2021-01-25 | 1 | -2/+12 |
| | | | |||||
| | * | process PR comments | Jan-Wijbrand Kolman | 2021-01-25 | 2 | -6/+15 |
| | | | |||||
| | * | Update CHANGES.rst | Jan-Wijbrand Kolman | 2021-01-25 | 1 | -2/+2 |
| | | | | | | | Co-authored-by: Jason Madden <jason+github@nextthought.com> | ||||
| | * | Fix FieldUpdateEvent implementation by having an `object` attribute as the ↵ | Jan-Wijbrand Kolman | 2021-01-25 | 3 | -6/+12 |
| |/ | | | | `IFieldUpdatedEvent` interfaces claims there should be. Fixes #102 | ||||
| * | Configuring for pure-python | Michael Howitz | 2021-01-18 | 2 | -2/+2 |
| | | |||||
| * | Configuring for pure-python | Michael Howitz | 2021-01-13 | 2 | -2/+2 |
| | | |||||
| * | Fix badge | Michael Howitz | 2021-01-13 | 1 | -3/+3 |
| | | |||||
| * | Merge pull request #99 from cjwatson/config-with-pure-python | Colin Watson | 2021-01-05 | 12 | -321/+222 |
| |\ | | | | | Configuring for pure-python | ||||
| | * | Configuring for pure-python | Colin Watson | 2021-01-05 | 12 | -321/+222 |
| |/ | |||||
| * | Merge pull request #98 from cjwatson/branch-coverage | Colin Watson | 2021-01-04 | 9 | -21/+50 |
| |\ | | | | | Enable branch coverage and bring it to 100% | ||||
| | * | Enable branch coverage and bring it to 100% | Colin Watson | 2021-01-04 | 9 | -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/flake8 | Colin Watson | 2021-01-04 | 19 | -195/+310 |
| |\ | | | | | Add a tox lint environment, and make it pass | ||||
| | * | Use coverage-python-version | Colin Watson | 2021-01-04 | 5 | -5/+7 |
| | | | |||||
| | * | Rephrase IPassword docstring so that it can use triple quotes | Colin Watson | 2021-01-04 | 1 | -1/+1 |
| | | | |||||
| | * | Apply suggestions from code review | Colin Watson | 2021-01-04 | 1 | -1/+1 |
| | | | | | | | Co-authored-by: Marius Gedminas <marius@gedmin.as> | ||||
| | * | Restore zope.schema._field.InvalidDecimalLiteral | Colin Watson | 2021-01-04 | 1 | -0/+1 |
| | | | |||||
| | * | Add a tox lint environment, and make it pass | Colin Watson | 2020-12-23 | 18 | -192/+304 |
| | | | |||||
| * | | Merge pull request #96 from cjwatson/restore-coverage | Colin Watson | 2021-01-04 | 1 | -1/+1 |
| |\ \ | |/ |/| | Restore 100% coverage | ||||
