<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/zope-security.git/docs/api, branch remove_u</title>
<subtitle>github.com: zopefoundation/zope.security.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/zope-security.git/'/>
<entry>
<title>simplify 'int' prints in api/checker.rst</title>
<updated>2017-09-07T16:24:44+00:00</updated>
<author>
<name>Jason Madden</name>
<email>jamadden@gmail.com</email>
</author>
<published>2017-09-07T16:24:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/zope-security.git/commit/?id=c7722e5f3df4ad25558693073c30004e217a2b33'/>
<id>c7722e5f3df4ad25558693073c30004e217a2b33</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>api/permission.rst feedback.</title>
<updated>2017-09-07T16:05:29+00:00</updated>
<author>
<name>Jason Madden</name>
<email>jamadden@gmail.com</email>
</author>
<published>2017-09-07T16:03:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/zope-security.git/commit/?id=04db7bea21589a3a7edb29863984e08af2c75c0a'/>
<id>04db7bea21589a3a7edb29863984e08af2c75c0a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>api/decorator.rst compatibility with PyPy2</title>
<updated>2017-09-07T16:05:29+00:00</updated>
<author>
<name>Jason Madden</name>
<email>jamadden@gmail.com</email>
</author>
<published>2017-09-07T15:30:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/zope-security.git/commit/?id=61a37dd8d7eb2799ff593447d9f61932ea68869e'/>
<id>61a37dd8d7eb2799ff593447d9f61932ea68869e</id>
<content type='text'>
It wants to print `&lt;__builtin__.Foo ...&gt;` instead of just `&lt;Foo ...&gt;`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It wants to print `&lt;__builtin__.Foo ...&gt;` instead of just `&lt;Foo ...&gt;`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch to modern 'coverage' environment and run doctests on all versions</title>
<updated>2017-09-07T16:05:24+00:00</updated>
<author>
<name>Jason Madden</name>
<email>jamadden@gmail.com</email>
</author>
<published>2017-09-07T15:19:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/zope-security.git/commit/?id=aa0843930d15345982aab209bed72b9fa4bd64f4'/>
<id>aa0843930d15345982aab209bed72b9fa4bd64f4</id>
<content type='text'>
Based on #29.

Drop Python 3.3.

Enable coveralls on Travis CI, and also fix using interpreters that
aren't there in the new default 'trusty' image.

Coverage is not at 100% and in fact appears to have dropped (I show
92% in one run, vs the previous reported 97%), but that's because
`coverage` and coveralls report files that aren't even imported (we
have a lot of those in the 'tests' package)...nosetests didn't.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Based on #29.

Drop Python 3.3.

Enable coveralls on Travis CI, and also fix using interpreters that
aren't there in the new default 'trusty' image.

Coverage is not at 100% and in fact appears to have dropped (I show
92% in one run, vs the previous reported 97%), but that's because
`coverage` and coveralls report files that aren't even imported (we
have a lot of those in the 'tests' package)...nosetests didn't.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use python3.3 to run documentation tests</title>
<updated>2013-02-19T17:04:48+00:00</updated>
<author>
<name>Andrey Lebedev</name>
<email>andrey@lebedev.lt</email>
</author>
<published>2013-02-19T17:04:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/zope-security.git/commit/?id=aad857434f77e494a9c1ea1ba90f95bb1cc60551'/>
<id>aad857434f77e494a9c1ea1ba90f95bb1cc60551</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Dictionary views are not proxied</title>
<updated>2013-02-19T14:23:24+00:00</updated>
<author>
<name>Andrey Lebedev</name>
<email>andrey@lebedev.lt</email>
</author>
<published>2013-02-19T14:23:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/zope-security.git/commit/?id=7434c4686c573946feb81dcba0a670e17013a29c'/>
<id>7434c4686c573946feb81dcba0a670e17013a29c</id>
<content type='text'>
Dict views for keys(), items(), and values() are not proxied, making
dicts work in python3 exactly as python2.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Dict views for keys(), items(), and values() are not proxied, making
dicts work in python3 exactly as python2.
</pre>
</div>
</content>
</entry>
<entry>
<title>More tests are running under python-3</title>
<updated>2013-02-19T09:59:47+00:00</updated>
<author>
<name>Andrey Lebedev</name>
<email>andrey@lebedev.lt</email>
</author>
<published>2013-02-19T09:59:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/zope-security.git/commit/?id=ec3ec97c92703bfb7827e7c9472bcbe0f254253e'/>
<id>ec3ec97c92703bfb7827e7c9472bcbe0f254253e</id>
<content type='text'>
Include documentation doctests into main test suite. Documentation is
updated to be valid under python-3 and some critical bugs in python-3
are revealed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Include documentation doctests into main test suite. Documentation is
updated to be valid under python-3 and some critical bugs in python-3
are revealed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix doctest snippets broken by module rename.</title>
<updated>2012-12-26T21:47:43+00:00</updated>
<author>
<name>Tres Seaver</name>
<email>tseaver@palladion.com</email>
</author>
<published>2012-12-26T21:47:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/zope-security.git/commit/?id=9ad57a92979e74d43b7771a3a15ed85bc8140642'/>
<id>9ad57a92979e74d43b7771a3a15ed85bc8140642</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MOve over remaining space-suit doctests to Sphinx.</title>
<updated>2012-12-23T20:54:17+00:00</updated>
<author>
<name>Tres Seaver</name>
<email>tseaver@palladion.com</email>
</author>
<published>2012-12-23T20:54:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/zope-security.git/commit/?id=69c00bc2c9de24d7cfeb982d67ea72064cb7c609'/>
<id>69c00bc2c9de24d7cfeb982d67ea72064cb7c609</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MOve over space-suite tests to Sphinx (partial).</title>
<updated>2012-12-23T20:54:16+00:00</updated>
<author>
<name>Tres Seaver</name>
<email>tseaver@palladion.com</email>
</author>
<published>2012-12-23T20:54:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/zope-security.git/commit/?id=45ca837aef38540842b44a6ece8f97a6a5969b50'/>
<id>45ca837aef38540842b44a6ece8f97a6a5969b50</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
