<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/cryptopy/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/cryptopy/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Sun, 27 Sep 2015 08:38:03 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/cryptopy/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>#5 setup.py has a non-ASCII character</title><link>https://sourceforge.net/p/cryptopy/bugs/5/?limit=25#f753</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Adding:&lt;br/&gt;
&lt;code&gt;# -*- coding: utf-8 -*-&lt;/code&gt;&lt;br/&gt;
as the second line of setup.py resolves this specific issue - I have an attachement to ticket #6 that does this in all files of the current build.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">GadgetSteve</dc:creator><pubDate>Sun, 27 Sep 2015 08:38:03 -0000</pubDate><guid>https://sourceforge.net299b7a4780294cc99b365b5200a8e478b17872a4</guid></item><item><title>#6 http://www.python.org/peps/pep-0263.html</title><link>https://sourceforge.net/p/cryptopy/bugs/6/?limit=25#b386</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I have added the above utf-8 flag, and some missing #! lines to all the files in the attached zip file. Also tested with python 2.7.10 for the setup.py problem it does resolve this.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">GadgetSteve</dc:creator><pubDate>Sun, 27 Sep 2015 08:35:00 -0000</pubDate><guid>https://sourceforge.net229f7f77edb98b88ed56d3096ce995f9af2e8670</guid></item><item><title>#5 setup.py has a non-ASCII character</title><link>https://sourceforge.net/p/cryptopy/bugs/5/?limit=25#f7e7</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The problem character is the copyrite sign in some encodings - changing the specific encoding of all the source files to utf-8 would resolve this as well as ticket #6.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">GadgetSteve</dc:creator><pubDate>Sun, 27 Sep 2015 07:45:36 -0000</pubDate><guid>https://sourceforge.net32dc12db379b751ccded0cd6ead927405258d4bd</guid></item><item><title>#6 http://www.python.org/peps/pep-0263.html</title><link>https://sourceforge.net/p/cryptopy/bugs/6/?limit=25#7d44</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The obvious question would be why that specific, Latin 9, encoding, (which just the € sign but not a lot else), should be used.  For future compatibility and widest accessability it would probably be better to use, utf-8 i.e:&lt;/p&gt;
&lt;h1 id="-coding-utf-8-"&gt;-&lt;em&gt;- coding: utf-8 -&lt;/em&gt;-&lt;/h1&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">GadgetSteve</dc:creator><pubDate>Sun, 27 Sep 2015 07:39:30 -0000</pubDate><guid>https://sourceforge.net77a78502c1d878d0ced44a59c019997c35c47378</guid></item><item><title>http://www.python.org/peps/pep-0263.html</title><link>https://sourceforge.net/p/cryptopy/bugs/6/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Please add the line:&lt;br /&gt;
# -*- coding: ISO-8859-15 -*-&lt;br /&gt;
to your modules.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tuomas Vesterinen</dc:creator><pubDate>Fri, 03 Sep 2010 11:37:13 -0000</pubDate><guid>https://sourceforge.netad043fe28f713b0a41ff1c633cb36e22a123181c</guid></item><item><title>setup.py has a non-ASCII character</title><link>https://sourceforge.net/p/cryptopy/bugs/5/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I get this error when I try to run setup.py:&lt;/p&gt;
&lt;p&gt;&amp;gt; python ./setup.py  --help&lt;br /&gt;
File "./setup.py", line 15&lt;br /&gt;
SyntaxError: Non-ASCII character '\xa9' in file ./setup.py on line 16, but no encoding declared; see &lt;a href="http://www.python.org/peps/pep-0263.html" rel="nofollow"&gt;http://www.python.org/peps/pep-0263.html&lt;/a&gt; for details&lt;/p&gt;
&lt;p&gt;I tried to work around this by simply deleting that character, but other files have the same problem.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Eric Haszlakiewicz</dc:creator><pubDate>Tue, 22 Jun 2010 22:38:44 -0000</pubDate><guid>https://sourceforge.net3bd22dbbc1b7abd741c3b2f6b32bd9e6dabc3b2e</guid></item><item><title>RSA</title><link>https://sourceforge.net/p/cryptopy/bugs/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Add public key algorithms&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">nymble</dc:creator><pubDate>Thu, 19 Jan 2006 07:48:02 -0000</pubDate><guid>https://sourceforge.net1c78947c5afdba8e13239e40e9d96982d63f1e8c</guid></item><item><title>__init__,py and __init__.pyc in site-packages directory</title><link>https://sourceforge.net/p/cryptopy/bugs/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I have just installed crytopy in my computer (python 2.2.1, Mac &lt;br /&gt;
OS 9) and I realised that crytopy install procedure copies &lt;br /&gt;
'__init__.py' and '__init__.pyc' into 'site-packages' directory.&lt;/p&gt;&lt;/div&gt;</description><pubDate>Mon, 12 May 2003 14:39:53 -0000</pubDate><guid>https://sourceforge.net3f526ce6974763f698b1f0508c14317f9b5f7cd6</guid></item><item><title>PGP signed md5 or sha1 hash of binaries please</title><link>https://sourceforge.net/p/cryptopy/bugs/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Wow, I am shocked I have to ask for this on a crypto &lt;br /&gt;
project.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 26 Feb 2003 00:58:08 -0000</pubDate><guid>https://sourceforge.netf23845201cc30c8b099e5840dd738226833ebab8</guid></item><item><title>Need to package and post code</title><link>https://sourceforge.net/p/cryptopy/bugs/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Need to package and post code.&lt;/p&gt;
&lt;p&gt;- finish and test new setup&lt;br /&gt;
- sort-out unused files&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">nymble</dc:creator><pubDate>Mon, 23 Dec 2002 08:23:58 -0000</pubDate><guid>https://sourceforge.netaa66a1df763e0f7acf3b9e185f0c581f56a14c5f</guid></item></channel></rss>