[Checkins] [zopefoundation/zope.schema] fb398c: Make WrongType have an expected_type field, and te...

GitHub noreply at github.com
Tue Sep 11 13:44:10 CEST 2018


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.schema
  Commit: fb398c29cf394ff4fdc6b8f636c2ff903a3f9e48
      https://github.com/zopefoundation/zope.schema/commit/fb398c29cf394ff4fdc6b8f636c2ff903a3f9e48
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2018-09-10 (Mon, 10 Sep 2018)

  Changed paths:
    M .gitignore
    M CHANGES.rst
    M docs/api.rst
    M src/zope/schema/_bootstrapfields.py
    M src/zope/schema/_bootstrapinterfaces.py
    M src/zope/schema/_field.py
    M src/zope/schema/interfaces.py
    M src/zope/schema/tests/test__bootstrapfields.py
    M src/zope/schema/tests/test__field.py

  Log Message:
  -----------
  Make WrongType have an expected_type field, and test that we set it everywhere.


  Commit: febb909462a1f3b6422a5e04a3df5a4613dee0ba
      https://github.com/zopefoundation/zope.schema/commit/febb909462a1f3b6422a5e04a3df5a4613dee0ba
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2018-09-10 (Mon, 10 Sep 2018)

  Changed paths:
    M CHANGES.rst
    M src/zope/schema/_bootstrapfields.py
    M src/zope/schema/_bootstrapinterfaces.py
    M src/zope/schema/tests/test__bootstrapfields.py
    M src/zope/schema/tests/test__field.py

  Log Message:
  -----------
  Add 'errors' to WrongContainedType and 'schema' to SchemaNotProvided.


  Commit: d3716f40710a3643b5e6f0d4e5249fd3bbf1a7e0
      https://github.com/zopefoundation/zope.schema/commit/d3716f40710a3643b5e6f0d4e5249fd3bbf1a7e0
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2018-09-10 (Mon, 10 Sep 2018)

  Changed paths:
    M CHANGES.rst
    M docs/api.rst
    M src/zope/schema/_bootstrapinterfaces.py
    M src/zope/schema/interfaces.py
    M src/zope/schema/tests/test__bootstrapfields.py
    M src/zope/schema/tests/test__field.py

  Log Message:
  -----------
  Add 'bound' to TooShort|Long|Big|Small

Using a common superclass.

Unify a bunch of the tests for these and remove duplication.


  Commit: 73d8460bc7e8574bbd9ac6fda33c03fdcf9bb6e1
      https://github.com/zopefoundation/zope.schema/commit/73d8460bc7e8574bbd9ac6fda33c03fdcf9bb6e1
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2018-09-11 (Tue, 11 Sep 2018)

  Changed paths:
    M src/zope/schema/_bootstrapinterfaces.py
    M src/zope/schema/interfaces.py
    M src/zope/schema/tests/test__bootstrapinterfaces.py

  Log Message:
  -----------
  Give TOO_LARGE|SMALL meaningful reprs, as suggested.

Minor whitespace cleanups.


  Commit: 1438c85c3c063d1b3d4868fe30cea8dfe78ab330
      https://github.com/zopefoundation/zope.schema/commit/1438c85c3c063d1b3d4868fe30cea8dfe78ab330
  Author: Jason Madden <jason+github at nextthought.com>
  Date:   2018-09-11 (Tue, 11 Sep 2018)

  Changed paths:
    M .gitignore
    M CHANGES.rst
    M docs/api.rst
    M src/zope/schema/_bootstrapfields.py
    M src/zope/schema/_bootstrapinterfaces.py
    M src/zope/schema/_field.py
    M src/zope/schema/interfaces.py
    M src/zope/schema/tests/test__bootstrapfields.py
    M src/zope/schema/tests/test__bootstrapinterfaces.py
    M src/zope/schema/tests/test__field.py

  Log Message:
  -----------
  Merge pull request #68 from zopefoundation/issue65

Add named properties to exceptions


Compare: https://github.com/zopefoundation/zope.schema/compare/b6cc7d2cff90...1438c85c3c06
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the checkins mailing list