<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/rsa-git.git/rsa/pem.py, branch version-4.5</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 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>xrange compatibility optimization for Python 2 (#69)</title>
<updated>2016-05-08T11:19:07+00:00</updated>
<author>
<name>Michael Manganiello</name>
<email>adamantike@users.noreply.github.com</email>
</author>
<published>2016-05-08T11:19:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rsa-git.git/commit/?id=1369d748e9b557ed769c9456dc43ab3c0530663f'/>
<id>1369d748e9b557ed769c9456dc43ab3c0530663f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensuring that PEM output is always in bytes.</title>
<updated>2016-03-17T14:16:23+00:00</updated>
<author>
<name>Sybren A. Stüvel</name>
<email>sybren@stuvel.eu</email>
</author>
<published>2016-03-17T13:34:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rsa-git.git/commit/?id=fedcaa1f94c637e5fe007f8799525d4bb13e66f9'/>
<id>fedcaa1f94c637e5fe007f8799525d4bb13e66f9</id>
<content type='text'>
This may break some applications. However, it does make the RSA library
easier to use on different Python versions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This may break some applications. However, it does make the RSA library
easier to use on different Python versions.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow loading PEM from strings (not just bytes), closes issue #49</title>
<updated>2016-03-17T11:35:48+00:00</updated>
<author>
<name>Sybren A. Stüvel</name>
<email>sybren@stuvel.eu</email>
</author>
<published>2016-03-17T11:35:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rsa-git.git/commit/?id=bd4e213f07c45a8e932bf662ceb07926861775b1'/>
<id>bd4e213f07c45a8e932bf662ceb07926861775b1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Fixed some docstrings to use Sphinx-compatible notation</title>
<updated>2016-01-22T13:20:15+00:00</updated>
<author>
<name>Sybren A. Stüvel</name>
<email>sybren@stuvel.eu</email>
</author>
<published>2016-01-22T13:20:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rsa-git.git/commit/?id=ca0e4e576450b91f50b2580dd8903071cad973be'/>
<id>ca0e4e576450b91f50b2580dd8903071cad973be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>No longer using obsolete base64 interface, fixes bug #30</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-18T14:39:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rsa-git.git/commit/?id=e798a6e726eb6497b45e91bfdc498613528b16b2'/>
<id>e798a6e726eb6497b45e91bfdc498613528b16b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reverts docstring quoting syntax.</title>
<updated>2011-08-24T11:23:39+00:00</updated>
<author>
<name>Yesudeep Mangalapilly</name>
<email>yesudeep@gmail.com</email>
</author>
<published>2011-08-24T11:23:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rsa-git.git/commit/?id=b5bab2221ad88ad49962c402eecae418db6a9eba'/>
<id>b5bab2221ad88ad49962c402eecae418db6a9eba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Moves incompatible doctests to unit test modules.</title>
<updated>2011-08-16T09:28:32+00:00</updated>
<author>
<name>Yesudeep Mangalapilly</name>
<email>yesudeep@gmail.com</email>
</author>
<published>2011-08-16T09:28:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rsa-git.git/commit/?id=5bfe5ffea25ee7aacaa48db55ed429b31714afb0'/>
<id>5bfe5ffea25ee7aacaa48db55ed429b31714afb0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
