<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/rsa-git.git/tests/test_common.py, branch version-4.7.2</title>
<subtitle>github.com: sybrenstuvel/python-rsa.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rsa-git.git/'/>
<entry>
<title>Drop character encoding markers for Python 2.x</title>
<updated>2020-06-03T11:15:34+00:00</updated>
<author>
<name>Andrey Semakin</name>
<email>and-semakin@ya.ru</email>
</author>
<published>2019-11-07T06:29:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rsa-git.git/commit/?id=1473cb8599c44cffad56cecbe32c467d64f00247'/>
<id>1473cb8599c44cffad56cecbe32c467d64f00247</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop byte_literal in favour of b''</title>
<updated>2016-05-08T18:41:47+00:00</updated>
<author>
<name>adamantike</name>
<email>mike@fmanganiello.com.ar</email>
</author>
<published>2016-05-08T18:36:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rsa-git.git/commit/?id=9f57740ec47f828b2be0cf0a104638c4abee9c3d'/>
<id>9f57740ec47f828b2be0cf0a104638c4abee9c3d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>No longer require string operations to find bit lengths.</title>
<updated>2016-03-29T17:46:15+00:00</updated>
<author>
<name>Sybren A. Stüvel</name>
<email>sybren@stuvel.eu</email>
</author>
<published>2016-03-29T17:45:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rsa-git.git/commit/?id=5e08c91a122bac2e59e176928aa1b24f9aa7b0b2'/>
<id>5e08c91a122bac2e59e176928aa1b24f9aa7b0b2</id>
<content type='text'>
Now that we no longer support Python 2.6, we can use int.bit_length()
instead. Co-authored by @adamantike.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now that we no longer support Python 2.6, we can use int.bit_length()
instead. Co-authored by @adamantike.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added unittest for rsa.common.inverse</title>
<updated>2016-03-29T16:15:25+00:00</updated>
<author>
<name>Sybren A. Stüvel</name>
<email>sybren@stuvel.eu</email>
</author>
<published>2016-03-29T16:15:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rsa-git.git/commit/?id=46b72a462dbd7955f7e8f13cef1b1a3cb0af2c51'/>
<id>46b72a462dbd7955f7e8f13cef1b1a3cb0af2c51</id>
<content type='text'>
This unittest tests both execution branches of the function, reducing
randomness of code coverage.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This unittest tests both execution branches of the function, reducing
randomness of code coverage.
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated documentation, mostly http -&gt; https changes</title>
<updated>2016-02-05T15:01:20+00:00</updated>
<author>
<name>Sybren A. Stüvel</name>
<email>sybren@stuvel.eu</email>
</author>
<published>2016-02-05T15:01:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rsa-git.git/commit/?id=3934ab4f16becf439033610b6986a796ab327f72'/>
<id>3934ab4f16becf439033610b6986a796ab327f72</id>
<content type='text'>
Also:
- changed http to https in the code
- changed header underlines in the documentation to match the header length
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also:
- changed http to https in the code
- changed header underlines in the documentation to match the header length
</pre>
</div>
</content>
</entry>
<entry>
<title>Big refactor to become more PEP8 compliant.</title>
<updated>2016-01-22T10:36:06+00:00</updated>
<author>
<name>Sybren A. Stüvel</name>
<email>sybren@stuvel.eu</email>
</author>
<published>2016-01-22T10:36:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rsa-git.git/commit/?id=d3d10345b47c2b17922bb91059cfceea82f82338'/>
<id>d3d10345b47c2b17922bb91059cfceea82f82338</id>
<content type='text'>
Mostly focused on docstrings (''' → """), indentation, empty lines,
and superfluous parenthesis.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Mostly focused on docstrings (''' → """), indentation, empty lines,
and superfluous parenthesis.
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed dependency on unittest2, also merged requirements.txt for py 2.x and 3.x</title>
<updated>2016-01-21T10:12:33+00:00</updated>
<author>
<name>Sybren A. Stüvel</name>
<email>sybren@stuvel.eu</email>
</author>
<published>2016-01-14T11:23:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rsa-git.git/commit/?id=ed1c81d6b1633b72e1c1e97cb7bc56b413481ddf'/>
<id>ed1c81d6b1633b72e1c1e97cb7bc56b413481ddf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added per-file licenses</title>
<updated>2015-10-25T15:12:11+00:00</updated>
<author>
<name>Roy Kokkelkoren</name>
<email>roy.kokkelkoren@gmail.com</email>
</author>
<published>2015-10-25T15:12:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rsa-git.git/commit/?id=0659aacebbb17df7b072cc7bde6cd6ca91d3e000'/>
<id>0659aacebbb17df7b072cc7bde6cd6ca91d3e000</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reorganizes tests.</title>
<updated>2011-08-16T19:05:36+00:00</updated>
<author>
<name>Yesudeep Mangalapilly</name>
<email>yesudeep@gmail.com</email>
</author>
<published>2011-08-16T19:05:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rsa-git.git/commit/?id=5887158dcd73bfa24bef44c9d6267e4613b0c88c'/>
<id>5887158dcd73bfa24bef44c9d6267e4613b0c88c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes a silly error.</title>
<updated>2011-08-16T18:49:39+00:00</updated>
<author>
<name>Yesudeep Mangalapilly</name>
<email>yesudeep@gmail.com</email>
</author>
<published>2011-08-16T18:49:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rsa-git.git/commit/?id=a5a43a5545c80bbc9d3df83011d0da41316d4afc'/>
<id>a5a43a5545c80bbc9d3df83011d0da41316d4afc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
