<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/zope-schema.git/docs, branch master</title>
<subtitle>github.com: zopefoundation/zope.schema.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/zope-schema.git/'/>
<entry>
<title>Drop support for Python &lt; 3.7 (#118)</title>
<updated>2022-12-23T08:17:47+00:00</updated>
<author>
<name>Colin Watson</name>
<email>cjwatson@debian.org</email>
</author>
<published>2022-12-23T08:17:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/zope-schema.git/commit/?id=afa7e25d371e18cffb14b8b42224ba1eb9345be6'/>
<id>afa7e25d371e18cffb14b8b42224ba1eb9345be6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix typo</title>
<updated>2021-10-11T15:19:12+00:00</updated>
<author>
<name>Jürgen Gmach</name>
<email>juergen.gmach@googlemail.com</email>
</author>
<published>2021-10-11T15:19:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/zope-schema.git/commit/?id=f64b26c907b227d64b6d8e9cfde4e4935dcca8fd'/>
<id>f64b26c907b227d64b6d8e9cfde4e4935dcca8fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add documentation for #86.</title>
<updated>2020-02-28T07:59:01+00:00</updated>
<author>
<name>Michael Howitz</name>
<email>mh@gocept.com</email>
</author>
<published>2020-02-28T07:59:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/zope-schema.git/commit/?id=ee3aa418d1c9425dccf3fbb210924b77340f04a0'/>
<id>ee3aa418d1c9425dccf3fbb210924b77340f04a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make DottedName accept leading underscores.</title>
<updated>2018-09-24T17:37:54+00:00</updated>
<author>
<name>Jason Madden</name>
<email>jamadden@gmail.com</email>
</author>
<published>2018-09-24T16:09:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/zope-schema.git/commit/?id=c5da21d27354430abec3d965011c96f47c626b2e'/>
<id>c5da21d27354430abec3d965011c96f47c626b2e</id>
<content type='text'>
Add a PythonIdentifier class, and share the regex for an identifier between DottedName and PythonIdentifier so they are in sync.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a PythonIdentifier class, and share the regex for an identifier between DottedName and PythonIdentifier so they are in sync.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make NativeString[Line] into distinct types.</title>
<updated>2018-09-22T21:55:47+00:00</updated>
<author>
<name>Jason Madden</name>
<email>jamadden@gmail.com</email>
</author>
<published>2018-09-22T21:51:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/zope-schema.git/commit/?id=e554ce3c6ebca03f9f809e197f8d44d35f7fb39f'/>
<id>e554ce3c6ebca03f9f809e197f8d44d35f7fb39f</id>
<content type='text'>
This facilitates documentation and interactive exploration.

Fixes #74.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This facilitates documentation and interactive exploration.

Fixes #74.
</pre>
</div>
</content>
</entry>
<entry>
<title>Document IFromBytes in Sphinx.</title>
<updated>2018-09-20T16:14:36+00:00</updated>
<author>
<name>Jason Madden</name>
<email>jamadden@gmail.com</email>
</author>
<published>2018-09-20T16:14:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/zope-schema.git/commit/?id=49ab9a406b1548f56cf53cad1934d6df9c719463'/>
<id>49ab9a406b1548f56cf53cad1934d6df9c719463</id>
<content type='text'>
Add a missing '.. versionadded::' directive.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a missing '.. versionadded::' directive.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add 'bound' to TooShort|Long|Big|Small</title>
<updated>2018-09-10T23:15:57+00:00</updated>
<author>
<name>Jason Madden</name>
<email>jamadden@gmail.com</email>
</author>
<published>2018-09-10T23:15:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/zope-schema.git/commit/?id=d3716f40710a3643b5e6f0d4e5249fd3bbf1a7e0'/>
<id>d3716f40710a3643b5e6f0d4e5249fd3bbf1a7e0</id>
<content type='text'>
Using a common superclass.

Unify a bunch of the tests for these and remove duplication.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using a common superclass.

Unify a bunch of the tests for these and remove duplication.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make WrongType have an expected_type field, and test that we set it everywhere.</title>
<updated>2018-09-10T22:18:55+00:00</updated>
<author>
<name>Jason Madden</name>
<email>jamadden@gmail.com</email>
</author>
<published>2018-09-10T16:08:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/zope-schema.git/commit/?id=fb398c29cf394ff4fdc6b8f636c2ff903a3f9e48'/>
<id>fb398c29cf394ff4fdc6b8f636c2ff903a3f9e48</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add more information to fields in getDoc().</title>
<updated>2018-09-07T14:56:45+00:00</updated>
<author>
<name>Jason Madden</name>
<email>jamadden@gmail.com</email>
</author>
<published>2018-09-07T14:56:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/zope-schema.git/commit/?id=f76a8bef7eec6a3951a71dce7fd08ed1c3f44102'/>
<id>f76a8bef7eec6a3951a71dce7fd08ed1c3f44102</id>
<content type='text'>
Subclasses can extend/override with getExtraDocLines().

Fixes #60.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Subclasses can extend/override with getExtraDocLines().

Fixes #60.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #59 from zopefoundation/issue13</title>
<updated>2018-09-07T14:50:36+00:00</updated>
<author>
<name>Jason Madden</name>
<email>jason+github@nextthought.com</email>
</author>
<published>2018-09-07T14:50:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/zope-schema.git/commit/?id=0a719f2ded189630a0a77e9292a66a3662c6512c'/>
<id>0a719f2ded189630a0a77e9292a66a3662c6512c</id>
<content type='text'>
Make Object a bootstrapfield and share the logic between Object validation and the public functions get[Schema]ValidationErrors.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make Object a bootstrapfield and share the logic between Object validation and the public functions get[Schema]ValidationErrors.</pre>
</div>
</content>
</entry>
</feed>
